summaryrefslogtreecommitdiff
path: root/gio/giomm
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::BytesIconKjell Ahlstedt2022-12-021-0/+1
* Add Gio::AppInfoMonitorKjell Ahlstedt2022-02-161-1/+2
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-141-2/+3
* Declare some copy assignment operators deleted (=delete)Kjell Ahlstedt2021-08-271-1/+1
* Don't mark the Glib::Source class with GLIBMM_APIChun-wei Fan2021-05-071-7/+7
* Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0Kjell Ahlstedt2021-05-051-3/+2
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-0/+2
* Meson build: Make it possible to use glibmm as a subprojectKjell Ahlstedt2021-03-121-4/+4
* Meson build: Use relative paths to untracked/Kjell Ahlstedt2021-02-241-2/+3
* Meson build: Fix versioning on macOSKjell Ahlstedt2020-09-301-1/+4
* Rewrite Gio::Tls[Client,Server]ConnectionImplKjell Ahlstedt2020-08-124-84/+57
* Gio::Tls[Client,Server]ConnectionImpl: Improve the wrap*() functionsKjell Ahlstedt2020-08-022-12/+18
* Gio: Add Tls[Client,Server]ConnectionImplKjell Ahlstedt2020-07-306-2/+247
* Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan2020-06-181-3/+3
* Glib, Gio: Add missing #includesKjell Ahlstedt2020-03-181-0/+2
* Visual Studio builds: build giomm without gendefChun-wei Fan2020-03-071-44/+20
* gio/giomm/*.h: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-075-3/+22
* gio/giomm/meson.build: Silence a warning from MesonKjell Ahlstedt2020-03-031-1/+0
* Meson build: Add some dependencies when generating source filesKjell Ahlstedt2020-03-021-2/+3
* gio/giomm/meson.build: Use giomm-int rule for all buildsChun-wei Fan2020-03-021-35/+35
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-011-0/+418
* Glib::init(), Gio::init(): Improve the documentationKjell Ahlstedt2019-07-091-1/+10
* Use {} for function arguments initialisationTapasweni Pathak2019-01-131-4/+4
* Fix reference documentation generationChun-wei Fan2018-09-101-1/+1
* glibmm, giomm: Split out GNU automake items from filelist.amChun-wei Fan2018-09-073-3/+7
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-311-3/+3
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-171-3/+4
* Revert "Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-171-22/+4
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-131-4/+22
* Install giomm/slot_async.hKjell Ahlstedt2018-07-024-4/+20
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-307-24/+7
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-2/+2
* Socket: Avoid creating a RefPtr to this.Murray Cumming2017-04-052-0/+33
* Replace remaining uses of Glib::ListHandle<> with std::vector.Murray Cumming2017-03-202-4/+3
* Use std::vector<> instead of Glib::StringArrayHandle.Murray Cumming2017-03-172-3/+4
* sigc3: .h/.cc files: Use slot/signal<R(Args...)> syntax.Murray Cumming2016-11-142-3/+3
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* Re-run clang-format on some files.Murray Cumming2016-02-261-1/+2
* Run clang-format on gio .cc files.Murray Cumming2016-02-264-66/+84
* Run clang-format on gio .h files.Murray Cumming2016-02-265-22/+16
* C++11: Replace virtual keyword with override keyword on destructors.Murray Cumming2015-12-241-1/+1
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* More use of nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* Make destructors explicitly noexcept.Murray Cumming2015-08-312-2/+2
* docs: Include unused headers in reference documentationDaniel Elstner2015-08-261-0/+2
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-153-4/+4
* Gio::SignalSocket docs: Add an empty line after @newinKjell Ahlstedt2015-03-191-0/+1
* Add Gio:SocketSource, SignalSocket and Socket::create_source()Kjell Ahlstedt2014-05-153-2/+218
* win32: Surround content_type_get_symbolic_icon() with ifdefs.Giuseppe Penone2014-03-052-0/+4
* Gio::content_type_*(): Improve documentationKjell Ahlstedt2013-11-131-11/+25