summaryrefslogtreecommitdiff
path: root/x11/gtk2
AgeCommit message (Collapse)AuthorFilesLines
2004-07-10Update to 2.4.4:jmmv3-13/+11
* GtkFileChooser - Use Save button in save mode. [Federico Mena Quintero] - Check for errors when opening folders [Federico] - Fall back to stock icons if icon theme is not found [Federico] - Bug fixes [Federico, Alex Roitman, Owen Taylor] * GtkComboBox - Make it work without a model [Mariano Suarez-Alvarez, Christian Persch] - Improve placement of popup [David A. Knight] * GtkImage - Fix issues with partial redrawing [John Ehresman, Felipe Heidrich, Billy Biggs] * GtkEntry - Fix cursor movement with combining marks [Theppitak Karoonboonyanan] - Protect passwords better [Morten Welinder] * Win32 fixes - Fix build without wintab [J. Ali Harlow] - Improve Clipboard handling [Tor Lillqvist, John Ehresman] * Gdk - Make RGBA cursors work [Michael Natterer] - Work with odd XServers [Bastien Nocera] - Handle _NET_WM_STATE_ABOVE/_BELOW better [Billy Biggs] - Don't leak DND contexts [Alex Larsson] * gdk-pixbuf - Make tiff loader work with libtiff 3.6.1 [Marco Ghirlanda] - Fix math for GDK_INTERP_HYPER [Brian Cameron] - Fix Win32 exported symbols [Tor Lillqvist] * Documentation improvements [Billy Biggs, Matthias Clasen, Oliver Andrieu] * Other bug fixes [Federico, Michael, Matthias, Philip Kendall, Jean-François Wauthy, John Finlay, Jeff Franks, Tim Janik, Nickolay V. Shmyrev, Sampo Nurmentaus, William Jon McCann, Jan-Marek Glogowski, Yevgen Muntyan, Pawel Salek, Jonathan Blandford, Sunil, Dimitiry. M Shatrov] * Updated translations (bg,he,hu,ne,sq)
2004-07-02Unused.wiz1-37/+0
2004-06-20Update to 2.4.3. While here, rework the way the libdata/ files are handledjmmv6-19/+46
by creating/deleting them from the (de)install scripts (and not registered in the PLIST). This allows pkg_tarup to work properly and also avoids some warnings during 'make replace'. Changes since 2.4.2: * GtkButton - Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen] * GtkFileChooser - Make DND work when the dialog is modal [Federico Mena Quintero] * GtkToolbar - Don't show empty overflow menu [Soeren Sandmann] - Don't show initial separator in overflow menu [Soeren] - Handle dynamic changes to overflow menu [Soeren] * Documentation improvements [Bastien Nocera, Matthias] * Other bug fixes [Matthias, Soeren, Sven Neumann] * Updated translations (hu,ne)
2004-06-04Update to 2.4.2:jmmv4-25/+12
* GtkUIManager - Install signals correctly [Michael Natterer] - Make the output of gtk_ui_manager_get_ui() parsable. [Michael] - Add a way to suppress stock accelerators. [David A Knight] * GtkClipboard - Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen] - Increase the chunk size for INCRemental transfers [Matthias] * GtkFileChooser - Hide the combo box when appropriate [Christian Neumair] - bug fixes [Federico Mena Quintero] * GtkComboBox - add mouse/wheel bindings on the cellview [Matthias] - improve positioning of popup [Matthias] - make the selection follow the mouse [Matthias] * GtkEntryCompletion - make the selection follow the mouse [Matthias] - restrict popup size to monitor size [Matthias, DmD Ljungmark] - don't complete on paste [Anders Carlsson] * Win32 - bug fixes [Benoît Carpentier, Hans Breuer, John Ehresman, Tor Lillqvist, Robert Ögren] * GtkButton/GtkArrow - Don't draw the focus over the button child [Matthias] - Increase default arrow size to compensate [Matthias] * Documentation improvements [Doug Quale, Matthias, Steffen Röcker, Steve Chaplin, Tommi Komulainen] * Other bug fixes [Billy Biggs, Crispin Flowerday, David Hawthorne, Federico, Havoc Pennington, John Finlay, Kouichirou Hiratsuka, Mark McLoughlin, Matthias, Michael, Michal Pasternak, Morten Welinder, Olivier Andrieu, Owen Taylor, Padraig O'Briain, Sam Stevenson, Scott Tsai, Soeren Sandmann, Sven Neumann] * Updated translations (bg,it,nl,tk,wa,zh_CN)
2004-05-28libgdk-x11 provided by this package directly uses libXft.reed2-2/+5
So include buildlink for Xft2. Also, the build which uses newer freetype includes needs a newer Xft.h. So depend on Xft2>=2.1.2nb2. (I didn't bump in the Xft2's buildlink3 because maybe other packages don't need that new Xft.h.) This will close PR #25548.
2004-05-19Add patch that fixes a bug in reading PNM files (from the gtk-2-4wiz3-2/+17
CVS branch). Submitted by Kouichirou Hiratsuka in PR 25636. Bump PKGREVISION to 1.
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-16turn on strict ISO C compliance when building with SunPro as workaround agrant1-1/+12
gnome bug.
2004-05-15Also handle the lib/gtk-2.0/modules and lib/gtk-2.0/2.4.0/modules directoriesjmmv1-3/+3
during print-PLIST in packages using this one.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-05-02Update to 2.4.1:jmmv3-537/+549
* GtkFileChooser - bug fixes [Morten Welinder, Federico Mena Quintero] - pre-fill the location entry [Federico] - internal api changes to allow setting a busy cursor while loading [Federico] - improve pathbar button sizing [Owen Taylor] - add keybindings for removing bookmarks [Federico] * GtkComboBox, GtkEntryCompletion - fix repositioning logic [Niklas Knutsson] - make keynav wrap around [Matthias] - improve theme compliance [Matthias, Brian Cameron] * GtkUIManager - accept unnamed <separator>s [Anders Carlsson] - robustify against gtk_widget_show_all() [Murray Cumming] - warn if an accelerator cannot be parsed [Jody Goldberg] * Win32 - fix DND positioning [Hans Breuer] - update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow] - make filechooser work on Windows [Tor] - draw arcs more correctly [Tor] - disable tables support by support, add --use-wintab to get it back [Tor] * Make color wheel accessible [Padraig O'Briain] * Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann] * Doc improvements [Federico, Matthias, Christian Persch] Olexiy Avramchenko, Tim-Philipp Müller] * Misc bug fixes [Alex Converse, Owen, Jacques Garrigue, Jonathan Blandford, Anders Carlsson, Christian, Hans, Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez, Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev, Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan, John Ehresman, Chris Sherlock, Jody] * Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA, en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml, mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn, sv,tr,uk,uz,wa,zh_CN)
2004-04-27Remove buildlink2 support, as all packages including this file are usingsnj1-6/+1
buildlink3.
2004-04-24darwin fixesdanw2-1/+18
2004-04-15During print-PLIST, mark shared directories (used by packages installingjmmv1-1/+8
engines, pixbuf loaders...) as @comment's.
2004-04-15Precreate the lib/gtk-2.0/2.4.0/engines directory and remove it from here.jmmv2-2/+6
Bump PKGREVISION to 1.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-12During print-PLIST, suppress any files installed under libdata/gtk-2.0, andjmmv1-1/+4
the directory itself, as they are automatically handled during post install by this package.
2004-04-01Update to 2.4.0:jmmv14-258/+289
GTK+-2.4 adds significant new functionality while maintaining source and binary compatibility with GTK+-2.2. Highlights of new features and improvements in GTK+-2.4 are: New file selector widget The new GtkFileChooser widgets provide a radically simplified and improved way for users to select files. Capabilities such as customizable filters and previews are now available for application writers. The filesystem access is encapsulated as a dynamically loaded module; as an example of what this allows, libgnomeui now provides a gnome-vfs backend for GtkFileChooser so that it has the same view of remote filesystems as applications such Nautilus. New drop-down selection widget The GtkComboBox widget replaces the old GtkOptionMenu and GtkCombo widgets with a single unified appearance and programming interface for both editable and non-editable dropdowns. Other enhancements provided include customizability of the main display widget and grid layouts for the drop-down menu. Action-based toolbar and menu API GtkUIManager allows the application to specify a set of "actions", then create menus and toolbars using those actions from an XML-like interface description. This separation makes it easier to coordinate having the same item both in a menu and in a toolbar and simplifies the implementation of toolbar editing. Bidirectional editing and interface flipping improvements GTK+ now automatically determines the base direction for label and text-entry widgets based on their contents, rather than requiring it to be specified by the application; this gives a much better user experience when editing mixed right-to-left and left-to-right text. Support for user-interface mirroring in right-to-left locales has now been extended to cover virtually all widgets. Other enhancements: - The GtkTreeModelFilter tree model allows displaying a filtered view of another tree model - GtkTreeView now supports a fixed-height-mode for faster display. - GtkToolbar has been reworked to provide a more consistent and extensible programming interface along with new features such as an overflow menu and animated editing feedback. - GtkEntry now supports completion dropdowns. - Named icons via the freedesktop.org icon theme specification are now supported. - gdk-pixbuf improvements include a PCX loader and saving support for the ICO and CUR formats. - Round trips to the X server at application startup and during operations such as drag-and-drop have been greatly reduced.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
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-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-09Add Xrandr's buildlink so that the pkgsrc version of Xrandr/Xrenderrecht3-4/+7
will get used in the case of PREFER_PKGSRC={yes,xrandr}. Bump PKGREVISION to 6.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-4/+5
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-13/+10
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-27Clean up lib/gtk-2.0/2.2.0/engines at deinstall time. Bump PKGREVISION.snj2-3/+5
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-2/+1
2004-02-14Define USE_X11=yes in the buildlink3.mk since the Gtk+2 headers use X11recht1-1/+3
headers. This fixes at least the gtkhtml3 build and it's like that in the b2.mk, too.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-5/+5
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12.if should be closed with .endif, not with .fi (hi jmmv!).minskim1-2/+2
2004-02-12Preserve previous behavior: only use buildlink3 when USE_BUILDLINK3 is setjmmv1-2/+6
to yes; otherwise, default to buildlink2.
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-10Fix some cases where ?+ should be +=, and fix the package name.xtraeme1-5/+5
2004-02-10bl3ifyxtraeme3-14/+45
2004-01-26We want to include buildlink2.mk, not ourselves. From Min Sik Kim injmmv1-2/+2
PR pkg/24249.
2004-01-26Fix path in GTK_QUERY_IMMODULES. From Min Sik Kim in PR pkg/24243.jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-22Move "configuration" files from PKG_SYSCONFDIR to PREFIX/libdata. Thosejmmv8-75/+79
files are not intended to be configured by the end user, but should be automatically regenerated when (de)installing extra GTK modules. Bump PKGREVISION to 3 because of this change. While doing this, implement a framework so that other packages installing GTK modules can rebuild those databases easily at (de)install time.
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
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-29improve descriptions of glib/gtk packages. taken straight fromgrant1-5/+8
www.gtk.org.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-3/+4
2003-11-02I'm the new maintainer.xtraeme1-2/+2
2003-10-22sync COMMENT with gtk package, which had the most sane of them allgrant1-2/+2
(GIMP is an acronym and deserves to be uppercased).
2003-09-28fix distinfo (make makepatchsum)recht1-2/+2
2003-09-27fix an incorrect #ifdef in gtk-demo so this builds on Darwindanw2-1/+15
2003-09-08Changes 2.2.4:adam3-10/+11
* revert TreeView fix * type fixes * make pressing END not put the menu in scrolling mode * misc bug fixes * new and updated translation
2003-08-27Update to 2.2.3, provided by Juan RP in PR 22605.wiz4-24/+35
Overview of Changes in GTK+ 2.2.3 ================================= * GdkPixbuf [Matthias Clasen] - Fix some problems with overflows when scaling down - Many GIF bug fixes [Matthias, Federico Mena Quintero] - Prefer 32-bpp ICOs, fix bugs with them - Fix problem with absolute filenames and gdk-pixbuf-query-loaders [Jens Elker] - Make gdk-pixbuf-csource include alignment magic [Brian Cameron] * Win32 [Tor Lillqvist] - Add multiple monitor support - Major event and key handling rewrite, including IME fixes - Fix handling of toplevel window positions - Add support for all window geometry hints (gridded geometry, etc.) - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs] - Fix GdkImage memory leak [J. Ali Harlow] - Remove leftover OwnerGrabButtonMask emulation (fixes lots) - Misc bug fixes [Many from Hans Breuer, Tim Evans] - Build fixes and improvements [Peter Zelezny] * X11 - Fix extremely common crash where we interpreted the timestamp field of a XKB event as a window ID and found a pixmap that matched. [Owen Taylor, with essential backtrace from Kjartan Maraas] - Fix CapsLock and NumLock for non-XKB [Robert Basch] - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen] - Workaround Xinerama servers reporting wrong depths [Owen] * GtkTreeView [Kristian Rietveld] - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen] - Don't get confused by the Control key when handling selection from an accelerator like <Control>B [Michael Natterer] - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard, Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder] * Input methods - Handle input methods exiting and starting while the app is running [Hidetoshi Tajima] - Fix infinite loop when closing input methods [Owen, Takuro Ashie, Hidetoshi] - Add a 'cedilla' input method with c+acute => cedilla and use as the default for languages that use cedilla. [Gustavo De Nardin, Owen, Fco. Javier F. Serrador] - Fix status window for multihead [Owen, James Su] - Remember imcontext attributes when switching methods [Owen, Botond Botyanszki] * GtkFileSelection [Owen] - Fix selection of "UntitledN" on initial map [Mark Finlay] - Fix an annoying bug with cursor positioning on failed completion - Misc Fixes [Owen, Tor] * Other widgets - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian] - Fix problem with spinbuttons not getting enough space [Morten Welinder, Kristian] - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat] - Don't include menu labels in gtk_notebook_forall [Owen] - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing focus [Owen] - Accept color drops with wrong format from KDE [Matthias] * Fix problem from gnome-theme-manager playing tricks and making event->window a pixmap. [Anders Carlsson] * Ignore Caps-lock when matching accelerators * Fix 5-year-old bug where toplevels didn't fully refresh properly on theme change [Owen, Rajkumar Siva] * Don't require precompiled gdk-pixbuf-csource when cross-compiling from a tarball [Owen] * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, Morten Welinder] * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery, Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher, Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, Luis Villa] * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it, ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN) While here, fix engines-dir problem in PLIST.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4