summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches/patch-ae
AgeCommit message (Collapse)AuthorFilesLines
2009-12-06Update to 2.18.4:wiz1-15/+0
Overview of Changes from GTK+ 2.18.3 to 2.18.4 ============================================== * Client-side windows: - Avoid some unnecessary exposes - Avoid unnecessary redraws related to clearing windows * Bugs fixed: 563010 Fix clearing the selection in GtkFileChooserButton 581150 GtkIconView tries to paint items with invalid sizes 601869 GtkUIManager assumes too much about popup menus 581145 Wrong positioning for fullscreen gedit toolbar animation 599118 Translators comment for "Finishing" labels 599321 gtk_selection_data_get_uris is broken on Windows 381371 Print margins not correct in WIN32 - not allowing... 599446 atk_object_set_name () assertion in gtk_tool_button_set_label 602725 fix setting icon-size on GICON images 588740 JPEG images open with blur effect? 602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}... 561130 get_monitor_geometry segfaults if called with non-existant... 585383 Segfault in gdk_pixbuf__ico_image_save 123569 Catch contents being reparented out of socket 601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms 601959 must release compose key before continuing compose sequence 603201 gtk_about_dialog_set_url_hook has no effect anymore 591438 dfb_events_dispatch is not thread safe 603128 Adding new UI that was recently removed may cause wrong order * Updated translations: Low German Romanian Russian Slovenian
2009-01-19Fix shell syntax. Has been fixed differently upstream, these patches cansketch1-0/+15
go when the next version is released.
2007-09-17Two paches for quartz are already included in upstream.obache1-17/+0
2007-09-16Update to 2.12.0.wiz1-4/+4
(no shlib major changes) Overview of Changes from GTK+ 2.11.6 to 2.12.0 ============================================== * GtkTooltips - All widgets have been ported to the new tooltips code - Tooltips are disabled in touchscreen mode * GtkBuilder - Support custom tabs in GtkPrintUnixDialog Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.5 to 2.11.6 ============================================== * GtkBuilder: - The gtk-builder-convert script is more versatile - GtkBuilder suppports GdkPixbuf properties - GtkBuilder parses, but doesn't yet implement <accessibility> - Support for accelerators in actions has been added * GtkTooltips: - The old tooltips API has been deprecated - The has-tooltip property has getter and setter * GtkTreeView: - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(), gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(), gtk_tree_view_set_tooltip_column() * GtkIconView: - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(), gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(), gtk_icon_view_set_tooltip_column() Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.4 to 2.11.5 ============================================== * OS X port: - Many improvements * Win32 port: - Inconsistent checkboxes are drawn correctly now * GtkBuilder: - Ship a Python script, gtk-builder-convert, to convert glade files to GtkBuilder syntax * GtkFileChooser: - Improved display of the time column - Support search on OS X, using Spotlight * GtkTreeView: - New function gtk_tree_view_is_rubber_banding_active() to check whether rubber banding is active * GtkVolumeButton uses the range 0.0 to 1.0, and correctly adapts tooltips to display percentages Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.3 to 2.11.4 ============================================== * The multipress input method correctly handles control keys * The memory management of GtkRecentManager has been changed, deprecating the screen-related functions in favour of gtk_recent_manager_get_default(). Lots of bugfixes. Overview of Changes from GTK+ 2.11.2 to 2.11.3 ============================================== * GtkBuilder: GTK+ supports constructing user interfaces from XML descriptions now, similar to libglade. * The new tooltip code now has convenience api to set text tooltips: gtk_widget_set_tooltip_text(), gtk_widget_set_tooltip_markup() * GtkTextView, GtkEntry: - gtk_widget_modify_cursor() is a new function in the gtk_widget_modify family to override the style-provided cursor colors - Use a block cursor in overwrite mode * GtkFileChooser: - Use xdg-user-dirs to find the Desktop directory - gtk_file_system_create() is now public API * GtkMenu: - GtkMenuItem gained a submenu property - GtkMenuShell obtained a move-selected signal * OS X port: - Many improvements Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.11.1 to 2.11.2 ============================================== * The GtkListStore and GtkTreeStore have new API to set values using vectors of columns and values Bugfixes and translation updates. Overview of Changes from GTK+ 2.11.0 to 2.11.1 ============================================== * GtkTextView: - Marks can be created independent from buffers - Cursor color follows text color * OS X port: - Many improvements * GDK: - Add support for composited child windows Lots of bugfixes and translation updates. Overview of Changes from GTK+ 2.10.x to 2.11 ============================================ * Printing support: - Cups backend: Work with "BrowseShortNames Off" - Cups backend: Fix handling of multi-valued options - Cups backend: Work with raw printers - Cups backend: don't lock up when met with larger numbers of printers - Improved sensitivity handling of controls in the unix dialog - Support half-open ranges - Add a test print backend for easier debugging - Add API to list paper sizes - Add API to serialize and deserialize page setups and print settings - Print settings can be passed to the preview command - Make more GtkPrinter public * GtkFileChooser: - Improve file chooser dialog size logic - Add a GtkFileChooserButton::file-set signal - Add a search mode with backends for Beagle, Tracker and simple search - Add recent files support * New tooltips API, that allows complex tooltips (markup, images), tooltips on insensitive widgets, tooltips on treeviews, etc * GtkScaleButton, GtkVolumeButton: new widgets for volume controls frequently seen in multimedia applications * Input Methods: - New Thai and Lao input method - New multipress input method for phone pads * Recent files: - GtkRecentChooserMenu supports custom menu items - GtkRecentAction was added * Keyboard navigation improvements: - Infrastructure for notification of failed keyboard navigation - Better support for restricted sets of keys - Only handle keys for notebook tab reordering and scrolledwindow scrolling if it make sense - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable the display of accelerators and mnemonics - Popup/popdown of comboboxes is keybindable * Windows port: - Windows 9x/ME is not supported anymore - Many ms-windows theme improvements - The file chooser uses native icons - Support drop shadows - Use native cursors * OS X port: - Many improvements * Icon theme support: - Add api to list contexts of an icon theme - The builtin stock icons have been replaced by a new set of icons which are visually compatible with Tango - Support fallback to more generic icon names - Validate icon caches when they are created and before they are used * GtkRange has gained support for fill levels * GtkEntry: - inline-selection mode for entry completion that is closer to what web browsers need - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling * GtkTextView: - Support accumulative and negative margins - GTK_JUSTIFY_FILL works * GtkLabel: - GTK_JUSTIFY_FILL works * GtkStatusIcon: - Multiscreen support - gtk_status_icon_position_menu() works on Windows - Don't take up space when invisible * GtkCellRendererProgress: - Respect themes - Support activity mode * GtkNotebook: - Support scrolling during tab DND - Allow dropping tabs anywhere - Deprecate numeric group-ids in favour of a more flexible group property * GtkTreeView: - Lots of scrolling fixes - Add a gtk-alternative-sort-arrows setting for drawing sort arrows according to platform conventions * GtkButtonBox: - Can center buttons now * GtkComboBoxEntry - Can add an arbitrary child widget * GtkAboutDialog: - The "name" property has been replaced by "program-name" to avoid a clash with the preexisting "name" property on GtkWidget * GDK changes: - Add gdk_event_request_motions() which works with input devices - Add API for changing startup notification id on a window - Add API for sending startup notification messages - Don't deadlock with xcb-based libX11 - The handling of _NET_WM_USER_TIME has been changed to reduce the amount of root window property changes - New gdk_threads api() to allow fully threadsafe handling of idles and timeouts * gdk-pixbuf changes: - Optional support for Sun mediaLib hardware acceleration - Support exif rotations in tiffs and jpegs - Allow arbitrary split between builtin vs modular loaders - Support v5 and OS/2 bmps - Support scaling animations * Miscellaneous GTK+ changes: - New function gtk_window_set_opacity(), to set the opacity of toplevel windows - Allow to restrict drags within an application or widget - Support opening/closing of submenus on click - Configurable cursor blinking timeout - Insensitive widgets don't install cursors Lots of bugfixes and translation updates.
2007-05-29Added stub functions for quartz to work with ruby-gnome2-gtk.obache1-0/+17
2007-02-01update to 2.10.9drochner1-114/+0
changes: - Fix build with cups 1.1 - Fix a double-free bug that causes panel crashes -bugfixes
2006-12-01Fix a typo in Makefile.am and add files missing due to it. These filesminskim1-0/+114
don't affect the current gtk2+ package, but are required to build the quartz backend, for which an option will be added. Patch obtained from the GNOME CVS.
2006-07-04update to 2.8.20drochner1-13/+0
changes: -bugfixes (our interix patches were integrated) -translation update
2005-10-05Update to 2.8.6:wiz1-3/+3
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]
2005-03-02Update to 2.6.4:wiz1-4/+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)
2005-01-18It looks like Interix wants function names to be prefixed with __ insteadjmmv1-0/+13
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.
2004-04-01Update to 2.4.0:jmmv1-12/+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.
2002-12-24Update to 2.2.0.wiz1-3/+3
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.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-07-03update to gtk2+-2.0.5dmcmahill1-9/+8
this is a bug fix only release with compatibility with previous 2.0.* releases. Changes are: Overview of Changes in GTK+ 2.0.5 ================================= * Fix a wrong assertion that broke gtk_file_selection_set_filename(); also another fix from testing this function with non-UTF-8 filenames. * Fix incorrect property notification in GtkTextView. [James M. Cape] Overview of Changes in GTK+ 2.0.4 ================================= * Fix a number of types which were registered with the type system with the wrong names [James Henstridge, Jonathan Blandford] * Support missing data types in GtkList/TreeStore [Daniel Elstner] * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, Josh Parsons] * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, Owen Taylor] * Calculate screen size on win32 from the "logical DPI" [Joaquin Cuenca Abela, Tor Lillqvist] * Misc Win32 bug fixes. [Florent Duguet, Torn] * Fix theme changes for GtkMenu [Soeren Sandmann] * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero] * Fix encoding handling for gtk_file_selection_set_filename() [Sebastian Ritau, Owen] * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen] * Fixes for DirectColor visuals [Shivaram Upadhyayula] * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind] * Misc bug fixes * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv) Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett Lesage, Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh Overview of Changes in GTK+ 2.0.3 ================================= * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner) * Improve GdkRGB support for low color depths (Tor Lillqvist). * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor) * Include internal children when focusing. (Jonathan) * Win32 fixes (Tor Lillqvist, David Sterba) * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian) * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero) * GtkMenu fixes. (Soeren Sandmann) * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer) * Misc input-method related fixes (Yao Zhang, Federico) * Fix stuck grab during DND. (Dave Camp, Owen) * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli) * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, Michael Meeks) * Handle Xlib internal connections (HideToshi Tajima) * Many miscellaneous bug fixes. Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout, Timo Sirainen, Graham Swallow.
2002-04-06update to gtk2+-2.0.2dmcmahill1-8/+9
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]
2002-03-30update to gtk2-2.0.1dmcmahill1-12/+11
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
2002-03-24import gtk2-2.0.0dmcmahill1-0/+13
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.