summaryrefslogtreecommitdiff
path: root/examples/options
Commit message (Expand)AuthorAgeFilesLines
* 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