summaryrefslogtreecommitdiff
path: root/glib/src/optiongroup.ccg
Commit message (Expand)AuthorAgeFilesLines
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-311-15/+13
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-171-6/+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-5/+5
* Glib::OptionGroup: Don't allow copy or move2.53.1Kjell Ahlstedt2017-03-231-20/+0
* Glib::OptionGroup: Modify on_[pre|post]_parse(), on_error()Kjell Ahlstedt2017-03-211-12/+19
* Glib::OptionGroup: Take advantage of GOptionGroup's refcountKjell Ahlstedt2017-03-201-12/+6
* Remove unused containers.[h||cc].Murray Cumming2017-03-201-1/+0
* Use std::vector<> instead of Glib::StringArrayHandle.Murray Cumming2017-03-171-2/+2
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-381/+411
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-3/+3
* More use of nullptr instead of 0 or NULL.Murray Cumming2015-11-201-6/+6
* C++11: _CLASS_GENERIC classes: Add move operations.Murray Cumming2015-08-231-2/+29
* C++11: Use nullptr.Murray Cumming2015-07-161-8/+8
* C++11: More uses of range-based for.Murray Cumming2015-07-151-5/+4
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-19/+19
* Glib::OptionGroup: Fix memory leaksKjell Ahlstedt2015-02-261-80/+30
* Glib::OptionGroup: Fix enable/disable bool option pairsKjell Ahlstedt2015-02-251-7/+36
* Glib::OptionGroup: Don't use the deprecated g_option_group_free()Kjell Ahlstedt2015-02-171-1/+1
* OptionContext: Add API documentation based on the C docs.Murray Cumming2014-01-291-1/+2
* Use std::memset() instead of GLIBMM_INITIALIZE_STRUCT.Kjell Ahlstedt2013-07-101-1/+2
* Strip trailing whitespace.Mark Vender2012-10-291-6/+6
* Remove useless Subversion tags.Mark Vender2012-09-151-3/+0
* OptionGroup: Fix build error, remove memory leak.Kjell Ahlstedt2011-02-181-2/+29
* OptionGroup: Minor code style changes.Murray Cumming2011-02-151-11/+16
* OptionGroup: Add add_entry() that takes a slot with callback function.Kjell Ahlstedt2011-02-151-31/+242
* OptionGroup: An on_post_parse() override need not call the base class.Kjell Ahlstedt2011-02-081-28/+25
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-4/+0
* OptionGroup: set_translate_slot(): Rename to set_translate_func().José Alburquerque2010-05-271-1/+2
* OptionGroup: Add set_translate_slot().José Alburquerque2010-05-271-0/+39
* Add OptionGroup::add_entry(.., double&)glibmm-2.21.1Jonathon Jongsma2009-06-301-1/+31
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-2/+1
* Use a default value, to show that it can be done. (This change, fromMurray Cumming2007-02-101-56/+142
* add_entry_with_wrapper(): Copy the CppOptionEntry into the map _after_Murray Cumming2006-01-281-5/+5
* Constructor: Avoid memory leak caused by double instantiation of gobject_.Murray Cumming2006-01-271-4/+7
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-211-18/+36
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-36/+18
* I mean Tru64, not MipsProMurray Cumming2005-01-201-2/+2
* Make C callacks separate extern C functions instead of static memberMurray Cumming2005-01-201-18/+36
* CppOptionEntry::convert_c_to_cpp(): Copy the strings to the vector in aMurray Cumming2005-01-181-3/+25
* 2.5.4:Murray Cumming2005-01-101-9/+5
* Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325Murray Cumming2005-01-091-0/+25
* Added add_entry() for vector<ustring> and add_entry_filename() forMurray Cumming2004-11-011-22/+66
* Added gobj_give_ownership(). add_group(), set_main_group(): UseMurray Cumming2004-10-301-3/+13
* Added a comment.Murray Cumming2004-10-261-1/+1
* Remove accessors for arg and arg_data. add_entry(): Remove arg_typeMurray Cumming2004-10-261-1/+184
* add_entry(): Fixed crash by creating a temporary array, with a nulled lastMurray Cumming2004-10-171-15/+25
* Rethought the structure now that I see how the parts work together.Murray Cumming2004-10-101-1/+11
* Wrapped more methods, but I have still not finished. Started an example.Murray Cumming2004-09-271-2/+8