summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Glib::Binding: Keep a binding alive even without a RefPtrKjell Ahlstedt2019-12-152-32/+6
* Derive Glib::Error from std::exception, remove Glib::ExceptionKjell Ahlstedt2019-12-146-84/+6
* Use Glib::UStringView with Glib::ustring::compare()Thomas Holder2019-11-302-155/+115
* Glib::Regex: Use UStringViewThomas Holder2019-11-212-44/+44
* Glib: Replace StringView with StdStringView and UStringViewKjell Ahlstedt2019-11-201-26/+59
* Merge branch 'wip/gvalue_assert' into 'master'Kjell Ahlstedt2019-11-201-0/+10
|\
| * Update value_custom.hPavlo Solntsev2019-11-181-4/+4
| * Glib: Adding static check for template parameterPavlo Solntsev2019-11-171-0/+10
* | Avoid unnecessary conversions between std::string and Glib::ustringKjell Ahlstedt2019-11-181-1/+1
|/
* Merge branch 'fix-ustring-insert' into 'master'Kjell Ahlstedt2019-11-161-1/+2
|\
| * fix ustring::insert(iterator, In, In)Thomas Holder2019-11-141-1/+2
* | Glib::Binding: get_source() and get_target() return ObjectBase*Kjell Ahlstedt2019-11-151-4/+5
* | Glib::Binding: Explain why SlotTransform takes GValue*Kjell Ahlstedt2019-11-151-0/+10
* | Binding: Use std::optional instead of out-ref+boolDaniel Boles2019-11-091-6/+9
* | Binding: no point to set target value if got falseDaniel Boles2019-11-091-4/+6
* | Binding: Move SlotTypeTransform up and document itDaniel Boles2019-11-091-22/+27
* | Binding: Better explain purpose of SlotTransform,Daniel Boles2019-11-091-1/+6
|/
* Binding: Fix using outdated enums in documentationDaniel Boles2019-11-091-3/+3
* Glib::ustring_Iterator: Explicitly declare copy assignmentKjell Ahlstedt2019-11-031-0/+1
* Merge branch 'spell' into 'master'Kjell Ahlstedt2019-10-241-1/+1
|\
| * Correct spelling of spawn_async_with_pipes() in doc commentMike Fleetwood2019-10-231-1/+1
* | Add Glib::canonicalize_filename()Kjell Ahlstedt2019-10-232-0/+32
* | Glib: Replace BasicStringView with non-template StringViewKjell Ahlstedt2019-10-231-16/+20
|/
* Glib: Add BasicStringView, StdStringView, UStringViewKjell Ahlstedt2019-10-233-214/+79
* glib/src/miscutil.hg: Remove obsolete descriptionsKjell Ahlstedt2019-10-191-6/+3
* Glib::MainContext: Add push/pop/get_thread_default()Kjell Ahlstedt2019-10-072-4/+92
* Glib::get_host_name(): Return a Glib::ustringKjell Ahlstedt2019-10-072-8/+7
* Merge branch 'get_host_name' into 'master'Kjell Ahlstedt2019-10-072-0/+25
|\
| * Add Glib::get_host_name()scx2019-09-232-0/+25
* | Add Glib::get_user_runtime_dir()scx2019-09-222-0/+15
|/
* Change the ABI to glibmm-2.64Kjell Ahlstedt2019-09-181-2/+2
* Glib::ustring documentation: Minor fixKjell Ahlstedt2019-09-181-2/+2
* Remove Glib::TimeValKjell Ahlstedt2019-08-138-408/+21
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-08-132-4/+106
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-07-175-86/+884
* Glib::ustring docs: ustring can't always replace std::stringKjell Ahlstedt2019-07-121-10/+20
* Glib::init(), Gio::init(): Improve the documentationKjell Ahlstedt2019-07-091-4/+6
* Glib::Variant<std::tuple<>>::create(): Fix memory leakKjell Ahlstedt2019-07-081-2/+3
* Glib::Property: Update for compatibility with Gtk::BuilderKjell Ahlstedt2019-06-272-32/+96
* ustring: Add overloads for const char* fmt . . .Daniel Boles2019-06-211-1/+44
* ustring: Be extra clear about "count/types/order"Daniel Boles2019-06-211-2/+2
* ustring: Don't say "message string" for sprintf()Daniel Boles2019-06-211-1/+1
* ustring: Fix warning/errors if sprintf("fmt only")Daniel Boles2019-06-211-1/+24
* ustring: Add sprintf(), wrapping g_strdup_printf()Daniel Boles2019-06-201-0/+91
* Property: Add const get_proxy() returning ReadOnlyDaniel Boles2019-06-111-0/+12
* Property: Getting Proxy from ReadOnly is const tooDaniel Boles2019-06-111-2/+2
* Property: Clarify “manipulate” → read and/or writeDaniel Boles2019-06-111-3/+3
* Glib::Checksum, DateTime, TimeZone: Add #include <glibmm/value.h>Kjell Ahlstedt2019-04-263-0/+3
* Glib::Checksum, Datetime, TimeZone: _CLASS_BOXEDTYPEKjell Ahlstedt2019-04-263-9/+12
* Fix callback races in glibmm when source is destructedDainis Jonitis2019-04-181-7/+23