summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Variant: Slightly elaborate Variant<Variant> docsglibmm-2-52Daniel Boles2018-01-151-1/+8
* Variant: Fix typo: unclosed monospace tagDaniel Boles2017-10-231-1/+1
* 2.52.12.52.1Murray Cumming2017-09-042-1/+15
* Glib::VariantIter: Fix typos in copyright noticeKjell Ahlstedt2017-09-011-2/+2
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-30445-1249/+460
* gio/src/filelist.am: Really include all .hg files in giomm_files_hgKjell Ahlstedt2017-08-301-1/+1
* Gio: Exclude DesktopAppInfo from wrap_init.cc on MacOSKjell Ahlstedt2017-08-154-7/+20
* gio/src/filelist.am: Always include all .hg files in giomm_files_hgKjell Ahlstedt2017-08-151-1/+4
* miscutils: Update docs of get_*_name() from GLibDaniel Boles2017-07-301-5/+22
* Gio::TlsDatabase: Fix memory leak in a vfuncKjell Ahlstedt2017-06-271-0/+2
* 2.52.02.52.0Murray Cumming2017-06-232-1/+16
* RefPtr: Clarify comment about undefined behaviourDaniel Boles2017-05-311-1/+1
* ActionMap: Revert accidental changes to Slot declsDaniel Boles2017-05-311-2/+2
* Variant: Use own get_n_children() instead of C APIDaniel Boles2017-05-292-13/+7
* Gio::UnixSocketAddress::create(): Remove a default valueKjell Ahlstedt2017-05-181-2/+1
* Gio::DBus::Proxy: Wrap call() and call_sync() methods. Bug 781818Vyacheslav Yurkov2017-05-123-189/+117
* 2.51.72.51.7Murray Cumming2017-05-082-2/+28
* gio/src/filelist.am: Really use desktopappinfo.hg to fix the build.Murray Cumming2017-05-082-2/+2
* Glib::VariantType: Deprecate first() and next(). Add get_item_types()Kjell Ahlstedt2017-05-052-3/+33
* ActionMap: Improve add_action_with_parameter docsDaniel Boles2017-05-051-4/+6
* ActionMap: Really fix add_action_with_parameter()Daniel Boles2017-05-041-0/+1
* Gio::SimpleAction: Move set_state to original posU-eagle\daniel.boles2017-05-041-3/+3
* Gio::SimpleAction: Make set_state() publicDaniel Boles2017-05-041-4/+0
* ActionMap: Add back add_action_with_parameter() without parameter_type.Murray Cumming2017-05-042-0/+25
* ActionMap—Reorder add_action_with_parameter’s argsDaniel Boles2017-05-042-3/+3
* Gio::ActionMap: trivially move an _IGNOREDaniel Boles2017-05-041-4/+3
* Gio::ActionMap: Improve declaration order/spacingDaniel Boles2017-05-042-27/+30
* Gio::ActionMap: Fix add_action_with_parameter()Daniel Boles2017-05-042-3/+4
* SettingsSchemaKey: Add missing value/range methodsDaniel Boles2017-05-041-5/+6
* Bug 781947 - Build fails on MacOS because glib doesn't have gdesktopinfo.John Ralls2017-04-302-1/+19
* Glib::Object: Suppress deprecation warning for g_object_newv()Kjell Ahlstedt2017-04-291-1/+6
* C++11: Variant: Replace more throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-042-6/+6
* C++11: Variant: Replace throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-042-2/+2
* 2.51.62.51.6Murray Cumming2017-03-222-1/+44
* Gio::Application::get_default(): Add refreturnKjell Ahlstedt2017-03-131-1/+1
* SimpleAction—doc—Erase wrong line & duplicate wordDaniel Boles2017-02-141-3/+1
* Glib::Variant—Improve documentation of get_maybe()Daniel Boles2017-02-131-4/+5
* Glib::Variant—Explain how to create “maybe” typesDaniel Boles2017-02-131-2/+5
* Glib::Variant—Cosmetically tweak braces & newlinesDaniel Boles2017-02-131-16/+4
* Glib::Variant: Fix a copy-pasted typo in func docsDaniel Boles2017-02-051-4/+4
* Gio::Action: Remove unneeded #includes in ccgDaniel Boles2017-02-021-2/+0
* Gio::Action: #include <glibmm/variant.h> in hgDaniel Boles2017-02-021-7/+1
* Visual Studio builds: "Install" the .pdb filesChun-wei Fan2017-01-041-0/+2
* Gio::ActionMap: Fix some trivial documentation bugsKjell Ahlstedt2016-12-271-3/+3
* Gio::ActionMap: Add function to ActivateSlot docDaniel Boles2016-12-261-1/+1
* Gio::ActionMap: Clarify doc of ActivateWithParameterSlotDaniel Boles2016-12-261-1/+2
* Glib::Dispatcher: Don't cast a HANDLE to an int on WindowsKjell Ahlstedt2016-12-121-5/+5
* PollFD: autodeduce type of fd fieldMarcin Kolny2016-12-122-12/+14
* Gio::DBus::Proxy: Fix memory leak in get_cached_property_names()Kjell Ahlstedt2016-12-051-3/+1
* Gio::Settings: Make set_enum() + set_flags() usabledjb2016-11-301-3/+7