summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.51.52.51.5Murray Cumming2017-03-132-1/+17
* Gio::Application::get_default(): Add refreturnKjell Ahlstedt2017-03-131-1/+1
* Remove Glib::unconst()Kjell Ahlstedt2017-03-131-11/+0
* tests/glibmm_variant: Add test of Variant<std::tuple>Kjell Ahlstedt2017-03-061-1/+65
* Glib::Variant: Add template specialization for std::tupleAlexander Rössler2017-03-061-0/+186
* Add Gio::PropertyActionKjell Ahlstedt2017-02-264-0/+154
* 2.51.22.51.2Murray Cumming2017-02-232-1/+21
* Revert "Class: A use of range-based for."Murray Cumming2017-02-231-3/+3
* Class: A use of range-based for.Murray Cumming2017-02-231-3/+3
* Object construction: Add custom class init and instance init functionsKjell Ahlstedt2017-02-159-36/+269
* ActionMap—Reorder add_action_with_parameter’s argsDaniel Boles2017-02-142-3/+3
* 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::SimpleAction: Move set_state to original posU-eagle\daniel.boles2017-02-021-3/+3
* Gio::SimpleAction: Make set_state() publicDaniel Boles2017-02-021-4/+0
* 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
* 2.51.1.22.51.1.2Murray Cumming2017-01-112-3/+49
* Visual Studio builds: "Install" the .pdb filesChun-wei Fan2017-01-041-0/+2
* Gio::NetworkMonitor: Derive from Gio::InitableKjell Ahlstedt2016-12-271-4/+4
* Glib::Variant: Remove the string specializations of cast_dynamicKjell Ahlstedt2016-12-272-58/+0
* Glib: Remove some deprecated APIKjell Ahlstedt2016-12-274-76/+0
* Fix some TODO comments requiring ABI breakKjell Ahlstedt2016-12-275-18/+14
* Gio::ActionMap: Fix some trivial documentation bugsKjell Ahlstedt2016-12-271-4/+4
* Gio::ActionMap: trivially move an _IGNOREDaniel Boles2016-12-261-4/+3
* Gio::ActionMap: Improve declaration order/spacingDaniel Boles2016-12-262-27/+31
* Gio::ActionMap: Add function to ActivateSlot docDaniel Boles2016-12-261-1/+1
* Gio::ActionMap: Clarify doc of ActivateWithParameterSlotDaniel Boles2016-12-261-1/+2
* Gio::ActionMap: Fix add_action_with_parameter()Daniel Boles2016-12-262-3/+4
* Glib::VariantType: Add get_item_types()Kjell Ahlstedt2016-12-232-3/+32
* Gio: Use Glib::ustring for file attributes of string typeKjell Ahlstedt2016-12-184-25/+12
* Glib::Dispatcher: Implement the pimpl idiomKjell Ahlstedt2016-12-152-71/+88
* Glib::init(): Set the global localeKjell Ahlstedt2016-12-143-9/+98
* MemoryInputStream: SlotWithData: Make non-copyableMurray Cumming2016-12-121-0/+3
* Binding: Make a the TransformProp constructor explicit.Murray Cumming2016-12-121-1/+1
* BalancedTree: Make a constructor explicit.Murray Cumming2016-12-121-1/+1
* Tests: Initialize a member variable.Murray Cumming2016-12-121-1/+1
* Tests: Make single-parameter constructors explicit.Murray Cumming2016-12-124-4/+4
* Tests: Remove an unused variable.Murray Cumming2016-12-121-1/+0
* Examples: Make a single-parameter constructor explicit.Murray Cumming2016-12-121-1/+1
* Examples: Network: Small const improvement.Murray Cumming2016-12-122-2/+2
* RemoteActionGroup: Rename some vfuncs to add _full().Murray Cumming2016-12-091-2/+2
* 2.51.1.12.51.1.1Murray Cumming2016-12-072-2/+71
* Glib::Dispatcher: Don't cast a HANDLE to an int on WindowsKjell Ahlstedt2016-12-061-7/+5
* PollFD: autodeduce type of fd fieldMarcin Kolny2016-12-062-12/+14
* SettingsSchemaKey: Add missing value/range methodsDaniel Boles2016-12-051-5/+6
* Gio::DBus::Proxy: Fix memory leak in get_cached_property_names()Kjell Ahlstedt2016-12-051-3/+1