Skip to content
  1. Jun 30, 2015
  2. Mar 24, 2015
  3. Feb 04, 2015
  4. Sep 22, 2014
    • Chun-wei Fan's avatar
      MSVC 2008/2010 Projects: Add "Install" Projects · 6c10ae26
      Chun-wei Fan authored
      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.
      6c10ae26
  5. Sep 18, 2014
    • Chun-wei Fan's avatar
      Overhaul The Visual Studio 2010 Projects · a09b7024
      Chun-wei Fan authored
      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.
      a09b7024
  6. Sep 17, 2014
    • Chun-wei Fan's avatar
      Overhaul the Visual Studio 2008 Projects · 0f8dfff1
      Chun-wei Fan authored
      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.
      0f8dfff1
  7. Aug 01, 2014
  8. Jul 30, 2014
  9. Sep 09, 2013
    • Chun-wei Fan's avatar
      Update the MSVC Project Files · 66bfdba9
      Chun-wei Fan authored
      * 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.
      66bfdba9
    • Chun-wei Fan's avatar
      MSVC Solution Files: Use DOS Line Endings · 20be7edc
      Chun-wei Fan authored
      * 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.
      20be7edc
  10. Jul 03, 2013
  11. Jul 02, 2013
  12. Apr 24, 2013
  13. Oct 26, 2012
  14. Oct 26, 2011
  15. Oct 25, 2011
    • Murray Cumming's avatar
      Add #includes needed with the latest glibmm. · 2683cdbc
      Murray Cumming authored
      * pango/src/attributes.ccg:
      * pango/src/attributes.hg:
      * pango/src/color.hg:
      * pango/src/fontdescription.hg:
      * pango/src/fontface.hg:
      * pango/src/fontmetrics.hg:
      * pango/src/fontset.ccg:
      * pango/src/item.hg:
      * pango/src/language.hg:
      * pango/src/layoutline.hg: Add individual includes now that gmmproc does not
      add #include glibmm.h at the top of every generated header.
      2683cdbc
  16. Sep 27, 2011
  17. Sep 22, 2011
    • Krzesimir Nowak's avatar
      Don't use obsolete macros. · 9864a474
      Krzesimir Nowak authored
      * autogen.sh: Warn about everything during autoreconf.
      * configure.ac: Replaced obsolete macros with their modern counterparts.
      9864a474
  18. Aug 31, 2011
  19. May 24, 2011
  20. Mar 30, 2011
  21. Mar 26, 2011
  22. Mar 25, 2011
  23. Mar 23, 2011
  24. Jan 08, 2011
    • Murray Cumming's avatar
      2.27.1 · eba8c358
      Murray Cumming authored
      2.27.1
      eba8c358
    • Murray Cumming's avatar
      Added missing file · 182e7782
      Murray Cumming authored
      182e7782
    • Murray Cumming's avatar
      LayoutIter: Wrap this as a boxed type, which needs less code. · 828501a7
      Murray Cumming authored
      	* pango/src/layoutiter.[hg|ccg]: PangoLayoutIter became a boxed type at some
      	point, with a pango_layout_iter_copy() function, so we can now wrap it
      	normally without so much hand-coding. This also adds a copy constructor.
      	* pango/src/layout.ccg: get_iter(): Use the LayoutIter copy constructor
      	instead of the crappy old assign_gobj() function. Also deprecate this
      	method, adding a get_iter(void), now that the copy constructor allows us to
      	use LayoutIter as a return type.
      828501a7
    • Murray Cumming's avatar
      Improve the generated API documentation. · c26b848f
      Murray Cumming authored
      * pango/src/pango_methods.defs: Regenerated with h2defs.py
      * pango/src/pango_extra_objects.defs: Added some object definitions to help
      the documentation generator, avoiding warnings about not being able to
      transform C function names into C++ function names. I did the same thing in
      gtkmm a few months ago.
      * pango/src/filelist.am: Mention the new files.
      * pango/src/pango.defs: Include the new file.
      c26b848f
  25. Jan 07, 2011
    • Murray Cumming's avatar
      Added conversions used by gtkmm. · 59d95584
      Murray Cumming authored
      * tools/m4/convert_pango.m4: Added the extra conversions that were in the
      gtkmm copy of this file. They will probably be needed by other modules so
      it makes sense to keep them to here to avoid duplication.
      59d95584