summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Gio::DBus::Proxy: Add some refreturnKjell Ahlstedt2022-07-291-4/+4
* Gio::ListStore: Don't derive a gtkmm__GListStore GTypeKjell Ahlstedt2022-06-091-0/+2
* Gio::Action: Improve the documentationKjell Ahlstedt2022-06-061-17/+18
* Gio::TlsCertificate: Fix the create*() methodsKjell Ahlstedt2022-04-082-20/+11
* Glib, Gio: Use _WRAP_METHOD(..., ignore_deprecations)Kjell Ahlstedt2022-02-254-30/+8
* Declare some copy constructors =defaultKjell Ahlstedt2022-02-151-0/+1
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-141-2/+3
* Gio::SocketClient, TlsClientConnection: Ignore some deprecationsKjell Ahlstedt2021-11-244-4/+75
* Glib::Binding, Gio::Application: Don't use g_quark_from_static_string()Kjell Ahlstedt2021-10-041-1/+1
* Declare some copy assignment operators deleted (=delete)Kjell Ahlstedt2021-08-271-1/+1
* Gio::ListModel::get_object(): Don't try to cast to Glib::ObjectKjell Ahlstedt2021-07-151-0/+4
* fileenumerator.hg: Remove refreturn to avoid memory leaktalisein2021-07-101-2/+2
* Documentation: Let links point to glibmm-2.4 and gtkmm-3.0 versionsKjell Ahlstedt2021-05-192-2/+2
* fileattributeinfo.hg: Avoid exporting classes with std::string membersChun-wei Fan2021-05-061-10/+10
* Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0Kjell Ahlstedt2021-05-051-3/+2
* Meson build: Make it possible to use glibmm as a subprojectKjell Ahlstedt2021-03-2640-43/+45
* g[io|lib]mmconfig.h.*: Don't dllimport on MinGWfix.gcc.win32.warnings.266Chun-wei Fan2021-03-082-2/+6
* Meson build: Use relative paths to untracked/Kjell Ahlstedt2021-02-241-2/+3
* Gio::MemoryInputStream: Ignore deprecation of g_memdup()Kjell Ahlstedt2021-02-161-0/+3
* Gio::SettingsSchemaSource: Wrap new_from_directory() and list_schemas()Kjell Ahlstedt2021-01-143-9/+44
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2021-01-143-78/+685
* Add new enum values to Gio::MenuAttributeKjell Ahlstedt2021-01-122-6/+27
* Make Gio::ListStore accept Interfaces.Andreas Persson2021-01-121-3/+3
* Gio::MenuModel: Improve documentation of enumsKjell Ahlstedt2020-12-111-5/+36
* Gio::File docs: Fix names of thrown exceptionsKjell Ahlstedt2020-11-014-8/+6
* Meson build: Fix versioning on macOSKjell Ahlstedt2020-09-301-1/+4
* Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan2020-06-183-5/+5
* gio/src/*.hg: Mark all _WRAP_ENUM() with decl_prefixChun-wei Fan2020-04-0415-26/+26
* gio/src: Apply `decl_prefix GIOMM_API` to _WRAP_ENUMChun-wei Fan2020-04-0426-40/+42
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2020-03-164-155/+458
* Gio::DBus::Message::get_unix_fd_list(): Add refreturnKjell Ahlstedt2020-03-121-2/+2
* Visual Studio builds: build giomm without gendefChun-wei Fan2020-03-123-62/+32
* gio/giomm/*.h: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-125-3/+25
* gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-12137-354/+456
* Revert "meson: Don't use `objects:` in glibmm, giomm"Chun-wei Fan2020-03-051-1/+2
* meson: Don't use `objects:` in glibmm, giommChun-wei Fan2020-03-051-2/+1
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-043-0/+486
* dbusconnection.ccg: Include giomm/unixfdlist.h on *NIX onlyChun-wei Fan2020-03-041-0/+4
* Gio::AsyncResult: Improve the class descriptionKjell Ahlstedt2019-12-201-32/+45
* Gio::DBus::Connection: Make the wrap() function thread-safeKjell Ahlstedt2019-10-222-1/+34
* Deprecate Glib::TimeValKjell Ahlstedt2019-09-172-15/+9
* Gio::SocketControlMessage: Add add_deserialize_func()Kjell Ahlstedt2019-09-162-17/+71
* Gio::Application: Add add_option_group()Kjell Ahlstedt2019-09-161-4/+33
* Add Gio::DBus::ObjectManager*Kjell Ahlstedt2019-09-169-0/+795
* Add Gio::DBus::ObjectProxy and Gio::DBus::ObjectSkeletonKjell Ahlstedt2019-09-168-9/+445
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-09-153-115/+263
* Gio::SocketControlMessage: Add deserialize_vfunc_callback()Kjell Ahlstedt2019-09-022-8/+43
* Disable warnings from deprecated GTimeVal and GTimeKjell Ahlstedt2019-08-122-1/+18
* Revert "Glib, Gio: Regenerate docs.xml and .defs files"Kjell Ahlstedt2019-07-223-187/+89
* Gio: Fix ownership of some lists and arraysKjell Ahlstedt2019-07-216-15/+25