2008-03-03 12:49:55 by Matthias Drochner | Files touched by this commit (1) |
Log message:
add missing @dirrms
|
2008-03-02 16:50:20 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.12.5:
* Documentation:
- Show stock icon images in the API reference again.
- Show some pictures of widgets in the API reference.
* Build:
- Fix header inclusion and use using directive for C functions to
fix build on gcc-4.3 (pre-releases) and Solaris.
- Install and find all needed files for gtkmm-demo, and correct the
executable name.
|
2008-02-02 23:12:31 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Cganges 2.12.4:
* Gtk::RecentAction: Derive from RecentChooser - this class was
unusable before and we didn't want to wait for the next
major GTK+ and gtkmm versions to fix it.
* Build fix with gcc 4.3 pre-releases.
|
2007-12-31 12:11:58 by Tom Spindler | Files touched by this commit (1) |
Log message:
gtkmm wants gtk2+>= 2.12.0.
|
2007-11-18 09:37:05 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.12.3:
* Documentation: Improved the devhelp file to
- show the full method name, including the class name.
- really jump to the method's anchor on the page.
* Build: Fix the win32 build.
Changes 2.12.2:
* IconView: set_cursor(): Actually implement this.
* LinkButton: Correct the implementation of the
constructor that takes just the URI. Bug 492200
* Build: Fix the build on MacOS X. Bug 493057.
|
2007-10-30 00:16:47 by Matthias Drochner | Files touched by this commit (1) |
Log message:
don't try to @dirrm share/devhelp/books
|
2007-10-13 16:18:34 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Changes 2.12.1:
* PrintOperation: Corrected a reference-counting problem that caused
crashes.
Changes 2.12:
* New classes: Builder, RecentAction, Tooltip, VolumeButton.
* Deprecated the Tooltips class.
* More...
|
2007-09-23 00:56:44 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Add three patches based on files in gtkmm-2.12.0 to fix the build
with gtk2+-2.12.0. Bump PKGREVISION.
In case this doesn't build with gtk2+<2.12 any longer, please add
an appropriate BUILDLINK_API_DEPENDS.gtk2 line.
|
2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|
2007-08-12 14:24:20 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.10.11:
* TextBuffer: Removed the maemo-specific methods
get_can_paste_rich_text(), set_can_paste_rich_text(),
set_rich_text_format(), and set_rich_text_format_all(), because they have
been removed from the maemo GTK+ 2.10, in favour of the new regular GTK+ 2.10
methods.
* Build: Fix the tests when properties are disabled.
* Documentation:
- FileChooser API reference improvements.
- Improved cflags/libs section.
|