summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.60.12.60.1glibmm-2-60Kjell Ahlstedt2019-09-222-1/+34
* Gio::SocketControlMessage: Add deserialize_vfunc_callback()Kjell Ahlstedt2019-09-022-8/+43
* Disable warnings from deprecated GTimeVal and GTimeKjell Ahlstedt2019-08-128-12/+79
* Revert "Glib, Gio: Regenerate docs.xml and .defs files"Kjell Ahlstedt2019-07-228-1071/+175
* Gio: Fix ownership of some lists and arraysKjell Ahlstedt2019-07-216-15/+25
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-07-218-175/+1071
* Gio::DBus::Object::get_interface_vfunc(): Don't add global symbolKjell Ahlstedt2019-07-172-7/+7
* Gio::DBus::Object: Fix refcounts in some vfuncsKjell Ahlstedt2019-07-162-9/+25
* Glib::ustring docs: ustring can't always replace std::stringKjell Ahlstedt2019-07-121-8/+18
* Glib::init(), Gio::init(): Improve the documentationKjell Ahlstedt2019-07-092-7/+13
* Glib::Variant<std::tuple<>>::create(): Fix memory leakKjell Ahlstedt2019-07-081-2/+3
* gmmproc: Update enum.pl and h2def.py for new glib deprecation macrosKjell Ahlstedt2019-07-082-29/+41
* Properties example: Print the property valuesKjell Ahlstedt2019-06-301-0/+4
* Glib::Object, Thread: Use G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONSKjell Ahlstedt2019-06-303-1/+12
* Property: Clarify “manipulate” → read and/or writeDaniel Boles2019-06-121-3/+3
* Glib::Checksum, DateTime, TimeZone: Add TODO commentsKjell Ahlstedt2019-04-263-4/+13
* Fix callback races in glibmm when source is destructedDainis Jonitis2019-04-181-7/+23
* Use convert_return_gchar_ptr_to_*() in a couple of ustring methodsMartin Ejdestig2019-04-181-10/+5
* 2.60.02.60.0Kjell Ahlstedt2019-03-192-2/+42
* giomm.h: Add missing #include directivesKjell Ahlstedt2019-03-191-0/+2
* Gio::NetworkManager: Add class documentationKjell Ahlstedt2019-03-191-2/+8
* Gio: Add some API (AppInfo::launch_uris_async() etc.)Kjell Ahlstedt2019-03-184-5/+20
* Glib: Add some API (DateTime::get_timezone() etc.)Kjell Ahlstedt2019-03-184-8/+9
* Gio::Settings: Add property_settings_schema()Kjell Ahlstedt2019-03-182-1/+3
* Gio: Use _IS_REFCOUNTED_BOXEDTYPE where appropriateKjell Ahlstedt2019-03-182-0/+2
* gmmproc: Add _IS_REFCOUNTED_BOXEDTYPEKjell Ahlstedt2019-03-182-12/+79
* Gio::TlsClientConnection: Deprecate property_accepted_cas()Kjell Ahlstedt2019-03-181-1/+4
* Glib::Value: Add Value<std::vector<string>> specializationsKjell Ahlstedt2019-03-182-0/+70
* Gio::ThemedIcon: Add create(const std::vector<Glib::ustring>& iconnames)Kjell Ahlstedt2019-03-182-1/+25
* Gio::AsyncResult: Explain why wrap() is not used in get_source_object_base()Kjell Ahlstedt2019-03-182-2/+21
* Glib: Add some Glib::Value<> specializationsKjell Ahlstedt2019-03-188-2/+154
* Gio: Remove NO_GTYPE from some _WRAP_ENUMsKjell Ahlstedt2019-03-189-17/+10
* Object construction: Add custom class init and instance init functionsKjell Ahlstedt2019-03-189-55/+298
* Gio::TlsConnection: Deprecate rehandshake APIKjell Ahlstedt2019-03-182-23/+6
* Gio::Application: Add signal_name_lost()Kjell Ahlstedt2019-03-181-0/+3
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-03-189-5096/+4413
* 2.58.12.58.1glibmm-2-58Kjell Ahlstedt2019-03-172-2/+17
* Add few installation instructionsTapasweni Pathak2019-01-201-0/+8
* Gio::Settings: Fix typo in deprecation noticeDaniel Boles2019-01-081-1/+1
* Revert "Gio: Remove NO_GTYPE from some _WRAP_ENUMs"Kjell Ahlstedt2019-01-089-10/+17
* Gio: Remove NO_GTYPE from some _WRAP_ENUMsKjell Ahlstedt2019-01-079-17/+10
* gmmproc: _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameterKjell Ahlstedt2019-01-074-24/+40
* tools/gen_scripts: Update for non-source-dir builds of glibmm-2.4Kjell Ahlstedt2019-01-031-3/+2
* tools/gen_scripts/init_generate.sh: glibmm -> glibmm-2.4Kjell Ahlstedt2018-12-281-10/+10
* docextract_to_xml.py: Add --exclude-file optionKjell Ahlstedt2018-12-282-20/+27
* tools/gen_scripts: Update for non-source-dir buildsKjell Ahlstedt2018-12-2810-113/+132
* gio/src/filelist.am: Remove giomm_files_[hg|ccg]Kjell Ahlstedt2018-12-201-6/+0
* stringutils: Don't use @retval here eitherDaniel Boles2018-12-171-1/+1
* Merge branch 'wip/dboles/retval-to-param-out-stable' into 'glibmm-2-58'Daniel Boles2018-12-172-8/+8
|\
| * fileutils|IOChannel: Don’t use @retval on out argsDaniel Boles2018-12-162-8/+8
|/