summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
...
* Use convert_return_gchar_ptr_to_*() in a couple of ustring methodsMartin Ejdestig2019-04-181-10/+5
* Fix memory leak in Glib::ustring::make_valid()Martin Ejdestig2019-04-181-1/+1
* Change the ABI to glibmm-2.62Kjell Ahlstedt2019-03-171-2/+2
* Glib: Add some API (DateTime::get_timezone() etc.)Kjell Ahlstedt2019-03-154-8/+9
* Glib, Gio: Regenerate .defs and docs.xml filesKjell Ahlstedt2019-03-154-55/+353
* Glib::KeyFile: Make it a _CLASS_OPAQUE_REFCOUNTEDKjell Ahlstedt2019-02-022-80/+5
* gmmproc: _WRAP_PROPERTY: Check the data typeKjell Ahlstedt2019-01-311-0/+35
* Glib, Gio: Use _IS_REFCOUNTED_BOXEDTYPE where appropriateKjell Ahlstedt2019-01-302-21/+1
* gmmproc: Add _IS_REFCOUNTED_BOXEDTYPEKjell Ahlstedt2019-01-301-0/+21
* Glib::Value: Add Value<std::vector<string>> specializationsKjell Ahlstedt2019-01-272-0/+70
* Glib::Value: Add ValueBase_VariantKjell Ahlstedt2019-01-204-31/+54
* Glib::Value: Remove obsolete create_param_spec() overloadKjell Ahlstedt2019-01-184-51/+0
* Glib: Add some Glib::Value<> specializationsKjell Ahlstedt2019-01-188-1/+143
* Use {} for function arguments initialisationTapasweni Pathak2019-01-137-15/+15
* glibmmconfig.h.in: Remove unused configuration constantsKjell Ahlstedt2019-01-041-38/+0
* stringutils: Don't use @retval here eitherDaniel Boles2018-12-171-1/+1
* fileutils|IOChannel: Don’t use @retval on out argsDaniel Boles2018-12-162-8/+8
* extraclassinit: Fix typo in comment in doc exampleDaniel Boles2018-12-091-1/+1
* Change the ABI to glibmm-2.60Kjell Ahlstedt2018-10-311-2/+2
* Glib, Gio: Regenerate .defs and docs.xml filesKjell Ahlstedt2018-10-315-124/+1693
* ustring: Remove useless alternative Stringify ctorDaniel Boles2018-10-141-3/+0
* ustring: Avoid un(necessary|clear) ptr @ StringifyDaniel Boles2018-10-141-6/+6
* ustring: Make 1 Stringify member const like othersDaniel Boles2018-10-141-1/+1
* ustring: Use C++17 fold expr. instead of recursionDaniel Boles2018-10-141-24/+1
* Fix reference documentation generationChun-wei Fan2018-09-101-1/+1
* glibmm, giomm: Split out GNU automake items from filelist.amChun-wei Fan2018-09-073-2/+6
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-313-28/+29
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-173-9/+24
* Revert "Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-171-21/+5
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-131-5/+21
* Glib::ExtraClassInit docs: Don't mention Gtk::WidgetCustomDrawKjell Ahlstedt2018-05-241-5/+4
* ustring: Fix wchar conversion on macOS with libc++Clemens Lang2018-04-261-3/+3
* Update some @newin commandsKjell Ahlstedt2018-04-265-14/+14
* Change the ABI to glibmm-2.58Kjell Ahlstedt2018-03-261-2/+2
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2018-03-264-93/+482
* Glib::OptionEntry: Use _MEMBER_SET_STR where possibleKjell Ahlstedt2018-03-022-50/+10
* Glib::TimeoutSource: Use monotonic time consistentlyKjell Ahlstedt2018-01-252-37/+18
* Variant: Slightly elaborate Variant<Variant> docsDaniel Boles2018-01-151-1/+8
* Fix some TODO commentsKjell Ahlstedt2017-12-133-37/+7
* Glib::Module: Remove obsolete _IGNORE macrosKjell Ahlstedt2017-12-111-2/+1
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2017-12-117-484/+1383
* Glib::VariantBase::cast_dynamic(): Remove noexcept(false)Kjell Ahlstedt2017-11-202-5/+3
* Glib::Source: Remove get_current_time() from main.hKjell Ahlstedt2017-11-172-14/+0
* Glib::VariantBase: Add operator==() and operator!=()Kjell Ahlstedt2017-11-142-37/+65
* Variant: Fix typo: unclosed monospace tagDaniel Boles2017-10-231-1/+1
* Glib::ObjectBase: Don't mention GtkObject in commentsKjell Ahlstedt2017-10-102-8/+10
* Glib::KeyFile, OptionContext, Regex: Add exception specs to errthrowKjell Ahlstedt2017-09-293-21/+32
* Glib::Variant: Hide namespace Glib::detail from DoxygenKjell Ahlstedt2017-09-181-0/+4
* ustring: Avoid warning due to type confusionDaniel Boles2017-09-051-2/+3
* Glib::IOCondition: Add an IO_ prefix to the enumerator namesKjell Ahlstedt2017-09-052-6/+15