| Commit message (Expand) | Author | Age | Files | Lines |
* | Display '-h' in --help output and accept '-h' and -?' | Christian Dywan | 2009-06-28 | 1 | -7/+42 |
* | goption: format section docs according to gtk-doc rules and fixes broken xml | Stefan Kost | 2009-04-21 | 1 | -16/+9 |
* | goption: document that some option args need to be freed by the callee | Stefan Kost | 2009-04-21 | 1 | -0/+3 |
* | goption: move docs from tmpl folder to inline comments | Stefan Kost | 2009-04-21 | 1 | -0/+113 |
* | Guard against a mis-written GOptionArgFunc that has returned FALSE but not | Tor Lillqvist | 2009-01-12 | 1 | -0/+5 |
* | Fix a wrong reference in the docs, reported by Takeshi Aihana. | Matthias Clasen | 2009-01-02 | 1 | -2/+3 |
* | Fix some compiler warnings | Matthias Clasen | 2008-12-31 | 1 | -53/+52 |
* | Fix an issue with callbacks that return FALSE. | Matthias Clasen | 2008-11-28 | 1 | -2/+5 |
* | Bug 559413 – g_option_group_set_error_hook docs buglet | Christian Persch | 2008-11-23 | 1 | -3/+2 |
* | changed return value to const gchar* to fix warning. | Michael Natterer | 2008-06-16 | 1 | -1/+1 |
* | Bug 503071 – Application direction changes to right to left even if | Behdad Esfahbod | 2008-06-11 | 1 | -1/+1 |
* | Removed unused variable is_main_group. (#512381, Wouter Bolsterlee) | Matthias Clasen | 2008-01-27 | 1 | -1/+0 |
* | Pass context down the implementation to check for the main_group. Bug | Loïc Minier | 2008-01-25 | 1 | -10/+14 |
* | Do not show empty groups in --help output. Initial patch from Yevgen | Mathias Hasselmann | 2007-12-24 | 1 | -17/+66 |
* | Use g_print to print out --help text in locale encoding. (#469551, Takao | Matthias Clasen | 2007-11-23 | 1 | -1/+1 |
* | Improve the docs. (#436293, Vincent Untz) | Matthias Clasen | 2007-11-09 | 1 | -2/+3 |
* | don't replace the usage line with the description for optional parameters, | Vincent Untz | 2007-06-05 | 1 | -4/+4 |
* | Fix a doc typo. (#439232, Vincent Untz) | Matthias Clasen | 2007-05-17 | 1 | -4/+4 |
* | Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson) | Matthias Clasen | 2007-05-11 | 1 | -1/+2 |
* | New function to get the formatted help string. (#336089, Dom Lachowicz) | Matthias Clasen | 2007-04-25 | 1 | -40/+97 |
* | Use bitwise & when operating on flags. (#399971, Jon Oberheide) | Matthias Clasen | 2007-01-24 | 1 | -2/+2 |
* | Remove unneeded strlen. | Behdad Esfahbod | 2007-01-03 | 1 | -1/+0 |
* | Take zerowidth and double-width chars into consideration when computing | Behdad Esfahbod | 2007-01-03 | 1 | -6/+60 |
* | forgotten file | Matthias Clasen | 2006-12-27 | 1 | -2/+7 |
* | Forgotten file | Matthias Clasen | 2006-05-20 | 1 | -1/+1 |
* | Allow optional summary and description texts before and after the option | Matthias Clasen | 2006-05-13 | 1 | -32/+200 |
* | add documentation for G_OPTION_ARG_INT64 | Bastien Nocera | 2006-05-11 | 1 | -0/+56 |
* | fixed leak in short option parsing. rewrote parts of the code to be more | Tim Janik | 2006-05-02 | 1 | -39/+17 |
* | Add an assert to make it clear when value can be NULL. | Matthias Clasen | 2006-04-12 | 1 | -1/+3 |
* | Move short_month_names and long_month_names to bss. | Matthias Clasen | 2006-04-04 | 1 | -6/+1 |
* | Support floating point arguments in goption | Matthias Clasen | 2006-03-27 | 1 | -0/+57 |
* | Improve the description of parameter_string in the docs. (#336085, Claudio | Matthias Clasen | 2006-03-26 | 1 | -1/+17 |
* | Only set the prgname if it hasn't been set before. (#334611, Chong Kai | Matthias Clasen | 2006-03-15 | 1 | -11/+12 |
* | Don't create the option_name twice. (#334519, Chris Wilson) | Matthias Clasen | 2006-03-14 | 1 | -2/+0 |
* | Set an error in all failure cases. (#324332, Tim-Philipp Müller) | Matthias Clasen | 2005-12-18 | 1 | -2/+4 |
* | Include glibintl.h, not gi18n.h, noticed by Dan Winship. | Matthias Clasen | 2005-07-26 | 1 | -1/+1 |
* | Warn if a short name is not acceptable. | Matthias Clasen | 2005-07-13 | 1 | -2/+16 |
* | Add and implement a new flag to turn off the automatic <groupname>- | Matthias Clasen | 2005-07-12 | 1 | -41/+95 |
* | Properly store changes for arrays. (#308528, Roger Leigh) | Matthias Clasen | 2005-06-22 | 1 | -2/+2 |
* | Pass the option name also in the NO_ARG case. (#308602, Masatake YAMATO) | Matthias Clasen | 2005-06-22 | 1 | -2/+11 |
* | Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greater | Matthias Clasen | 2005-06-18 | 1 | -8/+23 |
* | Set errno to 0 before calling strtol. (#306388, Morten Welinder) | Matthias Clasen | 2005-06-09 | 1 | -5/+10 |
* | initialize option_name before using it. | Manish Singh | 2005-05-28 | 1 | -3/+3 |
* | Return an error if an option is missing its argument. (#305576, Björn | Matthias Clasen | 2005-05-27 | 1 | -6/+16 |
* | rest_description should be const. | Manish Singh | 2005-05-25 | 1 | -1/+1 |
* | If the remaining argument has an arg_description, display the synopsis as | Matthias Clasen | 2005-05-25 | 1 | -1/+19 |
* | Add a testcase. | Matthias Clasen | 2005-05-06 | 1 | -1/+1 |
* | Warn if there already is a main group. (#170445, Jeff Franks) | Matthias Clasen | 2005-03-15 | 1 | -0/+7 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -2/+4 |
* | Fix an error message. (#168751, Hazael Maldonado Torres) | Matthias Clasen | 2005-03-08 | 1 | -1/+1 |