2010-06-02 18:45:11 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.26.2:
* Documentation: Added main page text at index.html.
Changes 2.26.1:
* Minor documentation improvements.
|
2010-05-02 13:58:04 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.26.1:
* Minor documentation improvements.
(Murray Cumming, José Alburquerque)
|
2009-10-22 09:44:09 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
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-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-15 05:50:17 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Add a conflict with gtkmm<=2.13.5.
(pangomm was split from gtkmm, so older gtkmm has some
of same files.)
|
2009-04-02 11:02:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update dependency versions to match configure script.
pango mismatch noted by reed@.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
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-17 23:10:15 by Jared D. McNeill | Files touched by this commit (4) |
Log message:
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)
|
2008-11-10 20:47:54 by Thomas Klausner | Files touched by this commit (3) |
Log message:
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-10-16 20:01:31 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
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.
|