Commit graph

11 commits

Author SHA1 Message Date
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
adam
beb26bdd12 Changes 2.26.2:
* Documentation: Added main page text at index.html.

Changes 2.26.1:
* Minor documentation improvements.
2010-06-02 16:45:11 +00:00
wiz
c920091e07 Update to 2.26.1:
* Minor documentation improvements.
  (Murray Cumming, José Alburquerque)
2010-05-02 11:58:04 +00:00
adam
6ee1fee41f Changes 2.26.0:
* Minor documentation build fixes.
* Change public documentation location to library.gnome.org in
  the pkg-config files as well.
* Change public documentation location to library.gnome.org.
* Reenable the per-class hierarchy graphs in the reference documentation.
* Drop the custom HTML header and footer, and use the shared doxygen.css
  file from mm-common.
* More...
2009-10-22 07:44:08 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
reed
623c3aa44b Add a conflict with gtkmm<=2.13.5.
(pangomm was split from gtkmm, so older gtkmm has some
of same files.)
2009-04-15 03:50:17 +00:00
wiz
71cfc5d889 Update dependency versions to match configure script.
pango mismatch noted by reed@.
2009-04-02 09:02:58 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
5afd9e391c Update pangomm to 2.24.0.
2.24.0:
(Skipped version numbers since 2.14.1, to match pango 1.24
(apart from the first digit, which we can't decrease.)

* Layout: Added show_in_cairo_context().
  (Louis-Francis Ratté-Boulianne) Bug #560232.
* Build: Allow pangomm to build outside the source tree. Bug #570322
  (Theppitak Karoonboonyanan)
* License Header consistency. (Deng Xiyue)
2009-03-17 22:10:15 +00:00
wiz
f00efd6cf9 Update to 2.14.1:
2.14.1:

* Windows build: Use the new DLL naming convention, like boost.
  (Armin Burgmeier)
* Documentation:
  - Corrected the index page for DevHelp.
    (Deng Xiyue) Bug #559896
2008-11-10 19:47:54 +00:00
adam
a3ec41a70d pangomm (used to be part of gtkmm) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces.
2008-10-16 18:01:30 +00:00