summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
...
* Glib: Adding static check for template parameterPavlo Solntsev2019-11-171-0/+10
* fix ustring::insert(iterator, In, In)Thomas Holder2019-11-141-1/+2
* Glib::ustring_Iterator: Explicitly declare copy assignmentKjell Ahlstedt2019-11-031-0/+1
* Glib: Replace BasicStringView with non-template StringViewKjell Ahlstedt2019-10-231-16/+20
* Glib: Add BasicStringView, StdStringView, UStringViewKjell Ahlstedt2019-10-231-0/+47
* Glib::MainContext: Add push/pop/get_thread_default()Kjell Ahlstedt2019-10-072-4/+92
* Glib::ustring documentation: Minor fixKjell Ahlstedt2019-09-181-2/+2
* Remove Glib::TimeValKjell Ahlstedt2019-08-133-380/+0
* 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::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
* 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
* Fix memory leak in Glib::ustring::make_valid()Martin Ejdestig2019-04-181-1/+1
* gmmproc: _WRAP_PROPERTY: Check the data typeKjell Ahlstedt2019-01-311-0/+35
* 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-202-1/+49
* Glib::Value: Remove obsolete create_param_spec() overloadKjell Ahlstedt2019-01-182-44/+0
* Glib: Add some Glib::Value<> specializationsKjell Ahlstedt2019-01-184-1/+58
* stringutils: Don't use @retval here eitherDaniel Boles2018-12-171-1/+1
* extraclassinit: Fix typo in comment in doc exampleDaniel Boles2018-12-091-1/+1
* 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-312-13/+16
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-172-3/+23
* 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-264-6/+6
* Glib::TimeoutSource: Use monotonic time consistentlyKjell Ahlstedt2018-01-252-37/+18
* Glib::Source: Remove get_current_time() from main.hKjell Ahlstedt2017-11-172-14/+0
* Glib::ObjectBase: Don't mention GtkObject in commentsKjell Ahlstedt2017-10-102-8/+10
* ustring: Avoid warning due to type confusionDaniel Boles2017-09-051-2/+3
* Glib::IOCondition: Add an IO_ prefix to the enumerator namesKjell Ahlstedt2017-09-051-4/+4
* ustring: Replace 8×format() with 1 variadic templateDaniel Boles2017-09-031-153/+29
* ustring: Replace 9×compose() with 1 variadic templateDaniel Boles2017-09-031-189/+21