2015-02-04 Murray Cumming 1.35.1 2015-02-04 Murray Cumming FontMap: Added get_serial(). 2015-02-04 Murray Cumming Context: Add get_serial(). 2015-02-04 Murray Cumming Layout: Add get_character_count() and get_serial(). 2015-02-04 Murray Cumming Doxyfile: Make this more like the latest Doxyfile.in in gtkmm. Just to make sure that we are consistent. 2015-02-04 Murray Cumming Doxyfile: Remove obsolete (according to doxygen warnings) lines. 2015-02-04 Murray Cumming Regenerate _docs.xml file. 2015-02-04 Murray Cumming Regenerate methods .defs file. 2015-02-04 Murray Cumming Regenerate enums .defs file. 2015-02-04 Murray Cumming tools/: Add gen_scripts/, as in glibmm and gtkmm. This makes it easier to regenerate the .defs and _docs.xml files. 2014-09-22 Chun-wei Fan MSVC 2008/2010 Projects: Add "Install" Projects This adds "install" projects for Visual Studio 2008/2010 builds so that the build results can be copied to a common directory together with the dependencies, so that testing and packaging will be made easier. * MSVC_Net2008/pangomm-install.vsprops: * MSVC_Net2008/install.vcproj: * MSVC_Net2010/pangomm-install.props: * MSVC_Net2010/install.vcxproj: Add MSVC projects and property sheets to copy build results to a common directory under the root build directory. * MSVC_Net2008/pangomm.sln: * MSVC_Net2010/pangomm.sln: Include the "install" project in the build process. * MSVC_Net2008/filelist.am: * MSVC_Net2010/filelist.am: Include the added projects and property sheets in dist. 2014-09-18 Chun-wei Fan Overhaul The Visual Studio 2010 Projects Give the Visual Studio 2010 Projects an overhaul, by using property sheets to consolidate commonly-used items, and moving all the projects to MSVC_Net2010. Also stop using the /vd2 compile-time option, as it is more harm than help here, since it causes weird crashes. * MSVC_Net2010/pangomm-build-defines.props: * MSVC_Net2010/pangomm-version-paths.props: Add property sheet sheets to consolidate commonly-used items items so that projects can refer to them, which will help to simplify future maintenance. * MSVC_Net2010/gendef/gendef.vcxproj: * MSVC_Net2010/gendef/gendef.vcxproj.filters: * MSVC_Net2010/gendef/pangomm.vcxproj: * MSVC_Net2010/gendef/pangomm.vcxproj.filters: Move to MSVC_Net2010/, and clean up using the property sheets. Adjust the source file paths accordingly, and remove the /vd2 compile- time option as it brings more trouble than help. Add PlatformToolset tags so to ease future move to Visual Studio 2012/2013. * MSVC_Net2010/filelist.am: * MSVC_Net2010/pangomm.sln: Update file paths accordingly. 2014-09-17 Chun-wei Fan Overhaul the Visual Studio 2008 Projects Give the Visual Studio 2008 Projects an overhaul, and clean them up in the process by consolidating commonly-used items in property sheets, so to ease future maintenance. * MSVC_Net2008/pangomm-build-defines.vsprops: * MSVC_Net2008/pangomm-version-paths.vsprops: Add property sheets to group together commonly-used items so that the projects can refer to them, so to ease future maintenance. * MSVC_Net2008/pangomm/pangomm.vcproj: * MSVC_Net2008/gendef/gendef.vcproj: Move to MSVC_Net2008/ and clean up using the property sheets, and update the file paths accordingly. Stop building blank.cpp, as the IDE recognize the .cc sources, and stop using the /vd2 option, as it is a source of weird crashes. * MSVC_Net2008/pangomm.sln: MSVC_Net2008/filelist.am: Update file paths accordingly. 2014-08-01 Andre Klapper doap: add 2014-07-30 Olav Vitters doap category core 2013-09-09 Chun-wei Fan Update the MSVC Project Files * MSVC_Net2005/gendef/gendef.vcproj: MSVC_Net2008/gendef/gendef.vcproj: MSVC_Net2010/gendef/gendef.vcxproj: MSVC_Net2005/pangomm/pangomm.vcproj: MSVC_Net2008/pangomm/pangomm.vcproj: MSVC_Net2010/pangomm/pangomm.vcxproj: Clean up the project files by purging unneeded entries, macros and whitespace. Also improve on the project files by adding to the AdditionalIncludeDirectories and AdditionalLibraryDirectories so that they can find and use the deps from a local build directory instead of using builds in the global include and libs path. This is useful when we are building an unstable release as unstable releases usually require the latest unstable releases of their respective deps, which we do not usually want to place where they are used globally. 2013-09-09 Chun-wei Fan MSVC Solution Files: Use DOS Line Endings * MSVC_Net2010/pangomm.sln: Use DOS/Windows line endings as Visual Studio expects .sln files to have DOS/Windows line endings in order to determine the Visual Studio version to use to open the .sln files. 2013-07-03 José Alburquerque Move to a generated ChangeLog. 2013-07-02 José Alburquerque Auto-generate the ChangeLog from the git log for 'make dist'. * Makefile.am: Include the dist-changelog.am file copied in build/ from mm-common so that the ChangeLog is automatically generated from the git commit messages on 'make dist'. 2013-04-24 Murray Cumming 2.34.0 2012-10-26 José Alburquerque