summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.60.02.60.0Kjell Ahlstedt2019-03-192-2/+42
* giomm.h: Add missing #include directivesKjell Ahlstedt2019-03-191-0/+2
* Gio::NetworkManager: Add class documentationKjell Ahlstedt2019-03-191-2/+8
* Gio: Add some API (AppInfo::launch_uris_async() etc.)Kjell Ahlstedt2019-03-184-5/+20
* Glib: Add some API (DateTime::get_timezone() etc.)Kjell Ahlstedt2019-03-184-8/+9
* Gio::Settings: Add property_settings_schema()Kjell Ahlstedt2019-03-182-1/+3
* Gio: Use _IS_REFCOUNTED_BOXEDTYPE where appropriateKjell Ahlstedt2019-03-182-0/+2
* gmmproc: Add _IS_REFCOUNTED_BOXEDTYPEKjell Ahlstedt2019-03-182-12/+79
* Gio::TlsClientConnection: Deprecate property_accepted_cas()Kjell Ahlstedt2019-03-181-1/+4
* Glib::Value: Add Value<std::vector<string>> specializationsKjell Ahlstedt2019-03-182-0/+70
* Gio::ThemedIcon: Add create(const std::vector<Glib::ustring>& iconnames)Kjell Ahlstedt2019-03-182-1/+25
* Gio::AsyncResult: Explain why wrap() is not used in get_source_object_base()Kjell Ahlstedt2019-03-182-2/+21
* Glib: Add some Glib::Value<> specializationsKjell Ahlstedt2019-03-188-2/+154
* Gio: Remove NO_GTYPE from some _WRAP_ENUMsKjell Ahlstedt2019-03-189-17/+10
* Object construction: Add custom class init and instance init functionsKjell Ahlstedt2019-03-189-55/+298
* Gio::TlsConnection: Deprecate rehandshake APIKjell Ahlstedt2019-03-182-23/+6
* Gio::Application: Add signal_name_lost()Kjell Ahlstedt2019-03-181-0/+3
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-03-189-5096/+4413
* 2.58.12.58.1glibmm-2-58Kjell Ahlstedt2019-03-172-2/+17
* Add few installation instructionsTapasweni Pathak2019-01-201-0/+8
* Gio::Settings: Fix typo in deprecation noticeDaniel Boles2019-01-081-1/+1
* Revert "Gio: Remove NO_GTYPE from some _WRAP_ENUMs"Kjell Ahlstedt2019-01-089-10/+17
* Gio: Remove NO_GTYPE from some _WRAP_ENUMsKjell Ahlstedt2019-01-079-17/+10
* gmmproc: _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameterKjell Ahlstedt2019-01-074-24/+40
* tools/gen_scripts: Update for non-source-dir builds of glibmm-2.4Kjell Ahlstedt2019-01-031-3/+2
* tools/gen_scripts/init_generate.sh: glibmm -> glibmm-2.4Kjell Ahlstedt2018-12-281-10/+10
* docextract_to_xml.py: Add --exclude-file optionKjell Ahlstedt2018-12-282-20/+27
* tools/gen_scripts: Update for non-source-dir buildsKjell Ahlstedt2018-12-2810-113/+132
* gio/src/filelist.am: Remove giomm_files_[hg|ccg]Kjell Ahlstedt2018-12-201-6/+0
* stringutils: Don't use @retval here eitherDaniel Boles2018-12-171-1/+1
* Merge branch 'wip/dboles/retval-to-param-out-stable' into 'glibmm-2-58'Daniel Boles2018-12-172-8/+8
|\
| * fileutils|IOChannel: Don’t use @retval on out argsDaniel Boles2018-12-162-8/+8
|/
* Gio::TlsConnection: Disable deprecation warnings from glibKjell Ahlstedt2018-12-062-2/+22
* 2.58.02.58.0Kjell Ahlstedt2018-10-312-1/+6
* 2.56.12.56.1glibmm-2-56Kjell Ahlstedt2018-10-312-1/+21
* Add tools/gen_scripts/generate_all.shKjell Ahlstedt2018-10-311-0/+13
* Merge branch 'glibmm-2-56.nmake' into 'glibmm-2-56'Kjell Ahlstedt2018-10-3069-5558/+853
|\
| * Update .gitignoreChun-wei Fan2018-10-291-3/+3
| * Update build instructions in README.win32Chun-wei Fan2018-10-291-14/+25
| * build: Remove Visual Studio 2015 projectsChun-wei Fan2018-10-2941-5464/+0
| * build: Add NMake MakefilesChun-wei Fan2018-10-2911-48/+776
| * build: Split out automake-specific items from filelist.am'sChun-wei Fan2018-10-2910-20/+40
| * builds: Rename MSVC_Net2015 as MSVC_NMakeChun-wei Fan2018-10-2947-8/+8
|/
* tools/test_scripts/testheaders.sh: Fix a directory testKjell Ahlstedt2018-10-261-1/+1
* AsyncResult: Fix grammar error, <tt>ify enumeratorDaniel Boles2018-10-071-1/+1
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-315-31/+32
* MSVC builds: Ensure we build variantdbusstring.ccChun-wei Fan2018-08-293-0/+5
* MSVC builds: Require Visual Studio 2015Chun-wei Fan2018-08-2948-92/+92
* configure.ac: Require glib-2.0 >= 2.55.1Kjell Ahlstedt2018-07-181-2/+2
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-175-13/+29