summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.46.22.46.2Murray Cumming2015-11-202-1/+8
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-11-081-1/+1
* StreamIOChannel: Use the override keyword.Murray Cumming2015-11-061-7/+7
* ObjectBase, Object, Interface: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-316-44/+70
* C++11: Gio::*Source: Use the override keyword.Murray Cumming2015-10-261-9/+9
* C++11: Glib::Error::what(): Use the override keyword.Murray Cumming2015-10-261-1/+1
* Revert "Add Glib::c_str_or_null()"Kjell Ahlstedt2015-10-191-8/+0
* Add Glib::c_str_or_null()Kjell Ahlstedt2015-10-191-0/+8
* Tiny whitespace fix.Murray Cumming2015-09-251-1/+0
* NEWS: List what's new in 2.46.Murray Cumming2015-09-251-0/+87
* Fix the build with --enable-warnings=fatalKjell Ahlstedt2015-09-231-1/+2
* 2.46.12.46.1Murray Cumming2015-09-222-1/+7
* gmmproc: _CLASS_GOBJECT(): Move = deleted stuff to public.Murray Cumming2015-09-221-4/+4
* 2.46.02.46.0Murray Cumming2015-09-212-3/+20
* MSVC Builds: Fix Last Revert on GLib::Weakref<>Chun-wei Fan2015-09-213-0/+3
* Revert "MSVC Projects: Add Newly-added Sources"Chun-wei Fan2015-09-215-9/+0
* DBus::Connection::signal_subscribe(): Pass nullptr instead of "".Murray Cumming2015-09-211-2/+6
* Application: Remove bind/unbind_busy_property().Murray Cumming2015-09-201-3/+4
* Revert "Added Gio::ListModel"Murray Cumming2015-09-204-121/+0
* gio_methods.defs: Add g_list_store_new().Murray Cumming2015-09-201-0/+9
* Add ListStore to extra objects .defs.Murray Cumming2015-09-201-0/+6
* Add GListStore .defsMurray Cumming2015-09-202-0/+12
* MSVC Projects: Add Newly-added SourcesChun-wei Fan2015-09-175-0/+9
* Added Gio::ListModelMurray Cumming2015-09-165-0/+127
* Generate signal/property defs for GListModel.Murray Cumming2015-09-162-0/+14
* Glib::RefPtr: Enable disallowance with certain classesKjell Ahlstedt2015-09-161-0/+35
* Update .gitignoreKjell Ahlstedt2015-09-151-4/+2
* Glib::WeakRef: Add noexceptKjell Ahlstedt2015-09-153-43/+45
* 2.45.802.45.80Murray Cumming2015-09-152-2/+19
* Add Glib::WeakRef<>Kjell Ahlstedt2015-09-154-0/+625
* TlsClientConnection: Add copy_session_state().Murray Cumming2015-09-142-0/+6
* Gio::Application: Add bind/unbind_busy_property() and set_state_hint().Murray Cumming2015-09-142-0/+6
* Application: Ignore g_application_add_main_option().Murray Cumming2015-09-141-0/+4
* MSVC Builds: Fix "Installation" and giomm BuildsChun-wei Fan2015-09-113-0/+32
* MSVC Builds: Improve Build Speed and Debugging ExperienceChun-wei Fan2015-09-101-0/+2
* Fix the build after modification of timer.ccKjell Ahlstedt2015-09-091-5/+1
* Update Visual Studio Info in README.win32Chun-wei Fan2015-09-091-13/+6
* MSVC Builds: Move MSVC_Net2010 to MSVC_Net2013Chun-wei Fan2015-09-09102-9292/+50
* glibmm: More Fixes on Building on Visual Studio 2013Chun-wei Fan2015-09-092-2/+2
* glib/glibmmconfig.h: Allow Build on Visual Studio 2013Chun-wei Fan2015-09-091-0/+5
* 2.45.702.45.70Murray Cumming2015-09-032-2/+31
* Require the latest libsigc++Murray Cumming2015-09-031-1/+1
* Revert "Deprecate Regex now that we have std::regex."Murray Cumming2015-09-015-8/+48
* ObjectBase: move operations: Call the sigc::trackable base.Murray Cumming2015-09-011-1/+4
* IOChannel: move operations: Call the base sigc::trackable.Murray Cumming2015-09-011-1/+4
* Markup: Add move operationsMurray Cumming2015-09-012-0/+37
* resolver example: Use std:stoul instead of stdstrtoulMurray Cumming2015-09-011-1/+1
* resolver example: Use std::strtoul instead of strtoul.Murray Cumming2015-09-011-1/+1
* Deprecate Regex now that we have std::regex.Murray Cumming2015-09-015-48/+8
* RefPtr: Make everything else noexcept too.Murray Cumming2015-08-311-41/+42