| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid unnecessary conversions between std::string and Glib::ustring | Kjell Ahlstedt | 2019-11-18 | 1 | -1/+1 |
* | Update the Free Software Foundation address in copyright notices | Kjell Ahlstedt | 2017-08-30 | 1 | -2/+1 |
* | Glib::OptionEntry: Use _WRAP_ENUM for Glib::OptionEntry::Flags | Kjell Ahlstedt | 2017-06-12 | 1 | -2/+2 |
* | Glib::OptionGroup: Modify on_[pre|post]_parse(), on_error() | Kjell Ahlstedt | 2017-03-21 | 1 | -6/+6 |
* | Rearrange some multiline comments. | Murray Cumming | 2016-02-27 | 1 | -1/+2 |
* | Re-run clang-format on some files. | Murray Cumming | 2016-02-26 | 1 | -1/+1 |
* | Run clang-format on the examples. | Murray Cumming | 2016-02-26 | 1 | -56/+65 |
* | Examples: OptionGroup: Make the args public again to fix the build. | Murray Cumming | 2015-07-15 | 1 | -0/+1 |
* | C++11: Use the override keyword. | Murray Cumming | 2015-07-15 | 1 | -3/+4 |
* | C++11: Use range-based for loops. | Murray Cumming | 2015-07-09 | 1 | -4/+5 |
* | Options example: For the remaining arg(s), remove description. | Murray Cumming | 2014-04-08 | 1 | -1/+0 |
* | Revert "C++11: Use auto in examples." | Murray Cumming | 2013-06-27 | 1 | -2/+2 |
* | C++11: Use auto in examples. | Murray Cumming | 2013-06-26 | 1 | -2/+2 |
* | OptionGroup: Add add_entry() that takes a slot with callback function. | Kjell Ahlstedt | 2011-02-15 | 1 | -3/+91 |
* | Fix the make check build with --enable-warnings=fatal. | Murray Cumming | 2011-02-08 | 1 | -3/+3 |
* | OptionGroup: An on_post_parse() override need not call the base class. | Kjell Ahlstedt | 2011-02-08 | 1 | -6/+7 |
* | Remove the reduced API options and code, as discussed on mailing list. | Murray Cumming | 2010-05-31 | 1 | -9/+0 |
* | Convert examples/ sub-tree to non-recursive build | Daniel Elstner | 2009-08-09 | 1 | -6/+0 |
* | Change license header to mention Lesser General Public License version 2.1 | Deng Xiyue | 2009-01-19 | 1 | -4/+4 |
* | set_long_name(): Do not use NULL for an empty string, because has a | Murray Cumming | 2008-04-13 | 1 | -1/+16 |
* | Use a default value, to show that it can be done. (This change, from | Murray Cumming | 2007-02-10 | 1 | -0/+5 |
* | Remove .cvsignore files. | Daniel Elstner | 2007-01-20 | 1 | -5/+0 |
* | Merged changes from glibmm-2-10 branch. | Murray Cumming | 2006-05-12 | 1 | -0/+9 |
* | Copy constructor: Copy the short name form the src, not from itself. Bug | Murray Cumming | 2005-01-09 | 1 | -1/+0 |
* | Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325 | Murray Cumming | 2005-01-09 | 1 | -5/+13 |
* | Added add_entry() for vector<ustring> and add_entry_filename() for | Murray Cumming | 2004-11-01 | 1 | -11/+25 |
* | Remove accessors for arg and arg_data. add_entry(): Remove arg_type | Murray Cumming | 2004-10-26 | 1 | -15/+33 |
* | add_entry(): Fixed crash by creating a temporary array, with a nulled last | Murray Cumming | 2004-10-17 | 1 | -3/+5 |
* | Rethought the structure now that I see how the parts work together. | Murray Cumming | 2004-10-10 | 1 | -10/+55 |
* | Wrapped more methods, but I have still not finished. Started an example. | Murray Cumming | 2004-09-27 | 3 | -0/+57 |