summaryrefslogtreecommitdiff
path: root/x11/gtkmm
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-3/+4
2003-11-01Update to 2.2.8, to fix compilation with gcc3.wiz4-18/+33
Changes: 2.2.8: * Fixed "inacccessible base" build errors with gcc 3.3.2. (Bradley Bell) * win32: Re-enabled our wrappers for parts of the GTK+ API that are now properly exported on Windows by GTK+. See README.win32 for more details. (Cedric Gustin ) * Documentation: - book: -Updated DrawingArea chapter for gtkmm2 (the last chapter that needed to be updated) (Ainsley Pereira) - Mentioned Treeviews with popup menus, with example. (Murray Cumming) - The libglademm chapter has a clearer explanation of the memory management, and mentions the new get_widget_derived() method. (Murray Cumming) - Distribute doxygen tags for use by the documentation of related projects. (Bradley Bell) - Build and install a devhelp file for the reference docs. This doesn't work yet, but hopefully it's easy to fix. (roel@stack.be)
2003-08-27patch-ag added; fix a path where index.html is createdadam1-0/+13
2003-08-27Changes:adam9-49/+59
* gcc 2.96 fix build * MS Visual C++ .Net 2003 support * Gdx::Display fix * documentation update
2003-07-22Changes 2.2.5:adam9-43/+43
* fixed memory leak * gtkmmproc: added GMM_PROTECTED_GCLASS macro * documentation corrected
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-16Changes for 2.2.3: bugfixes, updated examples and documentation, dispatcher ↵adam9-46/+55
ported to Win32
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-15Update to 2.2.1. Changes in this version:jmmv9-13/+101
* configure depends on ATK 1.2. (Murray Cumming) * Various gtkmm/gdkmm reference-counting corrections, using refreturn. (Sven Grottke, Murray Cumming) * Gtk::Menu_Helpers::Element: lifetime refcounting fix. (Murray Cumming) * Glib: - build_path(), build_filename(): fix and performance improvement. - replace deprecated __builtin_bzero(). (Daniel Elstner) * Win32: 2.2 now builds, after lots of work. And there's an installer. (Cedric Gustin) * Documentation: - Glib::Cond documented (Rick L Vinyard Jr) - Review and completion of Gtk::AccelGroup -> Gtk::Bin (Bryan Forbes) - Minor internals docs fix. (Martin Schulze)
2003-03-01Fix PKGCONFIG_OVERRIDE entries.jmmv1-6/+6
2003-03-01Make sure we have pkgconfig.jmmv1-1/+2
2003-03-01Initial import of gtkmm, version 2.2.0:jmmv5-0/+2222
gtkmm (previously known as Gtk--) 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. Here's an overview, with documentation and status. gtkmm is free software distributed under the GNU Library General Public License (LGPL). Aside from the C++ interface to Gtk 2.x, this package also provides bindings for glib, atk and pango (all of them related with the toolkit).