summaryrefslogtreecommitdiff
path: root/glib/src/keyfile.ccg
Commit message (Expand)AuthorAgeFilesLines
* Glib::KeyFile: Make it a _CLASS_OPAQUE_REFCOUNTEDKjell Ahlstedt2019-02-021-42/+0
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Keyfile: Change KeyfileFlags to Keyfile::Flags.Murray Cumming2017-04-181-3/+3
* Glib::Keyfile: Use std::vector instead of Glib::ArrayHandle<>.Murray Cumming2017-03-171-26/+26
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-134/+137
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-12/+12
* fix the buildMurray Cumming2016-01-181-2/+2
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-181-2/+2
* More use of nullptr instead of 0.Murray Cumming2015-11-201-24/+24
* C++11: _CLASS_GENERIC classes: Add move operations.Murray Cumming2015-08-231-0/+22
* C++11: Use nullptr.Murray Cumming2015-07-161-22/+22
* Strip trailing whitespace.Mark Vender2012-10-291-2/+2
* Properly wrap g_key_file_load_from_dirs().Krzesimir Nowak2012-07-221-0/+27
* Wrapped new glib-2.26 methods.José Alburquerque2010-05-311-0/+38
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-66/+0
* Use 0 instead of NULL.Murray Cumming2010-01-291-1/+1
* Make build successful when exceptions, vfuncs, etc. are disabled.José Alburquerque2009-12-041-5/+5
* Repair Glib::KeyFile docs with regard to exceptions. Bug# 587766.José Alburquerque2009-07-141-25/+66
* Fix --disable-api-exceptions buildDaniel Elstner2009-03-231-54/+64
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Added @newin2p16 to compose() and format() documentation.Murray Cumming2007-12-281-1/+1
* Rewrite completely broken type adapter (bug #406960). Fix theDaniel Elstner2007-08-031-95/+170
* Added a set_double() without the group_name parameter, because the CMurray Cumming2007-07-291-0/+6
* Added get_double(), set_double(), get_double_list() and set_double_list().Murray Cumming2007-07-141-3/+51
* added new files that were missed from an earlier commitJonathon Jongsma2006-09-231-0/+201