summaryrefslogtreecommitdiff
path: root/examples/options
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary conversions between std::string and Glib::ustringKjell Ahlstedt2019-11-181-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::OptionEntry: Use _WRAP_ENUM for Glib::OptionEntry::FlagsKjell Ahlstedt2017-06-121-2/+2
* Glib::OptionGroup: Modify on_[pre|post]_parse(), on_error()Kjell Ahlstedt2017-03-211-6/+6
* Rearrange some multiline comments.Murray Cumming2016-02-271-1/+2
* Re-run clang-format on some files.Murray Cumming2016-02-261-1/+1
* Run clang-format on the examples.Murray Cumming2016-02-261-56/+65
* Examples: OptionGroup: Make the args public again to fix the build.Murray Cumming2015-07-151-0/+1
* C++11: Use the override keyword.Murray Cumming2015-07-151-3/+4
* C++11: Use range-based for loops.Murray Cumming2015-07-091-4/+5
* Options example: For the remaining arg(s), remove description.Murray Cumming2014-04-081-1/+0
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-271-2/+2
* C++11: Use auto in examples.Murray Cumming2013-06-261-2/+2
* OptionGroup: Add add_entry() that takes a slot with callback function.Kjell Ahlstedt2011-02-151-3/+91
* Fix the make check build with --enable-warnings=fatal.Murray Cumming2011-02-081-3/+3
* OptionGroup: An on_post_parse() override need not call the base class.Kjell Ahlstedt2011-02-081-6/+7
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-9/+0
* Convert examples/ sub-tree to non-recursive buildDaniel Elstner2009-08-091-6/+0
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* set_long_name(): Do not use NULL for an empty string, because has aMurray Cumming2008-04-131-1/+16
* Use a default value, to show that it can be done. (This change, fromMurray Cumming2007-02-101-0/+5
* Remove .cvsignore files.Daniel Elstner2007-01-201-5/+0
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+9
* Copy constructor: Copy the short name form the src, not from itself. BugMurray Cumming2005-01-091-1/+0
* Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325Murray Cumming2005-01-091-5/+13
* Added add_entry() for vector<ustring> and add_entry_filename() forMurray Cumming2004-11-011-11/+25
* Remove accessors for arg and arg_data. add_entry(): Remove arg_typeMurray Cumming2004-10-261-15/+33
* add_entry(): Fixed crash by creating a temporary array, with a nulled lastMurray Cumming2004-10-171-3/+5
* Rethought the structure now that I see how the parts work together.Murray Cumming2004-10-101-10/+55
* Wrapped more methods, but I have still not finished. Started an example.Murray Cumming2004-09-273-0/+57