head 1.13; access; symbols pkgsrc-2013Q2:1.13.0.10 pkgsrc-2013Q2-base:1.13 pkgsrc-2012Q4:1.13.0.8 pkgsrc-2012Q4-base:1.13 pkgsrc-2011Q4:1.13.0.6 pkgsrc-2011Q4-base:1.13 pkgsrc-2011Q2:1.13.0.4 pkgsrc-2011Q2-base:1.13 pkgsrc-2009Q4:1.13.0.2 pkgsrc-2009Q4-base:1.13 pkgsrc-2009Q1:1.12.0.2 pkgsrc-2009Q1-base:1.12 pkgsrc-2008Q4:1.11.0.22 pkgsrc-2008Q4-base:1.11 pkgsrc-2008Q3:1.11.0.20 pkgsrc-2008Q3-base:1.11 cube-native-xorg:1.11.0.18 cube-native-xorg-base:1.11 pkgsrc-2008Q2:1.11.0.16 pkgsrc-2008Q2-base:1.11 pkgsrc-2008Q1:1.11.0.14 pkgsrc-2008Q1-base:1.11 pkgsrc-2007Q4:1.11.0.12 pkgsrc-2007Q4-base:1.11 pkgsrc-2007Q3:1.11.0.10 pkgsrc-2007Q3-base:1.11 pkgsrc-2007Q2:1.11.0.8 pkgsrc-2007Q2-base:1.11 pkgsrc-2007Q1:1.11.0.6 pkgsrc-2007Q1-base:1.11 pkgsrc-2006Q4:1.11.0.4 pkgsrc-2006Q4-base:1.11 pkgsrc-2006Q3:1.11.0.2 pkgsrc-2006Q3-base:1.11 pkgsrc-2006Q2:1.10.0.6 pkgsrc-2006Q2-base:1.10 pkgsrc-2006Q1:1.10.0.4 pkgsrc-2006Q1-base:1.10 pkgsrc-2005Q4:1.10.0.2 pkgsrc-2005Q4-base:1.10 pkgsrc-2005Q3:1.9.0.6 pkgsrc-2005Q3-base:1.9 pkgsrc-2005Q2:1.9.0.4 pkgsrc-2005Q2-base:1.9 pkgsrc-2005Q1:1.9.0.2 pkgsrc-2005Q1-base:1.9 pkgsrc-2004Q4:1.7.0.6 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.4 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.2 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.5.0.4 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.2 netbsd-1-6-1-base:1.5 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.13 date 2009.06.04.11.16.56; author drochner; state dead; branches; next 1.12; 1.12 date 2009.03.25.09.32.49; author markd; state Exp; branches; next 1.11; 1.11 date 2006.07.04.15.53.34; author drochner; state dead; branches; next 1.10; 1.10 date 2005.10.05.14.37.45; author wiz; state Exp; branches; next 1.9; 1.9 date 2005.03.02.15.39.06; author wiz; state Exp; branches; next 1.8; 1.8 date 2005.01.18.12.06.38; author jmmv; state Exp; branches; next 1.7; 1.7 date 2004.04.01.18.15.41; author jmmv; state dead; branches; next 1.6; 1.6 date 2004.01.22.12.38.47; author jmmv; state Exp; branches; next 1.5; 1.5 date 2003.01.04.17.29.05; author jmmv; state Exp; branches; next 1.4; 1.4 date 2002.12.24.04.07.34; author wiz; state Exp; branches; next 1.3; 1.3 date 2002.04.06.15.48.55; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2002.03.30.20.01.39; author dmcmahill; state Exp; branches; next 1.1; 1.1 date 2002.03.24.20.34.37; author dmcmahill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.03.24.20.34.37; author dmcmahill; state Exp; branches; next ; desc @@ 1.13 log @update to 2.16.2 changes: -Reinstate traditional behaviour of GtkAdjustment wrt. to page size that was accidentally lost between 2.14.x and 2.16 -bugfixes -translation updates @ text @$NetBSD: patch-ah,v 1.12 2009/03/25 09:32:49 markd Exp $ On NetBSD subsequent socket() calls return EISCONN --- modules/printbackends/cups/gtkcupsutils.c~ 2009-01-08 05:33:32.000000000 +1300 +++ modules/printbackends/cups/gtkcupsutils.c 2009-03-15 17:59:52.000000000 +1300 @@@@ -1290,7 +1290,7 @@@@ error_code = errno; - if (code == 0) + if (code == 0 || error_code == EISCONN) { close (test->socket); test->socket = -1; @ 1.12 log @Add a patch to the cups printbackend so that listing of remote cups printers works on NetBSD. Code assumes that a connect() on a non blocking socket will eventually succeed but what it actually gets is failure with EISCONN. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.11 log @update to 2.8.20 changes: -bugfixes (our interix patches were integrated) -translation update @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.10 2005/10/05 14:37:45 wiz Exp $ d3 7 a9 5 --- gdk-pixbuf/pixops/scale_line_22_33_mmx.S.orig 2005-07-12 17:58:57.000000000 +0200 +++ gdk-pixbuf/pixops/scale_line_22_33_mmx.S @@@@ -22,7 +22,7 @@@@ gcc2_compiled.: .text .align 16 d11 5 a15 5 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ @ 1.10 log @Update to 2.8.6: Overview of Changes from GTK+ 2.8.5 to GTK+ 2.8.6 ================================================= * GtkFileChooser - Don't reload the current folder unnecessarily on map [Federico Mena Quintero] * Revert a change from 2.8.5 that could lead to assertion failures when finalizing GtkStyles [Matthias Clasen] * Remove context prefixes from Portugese translations [Duarte Henriques] Overview of Changes from GTK+ 2.8.4 to GTK+ 2.8.5 ================================================= * GtkFileChooser - Don't clear the file name entry too often when in SAVE mode. [Jürg Billeter] - Reduce the startup time in OPEN mode [Federico Mena Quintero] * Stop drag in GtkPaned when grab shadowed [Matthias Clasen] * Correct the calculation for the first weekday in GtkCalendar [Matthias Clasen] * Use a larger buffer when determining the image format in gdk-pixbuf [Sebastian Bacher, Dom Lachowicz] * Win32 bug fixes [Kazuki Iwamoto, Tor Lillqvist] * Other bug fixes [Tor Lillqvist, Gustavo Carneiro, Paolo Borelli, Ray Strode, Søren Sandmann, Tommi Komulainen, Benjamin Berg] @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.9 2005/03/02 15:39:06 wiz Exp $ @ 1.9 log @Update to 2.6.4: Overview of Changes from GTK+ 2.6.3 to GTK+ 2.6.4 ================================================= * Move a lot of const data to the .rodata section [Matthias Clasen] * Make caching of .icon files work again [Alexander Larsson] * Fix many translations of our single Q_() message to not include the prefix [Christian Persch] Overview of Changes from GTK+ 2.6.2 to GTK+ 2.6.3 ================================================= * GtkAction - Improve the handling of buttons as action proxys [Milosz Derezynski] * gtk_window_present(): Use the timestamp of the last user interaction when focusing the window. [Elijah Newren] * Icon theme - Avoid scaling icons in the file chooser [Vincent Noel] - Make icon theme caching work on ppc64 [Manish Singh] * Win32 - Bug fixes [Tor Lillqvist] - Improve tablet handling [Robert Ögren] * Other bug fixes [Rodney Dawes, Tommi Komulainen, Christian Persch, Manish Singh, Billy Biggs, Ben Maurer, Jorn Baayen, Jonathan Blandford, Murray Cumming, Olivier Sessink, Matthias, Gustavo Carneiro, Morten Welinder, Samuel Hym, Doug Morgan, Ivan Wong, Paul Cornett, Sven Neumann, Vincent Untz] * Documentation improvements [Matthias, Torsten Schoenfeld] * New and improved translations (ar,be,bg,ca,cy,el,en_GB,fa,gu,ja,hu,pt_BR,th,uk,xh) @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.8 2005/01/18 12:06:38 jmmv Exp $ d3 1 a3 1 --- gdk-pixbuf/pixops/scale_line_22_33_mmx.S.orig 2005-02-28 19:08:34.000000000 +0100 d5 1 a5 1 @@@@ -4,7 +4,7 @@@@ gcc2_compiled.: @ 1.8 log @It looks like Interix wants function names to be prefixed with __ instead of a single _. So extend existing conditionals for Cygwin and MinGW to also support Interix, hoping that this will fix the build problems shown in tv@@'s bulk build. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- gdk-pixbuf/pixops/scale_line_22_33_mmx.S.orig 2004-08-11 16:23:31.000000000 +0200 d12 2 a13 2 .globl _pixops_scale_line_22_33_mmx .type _pixops_scale_line_22_33_mmx,@@function @ 1.7 log @Update to 2.4.0: 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. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.6 2004/01/22 12:38:47 jmmv Exp $ d3 5 a7 3 --- gdk-pixbuf/Makefile.in.orig Sat Dec 21 02:34:56 2002 +++ gdk-pixbuf/Makefile.in @@@@ -383,7 +384,7 @@@@ INCLUDES = @@STRIP_BEGIN@@ \ d9 5 a13 7 AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\"" -LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la +LDADDS = @@LDFLAGS@@ libgdk_pixbuf-$(GTK_API_VERSION).la noinst_PROGRAMS = test-gdk-pixbuf test_gdk_pixbuf_LDADD = $(LDADDS) @ 1.6 log @Move "configuration" files from PKG_SYSCONFDIR to PREFIX/libdata. Those 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. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.5 2003/01/04 17:29:05 jmmv Exp $ @ 1.5 log @Make this package install its configuration files under the examples tree and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 2. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.4 2002/12/24 04:07:34 wiz Exp $ a4 19 @@@@ -23,7 +23,8 @@@@ bindir = @@bindir@@ sbindir = @@sbindir@@ libexecdir = @@libexecdir@@ datadir = @@datadir@@ -sysconfdir = @@sysconfdir@@ +sysconfdir = @@datadir@@/examples/gtk2 +realsysconfdir = @@sysconfdir@@ sharedstatedir = @@sharedstatedir@@ localstatedir = @@localstatedir@@ libdir = @@libdir@@ @@@@ -370,7 +371,7 @@@@ INCLUDES = @@STRIP_BEGIN@@ \ -I$(top_srcdir) -I$(top_builddir) \ -I$(top_srcdir)/gdk-pixbuf \ -I$(top_builddir)/gdk-pixbuf \ - -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \ + -DGTK_SYSCONFDIR=\"$(realsysconfdir)\" \ -DGTK_VERSION=\"@@GTK_VERSION@@\" \ -DGTK_BINARY_VERSION=\"@@GTK_BINARY_VERSION@@\" \ -DG_DISABLE_DEPRECATED \ a13 11 @@@@ -1338,8 +1339,8 @@@@ $(srcdir)/gdk-pixbuf-marshal.c: @@REBUILD # not work at all, so skip it install-data-local: install-ms-lib install-libtool-import-lib @@if $(RUN_QUERY_LOADER_TEST) ; then \ - $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \ - $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders > $(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders ; \ + $(mkinstalldirs) $(DESTDIR)$(sysconfdir) ; \ + $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders > $(DESTDIR)$(sysconfdir)/gdk-pixbuf.loaders ; \ else \ echo "***" ; \ echo "*** Warning: gdk-pixbuf.loaders not built" ; \ @ 1.4 log @Update to 2.2.0. Subjective extract of changes: * Only close dialogs on Escape if they have a cancel button. [James Willcox] * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen, Narayana Pattipati, Marius Andreiana] * Improved default color scheme [Soeren Sandmann, with advise from Tuomas Kuosmanen and Garrett LeSage] * Make pixmap creation functions take a GdkDrawable not a GdkWindow [Kristian Rietveld] * Support move-resize emulation for all edges. [Matthias Clasen] * Remove extra selections for ButtonRelease in XInput code [Garry Osgood, Owen] * Support RTL flipping for statusbars [Matthias] * Use octal escapes rather than literal UTF-8 in strings [Owen] * Make a lot of read-only data const. [Matthias, Morten Welinder] * Use g_get_application_name() for default window titles and for the title of the client leader window [Owen, Havoc Pennington] * Complete resize-grippy support, move-resize emulation [Anders Carlsson, Matthias Clasen] * On screen change, recreate the widget's Pango context [Owen] * Make g_object_set (gtk_settings_get_default (), ...) to override settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford] * Make GtkInputDialog multihead aware [Owen] * Add a ::screen-changed signal to GtkWidget [Owen Taylor] * Draw/check menu items insensitive [Soeren, Tim Evans] * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias] * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu, GtkCheckMenuItem [Matthias Clasen] * Handle painting text on dark-colored progressbars [Soeren] * Sort the input method list in the right click popup [Abigail Brady] * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner] * Remove usage of XLookupString outside of GtkIMContextXIM [Owen] * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen] * Add a --screen option to set default screen [Balamurali Viswanathan, Owen] * Add simple support for startup notification [Havoc Pennington] * Handle focus indication for check and radio buttons without children [Dave Camp, Owen] * Much work on improve submenu navigation [Soeren Sandmann] * Add "selected_shadow_type" property for menus [Soeren] * Add "scrollbar_spacing" style property [Anders Carlsson, Owen] * Rework GtkPaned keynav [Soeren, Calum Benson] * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen] * Removed mnemonics for GtkToolbar Items [Mikael Hallendal] * Allow themes to set GtkTreeView even/odd row colors [Kristian] * Add support for separately installed Pixbuf loaders [Matthias Clasen] * Export gdk_event_new(), discourage stack allocated events [Owen] * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen] * Basic support for RandR extension [Keith Packard, Owen] * Allow moving paned sliders all the way to the edge [Owen, Darin Adler] * Add tag_table construct property to GtkTextBuffer [Daniel Elstner] * gtk_window_set_[default_]icon_from_file [Owen, Havoc] * Multihead support * Add GdkDisplay, GdkScreen structures * Add _for_display(), _for_screen() variants where needed in GDK and GTK+ (In other cases, make the variants methods on GdkDisplay/GdkScreen * Adapt GTK+ widgets to be multihead safe * Allow initialization of GTK+ without opening a display with gtk_parse_args() * Add multihead support to demos/tests. * Xinerama support [Erwann Chenede, Matthias Clasen] * Allow GDK backends to add custom argument parsing [Sven Neumann] * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen] * Add style property for drawing menu items without shadow [Soeren] * gtk_widget_modify_color_component/font(): Allow clearing current modifications. [Owen] * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen] * Some XEMBED changes for standards compliance and Qt compatibility [Owen] * Improve label behavior when it gets a too small allocation [Soeren] * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias] * Theme drawing improvements [Soeren] * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen] * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias] * Add gtk_menu_shell_select_first() [Owen] * Add gtk_notebook_get_n_pages() [Havoc Pennington] * Allow accel_path = NULL for gtk_menu_item_set_accel_path(). * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen] * Improve gdk-pixbuf loader tests [Soeren Sandmann] * Use iTXT chunks when necessary in PNG image saver [Matthias] * Add incremental loading for progressive jpegs [Matthias] * Add load-at-size functionality [Matthias] * Add a loader for .ANI animations [Matthias] * Load hotspot for .ICO files [Matthias] * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima] Lots of bug fixes and enhancements. @ text @d1 1 a1 1 $NetBSD$ d5 20 a24 1 @@@@ -383,7 +383,7 @@@@ INCLUDES = @@STRIP_BEGIN@@ \ d33 11 @ 1.3 log @update to gtk2+-2.0.2 This is a bug fix release. Overview of Changes in GTK+ 2.0.2 ================================= * GtkTreeView cursor movement fixes [Kristian Rietveld] * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld] @ text @d3 1 a3 1 --- gdk-pixbuf/Makefile.in.orig Tue Apr 2 06:50:29 2002 d5 1 a5 1 @@@@ -324,7 +324,7 @@@@ d12 1 a12 1 noinst_PROGRAMS = test-gdk-pixbuf test-loaders @ 1.2 log @update to gtk2-2.0.1 Overview of Changes in GTK+ 2.0.1 ================================= * GtkTreeView fixes and performance improvements [Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp] * GtkTextView fixes [Havoc Pennington] * Fix problems with accelerators on Solaris [Padraig O'Briain] * Some fixes for key bindings on keypad keys [Owen Taylor] * Fix problem with RENDER use on big endian machines [Owen Taylor, with help from Tuomas Kuosmanen] * Win32 fixes, especially dashed line drawing [Tor Lillqvist, Hans Breuer] * Compile with -D_REENTRANT when appropriate [Sven Numann] * Compiler warning cleanups [Erwann Chenede] * Fix handling of font-name XSETTING [Richard Hestilow] * Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson] * Fix problems with inappropriate menu scroll arrows [Owen] * Stock icon improvements [Jakub Steiner, Tuomas] * Much work on pixbuf loader robustness [Matthias Clasen] * Documentation improvements [Matthias, Vitaly Tiskkov] * Fix some crashes in GtkWindow accelerator handling code [Dave Camp, Matt Wilson] * Misc bug fixes Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess, Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-He, James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang @ text @d3 1 a3 1 --- gdk-pixbuf/Makefile.in.orig Fri Mar 29 18:51:13 2002 d5 1 a5 1 @@@@ -360,7 +360,7 @@@@ @ 1.1 log @Initial revision @ text @d3 3 a5 8 --- demos/Makefile.am.orig Tue Mar 5 16:03:50 2002 +++ demos/Makefile.am @@@@ -22,6 +22,7 @@@@ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ $(top_builddir)/gdk/@@gdktargetlib@@ \ $(top_builddir)/gtk/@@gtktargetlib@@ \ + @@LDFLAGS@@ \ @@STRIP_END@@ d7 7 a13 1 noinst_PROGRAMS = \ @ 1.1.1.1 log @import gtk2-2.0.0 The Gimp Tool Kit. GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. @ text @@