summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.75.02.75.0Kjell Ahlstedt2023-01-173-2/+42
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2023-01-1711-157/+1326
* Gio::Settings: Add bind() overloads and unbind()Kjell Ahlstedt2023-01-162-4/+353
* Add the GLIBMM_CHECK_VERSION() preprocessor macroKjell Ahlstedt2023-01-164-0/+81
* Glib::Binding: Fix a bind_property() overloadKjell Ahlstedt2023-01-131-2/+2
* CI: Install all dependencies with aptKjell Ahlstedt2023-01-131-51/+2
* meson.build: Simplify if-file-exists testKjell Ahlstedt2023-01-131-10/+2
* Merge branch 'fix-msvc-warnings-max' into 'master'Kjell Ahlstedt2023-01-091-2/+2
|\
| * liststore.hg: Rename a local variableChun-wei Fan2023-01-091-2/+2
* | Merge branch 'disable-c4273-wrap_init' into 'master'Chun-wei Fan2023-01-091-0/+7
|\ \ | |/
| * generate_wrap_init.pl.in: Disable warning C4273Chun-wei Fan2023-01-091-0/+7
|/
* Merge branch 'fix-giomm-simple-test-windows' into 'master'Kjell Ahlstedt2023-01-081-0/+1
|\
| * Fix giomm_simple test on WindowsChun-wei Fan2023-01-051-0/+1
|/
* meson.build: Simplify lookup of python commandKjell Ahlstedt2023-01-041-6/+1
* meson.build: Fix the evaluation of is_git_build on WindowsKjell Ahlstedt2023-01-041-5/+10
* Meson build: Don't copy files with configure_file()Kjell Ahlstedt2023-01-044-13/+16
* Glib::Binding::unbind(): Fix documentationKjell Ahlstedt2022-12-271-3/+2
* Glib::Module: Deprecate build_path()Kjell Ahlstedt2022-12-212-14/+30
* Add Gio::BytesIconKjell Ahlstedt2022-12-029-0/+127
* Gio::AppInfo: Add get_[recommended|fallback]_for_type()Kjell Ahlstedt2022-12-021-1/+5
* Gio::NetworkMonitor::get_default(): Add refreturnKjell Ahlstedt2022-11-051-1/+1
* Glib::RefPtr: Put the documentation in a Doxygen groupKjell Ahlstedt2022-10-101-0/+11
* Doxyfile.in: Allow more graph nodesKjell Ahlstedt2022-10-102-2/+2
* meson.build: Detect if we build from a git subtreeKjell Ahlstedt2022-09-261-6/+8
* 2.74.02.74.0Kjell Ahlstedt2022-09-193-2/+14
* glib/glibmm.h: Update the link to the gtkmm tutorialKjell Ahlstedt2022-09-191-1/+1
* Glib, Gio: Regenerate docs.xml filesKjell Ahlstedt2022-09-192-13/+51
* Convert README to README.mdKjell Ahlstedt2022-09-121-4/+36
* CI: Return to using ubuntu:rolling (22.04)Kjell Ahlstedt2022-09-021-2/+2
* Gio::File docs: Add @throwsKjell Ahlstedt2022-09-021-32/+116
* Gio::File: Add create_tmp()Kjell Ahlstedt2022-09-013-11/+106
* Gio::ListStore::find() docs: Small changesKjell Ahlstedt2022-09-012-7/+7
* Gio::ListStore: Add find()Kjell Ahlstedt2022-08-293-0/+234
* CI: Skip building with Autotools if glib is too oldKjell Ahlstedt2022-08-271-0/+8
* 2.73.22.73.2Kjell Ahlstedt2022-08-233-2/+44
* CI: Use ubuntu:devel (22.10)Kjell Ahlstedt2022-08-231-31/+15
* Gio: Add some methods for glibmm 2.74Kjell Ahlstedt2022-08-228-6/+45
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2022-08-229-62/+1308
* Doxyfile.in: Remove obsolete entryKjell Ahlstedt2022-08-221-1/+0
* Add Glib::ustring::release()Kjell Ahlstedt2022-08-211-0/+11
* Gio::DBus::Proxy: Add some refreturnglibmm-2-72Kjell Ahlstedt2022-07-291-4/+4
* gmmproc: Make h2def.py recognize G_DEFINE_AUTOPTR_CLEANUP_FUNCKjell Ahlstedt2022-07-231-0/+4
* gmmproc, DocsParser.pm: Improve the handling of gi-docgen syntax, part 3Kjell Ahlstedt2022-07-071-0/+3
* Gio::ListStore: Don't derive a gtkmm__GListStore GTypeKjell Ahlstedt2022-06-081-0/+2
* gmmproc: Improved handling of final typesKjell Ahlstedt2022-06-083-8/+65
* Gio::Action: Improve the documentationKjell Ahlstedt2022-06-061-17/+18
* Glib::RefPtr: Improve the documentationKjell Ahlstedt2022-06-061-0/+15
* Update tools/test_scripts/testheaders.shKjell Ahlstedt2022-06-011-5/+15
* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are createdChun-wei Fan2022-05-271-0/+4
* NMake Makefiles: Remove rules on build directory creationChun-wei Fan2022-05-272-16/+10