2017-03-30 Murray Cumming 2.25.2 2017-03-22 Murray Cumming Use glibmm-2.54 instead of glibmm-2.52 We changed the ABI name of the currently-unstable glibmm series. 2017-03-17 Murray Cumming Replace remaining uses of Glib::ArrayHandle<> with vector. Using Glib::ArrayHandler<>::array_to_vector() and Glib::ArrayHandler<>::vector_to_array() instead, and only in the implementation instead of in the API. 2017-03-17 Murray Cumming Text, EditableText: Use vector instead of SListHandle<>. Using Glib::SListHandler<>::slist_to_vector() and Glib::SListHandler<>::vector_to_slist() instead, and only in the implementation instead of in the API. 2017-03-14 Chun-wei Fan Fix previous commit Sorry, I accidentaly committed the PaxHeaders.xxxxx directories, which should not be in version control. 2017-03-14 Chun-wei Fan Visual Studio builds: Require Visual Studio 2017 As atkmm master needs C++-14 features that is only fully supported on Visual Studio 2017, update the projects to become 2017 projects. Also make sure that we depend on libsigc++-3.x and glibmm-2.52+, and make them settings in property sheets so that it is easier to bump these versions if they need to be updated in the future. 2017-01-19 Murray Cumming C++11: Use of auto. 2017-01-19 Murray Cumming C++11: Use of nullptr. 2017-01-04 Chun-wei Fan Visual Studio builds: "Install" the .pdb files Since we already generate the .pdb file during the build, we should make good use of it to help debugging.