2007-07-05 13:08:08 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.10.10:
* RadioAction: Correct a reference-counting error in the "changed" signal.
* RecentManager: Allow Gtk::RecentManager::Data to be instantiated, for use with
the full version of add_item().
* Menu: Fix memory problems during destruction by handling attached widgets as
we already handle child widgets.
* Correctly ifdef-out initialization of deprecated classes.
* Build: Cope with newer m4 versions.
* Documentation:
FAQ: Emphasize that libglademm is preferred to glademm.
|
2007-03-18 14:19:37 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.10.8:
* ActionGroup::add(): Avoid a problem on 64-bit systems due to 0/NULL confusion.
* Documentation:
- Updated the Internationalization chapter.
- Added appendix about Visual Studio 2005.
|
2007-02-15 15:58:02 by Roland Illig | Files touched by this commit (1) |
Log message:
This package needs glibmm>=2.12.3.
|
2007-02-05 20:44:08 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.10.7:
* Main: Cleanup data structures in the destructor, preventing leaks, and allowing
a second instantiation.
* Build: Fix build with SUN Workshop 11
* Documentation:
- glade/libglade tutorial section: Clarification.
- Added SizeGroup documentation.
|
2007-01-04 23:41:56 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.10.6:
* Gdk::Drawable::create_cairo_context(),
Gtk::PrintContext::get_cairo_context(),
Gtk::PrintJob::get_surface(): Fix memory leak caused by doing
an extra reference.
|
2006-11-29 20:05:18 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 2.10.5:
* UIManager: Fix crash when built without exceptions support.
* Style: lookup_icon_set(): Memory-management correction.
* Build:
- Windows: Do not check for gtk+-unix-print-2.0 on as it is not
always included in GTK installers and/or binary archives (like in Tor's binaries).
|
2006-11-09 17:37:37 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 2.10.3:
* Adjustment: Preventing the value from being ignored.
* Build:
- ListViewText:
Fix an odd build problem with gcc 3.3.6.
* Documentation:
- Explain the optional (at build-time) API for
reduced resources environments.
- Correct the links to the Memory Management and libglademm chapters.
- Drawable::get_image(), Container::remove(), Widget::add_mnemonic_label:
avoid mentioning a functions that do not exist in gtkmm.
|
2006-11-06 11:36:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support.
|
2006-09-25 17:49:07 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fix building with gcc-3; PR#34601
|
2006-09-24 18:44:19 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 2.10.2:
* Added --enable-atk=no option, to disable the build and use
of the atkmm API, for use in embedded environments.
* Documentation:
- Book: Added Plug and Socket chapter to book, with example.
Changes 2.10.1:
* Button: fix typo in get_image_position()
* Added MSVC support for 2.10
|