2015-09-15 Murray Cumming 3.17.90 2015-09-15 Murray Cumming Window: Add fullscreen_on_monitor(). 2015-09-15 Murray Cumming Notebook: Add detach_tab(). 2015-09-15 Murray Cumming Overlay: Add child properties. 2015-09-15 Murray Cumming Overlay: Add new methods. Add reorder_overlay() and get/set_overlay_pass_through(). 2015-09-15 Murray Cumming PaperSize: Add is_ipp(). 2015-09-15 Murray Cumming Paned: Add get/set_wide_handle() and property. 2015-09-15 Murray Cumming Entry: Add grab_focus_without_selecting(). 2015-09-15 Murray Cumming Gdk::Window: Ignore an internals function. 2015-09-15 Murray Cumming Regenerate gtk docs.xml. 2015-09-15 Murray Cumming Regenerate gdk docs.xml. 2015-09-15 Murray Cumming Regenerate gtk .defs. 2015-09-15 Murray Cumming Regenerate gdk .defs 2015-09-14 Murray Cumming LevelBar: Add set_orientation(). This is just a convenience for until we can break ABI and properly derive from Gtk::Orientable. Bug #752568 (Tobias Hoffmann) 2015-09-14 Chun-wei Fan MSVC Builds: Force "install" After Builds This makes it easier for testing when a build fails for some reason, or when some modifications are done to the code. 2015-09-11 Chun-wei Fan MSVC Builds: Fix gtkmm3-demo Build We are now using GResource to bundle the data files for gtkmm3-demo, so we need to adjust the build process for it, and stop copying the data files as a result. Also update the projects so that the added demo sources can be included in the build. 2015-09-11 Chun-wei Fan MSVC Builds: Link Also to gio-2.0.lib Update gtkmm-build-defines.props to link all projects to gio-2.0.lib, although this is mainly for the demos, which use GResource from GIO. This is done as we already link to the other .lib's from GLib for all projects, for consistency reasons. 2015-09-10 Chun-wei Fan MSVC Builds: Speed Up Builds and Improve Debugging Experience Use the multiprocessor compilation option which can help to cut down build time bu quite a bit, and use the /d2Zi+ flag to log more useful info into the .pdb files. 2015-09-10 Chun-wei Fan MSVC Builds: Support Visual Studio 2013 (and later) Only The latest gtkmm requires a C++-11-capable compiler to build, which means Visual Studio 2013 or later for sufficient C++-11 support, so we: -Drop the Visual Studio 2005 and 2008 projects -Move the Visual Studio 2010 projects to 2013 projects, as they are largely the same in format. -Update the README in MSVC_Net2013 to let people know about this situation. Also update the projects so that the newly-added sources are included in the build.