summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* glib/src/binding.hg: Export Glib::manage()msvc.fix.symbolChun-wei Fan2021-03-031-0/+1
* Meson build: Use relative paths to untracked/Kjell Ahlstedt2021-02-241-3/+4
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2021-01-144-413/+3056
* Fix build-deprecated-api=falseKjell Ahlstedt2021-01-133-0/+36
* Deprecate Glib::BalancedTree in favour of std::mapKjell Ahlstedt2021-01-121-1/+3
* Glib::Binding: Add set_manage() to not require a RefPtrDaniel Boles2021-01-122-13/+81
* Glib::Binding: Clarify need to hold ref, poss empty objsDaniel Boles2021-01-111-10/+9
* Glib::Binding, TimeZone: Ignore deprecation of some glib functionsKjell Ahlstedt2020-12-124-5/+119
* Gio::File docs: Fix names of thrown exceptionsKjell Ahlstedt2020-11-013-7/+1
* glib/glibmm.h: Describe how to use glibmm with mesonKjell Ahlstedt2020-10-121-3/+18
* Meson build: Fix versioning on macOSKjell Ahlstedt2020-09-301-1/+4
* Meson build: Add missing Glib::Value and Variant documentationKjell Ahlstedt2020-09-131-1/+1
* Glib::BalancedTree docs: Recommend std::map or std::unordered_mapKjell Ahlstedt2020-09-071-1/+3
* glib/glibmm/private/*.h: Decorate the classes with GLIBMM_APIChun-wei Fan2020-08-282-2/+2
* Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan2020-06-184-6/+7
* glib/glibmm/ustring.h: Fix building on Visual Studio 2015Chun-wei Fan2020-06-151-1/+1
* propertyproxy_base: Fix using notify w/o prop nameDaniel Boles2020-06-031-1/+10
* ustring: Silence warning if MSC_VER is undefined/0Daniel Boles2020-06-021-1/+1
* glib/src/*.hg: Mark all _WRAP_ENUM() with decl_prefixChun-wei Fan2020-04-0414-24/+24
* glib/src: Apply `decl_prefix GLIBMM_API` to _WRAP_ENUMChun-wei Fan2020-04-041-1/+1
* Glib::build_filename(): Fix the template overloadKjell Ahlstedt2020-03-201-5/+10
* Glib: Add missing #includesKjell Ahlstedt2020-03-186-0/+8
* Glib::Regex docs: Clarify the deprecation of match() and match_all()Kjell Ahlstedt2020-03-171-3/+10
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2020-03-164-57/+753
* Glib::Regex: Deprecate some uses of match() and match_all()Kjell Ahlstedt2020-03-161-0/+10
* Add Glib::canonicalize_filename()Kjell Ahlstedt2020-03-162-0/+33
* Add a templated Glib::build_filename() overloadKjell Ahlstedt2020-03-161-0/+20
* Add Glib::UStringView and Glib::StdStringViewKjell Ahlstedt2020-03-161-0/+92
* Glib::MainContext: Add push/pop/get_thread_default()Kjell Ahlstedt2020-03-152-4/+93
* Glib::get_host_name(): Return a Glib::ustringKjell Ahlstedt2020-03-152-7/+5
* Add Glib::get_host_name()scx2020-03-152-0/+26
* Add Glib::get_user_runtime_dir()scx2020-03-152-0/+17
* glibmmconfig.h.in: Add GLIBMM_CAN_USE_THREAD_LOCAL for non-Windows buildsKjell Ahlstedt2020-03-121-0/+2
* meson: Do not allow static MSVC-style buildsChun-wei Fan2020-03-121-1/+10
* Drop gendefChun-wei Fan2020-03-121-1/+1
* glibmm: Update glibmmconfig.h.[in|meson] for MSVCChun-wei Fan2020-03-124-31/+13
* build: Do not use gendef.exe for glibmmChun-wei Fan2020-03-123-56/+27
* glib/src: Decorate classes and methods with GLIBMM_APIChun-wei Fan2020-03-0930-134/+212
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-0934-82/+132
* Revert "meson: Don't use `objects:` in glibmm, giomm"Chun-wei Fan2020-03-051-1/+1
* meson: Don't use `objects:` in glibmm, giommChun-wei Fan2020-03-051-1/+1
* glib/glibmmconfig.h.in: Define GLIBMM_CAN_USE_THREAD_LOCAL on MSVCChun-wei Fan2020-03-051-0/+1
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-043-0/+671
* Prepare existing files for building with MesonKjell Ahlstedt2020-03-031-0/+8
* Variant: Avoid . to not split an intro doc commentDaniel Boles2020-01-051-1/+1
* Glib::Regex doc: Note that Glib::ustring must be used in match methodsKjell Ahlstedt2019-11-221-0/+12
* Avoid unnecessary conversions between std::string and Glib::ustringKjell Ahlstedt2019-11-181-1/+1
* fix ustring::insert(iterator, In, In)Thomas Holder2019-11-161-1/+2
* Glib::Binding: Explain why SlotTransform takes GValue*Kjell Ahlstedt2019-11-151-0/+10
* Binding: no point to set target value if got falseDaniel Boles2019-11-091-4/+6