summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Binding: Add set_manage() to not require a RefPtrwip/dboles/Binding-Issue#62Daniel Boles2019-11-183-19/+104
* Binding: Clarify need to hold ref, poss empty objsDaniel Boles2019-11-181-8/+7
* Binding: Test that unbind() stops props syncingDaniel Boles2019-11-181-0/+5
* Avoid unnecessary conversions between std::string and Glib::ustringKjell Ahlstedt2019-11-185-15/+13
* 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
* | Merge branch 'wip/dboles/Binding-master' into 'master'Daniel Boles2019-11-153-28/+151
|\ \ | |/ |/|
| * tests/glibmm_binding: Add basic test inc transformDaniel Boles2019-11-092-0/+108
| * 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
* Gio::DBus::Connection: Make the wrap() function thread-safeKjell Ahlstedt2019-10-222-1/+34
* 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
* NEWS: Add a missing issue numberKjell Ahlstedt2019-10-071-1/+1
* Merge branch 'get_host_name' into 'master'Kjell Ahlstedt2019-10-072-0/+25
|\
| * Add Glib::get_host_name()scx2019-09-232-0/+25
* | Merge branch 'get_user_runtime_dir' into 'master'Kjell Ahlstedt2019-09-262-0/+15
|\ \ | |/ |/|
| * Add Glib::get_user_runtime_dir()scx2019-09-222-0/+15
|/
* 2.63.12.63.1Kjell Ahlstedt2019-09-181-0/+57
* Change the ABI to glibmm-2.64Kjell Ahlstedt2019-09-186-17/+17
* Gio::DBus::Introspection: Add a necessary #includeKjell Ahlstedt2019-09-181-0/+1
* Glib::ustring documentation: Minor fixKjell Ahlstedt2019-09-181-2/+2
* Gio::SocketControlMessage: Add add_deserialize_func()Kjell Ahlstedt2019-09-022-8/+96
* Remove Glib::TimeValKjell Ahlstedt2019-08-1314-436/+35
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-08-134-18/+166
* Gio: Fix ownership of some lists and arraysKjell Ahlstedt2019-07-216-23/+50
* Add Gio::DBus::ObjectManager*Kjell Ahlstedt2019-07-1811-1/+801
* Gio::DBus::Object::get_interface_vfunc(): Don't add global symbolKjell Ahlstedt2019-07-172-7/+7
* Add Gio::DBus::ObjectProxy and Gio::DBus::ObjectSkeletonKjell Ahlstedt2019-07-177-1/+195
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-07-1711-186/+1330
* 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-10/+20
* Glib::init(), Gio::init(): Improve the documentationKjell Ahlstedt2019-07-092-5/+16
* 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
* Glib::Property: Update for compatibility with Gtk::BuilderKjell Ahlstedt2019-06-273-32/+100
* Gio::Application: Add add_option_group()Kjell Ahlstedt2019-06-231-4/+33
* ustring: Add overloads for const char* fmt . . .Daniel Boles2019-06-211-1/+44