| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gtk2-devel | Distribution: openSUSE 11.2 |
| Version: 2.18.6 | Vendor: openSUSE |
| Release: 0.1.3 | Build date: Thu Jan 21 22:38:19 2010 |
| Group: Development/Libraries/X11 | Build host: build24 |
| Size: 23429297 | Source RPM: gtk2-2.18.6-0.1.3.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gtk.org/ | |
| Summary: Development environment for the Gtk2 GUI library | |
This package contains all necessary include files, libraries, configuration files and development tools needed to compile and link applications using the gtk2 library. In addition, it contains a large set of demo applications in source code and manual pages for the provided Gtk2 development tools. Gtk2 is a fast and versatile library is used all over the world for all GNOME applications, the GIMP, and several other applications. Originally it was written for the GIMP and hence has the name Gimp ToolKit. Many people like it because it is small, efficient, and very configurable.
LGPLv2.1+
* Wed Jan 20 2010 captain.magnus@opensuse.org
- Add gtk2-bgo607508-button-event.patch: When native window
requests button presses request other button related events
* Tue Jan 19 2010 captain.magnus@opensuse.org
- Update to version 2.18.6:
+ Client-side windows:
- Send expose events from gdk_window_clear_area_internal
- Ensure native windows in gdk_property_change
- Properly compute damage when drawing line segments
- Fix an infinite recursion causing stack overflows
+ Bugs fixed:
- bgo#50942: selection/arrow key improvement
- bgo#604747: Using gdk_draw_line, the expose area of damage
- bgo#604787: property-notify-event is not delivered
- bgo#605008: the region of damage event doens't be copied
- bgo#605036: commit adds not-yet-built libgtk-x11-2.0.la
- bgo#606068: Setup libjpeg error handling earlier
- bgo#606143: aisleriot grows X server without bounds
+ Translation updates
* Thu Dec 17 2009 dimstar@opensuse.org
- Update to version 2.18.5:
+ bgo#603652 - Sporadic crashes with GtkSocket
+ bgo#598476 - gnome-screensaver crashes when entering password...
+ bgo#601473 - GDK_BUTTON?_MOTION_MASK appears to be broken
+ bgo#597386 - Cannot click buttons more than once without...
+ bgo#603619 - the colormap of offscreen's pixmap doesn't.
+ bgo#603904 - gdk_draw_line doesn't have expose area.
- Changes from version 2.18.4:
+ CSW: Avoid some unnecessary exposes
+ CSW: Avoid unnecessary redraws related to clearing windows
+ Bugs fixed: bgo#563010, bgo#581150, bgo#601869, bgo#681145,
bgo#599118, bgo#599321, bgo#381371, bgo#599446, bgo#602725,
bgo#588740, bgo#602724, bgo#561130, bgo#585383, bgo#123569,
bgo#601611, bgo#601959, bgo#603201, bgo#591438, bgo#603128
- Changes from version 2.18.3:
+ Make selecting the last character in a label work again
+ Set accessible names on tool buttons
- Changes from version 2.18.2:
+ GTK+ now ignores SIGPIPE in gtk_init()
+ Fix compilation of the DirectFB backend
+ Fixed bugs: bgo#597386, bgo#588059
+ Updated translations.
- Drop upstreamed patches:
+ gtk2-git-c5d08611.patch
- Use gnome-autogen.sh instead of autoreconf.
- Add BuildRequires gnome-common.
* Mon Oct 05 2009 vuntz@opensuse.org
- Add gtk2-git-c5d08611.patch: this groups the various code changes
in GTK+ git since 2.18.1. Those are all important fixes:
+ Move SIGPIPE suppression to gtk_init and document it, instead
of having it in the lpr backend
+ Call XReconfigureWMWindow with proper screen (code error with
compiler warning)
+ Fix DirectFB backend compilation
+ Plug a memory leak
+ bgo#597386: Cannot click buttons more than once
+ bgo#588059: Fix notification icon not always visible
* Sat Oct 03 2009 vuntz@opensuse.org
- Compile without -fomit-frame-pointer. For some yet unknown
reasons, some applications crash when GTK+ is compiled with it.
See bgo#596977 for details. Should fix bnc#544009.
* Thu Oct 01 2009 vuntz@opensuse.org
- Update to version 2.18.1:
+ Client-side Windows:
- Fix a problem with the F-Spot screensaver
- Request native events that are necessary for grab emulation
- Fixes for input device and extended input event handling
- Allow up to 255 buttons in extended input events
+ OS X:
- Improve handling of multi-monitor setups
- Basic DND works
- Other improvements
+ Filechooser:
- Support Tracker 0.7 in the search code
+ Bugs fixed:
- bgo#596423 Landscape pages are the wrong way around
- bgo#588449 DnD doesn't work on GDK/Quartz
- bgo#596080 Mention "gtk-tooltip" in
gtk_widget_set_tooltip_window
- bgo#596580 Blank rows in entry autocompletion
- bgo#588649 extended input events sent to widgets that
didn't...
- bgo#596081 Update tracker support for version 0.7
- bgo#596345 clicking empty space in backgrounds...
- bgo#596494 New property "cursor" in 2.18's GdkWindow with
wrong...
- bgo#596012 popup menu position is horribly off on gdk
quartz...
- bgo#596250 Gdkcursor-quartz.c doesn't implement
GDK_BLANK_CURSOR
- bgo#586207 Printing dialog with a CUPS printer connected...
+ Updated translations.
- Drop gtk2-expose-foreign.patch: fixed upstream.
- Add gtk2-build-fix.patch to fix a build warning.
* Wed Sep 30 2009 vuntz@opensuse.org
- Add gtk2-expose-foreign.patch: patch from upstream to fix an
issue with f-spot.
* Thu Sep 24 2009 dimstar@opensuse.org
- Update to version 2.18.0:
+ Add GtkTreeModelFilter testsuite and fix multiple bugs
+ Client-side-windows:
- Fix issues around recursion and gdk_window_process_updates
- Fix issues with grabs and cursors
- Handle window hierarchy and geometry changes in expose
handlers
- New function, gdk_window_flush, that may be needed in certain
situations
- Automatically flush windows when doing non-double-buffered
exposes
+ Quartz backend:
- Fix various 'stuck UI' issues
- Fix the size of the root window
+ Bugs fixed:
- bgo#588455, bgo#346800, bgo#593678, bgo#594652, bgo#594668,
bgo#591583, bgo#594600, bgo#594679, bgo#594880, bgo#593507,
bgo#594913, bgo#594738, bgo#503776, bgo#595599, bgo#595790,
bgo#588649, bgo#550939
+ Updated translations.
* Wed Sep 09 2009 vuntz@opensuse.org
- Update to version 2.17.11:
+ Client-side windows:
- Add gdk_cairo_reset_clip that lets you get back the original
drawable clip
- Add gdk_window_restack to more conveniently restack child
windows
- Add gdk_window_is_destroyed as a replacement for
GDK_WINDOW_DESTROYED
- Deprecated GDK_WINDOW_OBJECT and GdkWindowObject
+ GSEAL:
- Add gtk_widget_set_receives_default and
gtk_widget_get_receives_default accessors for
GTK_RECEIVES_DEFAULT
+ GtkTreeView:
- Correctly propagate insensitive state to cell renderers
+ GtkTextView:
- Merge a number of scrolling-related fixes from Maemo
+ Bugs fixed:
- bgo#564160 - gtk_combo_box_entry_set_text_column too
restrictive
- bgo#593868 - gtk_im_multicontext_set_client_window recreate a
new slave...
- bgo#593644 - gdk_x11_screen_get_window_manager_name should
not cache...
- bgo#594178 - gdk-pixbuf-query-loaders segfault in
write_loader_info
- bgo#567124 - proposal to delay doing something related to
immodule...
- bgo#588788 - GTK+ compilation should work with automake1.10
- bgo#584638 - Build of gtkupdateiconcache without NLS breaks
- bgo#593788 - misprint in the returning value of
gdk_selection_property_get
- bgo#593606 - Missing include in gtk/gtkcellrendereraccel.c
- bgo#593877 - Undefined symbols while compilation
- Add gtk2-install-po.patch to fix build.
- Add gtk2-64bit-build-fix.patch to fix build.
* Tue Sep 01 2009 dimstar@opensuse.org
- Update to version 2.17.10:
+ Client-side windows:
- Regression fixes continue
- Multiple clipping issues have been fixed
- gdk_window_beep() works again
- gtk-demo now has a few offscreen window demos
+ GSEAL:
- Several more getters and setters have been added:
gtk_widget_is_toplevel(), gtk_widget_is_drawable(),
gtk_widget_set_window()
+ Bugs fixed:
- bgo#592752 - aisleriot card drag start makes card appear
behind...
- bgo#592901 - Crash in JPEG pixbuf loader instead of error
- bgo#592263 - redraw problem in text view
- bgo#593011 - Cannot move applet with middle click
- bgo#592624 - BadAccess from gdk_window_x11_set_events
- bgo#592606 - Activate the default button in a respose-request
callback
- bgo#593249 - emacs and acroread don't work properly
- bgo#592883 - Spin cell rendererer problem with double click
- bgo#588199 - GtkTreeView rendering glitch while using a
default...
- bgo#543310 - set_enable_tree_lines doesn't work when a
cellrenderer
- bgo#589636 - csw broke DND from panel menus
- bgo#593595 - broken clip handling in GtkLabel
- bgo#590921 - NULL should not be a valid return value for
gdk_window_new()
- bgo#590861 - cups_printer_create_cairo_surface() sets a
fallback resolution...
- bgo#544724 - delete new line requires two keystrokes
- bgo#593001 - Emit 'update-custom-widget' on page setup change
- bgo#593317 - gtkwindow leaks startup ID
- bgo#593080 - mem leak
- bgo#593481 - GtkEntryCompletion action-activated signal is
emitted...
- bgo#593135 - gtk_entry_set_icon_from_pixbuf only works one
time
- bgo#593012 - configure doesn't handle --enable-{cups,papi}
correctly
- bgo#592862 - There is a misprint on the returning value of
gdk_pixmap_lookup()
- bgo#586466 - GtkPrintOperation printing fails if it is the
only event source
- bgo#434318 - printer detail acquisition needs events
- bgo#593712 - configure fails to to check properly for cups...
+ Updated translations.
* Tue Aug 25 2009 dimstar@opensuse.org
- Update to version 2.17.9:
+ Client-side windows: Add a compatibility mode that falls back
to always using native windows, triggered by the
GDK_NATIVE_WINDOWS environment variable
+ Bugs fixed:
- bgo#589367 gedit crashed with SIGSEGV in IA__g_list_last()
- bgo#478519 GtkTooltip segfaults on NULL
gdk-display-current-tooltip.
- bgo#592461 preserve errno and use g_strerror
- bgo#592403 crash when close the second terminal...
- bgo#591549 Default printer in a network
- bgo#526149 GtkCellRendererAccel editing conflicts with
mnemonics
- bgo#528283 Problems when using PageUp & PageDown to navigate
Playlists pane
+ Updated translations.
* Tue Aug 18 2009 dominique-obs@leuenberger.net
- Update to version 2.17.8:
+ Client-side windows - various fixes to expose handling and fix
memory leaks
+ Minor API addition - new setter as part of the GSEAL effort:
gtk_Widget_set_alocation
+ Bugs fixed:
- bgo#585211 - Add accessor function for GtkWidget->allocation
- bgo#588437 - gtk 2.17.3 causes dragging in firefox bookmarks
sidebar to misdetect mouse position
- bgo#589367 - gedit crashed with SIGSEGV in IA__g_list_last()
- bgo#589877 - Client side windows leak gdk regions
- bgo#590959 - Set child_has_focus flag properly
- bgo#591432 - There is incomplete information on the returning
value of pdates_recurse()
- bgo#591434 - firefox-3.5 crashed with SIGSEGV in
_gdk_window_process_updates_recurse()
- bgo#591526 - Accelerator keys with <super> modifier also
triggered by unmodified key
- bgo#591751 - bad memory access with duplicated id
- bgo#591998 - Support silent build rules with automake 1.11
- bgo#592003 - Shift+click should always modify selection
+ Updated translations.
* Wed Aug 12 2009 vuntz@novell.com
- Update to version 2.17.7:
+ Client-side windows: a number of regressions related to
embedding have been fixed
+ Printing: The file backend supports SVG output
+ Minor API additions:
- GtkIconView gained an icon-padding property that can be used
to fine-tune how much space each column needs
- GtkTreeViewColumn grew a sort-column-id property that can be
used to set up sort columns in GtkBuilder files
- GdkWindow gained a cursor property and associated getter
- GtkFileChooser has a create-folders property to allow
disabling the "New Folder" button
- gtk_print_operation_get_n_pages_to_print: returns the number
of pages that are being printed
- New getters and setters as part of the GSEAL effort:
gtk_widget_get_allocation, gtk_widget_get_visible,
gtk_widget_set_visible
+ Bugs fixed: bgo#589336, bgo#534462, bgo#161489, bgo#514260,
bgo#509650, bgo#586374, bgo#590442, bgo#498010, bgo#555109,
bgo#570516, bgo#573321, bgo#576601, bgo#586100, bgo#588438,
bgo#589732, bgo#589745, bgo#590084, bgo#590086, bgo#590309,
bgo#590448, bgo#590959, bgo#591288, bgo#539377, bgo#546005,
bgo#564695, bgo#591218, bgo#357655, bgo#591462
+ Updated translations.
* Sat Jul 25 2009 captain.magnus@opensuse.org
- Update to version 2.17.6:
+ Client-side windows:
- Several optimizations, such as client-side tracking of
viewable windows
- Clipping for drawing pixbufs on windows has been fixed
- Rendering to large subwindows has been fixed
+ Changes that are relevant for translators:
- Markup has been removed from several strings
+ Bugs fixed: bgo#588398, bgo#588943, bgo#588076, bgo#574674
bgo#582674, bgo#588553, bgo#588897, bgo#588958, bgo#589035
bgo#589275, bgo#588964, bgo#587337
+ Translation updates
* Sat Jul 18 2009 captain.magnus@opensuse.org
- Update to version 2.17.5:
+ Quite a few fixes have happened for the win32 and directfb
backends
+ Accessors have been added for sealed members in GtkCellRenderer
and GtkWidget
+ The jpeg2000 pixbuf loader is now optional. Pass
- -with-libjasper to configure to build it
+ Bugs fixed:
* bgo#588373 Menus broken by client-side-windows
* bgo#588379 testgtk::panes does not change the cursor on mouse
over
* bgo#588388 shape rendering is back
* bgo#588461 gtk_editable_get_chars() behaviour change in
2.17.4
* bgo#588666 Incorrect clamping of max_length
* bgo#588665 insert-text signal is not emitted
* bgo#588395 Crash when opening a GtkBuilder file
* bgo#524066 Mandatory jpeg2000?
* bgo#527583 GtkAssistant should set buttons as default widget
* bgo#588694 Missing % in C code
* bgo#588484 Iconview DnD fails when Destination is empty
* bgo#583522 Trivial error in GtkBuilder migration
documentation
* bgo#150951 collapsed save dialog needs to indicate filesystem
+ Translation updates
- Remove gtk2-build-warnings.patch. Fixed upstream
* Tue Jun 16 2009 vuntz@novell.com
- Update to version 2.17.2:
+ GtkInfoBar: A new widget to show a transient 'message area'
inside a content pane. The API is similar to GtkDialog and
supports theming for different message types (warnings, errors,
etc)
+ GtkFileChooser:
- Improve path bar by ellipsizing long names and preventing
vertical size changes
- Backup files are now hidden by default
- GTK+ remembers the file chooser sorting state now
+ GtkButtonBox: Implements the GtkOrientable interface now.
+ Printing:
- GTK+ supports printing an application-defined 'selection'
now, in addition to usual page ranges.
+ Changes that are relevant for theme authors:
- The new GtkInfoBar widget uses symbolic colors for theming
its background color depending on the message type. By
default, it uses the same background color as tooltips. This
can be turned off with style property.
- The GTK+ file chooser (as well as nautilus and other users of
GIO icon information) can now show different icons for xdg
user dirs. The icon names are folder-documents,
folder-download, folder-music, folder-pictures,
folder-publicshare, folder-templates, folder-videos, with an
automatic fallback to the standard folder icon.
+ Bugs fixed:
- bgo#584021: titchy leak
- bgo#579590: gtk_entry_set_icon_from_stock should warn when
invalid st...
- bgo#584125: GtkAssistant asserts if last page is
GTK_ASSISTANT_PAGE_C...
- bgo#171416: Resume editing if name of new folder is "Type
name of new...
- bgo#420335: Page assignment when printing 4 pages to a sheet
- bgo#161670: Bad behaviour from gtk_file_chooser_set_filename
- bgo#327152: Long names in the FileChooserDialog directory
buttons sho...
- bgo#355851: File Dialog shows Backup Files
- bgo#390312: Gtk grabs keyboard on DND
- bgo#486839: Filechooser 'Places' items should not move up and
down th...
- bgo#562335: Deprecate gtk_tree_view_column_get_cell_renderers
and gtk...
- bgo#565317: Resulting image of GtkCellRendererPixbuf depends
on order...
- bgo#565998: configure script doesn't check for cairo-xlib.pc
- bgo#580079: Better configure detection of Xinerama on Solaris
- bgo#580511: gdk_x11_atom_to_xatom_for_display translates
GDK_NONE as ...
- bgo#580560: Backspace key does not go to the parent directory
- bgo#584598: GtkButtonBox silently ignores
gtk_orientable_set_orientation
- bgo#584637: Missing conditionals for X11 shape extension in
GdkWindow
- bgo#584805: GtkEntryCompletion selection reset when calling
gtk_entry...
- bgo#584832: Duplicate the exec string returned by
gtk_recent_info_get...
- bgo#585024: some gtksettings properties need extra
initialisation
- bgo#585371: Add additional sizes to the font selector
- bgo#585791: use g_*gettext instead of *gettext directly
- bgo#562579: [Patch] Remove error dialog when directory does
not exist
- bgo#344519: custom print ranges
- bgo#484922: Should remember the sort state of columns
- bgo#555344: consider adding a message area widget
+ Updated translations.
- Add gtk2-build-warnings.patch to fix several build warnings.
* Tue Jun 02 2009 vuntz@novell.com
- Update to version 2.17.1:
+ GtkLabel:
- GtkLabel can show embedded URLs, much like SexyUrlLabel
+ Printing:
- GTK+ includes a print backend that works with the PAPI
printing service.
- The file and lpr backends can print multiple pages per sheet.
+ Changes that are relevant for theme authors:
- The URL support in GtkLabel uses the link-color /
visited-link-color style properties
+ Bugs fixed: bgo#576091, bgo#315462, bgo#390331, bgo#531490,
bgo#574386, bgo#576678, bgo#579366, bgo#579884, bgo#580511,
bgo#581876, bgo#581878, bgo#582003, bgo#582488, bgo#582950,
bgo#582963, bgo#583050, bgo#583522, bgo#535557, bgo#549859
+ Updated translations.
- Drop gtk2-bnc294385-bgo463773-flash-player-busyloop.patch: fixed
upstream.
- Drop
gtk2-bnc310710-bgo524166-underallocated-gtklabel-position.diff:
fixed upstream.
* Tue May 12 2009 federico@novell.com
- Removed these patches for deprecated widgets:
gtk+-mac_ctree.patch, gtk2-filesel-navbuttons.patch
- Removed gtk2-bnc355503-file-chooser-remember-geometry.diff; this
code is in the upstream tarball now.
- Removed gtk2-bnc343858-buggy-intel-xinerama.patch; the new GTK+
detects RANDR pre-1.2 and applications should already handle
overlapping monitors anyway.
- Renamed gtk2-flash-player-busyloop.patch to
gtk2-bnc294385-bgo463773-flash-player-busyloop.patch
* Tue May 05 2009 vuntz@novell.com
- Update to version 2.17.0:
+ GtkBuilder:
- Scale marks can now be specified in builder markup
- GtkAssistant action widgets can be added in builder markup
+ Changes that are relevant for theme authors
- GtkEntry now has a ::invisible-char style property that allows
themes to set the preferred invisible character
+ Printing:
- GTK+ supports authentication of users against CUPS servers
now.
+ Bugs fixed:
- bgo#578634: gtkdial example fails to compile
- bgo#580678: Minor improvement to GTK+ mediaLib code
- bgo#580511: gdk_x11_atom_to_xatom_for_display translates
GDK_NONE...
- bgo#581110: Handlebox widget uses static variables, crashes
in multi...
- bgo#553385: gtk-builder-convert creates untranslated combobox
models
- bgo#580814: GtkTextLayout incorrectly assumes pango iterates
in logi...
- bgo#579366: gtkbuilderparser leaks RequiresInfo objects
- bgo#579741: gailcombox should emit
property-changed:accessible-name...
- bgo#574386: Remove deprecated call to
gtk_status_icon_set_tooltip...
- bgo#384940: handle rejecting jobs and authentication
meaningfully
+ Updated translations
- Pass --enable-man to configure.
* Sun Apr 12 2009 mboman@suse.de
- Update to version 2.16.1:
+ GtkBuilder:
* Accessible action names can now be marked as translatable.
* gtk-builder-convert correctly handles response ids in all
dialogs.
* gtk-builder-convert warns about duplicate ids.
+ GDK:
* GDK no longer refuses to work on 30-bit visuals
+ Win32:
* The appearance of GTK+ menus on Vista has been improved.
+ Bugs fixed:
* bgo#575700 Crash when moving a GtkWindow
* bgo#574283 unused assignment and dead code in
gtk_widget_set_tooltip_window
* bgo#538840 [Win32] GTK menu theming could be improved
* bgo#576254 <object> requires attribute "id"
* bgo#576306 gdkscreen.c: get_nearest_monitor too simple...
* bgo#437533 Implement draw_shape PangoRenderer method
* bgo#577224 crash when setting new icon after setting icon...
* bgo#576150 Doc bug for GtkMenuPositionFunc
* bgo#562863 GtkVscrollbar is hardly documented
* bgo#575644 Cygwin gail build patch
* bgo#571374 Add 30-bit visuals to the list of supported
depths
* bgo#577650 gtkitemfactory.h fails to compile
* bgo#578094 ProcessIdToSessionId needs to be declared as
WINAPI
* bgo#518642 Custom tags and translatable content
* bgo#532858 segv setting GBoxed subclass <property>
* bgo#557629 Response ID not converted for
GtkFileChooserDialog
* bgo#577789 about dialogue doesn't linkify licence text
* bgo#577824 empathy_chat_window_init: GClosure is leaked
* bgo#577964 Page Range entry is not accessible
* bgo#578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)'
failed
* bgo#578271 PageSetup should be sent to the previewer
* bgo#578276 gtk-builder-convert improperly converts
GtkComboBox
* bgo#578290 two memory leaks
* bgo#578354 Memory leak in gdkscreen-x11
* bgo#578365 GtkMountOperation does not allow passwordless
mount of sf...
* bgo#578366 file descriptor leak
* bgo#573922 Using NET_WM_USER_TIME even if startup
notification times...
* bgo#561345 Title of Print Preview window should not be
previewXXXXXX...
* bgo#577868 about dialogue changes appearance on style-set
(change th...
* bgo#572797 GtkCellRendererAccel display string i18n in OTHER
mode
+ Translation updates
* Mon Apr 06 2009 vuntz@novell.com
- Respin
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff
that doesn't apply with new patch package.
* Sat Mar 14 2009 mboman@suse.de
- Update to version 2.16.0:
+ The new function gtk_style_get_property was renamed to
gtk_style_get_style_property to avoid binding problems.
+ Bugs fixed:
* bgo#574059 search button not available in some cases
* bgo#574622 GtkEntry: Should we wrap icon-press and
icon-release signals?
* bgo#574561 gtk_style_get "shadows" g_object_get
* bgo#574794 Can not resize shaped windows on Windows
* bgo#570896 gdkevents-win32.c(2947) : error C4053: one void
operand for '?:'
* bgo#573067 Intra-app dnd of text behavior on Windows is
wrong
* bgo#572455 GtkEntry window layed out wrong if the widget has
focus
+ Translation updates
- Remove AutoReqProv, it's default
- Remove cairo from Requires in main package. Should be automatic
- Remove custom CFLAGS
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.15.5:
+ GtkAction:
- Rename gtk_activatable_reset to
gtk_activatable_sync_action_properties to make it easier to
bind
+ GDK:
- The DirectFB backend has been restored to basic function
- The RANDR support in the X11 backend has been made more robust
+ Changes that are relevant for theme authors:
- GtkEntry now has a ::progress-border property and use
fg/bg[SELECTED] for drawing progress
+ Bugs fixed: bgo#457086, bgo#554407, bgo#543710, bgo#560671,
bgo#513422, bgo#533456, bgo#572387, bgo#565199, bgo#495320,
bgo#572904, bgo#573383, bgo#573416, bgo#572968, bgo#572972,
bgo#572996, bgo#573069, bgo#573113, bgo#573211, bgo#573287,
bgo#572273, bgo#573515, bgo#552619, bgo#573087, bgo#573688,
bgo#546285, bgo#569671, bgo#573393, bgo#571001, bgo#520395,
bgo#325809, bgo#561631, bgo#519090
+ Updated translations:
- Drop gtk2-libtool.patch: already fixed upstream.
* Tue Feb 24 2009 sbrabec@suse.cz
- Fixed relative path vulnerability in gtk-path-local.patch
(bnc479076).
* Wed Feb 18 2009 mboman@suse.de
- Update to version 2.15.4:
+ GtkAction:
* More compatibility fixes to make PolicyKit-gnome work
+ GtkFileChooserButton:
* Don't emit file-set when the dialog is canceled. But emit it
when a file is received via DND
+ GDK
* Use Xrandr 1.3 for tracking monitor information,
if available
+ Bugs fixed:
* bgo#538439 tooltip may appear in upper left corner...
* bgo#571015 libprintbackend-cups has unlocalized strings
* bgo#353196 Add a file-set signal to GtkFileChooserButton
* bgo#571249 Icons are not drawn properly when initial widget
* bgo#571196 gtk_binding_entry_add_signall deprecated without
alternative
* bgo#508545 No way to identify terminal classes from
documentation
* bgo#570824 TreeView is not keyboard (re)focusable after
selecting a cell...
* bgo#568571 Asian am/pm format on cups print backend's time
parsing
* bgo#571576 gdk_pixbuf_save_to_stream() broken
* bgo#571873 Compile error with gdk/win32/gdkselection-win32.c
* bgo#572041 Focus should change when advancing forward in
GtkAssistant
* bgo#572040 GtkAssistant does not expose page titles
* bgo#570406 gailutil.def is in srcdir, but used from builddir
+ Translation updates
- Remove %if statements for <= 10.2
- Remove %if %DIRECTFB_SUPPORT statements
- Merge -doc into -devel since it only contains gtk-doc
* Tue Feb 03 2009 mboman@suse.de
- Update to version 2.15.3:
+ Keyboard shortcut handling has been changed, to help with a
longstanding complaint about the way GTK+ handles multiple
layouts. GTK+ now only uses keys from groups other than the
current group if they are not present in the current group.
+ bgo#569336 change in gtkbutton klass is causing crash...
+ bgo#569435 make maintainer-clean removes non-generated sources
+ bgo#145058 Inputting "^^" requires four keystrokes on Win32...
+ bgo#559408 Transparency lost when images are copied...
+ bgo#359288 Toolbar items are not shown after hiding
+ bgo#569918 64bit portability issue in gtkrecentchooser.c
+ bgo#162726 Multiple Latin layouts in XKB break keyboard
shortcuts
+ bgo#569635 fontchooser should reload list of families/styles
on...
+ Translation updates
- Remove gtk2-fix-abuild-error.patch. Fixed upstream
- Respin
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff
* Sat Jan 31 2009 mboman@suse.de
- Update to version 2.15.2:
+ Too many fixes/changes to list. Please see NEWS for full details
- Remove gtk2-191223-java-selection-fix-updated.patch. Fixed upstream
- Add gtk2-fix-abuild-error.patch to make rpmlint happy
* Fri Jan 23 2009 vuntz@novell.com
- Really remove the gtk2-filechooser-network-browsing.patch file.
* Mon Jan 12 2009 mboman@suse.de
- Update to version 2.15.0:
+ Too many fixes/changes to list. Please see NEWS for full details
- Remove gtk2-set-invisible-char-to-circle.patch. Configurable now
- Comment out gtk2-bnc355503-file-chooser-remember-geometry.diff for now.
Should include this patch once it's fixed properly
* Thu Jan 08 2009 mboman@suse.de
- Update to version 2.14.6:
+ bgo#561539 Fix warnings when size allocations fall short of border width
+ bgo#557420 Some compose sequences don't work anymore
+ bgo#555334 connected server feature
+ bgo#563547 Update gdkx11 atom precache table
+ bgo#563991 gtk_file_chooser_button_new_with_backend is deprecated
+ bgo#560135 Print when the user double clicks a printer
+ bgo#564066 Crash in gtk_rc_parse_default_files
+ bgo#564212 gtk_icon_view_accessible_model_rows_reordered explain new_order
+ bgo#563751 xatom cache is prefilled too late
+ bgo#556839 Crash when opening a link
+ bgo#549251 GTK icon view accessible issue
+ bgo#558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8
+ bgo#555560 gtk_combo_box_set_active fails with no model
+ bgo#563158 CellRendererProgress pulsing and progressing rows can not
+ bgo#556233 local-only causes G_IS_FILE warning
+ bgo#562579 Remove error dialog when directory does not exist
+ bgo#561494 FileChooser network browsing and authentication support
+ bgo#563876 GTK_MODULES env var is no longer relevant
- Remove gtk2-filechooser-network-browsing.patch. Fixed upstream
- Remove gtk2-filechooser-mount-parent.patch. Fixed upstream
- Remove gtk2-bnc457728-disable-gail-via-env-var.diff. Fixed upstream
- Remove gtk2-bnc447004-treeview-lines-rtl.diff. Fixed upstream
* Thu Jan 08 2009 btaylor@novell.com
- Added gtk2-bnc457728-disable-gail-via-env-var.diff to allow gail to be
disabled by the NO_GAIL env var (bnc#460890, bnc#449513). This is needed by
applications which use gtk but provide their own accessibility modules.
* Tue Dec 23 2008 federico@novell.com
- Updated gtk2-bnc355503-file-chooser-remember-geometry.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=445923 - The file
chooser was resizing itself each time you clicked on a file in
Firefox's file dialog. Also fixes flicker during the file chooser's
startup.
- Added gtk2-bnc447004-treeview-lines-rtl.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=447004 - Tree view
hierarchy lines were drawn incorrectly in right-to-left languages.
* Wed Dec 10 2008 olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
* Fri Dec 05 2008 hpj@novell.com
- Added gtk2-filechooser-mount-parent.patch (bgo#561494
bnc#445362).
- Added gtk2-filechooser-network-browsing.patch (bgo561494
bgo545980 bnc445362).
- These patches from upstream fix a constellation of bugs meaning
you could not browse to a network place like network://,
smb:// or smb://server/ in a GTK file chooser.
* Mon Nov 24 2008 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Wed Nov 19 2008 pwu@suse.de
- Change gtk_selection_data_get_targets to java X Selection type.
The java X Selection "TARGETS"'s type is "TARGETS" not "ATOM".
Fixes https://bugzilla.novell.com/show_bug.cgi?id=191223.
Add new patch gtk2-191223-java-selection-fix-updated.patch,
updated version for sle11.
* Tue Nov 11 2008 ro@suse.de
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
* Thu Nov 06 2008 federico@novell.com
- Added gtk2-bnc355503-file-chooser-remember-geometry.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=355503 - The file
chooser now remembers its window size across invocations, so it does
not have to be resized every time.
* Mon Nov 03 2008 vuntz@novell.com
- Remove gtk-warn.patch: already fixed upstream.
* Tue Oct 21 2008 maw@suse.de
- Update to version 2.14.4:
+ Bugs fixed: bgo#553135, bgo#553241, bgo#553133, bgo#553578,
bgo#553211, bgo#554141, bgo#554690, bgo#554691, bgo#554696,
bgo#554698, bgo#554701, bgo#554704, bgo#554506, bgo#530575,
bgo#371908, bgo#132501, bgo#554702, bgo#554192, bgo#550342,
bgo#555000, bgo#552318, bgo#555779, and bgo#555791
+ Updated translations.
* Wed Oct 15 2008 maw@suse.de
- Update to version 2.14.3:
+ Don't use XRRGetScreenResources, since it doesn't work well
+ Revert problematic GtkAdjustment changes
+ Bugs fixed: bgo#551063, bgo#319849, bgo#550989, bgo#550062,
bgo#551325, bgo#551386, bgo#550676, bgo#551699, bgo#551567,
bgo#551378, bgo#536542, bgo#552153, bgo#552001, bgo#551987,
bgo#551722, bgo#552107, bgo#552500, bgo#408154, bgo#329593,
bgo#552667, bgo#552668, bgo#346903, bgo#550969, bgo#517233,
bgo#551063, bgo#540967, bgo#552837, bgo#553000, bgo#553135,
and bgo#552545
+ Updated translations.
* Mon Oct 06 2008 sbrabec@suse.cz
- Conflict with other branding providers (FATE#304881).
* Sun Sep 28 2008 ro@suse.de
- add gcc-c++ to buildrequires to work around libtool problem
* Sun Sep 28 2008 ro@suse.de
- add gcc-c++ to buildrequires to work around libtool problem
* Tue Sep 09 2008 maw@suse.de
- Update to version 2.14.1:
+ Fix a deadlock in pixbuf loader initialization
+ Updated translations.
* Thu Sep 04 2008 maw@suse.de
- Update to version 2.14.0:
+ Bugs fixed: bgo#548354, bgo#548346, bgo#535158, bgo#545875,
bgo#549236, bgo#549354, bgo#549734, bgo#549262, bgo#549810,
bgo#437791, bgo#549943, bgo#547449, bgo#550528, bgo#548993,
bgo#520165, bgo#528091, bgo#528975, bgo#543308, bgo#549322, and
bgo#549711
+ Updated translations.
* Thu Aug 28 2008 maw@suse.de
- Update to version 2.13.7:
+ Bugs fixed: bgo#545031, bgo#535573, bgo#546771, bgo#546756,
bgo#547027, bgo#544863, bgo#547211, bgo#547270, bgo#546616,
bgo#546754, bgo#546730, bgo#526234, bgo#547456, bgo#547516,
bgo#547673, bgo#547775, bgo#547846, bgo#547655, bgo#547944,
bgo#547680, bgo#546549, and bgo#532644
+ Updated translations
- Don't require gcc-c++ to build.
* Thu Aug 14 2008 maw@suse.de
- Respin gtk+-strict-aliasing.patch to fix a build failure.
* Wed Aug 06 2008 maw@suse.de
- Update to version 2.13.6:
+ Fix a long-standing, well-known problem with the handling
of insensitive buttons, bgo#56070
+ Fallback to Xinerama if the Xrandr implementation
is just a stub
+ gdk_threads_add_timeout_seconds[_full]: New functions with
second-granularity to complete the set of gdk_threads_ timeout
functions
+ Support rendering icons with emblems specified as
GEmblemedIcon
+ GtkFileChooser has a GFile-oriented API now, and functions
for creating filechoosers with specific backends have been
deprecated because GIO is used directly
+ GtkAdjustment has been sealed, with getters and setters added
for all struct fields
+ Bugs fixed: bgo#544265, bgo#543915, bgo#544510, bgo#544390,
bgo#361561, bgo#368234, bgo#545976, bgo#545978, bgo#544863,
bgo#424207, bgo#56070, bgo#545931, bgo#344383, bgo#65818,
bgo#539733, bgo#523950, bgo#526575, bgo#429411, bgo#429427,
bgo#544302, bgo#339699, bgo#538686, bgo#540379, bgo#544684,
bgo#540834, bgo#515596, bgo#534979, bgo#382291, bgo#545982,
and bgo#544858
+ Updated translations.
* Fri Aug 01 2008 maw@suse.de
- Update to version 2.13.5:
+ Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks);
as a result, members of structures can be conditionally be
made "inaccessible"
+ GtkScaleButton now has an orientation property
+ gdk-pixbuf:
* Use GIO for mime type sniffing when possible
+ Printing:
* Handle paused printers and printers that don't accept jobs
+ GtkBuilder:
* Support building parts of the XML tree with the new
functions gtk_builder_add_objects_from_file and
gtk_builder_add_objects_from_string
+ Bugs fixed: bgo#538519, bgo#538362, bgo#538182, bgo#508751,
bgo#419737, bgo#538784, bgo#538395, bgo#539363, bgo#539466,
bgo#442042, bgo#540318, bgo#530255, bgo#540310, bgo#434535,
bgo#539790, bgo#539164, bgo#541162, bgo#455268, bgo#537591,
bgo#541249, bgo#541305, bgo#540529, bgo#538547, bgo#535498,
bgo#539944, bgo#540915, bgo#538863, bgo#540861, bgo#540612,
bgo#540618, bgo#539944, bgo#536966, bgo#378158, bgo#516092,
bgo#536430, bgo#538378, bgo#539095, bgo#539470, bgo#539732,
bgo#540235, bgo#537639, bgo#540917, bgo#541645, bgo#493008,
bgo#539248, bgo#327582, bgo#343663, bgo#541811, bgo#541540,
bgo#513580, bgo#531129, bgo#510225, bgo#507953, bgo#469068,
bgo#528845, bgo#540994, bgo#541964, bgo#541950, bgo#542234,
bgo#541399, bgo#334418, bgo#321896, bgo#316087, bgo#542853,
bgo#507394, bgo#488766, bgo#479780, bgo#542523, bgo#384940,
bgo#339591, bgo#543244, bgo#447998, bgo#543217, bgo#543545,
bgo#401985, bgo#543085, bgo#488019, bgo#528822, bgo#540967,
bgo#537430, bgo#543989, and bgo#535223
+ Updated translations
- Respin gtk+-strict-aliasing.patch
- Drop gtk2-remove-empty-cache.patch and update SuSEconfig.gtk2.
* Wed Jul 23 2008 coolo@suse.de
- obsolete gail-<targettype>
* Mon Jul 21 2008 federico@novell.com
- Tagged all the patches that didn't have tags.
- Removed gtktextview.c.diff. It was for the obsolete
https://bugzilla.novell.com/show_bug.cgi?id=380 (a crash in Red
Carpet), but since that product is dead now, and the fix was never
diagnosed properly, we can kill the patch now.
- Removed gtk2-gtkicontheme-autoupdate.patch - no idea what bug that
was trying to fix, and that was never documented in the ChangeLog.
This could have been https://bugzilla.novell.com/show_bug.cgi?id=100697
- Removed gtk+-2.8.6-fontsel.patch and gtk+-2.8.6-fontsel-fix.patch;
replaced them by a consolidated
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff
* Fri Jul 11 2008 maw@suse.de
- Move gtk-builder-convert to the -devel subpackage
- So that gtk-builder-convert can actually run, make the -devel
subpackage require pyxml.
* Wed Jun 18 2008 maw@suse.de
- Update to version 2.13.3:
+ Support runtime font configuration changes
+ Use GIO for mime information
+ Use GIO directly for the file chooser, do not load filesystem
implementation modules
+ GTK+ no longer uses translations when the application is not
translated to the current locale
+ Bugs fixed: bgo#520874, bgo#536185, bgo#536757, bgo#536990,
bgo#535608, bgo#488119, bgo#536730, bgo#131920, bgo#526987,
bgo#536765, bgo#503071, bgo#517706, bgo#519092, bgo#524222,
bgo#537985, bgo#531960, bgo#408154, bgo#506853, bgo#536430, and
bgo#537685
+ Updated translations.
* Mon Jun 16 2008 maw@suse.de
- Provide and obsolete gail-devel in gtk2-devel.
* Fri Jun 06 2008 maw@suse.de
- Update to version 2.13.2:
+ gdk-pixbuf:
* Support loading the OS X icns format
* Support loading of JPEG2000 images
* Support loading from and saving to GIO streams
+ GDK:
* Add GdkAppLaunchContext, to provide startup notification
with g_app_info_launch()
* Use RandR 1.2 instead of Xinerama when available, and expose
more monitor information
+ Accessibility:
* The gail module is now shipped as part of GTK+
* GtkStatusIcon supports keyboard navigation
+ GtkCalendar:
* Support displaying details for each day
+ GtkBuilder:
* gtk-builder-convert has been improved
* Translation-domain works properly
* Support accessibility
+ Testing support:
* Add utilities for testing GTK+ applications
* Add some unit tests for GTK+
+ New settings:
* for disabling display of accelerators and mnemonics
* for position of vertical scrollbars in scrolled windows
* for the default input method
+ GtkToolShell: new interface for containers of GtkToolItems
+ Many bugfixes
+ Updated translations
- Respin the following patches: gtk+-strict-aliasing.patch and
gtk2-remove-empty-cache.patch
- Remove the following upstreamed patches:
gtk2-bnc171077-bgo314873-filechooser-tab-in-the-middle-of-entry.diff
and gtk2-bnc355225-filechooser-tab-completion-crash.diff
- Provide and obsolete gail.
* Tue Jun 03 2008 federico@novell.com
- Added gtk2-bnc355225-filechooser-tab-completion-crash.diff to fix
the crash in https://bugzilla.novell.com/show_bug.cgi?id=355225 -
The file chooser could crash when pressing Tab repeatedly to do
completion.
* Tue May 06 2008 schwab@suse.de
- Don't use libtool before it is created.
* Tue May 06 2008 federico@novell.com
- Added gtk2-bnc310710-bgo524166-underallocated-gtklabel-position.diff
to fix https://bugzilla.novell.com/show_bug.cgi?id=310710 - Labels
with too-small allocations should still pay attention to their
alignment. This fixes a clipped "Computer" label in
gnome-main-menu.
* Tue Apr 22 2008 sbrabec@suse.cz
- Added patch supporting /usr/local instead of /etc/profile.d stuff
doing nearly the same (bnc#369696).
* Mon Apr 14 2008 sbrabec@suse.cz
- Use packageand form of branding supplement.
* Fri Apr 11 2008 maw@suse.de
- Tag gtk2-libtool.patch, which was added in the previous
submission.
* Fri Apr 11 2008 schwab@suse.de
- Work around broken configure script.
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Thu Apr 03 2008 maw@suse.de
- Don't own uz@cyrillic locale directories; they're now part of
the filesystem package.
* Tue Apr 01 2008 coolo@suse.de
- moving recommends of gvfs from glib2
* Thu Mar 27 2008 federico@novell.com
- Removed gtk2-303869-disable-icon-cache-validation.diff, as this
patch made it into the stock tarball.
- Added
gtk2-bnc171077-bgo314873-filechooser-tab-in-the-middle-of-entry.diff
to fix https://bugzilla.novell.com/show_bug.cgi?id=171077 - The GTK+
file dialog now lets you use Tab completion even when the cursor is
not at the end of the text in the filename entry. Completion is
also improved in general.
* Wed Mar 19 2008 vuntz@suse.de
- Add gtk2-bnc343858-buggy-intel-xinerama.patch to sanitize
overlapping monitors, a situation that can happen with some intel
cards.
* Sat Mar 15 2008 aj@suse.de
- Add gtk-warn.patch which fixes a missing declaration that resulted
in code that was not 64-bit clean.
* Thu Mar 13 2008 rodrigo@suse.de
- Update to version 2.12.9:
+ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/gtk+-2.12.9.news
* Fri Mar 07 2008 sbrabec@suse.cz
- Created a dummy upstream branding as a separate package.
* Mon Feb 18 2008 maw@suse.de
- Update to version 2.12.8:
+ Make the directfb backend build with GLib 2.15
+ Improve the handling of modal windows on win32
+ GtkFileChooser:
+ Activate bookmarks on single-click
+ Improve some focus handling issues
+ Don't select filename extensions in the save dialog
+ GtkBuilder supports accessibility properties and
relations now
+ Bugs fixed: bgo#499835, bgo#516024, bgo#144269, bgo#419737,
bgo#148828, bgo#455627, bgo#473786, bgo#494515, bgo#499940,
bgo#503569, bgo#505928, bgo#511111, bgo#511987, bgo#514621,
bgo#514643, bgo#514789, bgo#515047, bgo#515667, bgo#362516,
bgo#506769, bgo#477175, bgo#496645, bgo#496651, bgo#504611,
bgo#507751, bgo#508516, bgo#509153, bgo#512375, and
bgo#454653
+ Updated translations.
* Tue Jan 29 2008 sbrabec@suse.cz
- Use glibc locale for week info with glibc >= 2.7 (bnc#104417).
* Wed Jan 23 2008 maw@suse.de
- Update to version 2.12.5:
+ Bugs (bugzilla.gnome.org) fixed: #494667, #496546, #503824,
[#388321], #503190, #491847, #492977, #499951, #502250, #503569,
[#504753], #504804, #504984, #505708, #506107, #502850, and
[#504749]
+ Updated translations.
* Mon Dec 17 2007 maw@suse.de
- Update to version 2.12.3:
+ Bugs (bugzilla.gnome.org) fixed: #494776, #482531, #488918,
[#347585], #479463, #164537, #371036, #388321, #405178, #461222,
[#467711], #467722, #468793, #473813, #476827, #485662, #486369,
[#486420], #487954, #488017, #488051, #489370, #491207, #492117,
[#492209], #493404, #495574, #495769, #496689, #497164, #499703,
[#107398], #463865, #489782, #490624, #496734, #496795, #498922,
[#467490], #497102, #499868, #500804, #144269, #495124, and
[#501583]
+ Updated translations.
* Mon Dec 17 2007 maw@suse.de
- Remove mtime.patch, as it's upstreamed as of 2.12.1.
* Wed Dec 12 2007 schwab@suse.de
- Fix invalid casts.
* Fri Nov 23 2007 maw@suse.de
- Update to version 2.12.1:
+ Bugs (bugzilla.gnome.org) fixed: #472965, #460194, #478803,
[#480123], #483223, #476342, #484008, #327243, #465380, #467269,
[#476686], #478173, #478371, #482089, #482504, #482841, #483563,
[#483730], #484650, #484730, #486360, #389358, #448343, #477447,
[#482034], #482837, #478637, #484132, #486636, #455284, #478377,
[#485301], #485437, #486155, #339877, #456137, #456676, #352643,
[#477280], #477704, and #476920
+ Updated translations
- Remove gtk2-swt-tooltips.patch, which has been upstreamed
- Respin gtk2-303869-disable-icon-cache-validation.diff.
* Fri Sep 28 2007 btimothy@suse.de
- Added gtk2-swt-tooltips.patch (bugzilla.gnome.org #460194) to
fix bugzilla.novell.com #326059, a crash when mousing over
tooltips.
* Mon Sep 17 2007 maw@suse.de
- Very minor .spec reorganization.
* Mon Sep 17 2007 sbrabec@suse.cz
- Updated to version 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
* Many bugs fixed
* Translations update
* Thu Sep 13 2007 maw@suse.de
- Add gtk2-bnc305195-bgo449371-menu-button-release-1.patch (#305195,
and bugzilla.gnome.org #449371 by way of bugzilla.gnome.org
[#474331]), which fixes problems observed in nautilus where Right
click -> Create Document fails.
* Thu Sep 13 2007 stbinner@suse.de
- tag strange uz@cyrillic directories with %lang(uz@cyrillic)
* Wed Sep 12 2007 federico@novell.com
- Added gtk2-303869-disable-icon-cache-validation.diff to fix the
critical part of https://bugzillanovell.com/show_bug.cgi?id=303869
- icon caches now only get validated if GTK_DEBUG=icontheme is set.
This prevents major page-ins at application startup.
* Wed Sep 12 2007 sbrabec@suse.cz
- Don't delete outdated icon theme cache by SuSEconfig (#303869#c7,
GNOME#331671).
* Fri Aug 31 2007 stbinner@suse.de
- add gtk2-flash-player-busyloop.patch to fix busy loop of flash
player plugin within Opera and Konqueror (#294385)
* Tue Aug 14 2007 jpr@suse.de
- Enable xinput for wacom tablets, it needs a configure flag
* Tue Aug 14 2007 jpr@suse.de
- Backport tooltip fixes from upstream svn (#298343, #297149)
* Mon Aug 13 2007 federico@novell.com
- Removed references to obsolete patches from the SPEC file. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=299262
* Mon Aug 06 2007 maw@suse.de
- Split out a -lang subpackage
- Use %fdupes.
* Thu Jul 26 2007 maw@suse.de
- Update to version 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()
- Bug fixes (against bugzilla.gnome.org):
452598 crash in Evolution: Added an Evolution attac...
447966 Add builder support for GdkPixbuf properties
453033 gnome-panel crashed with SIGSEGV in idle_populate_func()
453365 gdk_pixbuf_get_file_info crashes on tif files
361781 GtkViewport size request includes xthickness/ythickness f...
427899 GtkFrame's label may exceed the frame area
430049 gtk_selection_data_set_text() ignores length argument
436965 Add files to /po[-properties]/POTFILES.in
437281 gtk_button_set_image destroyes the old image
448604 gtk+ printbackends build fix
449311 GtkVolumeButton should use new tooltip API
451164 I translate gnome-desktop. But i have no svn account and ...
451575 (API) Changes needed for GtkTooltips deprecation
452425 Setting "tooltip-text" property to NULL has bad effects
452861 gtk_label_set_pattern() is not working anymore
452988 error handling in GtkCellLayout custom parser
453411 Button state not included in key events
453413 Key event state is not right for modifier keys
454654 Accelerator support for actions
454700 Minor update for gdk_threads_enter
454703 gdk_window_invalidate_rect accepts NULL
454830 gtk-builder-convert not converting menus
452056 GtkComboBox doesn't emit 'changed' signal when active row...
452278 GtkBuilder API Documentation
453316 small documentation fix in GtkDrawingArea API documentation
453673 small doc quirk in gtk/gtktreeview.c
453930 small doc quirk in gtk/gtktooltip.c
454596 [patch] gdkpixbuf-scale slight api doc improvement
454835 [patch] example in gdk-pixbuf-scaling using deprecated gd...
457384 critical warning from entrycompletion
112404 Problem with focus when closing transient window
172424 Most GtkWidget events have no documentation
408327 Improving tooltip positioning
439480 translations
439715 GtkFileChooser - recent files option takes up 100% CPU.
455482 remove old tooltips work-around from uimanager
455721 mem leak when adding shortcut
455901 mem leak in path bar
455984 need a way to convert to bin_window coordinates
457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb...
458298 broken cursor movement with inline selection
456258 GtkScaleButton: value parameter of signal "value-changed"...
457774 GtkTreeView::test_expand_row and test_collapse_row
455645 intern action names
- Updated translations
- s#%run_ldconfig#/sbin/ldconfig/ in %post and %postun.
* Thu Jul 05 2007 maw@suse.de
- Update to version 2.11.5:
- New APIs, many bugfixes, and improved translations.
* Fri May 04 2007 pgajdos@suse.cz
- adding hicolor-icon-theme to Requires [#249043]
* Thu Apr 19 2007 sbrabec@suse.cz
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
* Thu Apr 12 2007 maw@suse.de
- Remove some extraneous comments that were inadvertently left
in the .spec.
* Tue Apr 10 2007 sbrabec@suse.cz
- Updated to version 2.10.11:
* Fixed GtkNotebook change that broke tabbed browsing in Epiphany
* Tue Apr 03 2007 sbrabec@suse.cz
- Disabled DirectFB by default (#256775).
* Wed Mar 21 2007 maw@suse.de
- Update to version 2.10.10
- Bugfixes, including bugzilla.gnome.org 399907, 396899, 402453,
402806, 403409, 403896, 46757, 405696, 377164, 310522, 389765,
408018, 386618, 403139, 356515, 382565, 409101, 325477, 151169,
143213, 153785, 402131, 412596, 413492, 414875, 415645, 414975,
124045, 412221, 356515, 413664, 413032, 416525, 331369, 335796,
351671, 396703, 356515, 350988, 396805, and 382904.
* Mon Feb 26 2007 sbrabec@suse.cz
- Fixed gtk64.patch.
* Fri Feb 16 2007 maw@suse.de
- Update to 2.10.9
- Remove gtk2-pa.patch, gtk-pixbuf-226710.patch which are now
upstream
* Tue Feb 13 2007 jhargadon@suse.de
- changed the specfile to install gtkrc with 644 permissions
* Wed Jan 24 2007 federico@novell.com
- Added gtk2-216883-filechooser-fix-invisible-shortcuts.diff to fix
https://bugzilla.novell.com/show_bug.cgi?id=216883. The "Home" and
"Desktop" items in the shortcuts pane of the file chooser would not
show sometimes in SAVE mode.
* Thu Jan 18 2007 maw@suse.de
- Add gtk2-235661-pixbuf-loader-error-checking.diff (#235661).
* Tue Jan 16 2007 sbrabec@suse.cz
- Build with correct CFLAGS.
* Fri Jan 12 2007 maw@suse.de
- Add gdk-pixbuf-226710.patch (#226710, and CVE-2007-0010).
* Fri Jan 05 2007 sbrabec@suse.cz
- Build cups print backend.
* Thu Jan 04 2007 sbrabec@suse.cz
- No more depend on gnome-filesystem in SuSEconfig.gtk2.
* Mon Dec 11 2006 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Sat Nov 11 2006 danw@suse.de
- Update gtk64.patch to fix stock icon cache on x86_64 (213922)
* Wed Nov 08 2006 jhargadon@suse.de
- removed the execute bit from /etc/opt/gnome/gtk-2.0/gtkrc
* Tue Oct 17 2006 jhargadon@suse.de
- update to version 2.10.6
- Bugs fixed:
- 358931 2.10.5 build issue due to a typo
- 357280 Compile crashes
- 359053 Reduce relocations
- 359052 gtk_print_settings_get_duplex() return wrong
value for one of vertical setting
* Sat Oct 14 2006 danw@suse.de
- Remove dead patches
- Remove gtk2-179040-file-chooser-location-entry-folder.diff, which
never actually worked, but was effectively reverted in CODE10 by
gtk2-184875-filechooser-location-entry-set-path.diff, the rest of
which is now upstream.
* Mon Oct 02 2006 jhargadon@suse.de
- update to version 2.10.5
- many bugs fixes
- Updated translations
- Windows theme engine improvements
- GtkFileChooser works better with remote bookmarks
* Fri Sep 15 2006 sbrabec@suse.cz
- Fixed module directories ownership.
* Thu Sep 14 2006 jhargadon@suse.de
- update to version 2.10.3
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
- translation updates
* Fri Aug 18 2006 jhargadon@suse.de
- update to version 2.10.2
- Revert to using gtk modules with global binding
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
- many bug fixes
* Thu Aug 17 2006 sbrabec@suse.cz
- Typo fix in gtk64.patch.
* Wed Aug 09 2006 aj@suse.de
- Fix lib64 patch to apply.
- Fix po files to pass new gettext checks.
* Fri Jul 28 2006 gekker@suse.de
- Update to version 2.10.1
- Remove upstream patchesa
- lots of updates in the printing area
- various fixes in many other places
- countless bugfixes
/usr/bin/gdk-pixbuf-csource /usr/bin/gtk-builder-convert /usr/bin/gtk-demo /usr/include/gail-1.0 /usr/include/gail-1.0/gail /usr/include/gail-1.0/gail/gailwidget.h /usr/include/gail-1.0/libgail-util /usr/include/gail-1.0/libgail-util/gail-util.h /usr/include/gail-1.0/libgail-util/gailmisc.h /usr/include/gail-1.0/libgail-util/gailtextutil.h /usr/include/gtk-2.0 /usr/include/gtk-2.0/gdk /usr/include/gtk-2.0/gdk-pixbuf /usr/include/gtk-2.0/gdk-pixbuf-xlib /usr/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h /usr/include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h /usr/include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h /usr/include/gtk-2.0/gdk/gdk.h /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h /usr/include/gtk-2.0/gdk/gdkcairo.h /usr/include/gtk-2.0/gdk/gdkcolor.h /usr/include/gtk-2.0/gdk/gdkcursor.h /usr/include/gtk-2.0/gdk/gdkdisplay.h /usr/include/gtk-2.0/gdk/gdkdisplaymanager.h /usr/include/gtk-2.0/gdk/gdkdnd.h /usr/include/gtk-2.0/gdk/gdkdrawable.h /usr/include/gtk-2.0/gdk/gdkenumtypes.h /usr/include/gtk-2.0/gdk/gdkevents.h /usr/include/gtk-2.0/gdk/gdkfont.h /usr/include/gtk-2.0/gdk/gdkgc.h /usr/include/gtk-2.0/gdk/gdki18n.h /usr/include/gtk-2.0/gdk/gdkimage.h /usr/include/gtk-2.0/gdk/gdkinput.h /usr/include/gtk-2.0/gdk/gdkkeys.h /usr/include/gtk-2.0/gdk/gdkkeysyms.h /usr/include/gtk-2.0/gdk/gdkpango.h /usr/include/gtk-2.0/gdk/gdkpixbuf.h /usr/include/gtk-2.0/gdk/gdkpixmap.h /usr/include/gtk-2.0/gdk/gdkprivate.h /usr/include/gtk-2.0/gdk/gdkproperty.h /usr/include/gtk-2.0/gdk/gdkregion.h /usr/include/gtk-2.0/gdk/gdkrgb.h /usr/include/gtk-2.0/gdk/gdkscreen.h /usr/include/gtk-2.0/gdk/gdkselection.h /usr/include/gtk-2.0/gdk/gdkspawn.h /usr/include/gtk-2.0/gdk/gdktestutils.h /usr/include/gtk-2.0/gdk/gdktypes.h /usr/include/gtk-2.0/gdk/gdkvisual.h /usr/include/gtk-2.0/gdk/gdkwindow.h /usr/include/gtk-2.0/gdk/gdkx.h /usr/include/gtk-2.0/gtk /usr/include/gtk-2.0/gtk/gtk.h /usr/include/gtk-2.0/gtk/gtkaboutdialog.h /usr/include/gtk-2.0/gtk/gtkaccelgroup.h /usr/include/gtk-2.0/gtk/gtkaccellabel.h /usr/include/gtk-2.0/gtk/gtkaccelmap.h /usr/include/gtk-2.0/gtk/gtkaccessible.h /usr/include/gtk-2.0/gtk/gtkaction.h /usr/include/gtk-2.0/gtk/gtkactiongroup.h /usr/include/gtk-2.0/gtk/gtkactivatable.h /usr/include/gtk-2.0/gtk/gtkadjustment.h /usr/include/gtk-2.0/gtk/gtkalignment.h /usr/include/gtk-2.0/gtk/gtkarrow.h /usr/include/gtk-2.0/gtk/gtkaspectframe.h /usr/include/gtk-2.0/gtk/gtkassistant.h /usr/include/gtk-2.0/gtk/gtkbbox.h /usr/include/gtk-2.0/gtk/gtkbin.h /usr/include/gtk-2.0/gtk/gtkbindings.h /usr/include/gtk-2.0/gtk/gtkbox.h /usr/include/gtk-2.0/gtk/gtkbuildable.h /usr/include/gtk-2.0/gtk/gtkbuilder.h /usr/include/gtk-2.0/gtk/gtkbutton.h /usr/include/gtk-2.0/gtk/gtkcalendar.h /usr/include/gtk-2.0/gtk/gtkcelleditable.h /usr/include/gtk-2.0/gtk/gtkcelllayout.h /usr/include/gtk-2.0/gtk/gtkcellrenderer.h /usr/include/gtk-2.0/gtk/gtkcellrendereraccel.h /usr/include/gtk-2.0/gtk/gtkcellrenderercombo.h /usr/include/gtk-2.0/gtk/gtkcellrendererpixbuf.h /usr/include/gtk-2.0/gtk/gtkcellrendererprogress.h /usr/include/gtk-2.0/gtk/gtkcellrendererspin.h /usr/include/gtk-2.0/gtk/gtkcellrenderertext.h /usr/include/gtk-2.0/gtk/gtkcellrenderertoggle.h /usr/include/gtk-2.0/gtk/gtkcellview.h /usr/include/gtk-2.0/gtk/gtkcheckbutton.h /usr/include/gtk-2.0/gtk/gtkcheckmenuitem.h /usr/include/gtk-2.0/gtk/gtkclipboard.h /usr/include/gtk-2.0/gtk/gtkclist.h /usr/include/gtk-2.0/gtk/gtkcolorbutton.h /usr/include/gtk-2.0/gtk/gtkcolorsel.h /usr/include/gtk-2.0/gtk/gtkcolorseldialog.h /usr/include/gtk-2.0/gtk/gtkcombo.h /usr/include/gtk-2.0/gtk/gtkcombobox.h /usr/include/gtk-2.0/gtk/gtkcomboboxentry.h /usr/include/gtk-2.0/gtk/gtkcontainer.h /usr/include/gtk-2.0/gtk/gtkctree.h /usr/include/gtk-2.0/gtk/gtkcurve.h /usr/include/gtk-2.0/gtk/gtkdebug.h /usr/include/gtk-2.0/gtk/gtkdialog.h /usr/include/gtk-2.0/gtk/gtkdnd.h /usr/include/gtk-2.0/gtk/gtkdrawingarea.h /usr/include/gtk-2.0/gtk/gtkeditable.h /usr/include/gtk-2.0/gtk/gtkentry.h /usr/include/gtk-2.0/gtk/gtkentrybuffer.h /usr/include/gtk-2.0/gtk/gtkentrycompletion.h /usr/include/gtk-2.0/gtk/gtkenums.h /usr/include/gtk-2.0/gtk/gtkeventbox.h /usr/include/gtk-2.0/gtk/gtkexpander.h /usr/include/gtk-2.0/gtk/gtkfilechooser.h /usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h /usr/include/gtk-2.0/gtk/gtkfilechooserdialog.h /usr/include/gtk-2.0/gtk/gtkfilechooserwidget.h /usr/include/gtk-2.0/gtk/gtkfilefilter.h /usr/include/gtk-2.0/gtk/gtkfilesel.h /usr/include/gtk-2.0/gtk/gtkfixed.h /usr/include/gtk-2.0/gtk/gtkfontbutton.h /usr/include/gtk-2.0/gtk/gtkfontsel.h /usr/include/gtk-2.0/gtk/gtkframe.h /usr/include/gtk-2.0/gtk/gtkgamma.h /usr/include/gtk-2.0/gtk/gtkgc.h /usr/include/gtk-2.0/gtk/gtkhandlebox.h /usr/include/gtk-2.0/gtk/gtkhbbox.h /usr/include/gtk-2.0/gtk/gtkhbox.h /usr/include/gtk-2.0/gtk/gtkhpaned.h /usr/include/gtk-2.0/gtk/gtkhruler.h /usr/include/gtk-2.0/gtk/gtkhscale.h /usr/include/gtk-2.0/gtk/gtkhscrollbar.h /usr/include/gtk-2.0/gtk/gtkhseparator.h /usr/include/gtk-2.0/gtk/gtkhsv.h /usr/include/gtk-2.0/gtk/gtkiconfactory.h /usr/include/gtk-2.0/gtk/gtkicontheme.h /usr/include/gtk-2.0/gtk/gtkiconview.h /usr/include/gtk-2.0/gtk/gtkimage.h /usr/include/gtk-2.0/gtk/gtkimagemenuitem.h /usr/include/gtk-2.0/gtk/gtkimcontext.h /usr/include/gtk-2.0/gtk/gtkimcontextsimple.h /usr/include/gtk-2.0/gtk/gtkimmodule.h /usr/include/gtk-2.0/gtk/gtkimmulticontext.h /usr/include/gtk-2.0/gtk/gtkinfobar.h /usr/include/gtk-2.0/gtk/gtkinputdialog.h /usr/include/gtk-2.0/gtk/gtkinvisible.h /usr/include/gtk-2.0/gtk/gtkitem.h /usr/include/gtk-2.0/gtk/gtkitemfactory.h /usr/include/gtk-2.0/gtk/gtklabel.h /usr/include/gtk-2.0/gtk/gtklayout.h /usr/include/gtk-2.0/gtk/gtklinkbutton.h /usr/include/gtk-2.0/gtk/gtklist.h /usr/include/gtk-2.0/gtk/gtklistitem.h /usr/include/gtk-2.0/gtk/gtkliststore.h /usr/include/gtk-2.0/gtk/gtkmain.h /usr/include/gtk-2.0/gtk/gtkmarshal.h /usr/include/gtk-2.0/gtk/gtkmenu.h /usr/include/gtk-2.0/gtk/gtkmenubar.h /usr/include/gtk-2.0/gtk/gtkmenuitem.h /usr/include/gtk-2.0/gtk/gtkmenushell.h /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h /usr/include/gtk-2.0/gtk/gtkmessagedialog.h /usr/include/gtk-2.0/gtk/gtkmisc.h /usr/include/gtk-2.0/gtk/gtkmodules.h /usr/include/gtk-2.0/gtk/gtkmountoperation.h /usr/include/gtk-2.0/gtk/gtknotebook.h /usr/include/gtk-2.0/gtk/gtkobject.h /usr/include/gtk-2.0/gtk/gtkoldeditable.h /usr/include/gtk-2.0/gtk/gtkoptionmenu.h /usr/include/gtk-2.0/gtk/gtkorientable.h /usr/include/gtk-2.0/gtk/gtkpagesetup.h /usr/include/gtk-2.0/gtk/gtkpaned.h /usr/include/gtk-2.0/gtk/gtkpapersize.h /usr/include/gtk-2.0/gtk/gtkpixmap.h /usr/include/gtk-2.0/gtk/gtkplug.h /usr/include/gtk-2.0/gtk/gtkpreview.h /usr/include/gtk-2.0/gtk/gtkprintcontext.h /usr/include/gtk-2.0/gtk/gtkprintoperation.h /usr/include/gtk-2.0/gtk/gtkprintoperationpreview.h /usr/include/gtk-2.0/gtk/gtkprintsettings.h /usr/include/gtk-2.0/gtk/gtkprivate.h /usr/include/gtk-2.0/gtk/gtkprogress.h /usr/include/gtk-2.0/gtk/gtkprogressbar.h /usr/include/gtk-2.0/gtk/gtkradioaction.h /usr/include/gtk-2.0/gtk/gtkradiobutton.h /usr/include/gtk-2.0/gtk/gtkradiomenuitem.h /usr/include/gtk-2.0/gtk/gtkradiotoolbutton.h /usr/include/gtk-2.0/gtk/gtkrange.h /usr/include/gtk-2.0/gtk/gtkrc.h /usr/include/gtk-2.0/gtk/gtkrecentaction.h /usr/include/gtk-2.0/gtk/gtkrecentchooser.h /usr/include/gtk-2.0/gtk/gtkrecentchooserdialog.h /usr/include/gtk-2.0/gtk/gtkrecentchoosermenu.h /usr/include/gtk-2.0/gtk/gtkrecentchooserwidget.h /usr/include/gtk-2.0/gtk/gtkrecentfilter.h /usr/include/gtk-2.0/gtk/gtkrecentmanager.h /usr/include/gtk-2.0/gtk/gtkruler.h /usr/include/gtk-2.0/gtk/gtkscale.h /usr/include/gtk-2.0/gtk/gtkscalebutton.h /usr/include/gtk-2.0/gtk/gtkscrollbar.h /usr/include/gtk-2.0/gtk/gtkscrolledwindow.h /usr/include/gtk-2.0/gtk/gtkselection.h /usr/include/gtk-2.0/gtk/gtkseparator.h /usr/include/gtk-2.0/gtk/gtkseparatormenuitem.h /usr/include/gtk-2.0/gtk/gtkseparatortoolitem.h /usr/include/gtk-2.0/gtk/gtksettings.h /usr/include/gtk-2.0/gtk/gtkshow.h /usr/include/gtk-2.0/gtk/gtksignal.h /usr/include/gtk-2.0/gtk/gtksizegroup.h /usr/include/gtk-2.0/gtk/gtksocket.h /usr/include/gtk-2.0/gtk/gtkspinbutton.h /usr/include/gtk-2.0/gtk/gtkstatusbar.h /usr/include/gtk-2.0/gtk/gtkstatusicon.h /usr/include/gtk-2.0/gtk/gtkstock.h /usr/include/gtk-2.0/gtk/gtkstyle.h /usr/include/gtk-2.0/gtk/gtktable.h /usr/include/gtk-2.0/gtk/gtktearoffmenuitem.h /usr/include/gtk-2.0/gtk/gtktestutils.h /usr/include/gtk-2.0/gtk/gtktext.h /usr/include/gtk-2.0/gtk/gtktextbuffer.h /usr/include/gtk-2.0/gtk/gtktextbufferrichtext.h /usr/include/gtk-2.0/gtk/gtktextchild.h /usr/include/gtk-2.0/gtk/gtktextdisplay.h /usr/include/gtk-2.0/gtk/gtktextiter.h /usr/include/gtk-2.0/gtk/gtktextlayout.h /usr/include/gtk-2.0/gtk/gtktextmark.h /usr/include/gtk-2.0/gtk/gtktexttag.h /usr/include/gtk-2.0/gtk/gtktexttagtable.h /usr/include/gtk-2.0/gtk/gtktextview.h /usr/include/gtk-2.0/gtk/gtktipsquery.h /usr/include/gtk-2.0/gtk/gtktoggleaction.h /usr/include/gtk-2.0/gtk/gtktogglebutton.h /usr/include/gtk-2.0/gtk/gtktoggletoolbutton.h /usr/include/gtk-2.0/gtk/gtktoolbar.h /usr/include/gtk-2.0/gtk/gtktoolbutton.h /usr/include/gtk-2.0/gtk/gtktoolitem.h /usr/include/gtk-2.0/gtk/gtktoolshell.h /usr/include/gtk-2.0/gtk/gtktooltip.h /usr/include/gtk-2.0/gtk/gtktooltips.h /usr/include/gtk-2.0/gtk/gtktree.h /usr/include/gtk-2.0/gtk/gtktreednd.h /usr/include/gtk-2.0/gtk/gtktreeitem.h /usr/include/gtk-2.0/gtk/gtktreemodel.h /usr/include/gtk-2.0/gtk/gtktreemodelfilter.h /usr/include/gtk-2.0/gtk/gtktreemodelsort.h /usr/include/gtk-2.0/gtk/gtktreeselection.h /usr/include/gtk-2.0/gtk/gtktreesortable.h /usr/include/gtk-2.0/gtk/gtktreestore.h /usr/include/gtk-2.0/gtk/gtktreeview.h /usr/include/gtk-2.0/gtk/gtktreeviewcolumn.h /usr/include/gtk-2.0/gtk/gtktypebuiltins.h /usr/include/gtk-2.0/gtk/gtktypeutils.h /usr/include/gtk-2.0/gtk/gtkuimanager.h /usr/include/gtk-2.0/gtk/gtkvbbox.h /usr/include/gtk-2.0/gtk/gtkvbox.h /usr/include/gtk-2.0/gtk/gtkversion.h /usr/include/gtk-2.0/gtk/gtkviewport.h /usr/include/gtk-2.0/gtk/gtkvolumebutton.h /usr/include/gtk-2.0/gtk/gtkvpaned.h /usr/include/gtk-2.0/gtk/gtkvruler.h /usr/include/gtk-2.0/gtk/gtkvscale.h /usr/include/gtk-2.0/gtk/gtkvscrollbar.h /usr/include/gtk-2.0/gtk/gtkvseparator.h /usr/include/gtk-2.0/gtk/gtkwidget.h /usr/include/gtk-2.0/gtk/gtkwindow.h /usr/include/gtk-unix-print-2.0 /usr/include/gtk-unix-print-2.0/gtk /usr/include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h /usr/include/gtk-unix-print-2.0/gtk/gtkprinter.h /usr/include/gtk-unix-print-2.0/gtk/gtkprintjob.h /usr/include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h /usr/include/gtk-unix-print-2.0/gtk/gtkunixprint.h /usr/lib/gtk-2.0/include /usr/lib/gtk-2.0/include/gdkconfig.h /usr/lib/libgailutil.la /usr/lib/libgailutil.so /usr/lib/libgdk-x11-2.0.la /usr/lib/libgdk-x11-2.0.so /usr/lib/libgdk_pixbuf-2.0.la /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libgdk_pixbuf_xlib-2.0.la /usr/lib/libgdk_pixbuf_xlib-2.0.so /usr/lib/libgtk-x11-2.0.la /usr/lib/libgtk-x11-2.0.so /usr/lib/pkgconfig/gail.pc /usr/lib/pkgconfig/gdk-2.0.pc /usr/lib/pkgconfig/gdk-pixbuf-2.0.pc /usr/lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc /usr/lib/pkgconfig/gdk-x11-2.0.pc /usr/lib/pkgconfig/gtk+-2.0.pc /usr/lib/pkgconfig/gtk+-unix-print-2.0.pc /usr/lib/pkgconfig/gtk+-x11-2.0.pc /usr/share/aclocal/gtk-2.0.m4 /usr/share/gtk-2.0 /usr/share/gtk-2.0/demo /usr/share/gtk-2.0/demo/alphatest.png /usr/share/gtk-2.0/demo/apple-red.png /usr/share/gtk-2.0/demo/appwindow.c /usr/share/gtk-2.0/demo/assistant.c /usr/share/gtk-2.0/demo/background.jpg /usr/share/gtk-2.0/demo/builder.c /usr/share/gtk-2.0/demo/button_box.c /usr/share/gtk-2.0/demo/changedisplay.c /usr/share/gtk-2.0/demo/clipboard.c /usr/share/gtk-2.0/demo/colorsel.c /usr/share/gtk-2.0/demo/combobox.c /usr/share/gtk-2.0/demo/demo.ui /usr/share/gtk-2.0/demo/dialog.c /usr/share/gtk-2.0/demo/drawingarea.c /usr/share/gtk-2.0/demo/editable_cells.c /usr/share/gtk-2.0/demo/entry_buffer.c /usr/share/gtk-2.0/demo/entry_completion.c /usr/share/gtk-2.0/demo/expander.c /usr/share/gtk-2.0/demo/floppybuddy.gif /usr/share/gtk-2.0/demo/gnome-applets.png /usr/share/gtk-2.0/demo/gnome-calendar.png /usr/share/gtk-2.0/demo/gnome-foot.png /usr/share/gtk-2.0/demo/gnome-fs-directory.png /usr/share/gtk-2.0/demo/gnome-fs-regular.png /usr/share/gtk-2.0/demo/gnome-gimp.png /usr/share/gtk-2.0/demo/gnome-gmush.png /usr/share/gtk-2.0/demo/gnome-gsame.png /usr/share/gtk-2.0/demo/gnu-keys.png /usr/share/gtk-2.0/demo/gtk-logo-rgb.gif /usr/share/gtk-2.0/demo/hypertext.c /usr/share/gtk-2.0/demo/iconview.c /usr/share/gtk-2.0/demo/iconview_edit.c /usr/share/gtk-2.0/demo/images.c /usr/share/gtk-2.0/demo/infobar.c /usr/share/gtk-2.0/demo/links.c /usr/share/gtk-2.0/demo/list_store.c /usr/share/gtk-2.0/demo/menus.c /usr/share/gtk-2.0/demo/offscreen_window.c /usr/share/gtk-2.0/demo/offscreen_window2.c /usr/share/gtk-2.0/demo/panes.c /usr/share/gtk-2.0/demo/pickers.c /usr/share/gtk-2.0/demo/pixbufs.c /usr/share/gtk-2.0/demo/printing.c /usr/share/gtk-2.0/demo/rotated_text.c /usr/share/gtk-2.0/demo/search_entry.c /usr/share/gtk-2.0/demo/sizegroup.c /usr/share/gtk-2.0/demo/stock_browser.c /usr/share/gtk-2.0/demo/textscroll.c /usr/share/gtk-2.0/demo/textview.c /usr/share/gtk-2.0/demo/tree_store.c /usr/share/gtk-2.0/demo/ui_manager.c /usr/share/gtk-doc/html/gail-libgail-util /usr/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html /usr/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html /usr/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp /usr/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 /usr/share/gtk-doc/html/gail-libgail-util/home.png /usr/share/gtk-doc/html/gail-libgail-util/index.html /usr/share/gtk-doc/html/gail-libgail-util/index.sgml /usr/share/gtk-doc/html/gail-libgail-util/left.png /usr/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html /usr/share/gtk-doc/html/gail-libgail-util/right.png /usr/share/gtk-doc/html/gail-libgail-util/style.css /usr/share/gtk-doc/html/gail-libgail-util/up.png /usr/share/gtk-doc/html/gdk /usr/share/gtk-doc/html/gdk-pixbuf /usr/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html /usr/share/gtk-doc/html/gdk-pixbuf/apa.html /usr/share/gtk-doc/html/gdk-pixbuf/apas02.html /usr/share/gtk-doc/html/gdk-pixbuf/apas03.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html /usr/share/gtk-doc/html/gdk-pixbuf/api-index-full.html /usr/share/gtk-doc/html/gdk-pixbuf/composite.png /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp /usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 /usr/share/gtk-doc/html/gdk-pixbuf/home.png /usr/share/gtk-doc/html/gdk-pixbuf/index.html /usr/share/gtk-doc/html/gdk-pixbuf/index.sgml /usr/share/gtk-doc/html/gdk-pixbuf/left.png /usr/share/gtk-doc/html/gdk-pixbuf/license.html /usr/share/gtk-doc/html/gdk-pixbuf/right.png /usr/share/gtk-doc/html/gdk-pixbuf/rn01.html /usr/share/gtk-doc/html/gdk-pixbuf/rn02.html /usr/share/gtk-doc/html/gdk-pixbuf/style.css /usr/share/gtk-doc/html/gdk-pixbuf/up.png /usr/share/gtk-doc/html/gdk/GdkDisplay.html /usr/share/gtk-doc/html/gdk/GdkDisplayManager.html /usr/share/gtk-doc/html/gdk/GdkScreen.html /usr/share/gtk-doc/html/gdk/X_cursor.png /usr/share/gtk-doc/html/gdk/api-index-2-10.html /usr/share/gtk-doc/html/gdk/api-index-2-12.html /usr/share/gtk-doc/html/gdk/api-index-2-14.html /usr/share/gtk-doc/html/gdk/api-index-2-16.html /usr/share/gtk-doc/html/gdk/api-index-2-18.html /usr/share/gtk-doc/html/gdk/api-index-2-2.html /usr/share/gtk-doc/html/gdk/api-index-2-4.html /usr/share/gtk-doc/html/gdk/api-index-2-6.html /usr/share/gtk-doc/html/gdk/api-index-2-8.html /usr/share/gtk-doc/html/gdk/api-index-deprecated.html /usr/share/gtk-doc/html/gdk/api-index-full.html /usr/share/gtk-doc/html/gdk/arrow.png /usr/share/gtk-doc/html/gdk/based_arrow_down.png /usr/share/gtk-doc/html/gdk/based_arrow_up.png /usr/share/gtk-doc/html/gdk/boat.png /usr/share/gtk-doc/html/gdk/bogosity.png /usr/share/gtk-doc/html/gdk/bottom_left_corner.png /usr/share/gtk-doc/html/gdk/bottom_right_corner.png /usr/share/gtk-doc/html/gdk/bottom_side.png /usr/share/gtk-doc/html/gdk/bottom_tee.png /usr/share/gtk-doc/html/gdk/box_spiral.png /usr/share/gtk-doc/html/gdk/center_ptr.png /usr/share/gtk-doc/html/gdk/circle.png /usr/share/gtk-doc/html/gdk/clock.png /usr/share/gtk-doc/html/gdk/coffee_mug.png /usr/share/gtk-doc/html/gdk/cross.png /usr/share/gtk-doc/html/gdk/cross_reverse.png /usr/share/gtk-doc/html/gdk/crosshair.png /usr/share/gtk-doc/html/gdk/diamond_cross.png /usr/share/gtk-doc/html/gdk/dot.png /usr/share/gtk-doc/html/gdk/dotbox.png /usr/share/gtk-doc/html/gdk/double_arrow.png /usr/share/gtk-doc/html/gdk/draft_large.png /usr/share/gtk-doc/html/gdk/draft_small.png /usr/share/gtk-doc/html/gdk/draped_box.png /usr/share/gtk-doc/html/gdk/exchange.png /usr/share/gtk-doc/html/gdk/fleur.png /usr/share/gtk-doc/html/gdk/gdk-Application-launching.html /usr/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html /usr/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html /usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html /usr/share/gtk-doc/html/gdk/gdk-Cursors.html /usr/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html /usr/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html /usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html /usr/share/gtk-doc/html/gdk/gdk-Events.html /usr/share/gtk-doc/html/gdk/gdk-Fonts.html /usr/share/gtk-doc/html/gdk/gdk-GdkRGB.html /usr/share/gtk-doc/html/gdk/gdk-General.html /usr/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html /usr/share/gtk-doc/html/gdk/gdk-Images.html /usr/share/gtk-doc/html/gdk/gdk-Input-Devices.html /usr/share/gtk-doc/html/gdk/gdk-Input.html /usr/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html /usr/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html /usr/share/gtk-doc/html/gdk/gdk-Pixbufs.html /usr/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html /usr/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html /usr/share/gtk-doc/html/gdk/gdk-Selections.html /usr/share/gtk-doc/html/gdk/gdk-Testing.html /usr/share/gtk-doc/html/gdk/gdk-Threads.html /usr/share/gtk-doc/html/gdk/gdk-Visuals.html /usr/share/gtk-doc/html/gdk/gdk-Windows.html /usr/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html /usr/share/gtk-doc/html/gdk/gdk.devhelp /usr/share/gtk-doc/html/gdk/gdk.devhelp2 /usr/share/gtk-doc/html/gdk/gobbler.png /usr/share/gtk-doc/html/gdk/gumby.png /usr/share/gtk-doc/html/gdk/hand1.png /usr/share/gtk-doc/html/gdk/hand2.png /usr/share/gtk-doc/html/gdk/heart.png /usr/share/gtk-doc/html/gdk/home.png /usr/share/gtk-doc/html/gdk/icon.png /usr/share/gtk-doc/html/gdk/index.html /usr/share/gtk-doc/html/gdk/index.sgml /usr/share/gtk-doc/html/gdk/iron_cross.png /usr/share/gtk-doc/html/gdk/left.png /usr/share/gtk-doc/html/gdk/left_ptr.png /usr/share/gtk-doc/html/gdk/left_side.png /usr/share/gtk-doc/html/gdk/left_tee.png /usr/share/gtk-doc/html/gdk/leftbutton.png /usr/share/gtk-doc/html/gdk/ll_angle.png /usr/share/gtk-doc/html/gdk/lr_angle.png /usr/share/gtk-doc/html/gdk/man.png /usr/share/gtk-doc/html/gdk/middlebutton.png /usr/share/gtk-doc/html/gdk/mouse.png /usr/share/gtk-doc/html/gdk/multihead.html /usr/share/gtk-doc/html/gdk/pencil.png /usr/share/gtk-doc/html/gdk/pirate.png /usr/share/gtk-doc/html/gdk/plus.png /usr/share/gtk-doc/html/gdk/question_arrow.png /usr/share/gtk-doc/html/gdk/reference.html /usr/share/gtk-doc/html/gdk/right.png /usr/share/gtk-doc/html/gdk/right_ptr.png /usr/share/gtk-doc/html/gdk/right_side.png /usr/share/gtk-doc/html/gdk/right_tee.png /usr/share/gtk-doc/html/gdk/rightbutton.png /usr/share/gtk-doc/html/gdk/rotated-text.png /usr/share/gtk-doc/html/gdk/rtl_logo.png /usr/share/gtk-doc/html/gdk/sailboat.png /usr/share/gtk-doc/html/gdk/sb_down_arrow.png /usr/share/gtk-doc/html/gdk/sb_h_double_arrow.png /usr/share/gtk-doc/html/gdk/sb_left_arrow.png /usr/share/gtk-doc/html/gdk/sb_right_arrow.png /usr/share/gtk-doc/html/gdk/sb_up_arrow.png /usr/share/gtk-doc/html/gdk/sb_v_double_arrow.png /usr/share/gtk-doc/html/gdk/shuttle.png /usr/share/gtk-doc/html/gdk/sizing.png /usr/share/gtk-doc/html/gdk/spider.png /usr/share/gtk-doc/html/gdk/spraycan.png /usr/share/gtk-doc/html/gdk/star.png /usr/share/gtk-doc/html/gdk/style.css /usr/share/gtk-doc/html/gdk/target.png /usr/share/gtk-doc/html/gdk/tcross.png /usr/share/gtk-doc/html/gdk/top_left_arrow.png /usr/share/gtk-doc/html/gdk/top_left_corner.png /usr/share/gtk-doc/html/gdk/top_right_corner.png /usr/share/gtk-doc/html/gdk/top_side.png /usr/share/gtk-doc/html/gdk/top_tee.png /usr/share/gtk-doc/html/gdk/trek.png /usr/share/gtk-doc/html/gdk/ul_angle.png /usr/share/gtk-doc/html/gdk/umbrella.png /usr/share/gtk-doc/html/gdk/up.png /usr/share/gtk-doc/html/gdk/ur_angle.png /usr/share/gtk-doc/html/gdk/watch.png /usr/share/gtk-doc/html/gdk/xterm.png /usr/share/gtk-doc/html/gtk /usr/share/gtk-doc/html/gtk/AbstractObjects.html /usr/share/gtk-doc/html/gtk/Actions.html /usr/share/gtk-doc/html/gtk/Builder.html /usr/share/gtk-doc/html/gtk/ButtonWidgets.html /usr/share/gtk-doc/html/gtk/DeprecatedObjects.html /usr/share/gtk-doc/html/gtk/DisplayWidgets.html /usr/share/gtk-doc/html/gtk/GtkAboutDialog.html /usr/share/gtk-doc/html/gtk/GtkAccelLabel.html /usr/share/gtk-doc/html/gtk/GtkAccessible.html /usr/share/gtk-doc/html/gtk/GtkAction.html /usr/share/gtk-doc/html/gtk/GtkActionGroup.html /usr/share/gtk-doc/html/gtk/GtkActivatable.html /usr/share/gtk-doc/html/gtk/GtkAdjustment.html /usr/share/gtk-doc/html/gtk/GtkAlignment.html /usr/share/gtk-doc/html/gtk/GtkArrow.html /usr/share/gtk-doc/html/gtk/GtkAspectFrame.html /usr/share/gtk-doc/html/gtk/GtkAssistant.html /usr/share/gtk-doc/html/gtk/GtkBin.html /usr/share/gtk-doc/html/gtk/GtkBox.html /usr/share/gtk-doc/html/gtk/GtkBuilder.html /usr/share/gtk-doc/html/gtk/GtkButton.html /usr/share/gtk-doc/html/gtk/GtkButtonBox.html /usr/share/gtk-doc/html/gtk/GtkCList.html /usr/share/gtk-doc/html/gtk/GtkCTree.html /usr/share/gtk-doc/html/gtk/GtkCalendar.html /usr/share/gtk-doc/html/gtk/GtkCellEditable.html /usr/share/gtk-doc/html/gtk/GtkCellLayout.html /usr/share/gtk-doc/html/gtk/GtkCellRenderer.html /usr/share/gtk-doc/html/gtk/GtkCellRendererAccel.html /usr/share/gtk-doc/html/gtk/GtkCellRendererCombo.html /usr/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html /usr/share/gtk-doc/html/gtk/GtkCellRendererProgress.html /usr/share/gtk-doc/html/gtk/GtkCellRendererSpin.html /usr/share/gtk-doc/html/gtk/GtkCellRendererText.html /usr/share/gtk-doc/html/gtk/GtkCellRendererToggle.html /usr/share/gtk-doc/html/gtk/GtkCellView.html /usr/share/gtk-doc/html/gtk/GtkCheckButton.html /usr/share/gtk-doc/html/gtk/GtkCheckMenuItem.html /usr/share/gtk-doc/html/gtk/GtkColorButton.html /usr/share/gtk-doc/html/gtk/GtkColorSelection.html /usr/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html /usr/share/gtk-doc/html/gtk/GtkCombo.html /usr/share/gtk-doc/html/gtk/GtkComboBox.html /usr/share/gtk-doc/html/gtk/GtkComboBoxEntry.html /usr/share/gtk-doc/html/gtk/GtkContainer.html /usr/share/gtk-doc/html/gtk/GtkCurve.html /usr/share/gtk-doc/html/gtk/GtkDialog.html /usr/share/gtk-doc/html/gtk/GtkDrawingArea.html /usr/share/gtk-doc/html/gtk/GtkEditable.html /usr/share/gtk-doc/html/gtk/GtkEntry.html /usr/share/gtk-doc/html/gtk/GtkEntryBuffer.html /usr/share/gtk-doc/html/gtk/GtkEntryCompletion.html /usr/share/gtk-doc/html/gtk/GtkEventBox.html /usr/share/gtk-doc/html/gtk/GtkExpander.html /usr/share/gtk-doc/html/gtk/GtkFileChooser.html /usr/share/gtk-doc/html/gtk/GtkFileChooserButton.html /usr/share/gtk-doc/html/gtk/GtkFileChooserDialog.html /usr/share/gtk-doc/html/gtk/GtkFileChooserWidget.html /usr/share/gtk-doc/html/gtk/GtkFileSelection.html /usr/share/gtk-doc/html/gtk/GtkFixed.html /usr/share/gtk-doc/html/gtk/GtkFontButton.html /usr/share/gtk-doc/html/gtk/GtkFontSelection.html /usr/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html /usr/share/gtk-doc/html/gtk/GtkFrame.html /usr/share/gtk-doc/html/gtk/GtkGammaCurve.html /usr/share/gtk-doc/html/gtk/GtkHBox.html /usr/share/gtk-doc/html/gtk/GtkHButtonBox.html /usr/share/gtk-doc/html/gtk/GtkHPaned.html /usr/share/gtk-doc/html/gtk/GtkHRuler.html /usr/share/gtk-doc/html/gtk/GtkHSV.html /usr/share/gtk-doc/html/gtk/GtkHScale.html /usr/share/gtk-doc/html/gtk/GtkHScrollbar.html /usr/share/gtk-doc/html/gtk/GtkHSeparator.html /usr/share/gtk-doc/html/gtk/GtkHandleBox.html /usr/share/gtk-doc/html/gtk/GtkIMContext.html /usr/share/gtk-doc/html/gtk/GtkIMContextSimple.html /usr/share/gtk-doc/html/gtk/GtkIMMulticontext.html /usr/share/gtk-doc/html/gtk/GtkIconTheme.html /usr/share/gtk-doc/html/gtk/GtkIconView.html /usr/share/gtk-doc/html/gtk/GtkImage.html /usr/share/gtk-doc/html/gtk/GtkImageMenuItem.html /usr/share/gtk-doc/html/gtk/GtkInfoBar.html /usr/share/gtk-doc/html/gtk/GtkInputDialog.html /usr/share/gtk-doc/html/gtk/GtkInvisible.html /usr/share/gtk-doc/html/gtk/GtkItem.html /usr/share/gtk-doc/html/gtk/GtkItemFactory.html /usr/share/gtk-doc/html/gtk/GtkLabel.html /usr/share/gtk-doc/html/gtk/GtkLayout.html /usr/share/gtk-doc/html/gtk/GtkLinkButton.html /usr/share/gtk-doc/html/gtk/GtkList.html /usr/share/gtk-doc/html/gtk/GtkListItem.html /usr/share/gtk-doc/html/gtk/GtkListStore.html /usr/share/gtk-doc/html/gtk/GtkMenu.html /usr/share/gtk-doc/html/gtk/GtkMenuBar.html /usr/share/gtk-doc/html/gtk/GtkMenuItem.html /usr/share/gtk-doc/html/gtk/GtkMenuShell.html /usr/share/gtk-doc/html/gtk/GtkMenuToolButton.html /usr/share/gtk-doc/html/gtk/GtkMessageDialog.html /usr/share/gtk-doc/html/gtk/GtkMisc.html /usr/share/gtk-doc/html/gtk/GtkNotebook.html /usr/share/gtk-doc/html/gtk/GtkObject.html /usr/share/gtk-doc/html/gtk/GtkOldEditable.html /usr/share/gtk-doc/html/gtk/GtkOptionMenu.html /usr/share/gtk-doc/html/gtk/GtkPageSetup.html /usr/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html /usr/share/gtk-doc/html/gtk/GtkPaned.html /usr/share/gtk-doc/html/gtk/GtkPixmap.html /usr/share/gtk-doc/html/gtk/GtkPlug.html /usr/share/gtk-doc/html/gtk/GtkPreview.html /usr/share/gtk-doc/html/gtk/GtkPrintContext.html /usr/share/gtk-doc/html/gtk/GtkPrintJob.html /usr/share/gtk-doc/html/gtk/GtkPrintSettings.html /usr/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html /usr/share/gtk-doc/html/gtk/GtkPrinter.html /usr/share/gtk-doc/html/gtk/GtkProgress.html /usr/share/gtk-doc/html/gtk/GtkProgressBar.html /usr/share/gtk-doc/html/gtk/GtkRadioAction.html /usr/share/gtk-doc/html/gtk/GtkRadioButton.html /usr/share/gtk-doc/html/gtk/GtkRadioMenuItem.html /usr/share/gtk-doc/html/gtk/GtkRadioToolButton.html /usr/share/gtk-doc/html/gtk/GtkRange.html /usr/share/gtk-doc/html/gtk/GtkRecentAction.html /usr/share/gtk-doc/html/gtk/GtkRecentChooser.html /usr/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html /usr/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html /usr/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html /usr/share/gtk-doc/html/gtk/GtkRecentFilter.html /usr/share/gtk-doc/html/gtk/GtkRecentManager.html /usr/share/gtk-doc/html/gtk/GtkRuler.html /usr/share/gtk-doc/html/gtk/GtkScale.html /usr/share/gtk-doc/html/gtk/GtkScaleButton.html /usr/share/gtk-doc/html/gtk/GtkScrollbar.html /usr/share/gtk-doc/html/gtk/GtkScrolledWindow.html /usr/share/gtk-doc/html/gtk/GtkSeparator.html /usr/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html /usr/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html /usr/share/gtk-doc/html/gtk/GtkSettings.html /usr/share/gtk-doc/html/gtk/GtkSizeGroup.html /usr/share/gtk-doc/html/gtk/GtkSocket.html /usr/share/gtk-doc/html/gtk/GtkSpinButton.html /usr/share/gtk-doc/html/gtk/GtkStatusIcon.html /usr/share/gtk-doc/html/gtk/GtkStatusbar.html /usr/share/gtk-doc/html/gtk/GtkStyle.html /usr/share/gtk-doc/html/gtk/GtkTable.html /usr/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html /usr/share/gtk-doc/html/gtk/GtkText.html /usr/share/gtk-doc/html/gtk/GtkTextBuffer.html /usr/share/gtk-doc/html/gtk/GtkTextMark.html /usr/share/gtk-doc/html/gtk/GtkTextTag.html /usr/share/gtk-doc/html/gtk/GtkTextTagTable.html /usr/share/gtk-doc/html/gtk/GtkTextView.html /usr/share/gtk-doc/html/gtk/GtkTipsQuery.html /usr/share/gtk-doc/html/gtk/GtkToggleAction.html /usr/share/gtk-doc/html/gtk/GtkToggleButton.html /usr/share/gtk-doc/html/gtk/GtkToggleToolButton.html /usr/share/gtk-doc/html/gtk/GtkToolButton.html /usr/share/gtk-doc/html/gtk/GtkToolItem.html /usr/share/gtk-doc/html/gtk/GtkToolShell.html /usr/share/gtk-doc/html/gtk/GtkToolbar.html /usr/share/gtk-doc/html/gtk/GtkTooltip.html /usr/share/gtk-doc/html/gtk/GtkTooltips.html /usr/share/gtk-doc/html/gtk/GtkTree.html /usr/share/gtk-doc/html/gtk/GtkTreeItem.html /usr/share/gtk-doc/html/gtk/GtkTreeModel.html /usr/share/gtk-doc/html/gtk/GtkTreeModelFilter.html /usr/share/gtk-doc/html/gtk/GtkTreeModelSort.html /usr/share/gtk-doc/html/gtk/GtkTreeSelection.html /usr/share/gtk-doc/html/gtk/GtkTreeSortable.html /usr/share/gtk-doc/html/gtk/GtkTreeStore.html /usr/share/gtk-doc/html/gtk/GtkTreeView.html /usr/share/gtk-doc/html/gtk/GtkTreeViewColumn.html /usr/share/gtk-doc/html/gtk/GtkUIManager.html /usr/share/gtk-doc/html/gtk/GtkVBox.html /usr/share/gtk-doc/html/gtk/GtkVButtonBox.html /usr/share/gtk-doc/html/gtk/GtkVPaned.html /usr/share/gtk-doc/html/gtk/GtkVRuler.html /usr/share/gtk-doc/html/gtk/GtkVScale.html /usr/share/gtk-doc/html/gtk/GtkVScrollbar.html /usr/share/gtk-doc/html/gtk/GtkVSeparator.html /usr/share/gtk-doc/html/gtk/GtkViewport.html /usr/share/gtk-doc/html/gtk/GtkVolumeButton.html /usr/share/gtk-doc/html/gtk/GtkWidget.html /usr/share/gtk-doc/html/gtk/GtkWindow.html /usr/share/gtk-doc/html/gtk/GtkWindowGroup.html /usr/share/gtk-doc/html/gtk/LayoutContainers.html /usr/share/gtk-doc/html/gtk/MenusAndCombos.html /usr/share/gtk-doc/html/gtk/MiscObjects.html /usr/share/gtk-doc/html/gtk/NumericEntry.html /usr/share/gtk-doc/html/gtk/Ornaments.html /usr/share/gtk-doc/html/gtk/PlugSocket.html /usr/share/gtk-doc/html/gtk/Printing.html /usr/share/gtk-doc/html/gtk/RecentDocuments.html /usr/share/gtk-doc/html/gtk/ScrollingWidgets.html /usr/share/gtk-doc/html/gtk/SelectorWidgets.html /usr/share/gtk-doc/html/gtk/SpecialObjects.html /usr/share/gtk-doc/html/gtk/TextWidget.html /usr/share/gtk-doc/html/gtk/TextWidgetObjects.html /usr/share/gtk-doc/html/gtk/TreeWidget.html /usr/share/gtk-doc/html/gtk/TreeWidgetObjects.html /usr/share/gtk-doc/html/gtk/WindowWidgets.html /usr/share/gtk-doc/html/gtk/aboutdialog.png /usr/share/gtk-doc/html/gtk/accel-label.png /usr/share/gtk-doc/html/gtk/api-index-2-10.html /usr/share/gtk-doc/html/gtk/api-index-2-12.html /usr/share/gtk-doc/html/gtk/api-index-2-14.html /usr/share/gtk-doc/html/gtk/api-index-2-16.html /usr/share/gtk-doc/html/gtk/api-index-2-18.html /usr/share/gtk-doc/html/gtk/api-index-2-2.html /usr/share/gtk-doc/html/gtk/api-index-2-4.html /usr/share/gtk-doc/html/gtk/api-index-2-6.html /usr/share/gtk-doc/html/gtk/api-index-2-8.html /usr/share/gtk-doc/html/gtk/api-index-deprecated.html /usr/share/gtk-doc/html/gtk/api-index-full.html /usr/share/gtk-doc/html/gtk/assistant.png /usr/share/gtk-doc/html/gtk/button.png /usr/share/gtk-doc/html/gtk/ch01.html /usr/share/gtk-doc/html/gtk/ch02.html /usr/share/gtk-doc/html/gtk/chap-drawing-model.html /usr/share/gtk-doc/html/gtk/check-button.png /usr/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html /usr/share/gtk-doc/html/gtk/checklist-modifiers.html /usr/share/gtk-doc/html/gtk/checklist-named-icons.html /usr/share/gtk-doc/html/gtk/color-button.png /usr/share/gtk-doc/html/gtk/colorsel.png /usr/share/gtk-doc/html/gtk/combo-box-entry.png /usr/share/gtk-doc/html/gtk/combo-box.png /usr/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html /usr/share/gtk-doc/html/gtk/entry.png /usr/share/gtk-doc/html/gtk/figure-hierarchical-drawing.png /usr/share/gtk-doc/html/gtk/figure-windowed-label.png /usr/share/gtk-doc/html/gtk/file-button.png /usr/share/gtk-doc/html/gtk/filechooser.png /usr/share/gtk-doc/html/gtk/font-button.png /usr/share/gtk-doc/html/gtk/fontsel.png /usr/share/gtk-doc/html/gtk/frame.png /usr/share/gtk-doc/html/gtk/glossary.html /usr/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html /usr/share/gtk-doc/html/gtk/gtk-Bindings.html /usr/share/gtk-doc/html/gtk/gtk-Clipboards.html /usr/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html /usr/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html /usr/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html /usr/share/gtk-doc/html/gtk/gtk-General.html /usr/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html /usr/share/gtk-doc/html/gtk/gtk-GtkPaperSize.html /usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html /usr/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html /usr/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html /usr/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html /usr/share/gtk-doc/html/gtk/gtk-Orientable.html /usr/share/gtk-doc/html/gtk/gtk-Resource-Files.html /usr/share/gtk-doc/html/gtk/gtk-Selections.html /usr/share/gtk-doc/html/gtk/gtk-Signals.html /usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html /usr/share/gtk-doc/html/gtk/gtk-Stock-Items.html /usr/share/gtk-doc/html/gtk/gtk-Testing.html /usr/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html /usr/share/gtk-doc/html/gtk/gtk-Types.html /usr/share/gtk-doc/html/gtk/gtk-about.png /usr/share/gtk-doc/html/gtk/gtk-add.png /usr/share/gtk-doc/html/gtk/gtk-apply.png /usr/share/gtk-doc/html/gtk/gtk-bold.png /usr/share/gtk-doc/html/gtk/gtk-builder-convert.html /usr/share/gtk-doc/html/gtk/gtk-building.html /usr/share/gtk-doc/html/gtk/gtk-cancel.png /usr/share/gtk-doc/html/gtk/gtk-caps-lock-warning.png /usr/share/gtk-doc/html/gtk/gtk-cdrom.png /usr/share/gtk-doc/html/gtk/gtk-changes-1-2.html /usr/share/gtk-doc/html/gtk/gtk-changes-2-0.html /usr/share/gtk-doc/html/gtk/gtk-clear.png /usr/share/gtk-doc/html/gtk/gtk-close.png /usr/share/gtk-doc/html/gtk/gtk-color-picker.png /usr/share/gtk-doc/html/gtk/gtk-compiling.html /usr/share/gtk-doc/html/gtk/gtk-connect.png /usr/share/gtk-doc/html/gtk/gtk-convert.png /usr/share/gtk-doc/html/gtk/gtk-copy.png /usr/share/gtk-doc/html/gtk/gtk-cut.png /usr/share/gtk-doc/html/gtk/gtk-delete.png /usr/share/gtk-doc/html/gtk/gtk-dialog-authentication.png /usr/share/gtk-doc/html/gtk/gtk-dialog-error.png /usr/share/gtk-doc/html/gtk/gtk-dialog-info.png /usr/share/gtk-doc/html/gtk/gtk-dialog-question.png /usr/share/gtk-doc/html/gtk/gtk-dialog-warning.png /usr/share/gtk-doc/html/gtk/gtk-directfb.html /usr/share/gtk-doc/html/gtk/gtk-directory.png /usr/share/gtk-doc/html/gtk/gtk-disconnect.png /usr/share/gtk-doc/html/gtk/gtk-dnd-multiple.png /usr/share/gtk-doc/html/gtk/gtk-dnd.png /usr/share/gtk-doc/html/gtk/gtk-edit.png /usr/share/gtk-doc/html/gtk/gtk-execute.png /usr/share/gtk-doc/html/gtk/gtk-file.png /usr/share/gtk-doc/html/gtk/gtk-find-and-replace.png /usr/share/gtk-doc/html/gtk/gtk-find.png /usr/share/gtk-doc/html/gtk/gtk-floppy.png /usr/share/gtk-doc/html/gtk/gtk-font.png /usr/share/gtk-doc/html/gtk/gtk-fullscreen.png /usr/share/gtk-doc/html/gtk/gtk-go-back-ltr.png /usr/share/gtk-doc/html/gtk/gtk-go-back-rtl.png /usr/share/gtk-doc/html/gtk/gtk-go-down.png /usr/share/gtk-doc/html/gtk/gtk-go-forward-ltr.png /usr/share/gtk-doc/html/gtk/gtk-go-forward-rtl.png /usr/share/gtk-doc/html/gtk/gtk-go-up.png /usr/share/gtk-doc/html/gtk/gtk-goto-bottom.png /usr/share/gtk-doc/html/gtk/gtk-goto-first-ltr.png /usr/share/gtk-doc/html/gtk/gtk-goto-first-rtl.png /usr/share/gtk-doc/html/gtk/gtk-goto-last-ltr.png /usr/share/gtk-doc/html/gtk/gtk-goto-last-rtl.png /usr/share/gtk-doc/html/gtk/gtk-goto-top.png /usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html /usr/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html /usr/share/gtk-doc/html/gtk/gtk-harddisk.png /usr/share/gtk-doc/html/gtk/gtk-help.png /usr/share/gtk-doc/html/gtk/gtk-home.png /usr/share/gtk-doc/html/gtk/gtk-indent-ltr.png /usr/share/gtk-doc/html/gtk/gtk-indent-rtl.png /usr/share/gtk-doc/html/gtk/gtk-index.png /usr/share/gtk-doc/html/gtk/gtk-info.png /usr/share/gtk-doc/html/gtk/gtk-italic.png /usr/share/gtk-doc/html/gtk/gtk-jump-to-ltr.png /usr/share/gtk-doc/html/gtk/gtk-jump-to-rtl.png /usr/share/gtk-doc/html/gtk/gtk-justify-center.png /usr/share/gtk-doc/html/gtk/gtk-justify-fill.png /usr/share/gtk-doc/html/gtk/gtk-justify-left.png /usr/share/gtk-doc/html/gtk/gtk-justify-right.png /usr/share/gtk-doc/html/gtk/gtk-leave-fullscreen.png /usr/share/gtk-doc/html/gtk/gtk-media-forward-ltr.png /usr/share/gtk-doc/html/gtk/gtk-media-forward-rtl.png /usr/share/gtk-doc/html/gtk/gtk-media-next-ltr.png /usr/share/gtk-doc/html/gtk/gtk-media-next-rtl.png /usr/share/gtk-doc/html/gtk/gtk-media-pause.png /usr/share/gtk-doc/html/gtk/gtk-media-play-ltr.png /usr/share/gtk-doc/html/gtk/gtk-media-play-rtl.png /usr/share/gtk-doc/html/gtk/gtk-media-previous-ltr.png /usr/share/gtk-doc/html/gtk/gtk-media-previous-rtl.png /usr/share/gtk-doc/html/gtk/gtk-media-record.png /usr/share/gtk-doc/html/gtk/gtk-media-rewind-ltr.png /usr/share/gtk-doc/html/gtk/gtk-media-rewind-rtl.png /usr/share/gtk-doc/html/gtk/gtk-media-stop.png /usr/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html /usr/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html /usr/share/gtk-doc/html/gtk/gtk-migrating-checklist.html /usr/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html /usr/share/gtk-doc/html/gtk/gtk-migrating-label-links.html /usr/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html /usr/share/gtk-doc/html/gtk/gtk-missing-image.png /usr/share/gtk-doc/html/gtk/gtk-network.png /usr/share/gtk-doc/html/gtk/gtk-new.png /usr/share/gtk-doc/html/gtk/gtk-no.png /usr/share/gtk-doc/html/gtk/gtk-ok.png /usr/share/gtk-doc/html/gtk/gtk-open.png /usr/share/gtk-doc/html/gtk/gtk-orientation-landscape.png /usr/share/gtk-doc/html/gtk/gtk-orientation-portrait.png /usr/share/gtk-doc/html/gtk/gtk-orientation-reverse-landscape.png /usr/share/gtk-doc/html/gtk/gtk-orientation-reverse-portrait.png /usr/share/gtk-doc/html/gtk/gtk-osx.html /usr/share/gtk-doc/html/gtk/gtk-paste.png /usr/share/gtk-doc/html/gtk/gtk-preferences.png /usr/share/gtk-doc/html/gtk/gtk-print-error.png /usr/share/gtk-doc/html/gtk/gtk-print-paused.png /usr/share/gtk-doc/html/gtk/gtk-print-preview.png /usr/share/gtk-doc/html/gtk/gtk-print-report.png /usr/share/gtk-doc/html/gtk/gtk-print-warning.png /usr/share/gtk-doc/html/gtk/gtk-print.png /usr/share/gtk-doc/html/gtk/gtk-properties.png /usr/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html /usr/share/gtk-doc/html/gtk/gtk-question-index.html /usr/share/gtk-doc/html/gtk/gtk-quit.png /usr/share/gtk-doc/html/gtk/gtk-redo-ltr.png /usr/share/gtk-doc/html/gtk/gtk-redo-rtl.png /usr/share/gtk-doc/html/gtk/gtk-refresh.png /usr/share/gtk-doc/html/gtk/gtk-remove.png /usr/share/gtk-doc/html/gtk/gtk-resources.html /usr/share/gtk-doc/html/gtk/gtk-revert-to-saved-ltr.png /usr/share/gtk-doc/html/gtk/gtk-revert-to-saved-rtl.png /usr/share/gtk-doc/html/gtk/gtk-running.html /usr/share/gtk-doc/html/gtk/gtk-save-as.png /usr/share/gtk-doc/html/gtk/gtk-save.png /usr/share/gtk-doc/html/gtk/gtk-select-all.png /usr/share/gtk-doc/html/gtk/gtk-select-color.png /usr/share/gtk-doc/html/gtk/gtk-sort-ascending.png /usr/share/gtk-doc/html/gtk/gtk-sort-descending.png /usr/share/gtk-doc/html/gtk/gtk-spell-check.png /usr/share/gtk-doc/html/gtk/gtk-stop.png /usr/share/gtk-doc/html/gtk/gtk-strikethrough.png /usr/share/gtk-doc/html/gtk/gtk-undelete-ltr.png /usr/share/gtk-doc/html/gtk/gtk-undelete-rtl.png /usr/share/gtk-doc/html/gtk/gtk-underline.png /usr/share/gtk-doc/html/gtk/gtk-undo-ltr.png /usr/share/gtk-doc/html/gtk/gtk-undo-rtl.png /usr/share/gtk-doc/html/gtk/gtk-unindent-ltr.png /usr/share/gtk-doc/html/gtk/gtk-unindent-rtl.png /usr/share/gtk-doc/html/gtk/gtk-update-icon-cache.html /usr/share/gtk-doc/html/gtk/gtk-windows.html /usr/share/gtk-doc/html/gtk/gtk-x11.html /usr/share/gtk-doc/html/gtk/gtk-yes.png /usr/share/gtk-doc/html/gtk/gtk-zoom-100.png /usr/share/gtk-doc/html/gtk/gtk-zoom-fit.png /usr/share/gtk-doc/html/gtk/gtk-zoom-in.png /usr/share/gtk-doc/html/gtk/gtk-zoom-out.png /usr/share/gtk-doc/html/gtk/gtk.devhelp /usr/share/gtk-doc/html/gtk/gtk.devhelp2 /usr/share/gtk-doc/html/gtk/gtk.html /usr/share/gtk-doc/html/gtk/gtkbase.html /usr/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html /usr/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html /usr/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html /usr/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html /usr/share/gtk-doc/html/gtk/gtkobjects.html /usr/share/gtk-doc/html/gtk/gtkrecent-advanced.html /usr/share/gtk-doc/html/gtk/gtkrecent-chooser.html /usr/share/gtk-doc/html/gtk/home.png /usr/share/gtk-doc/html/gtk/icon-view.png /usr/share/gtk-doc/html/gtk/image.png /usr/share/gtk-doc/html/gtk/index.html /usr/share/gtk-doc/html/gtk/index.sgml /usr/share/gtk-doc/html/gtk/label.png /usr/share/gtk-doc/html/gtk/layout-btlr.png /usr/share/gtk-doc/html/gtk/layout-btrl.png /usr/share/gtk-doc/html/gtk/layout-lrbt.png /usr/share/gtk-doc/html/gtk/layout-lrtb.png /usr/share/gtk-doc/html/gtk/layout-rlbt.png /usr/share/gtk-doc/html/gtk/layout-rltb.png /usr/share/gtk-doc/html/gtk/layout-tblr.png /usr/share/gtk-doc/html/gtk/layout-tbrl.png /usr/share/gtk-doc/html/gtk/left.png /usr/share/gtk-doc/html/gtk/link-button.png /usr/share/gtk-doc/html/gtk/list-and-tree.png /usr/share/gtk-doc/html/gtk/menubar.png /usr/share/gtk-doc/html/gtk/messagedialog.png /usr/share/gtk-doc/html/gtk/migrating-GtkCombo.html /usr/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html /usr/share/gtk-doc/html/gtk/migrating.html /usr/share/gtk-doc/html/gtk/multiline-text.png /usr/share/gtk-doc/html/gtk/new-features-GtkComboBox.html /usr/share/gtk-doc/html/gtk/notebook.png /usr/share/gtk-doc/html/gtk/pagesetupdialog.png /usr/share/gtk-doc/html/gtk/panes.png /usr/share/gtk-doc/html/gtk/printdialog.png /usr/share/gtk-doc/html/gtk/progressbar.png /usr/share/gtk-doc/html/gtk/pt05.html /usr/share/gtk-doc/html/gtk/radio-group.png /usr/share/gtk-doc/html/gtk/recentchooserdialog.png /usr/share/gtk-doc/html/gtk/right.png /usr/share/gtk-doc/html/gtk/scales.png /usr/share/gtk-doc/html/gtk/scrolledwindow.png /usr/share/gtk-doc/html/gtk/separator.png /usr/share/gtk-doc/html/gtk/setting-the-page-flow.html /usr/share/gtk-doc/html/gtk/spinbutton.png /usr/share/gtk-doc/html/gtk/statusbar.png /usr/share/gtk-doc/html/gtk/style.css /usr/share/gtk-doc/html/gtk/toggle-button.png /usr/share/gtk-doc/html/gtk/toolbar.png /usr/share/gtk-doc/html/gtk/tree-view-coordinates.png /usr/share/gtk-doc/html/gtk/ui-manager.html /usr/share/gtk-doc/html/gtk/up.png /usr/share/gtk-doc/html/gtk/volumebutton.png /usr/share/gtk-doc/html/gtk/window.png /usr/share/man/man1/gdk-pixbuf-csource.1.gz /usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz /usr/share/man/man1/gtk-builder-convert.1.gz /usr/share/man/man1/gtk-query-immodules-2.0.1.gz /usr/share/man/man1/gtk-update-icon-cache.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:47:33 2013