summaryrefslogtreecommitdiff
path: root/x11/gtkmm24
AgeCommit message (Collapse)AuthorFilesLines
2004-12-02Changes 2.4.8:adam3-15/+16
* Fixed several reference-counting problems in rarely-used methods. (Murray Cumming) * Some MSVC++ .Net 2003 fixes. However, a compiler bug stops this from working properly. (Timothy Shead, Cedric Gustin) * Some SUN Forte fixes. (Murray Cumming) * Documentation: book/menus_and_toolbars/: Show how to use a non-stock icon. (Fredrik Arnerup)
2004-11-04Changes 2.4.7:adam3-11/+43
* TreeModelFitler: - Really fix the constructor. - Warn when calling set_value() on the filter mdoel instead of the child model. - set_modify_func(): Make this work - don't ignore the value. * TreeView: add_column_editable() operates on the child model if the model is a TreeModelFiler. * Documentation: - Updated popup menu section and example, to use UIManager. - Added 2 TreeModelFilter examples. (Murray Cumming) Changes 2.4.6: * TreeModelFilter: Correct the constructor implementation, so that this is usable. * gtkmm.h: #include filechooserwidget.h. (Arjan Timmerman) * Gdk::Screen::get_default(): Correct the reference counting, to avoid a crash. (Jonathan Brandmeyer) * Windows platform: - Added MSVC++ project files, which might work. (Timothy Shead) - Build fix for cygwin. (Roger Leigh) * Documentation, book: - Slightly improved UIManager explanation and ported the menu and toolbar examples to UIManager. - Added custom containers section. (Murray Cumming) - Add FileChooser section, though it needs more detail. (Gene Ruebsamen) - Updated the windows installation appendix. (Gene Ruebsamen) Changes 2.4.5: * Gtk::Settings::get_default(): Correct reference-count error. (Murray Cumming) * Gtk::ActionGroup, EntryCompletion, UIManager: Make constructors protected instead of private (Christopher Palm). * Examples: TreeView: - Added popup example, from gtkmm 2.2. - drag_and_drop: Correct vfuncs. * Documentation: - libglademm memory management. - Tell people to check pkg-config for 2.4, not 2.2. - Gtk::TreeSortable: Document sort function return value. (Murray Cumming)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-17/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-04Import the latest generation of gnome-C++ bindings.drochner5-0/+2187
(can coexist with older versions)