summaryrefslogtreecommitdiff
path: root/x11/gtkmm
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
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-25/+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-05update to 2.2.12,drochner10-72/+64
fix MASTER_SITES changes: * gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly disabled some template code for gcc, used to convert from intermediate C++ containers to STL containers. For instance, this broke the gnome-vfsmm build. * TreeView::get_path_at_pos(): Correct memory management. ("David"). * ConstructParams::ConstructParams(): improvement. (Daniel Elstner). * TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner)
2004-05-03Unused.wiz1-48/+0
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz1-6/+1
from the buildlink2.mk files.
2004-04-02Changes 2.2.10:adam3-20/+21
* Build: - SUN Forte C++ (see README.SUN): Now builds. This is probably the first time since gtkmm 2.0.x. There are still some "anachronism" warnings, which someone might like to fix with a patch. - gcc++ 3.4 (cvs): Lots of issues fixed, though you might see an internal compiler error. * Documentation: - Book: Mention CellRenderer's "editable" property. Changes 2.2.9: * Build: - Removed DISABLE_DEPRECATED macros so that gtkmm 2.2 can build with GTK+ 2.3.x. I didn't release this previously because previous versions of GTK+ 2.3.x were broken with gtkmm, but it's OK now. - Removed unnecessary namespace qualification to fix build with the Intel compiler. * Glib::ObjectBase: The default constructor, never before used, now generates a custom GType, for use when creating new implementations of Glib::Interfaces - for instance, see the new custom tree model example in gtkmm. * examples: Added treecustommodel example, though it's much better in gtkmm 2.4. * documentation: - Corrected name and install location of devhelp file. - Fixed some documentation that mentinod freeing C objects. - Added docs/internals/gtk_patches.txt with URLs of some patches/bugs that were needed to underlying libraries, as a clue for future developers. * spec file: Added devhelp file.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-09bl3ify gconfmm and define USE_LANGUAGES=c c++. Also add requiredminskim1-0/+22
gtkmm/buildlink3.mk.
2004-03-09bl3ify and USE_LANGUAGES=c c++.minskim1-5/+6
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-6/+6
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
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).