Blame README

Packit Service fb6fa5
General Information
Packit Service fb6fa5
===================
Packit Service fb6fa5
Packit Service fb6fa5
This is GTK+ version 2.24.32. GTK+ is a multi-platform toolkit for
Packit Service fb6fa5
creating graphical user interfaces. Offering a complete set of widgets,
Packit Service fb6fa5
GTK+ is suitable for projects ranging from small one-off projects to
Packit Service fb6fa5
complete application suites.
Packit Service fb6fa5
Packit Service fb6fa5
GTK+ is free software and part of the GNU Project. However, the
Packit Service fb6fa5
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
Packit Service fb6fa5
developers, including those developing proprietary software, without any
Packit Service fb6fa5
license fees or royalties.
Packit Service fb6fa5
Packit Service fb6fa5
The official ftp site is:
Packit Service fb6fa5
  ftp://ftp.gtk.org/pub/gtk
Packit Service fb6fa5
Packit Service fb6fa5
The official web site is:
Packit Service fb6fa5
  http://www.gtk.org/
Packit Service fb6fa5
Packit Service fb6fa5
Information about mailing lists can be found at
Packit Service fb6fa5
  http://www.gtk.org/mailinglists.html
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
Installation
Packit Service fb6fa5
============
Packit Service fb6fa5
Packit Service fb6fa5
See the file 'INSTALL'
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.20
Packit Service fb6fa5
======================
Packit Service fb6fa5
Packit Service fb6fa5
* GtkStatusbar now has a message area (see gtk_status_bar_get_message_area)
Packit Service fb6fa5
  which makes it easy to place additional widgets inside the statusbar
Packit Service fb6fa5
  frame or to replace the label widgets. Previously, this was only possible
Packit Service fb6fa5
  by accessing the innards of the statusbar widget directly. Applications
Packit Service fb6fa5
  which are doing so may need some adjustments, since the addition of the
Packit Service fb6fa5
  message area changed the internal widget hierarchy.
Packit Service fb6fa5
Packit Service fb6fa5
* GtkBuilder no longer sets the "name" property of widgets to the ID
Packit Service fb6fa5
  attribute of the <object>. Use gtk_buildable_get_name() instead of
Packit Service fb6fa5
  gtk_widget_get_name() to obtain the ID.
Packit Service fb6fa5
Packit Service fb6fa5
* GTK+ now includes introspection data, as a consequence, it gained a
Packit Service fb6fa5
  dependency on gobject-introspection. It is possible to build without
Packit Service fb6fa5
  introspection by passing --disable-introspection to configure.
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.18
Packit Service fb6fa5
======================
Packit Service fb6fa5
Packit Service fb6fa5
* gtk_tooltip_set_custom now accept a NULL custom_widget to unset the
Packit Service fb6fa5
  old custom_widget. Custom_widget does not get destroyed when the
Packit Service fb6fa5
  tooltip goes away.
Packit Service fb6fa5
Packit Service fb6fa5
* JPEG2000 support is no longer enabled by default. It must be
Packit Service fb6fa5
  explicitly turned on, by passing --with-libjasper to configure.
Packit Service fb6fa5
Packit Service fb6fa5
* GDK has been reworked to implement 'client-side windows'. This offers
Packit Service fb6fa5
  exciting new possibilities, such as transformed, offscreen rendering,
Packit Service fb6fa5
  but it breaks some long-standing assumptions that applications may
Packit Service fb6fa5
  have about GDK windows. Setting the environment variable
Packit Service fb6fa5
  GDK_NATIVE_WINDOWS makes GDK create a native X11 window for each
Packit Service fb6fa5
  GDK window, which might make problematic applications work better.
Packit Service fb6fa5
Packit Service fb6fa5
* GTK+ calls signal (SIGPIPE, SIG_IGN) during initialization, to ignore
Packit Service fb6fa5
  SIGPIPE signals, since these are almost never wanted in graphical
Packit Service fb6fa5
  applications. If you do need to handle SIGPIPE for some reason, reset
Packit Service fb6fa5
  the handler after gtk_init(), but notice that other libraries (e.g.
Packit Service fb6fa5
  libdbus or gvfs) might do similar things.
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.16
Packit Service fb6fa5
======================
Packit Service fb6fa5
Packit Service fb6fa5
* Password entries now display a caps-lock warning. This can be turned off
Packit Service fb6fa5
  with the caps-lock-warning property.
Packit Service fb6fa5
Packit Service fb6fa5
* Various orientation-related functions have been deprecated in favour
Packit Service fb6fa5
  of the new GtkOrientable interface: gtk_scale_button_get_orientation,
Packit Service fb6fa5
  gtk_scale_button_set_orientation, gtk_toolbar_set_orientation.
Packit Service fb6fa5
Packit Service fb6fa5
* The action-proxy interaction has been changed. Widgets that operate as
Packit Service fb6fa5
  proxies have to implement the GtkActivatable interface now. GtkActivatable
Packit Service fb6fa5
  implementation are responsible for syncing their appearance with the
Packit Service fb6fa5
  action and for activating the action. All GTK+ widgets that are commonly
Packit Service fb6fa5
  used as proxies implement the GtkActivatable interface.
Packit Service fb6fa5
Packit Service fb6fa5
* The handling of keyboard shortcuts has been changed, to help with a
Packit Service fb6fa5
  longstanding complaint about the way GTK+ handles multiple layouts. GTK+
Packit Service fb6fa5
  now only uses keys from groups other than the current group if they are
Packit Service fb6fa5
  not present in the current group.
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.14
Packit Service fb6fa5
======================
Packit Service fb6fa5
Packit Service fb6fa5
* gtkitemfactory.h is now completely deprecated.
Packit Service fb6fa5
  As gtkactiongroup.h and gtkstock.h no longer include the gtkitemfactory.h
Packit Service fb6fa5
  header, this might break application using gtk_item_factory_* symbols
Packit Service fb6fa5
  without including gtkitemfactory.h - even though this behaviour has never
Packit Service fb6fa5
  been supported in the first place.
Packit Service fb6fa5
Packit Service fb6fa5
* The GtkFileSystem semi-private interface has been removed.
Packit Service fb6fa5
  The GTK+ filechooser implementation now uses GIO directly, which has
Packit Service fb6fa5
  rendered external filesystem implementations unnecessary. Consequently,
Packit Service fb6fa5
  the GtkFileSystem interface is no longer available, nor the filechooser
Packit Service fb6fa5
  will load any GtkFileSystem implementation.
Packit Service fb6fa5
Packit Service fb6fa5
* GtkComboBox now renders the popdown button insensitive when
Packit Service fb6fa5
  the model is empty. Applications which want to populate the list
Packit Service fb6fa5
  only before displaying it can set gtk_combo_box_set_button_sensitivity
Packit Service fb6fa5
  to GTK_SENSITIVITY_ON, so that the button is always sensitive or
Packit Service fb6fa5
  GTK_SENSITIVITY_OFF to make it insensitive respectively.
Packit Service fb6fa5
Packit Service fb6fa5
* In the early 2.14.x releases, GtkAdjustment was changed to enforce
Packit Service fb6fa5
  that values are restricted to the range [lower, upper - page_size].
Packit Service fb6fa5
  This has always been the documented behaviour, and the recommended
Packit Service fb6fa5
  practice is to set page_size to 0 when using adjustments for simple
Packit Service fb6fa5
  scalar values, like in a slider or spin button.
Packit Service fb6fa5
  Due to the large number of applications that are affected by this
Packit Service fb6fa5
  change, the behaviour has been reverted to the old behaviour in
Packit Service fb6fa5
  2.14.3, with an explicit warning that this change will be
Packit Service fb6fa5
  reintroduced in 2.90.
Packit Service fb6fa5
Packit Service fb6fa5
* gdk-pixbuf will use GIO for mime type detection if possible. For
Packit Service fb6fa5
  this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS
Packit Service fb6fa5
  set accordingly at configure time. Otherwise, gdk-pixbuf falls
Packit Service fb6fa5
  back to its built-in sniffing implementation.
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.12
Packit Service fb6fa5
======================
Packit Service fb6fa5
Packit Service fb6fa5
* gtk_about_dialog_get/set_name() were deprecated in favour of
Packit Service fb6fa5
  gtk_about_dialog_get/set_program_name(), the GtkAboutDialog now uses the
Packit Service fb6fa5
  "program-name" property instead of the conflicting "name" property.
Packit Service fb6fa5
Packit Service fb6fa5
* The gdk-pixbuf tiff loader now requires libtiff 3.6.0 or later.
Packit Service fb6fa5
Packit Service fb6fa5
* Support for Windows 9x/ME has officially been removed. It hasn't worked
Packit Service fb6fa5
  since 2.6 anyway.
Packit Service fb6fa5
Packit Service fb6fa5
* The GtkTextBufferTargetInfo enumeration values have been changed from
Packit Service fb6fa5
  G_MAXUINT-0, G_MAXUINT-1, G_MAXUINT-2, etc, to -1, -2, -3 to stay within
Packit Service fb6fa5
  ANSI C limits.
Packit Service fb6fa5
Packit Service fb6fa5
* A change in the handling of _NET_WM_USER_TIME properties on toplevel
Packit Service fb6fa5
  windows can cause deadlock problems with window managers that are using
Packit Service fb6fa5
  GDK for drawing decorations. In particular, metacity <= 2.18.0 is affected
Packit Service fb6fa5
  by this. The problem has been fixed in metacity 2.18.1.
Packit Service fb6fa5
Packit Service fb6fa5
* Semi-private GtkTextLayout api has changed: new GtkTextLayout method
Packit Service fb6fa5
  invalidate_cursors(), and new functions gtk_text_layout_invalidate_cursors()
Packit Service fb6fa5
  and gtk_text_layout_cursors_changed(), which should be used in place of
Packit Service fb6fa5
  gtk_text_layout_invalidate() and gtk_text_layout_changed() if invalidation
Packit Service fb6fa5
  is due to marks moved or changed selection; new GtkTextLineDisplay structure
Packit Service fb6fa5
  member. Source compatibility is preserved; binary compatibility may break
Packit Service fb6fa5
  only if GtkTextLineDisplay structure was created on stack or as a part
Packit Service fb6fa5
  of another structure (in particular GnomeCanvas and its clones do not need
Packit Service fb6fa5
  recompiling).
Packit Service fb6fa5
Packit Service fb6fa5
* Another new signal has been added to GtkNotebook. The new signal
Packit Service fb6fa5
  is called create-window, so this name can no longer be used for signals
Packit Service fb6fa5
  in objects derived from GtkNotebook.
Packit Service fb6fa5
Packit Service fb6fa5
* The gtk_notebook_set/get_group_id() functions were found to be insufficient
Packit Service fb6fa5
  and have been deprecated in favour of gtk_notebook_set/get_group().
Packit Service fb6fa5
Packit Service fb6fa5
* The move-focus signal has been moved to GtkWidget, to unify the 
Packit Service fb6fa5
  various implementations of this signal in specific widgets. Great care 
Packit Service fb6fa5
  has been taken to make sure that all code using this signal continues
Packit Service fb6fa5
  to work.
Packit Service fb6fa5
Packit Service fb6fa5
* An unused and hardly visible GtkFrame has been removed from the menu 
Packit Service fb6fa5
  widget hierarchy when GtkComboBox::appears-as-list style property is 
Packit Service fb6fa5
  set. Any RC file applying a different style to any widget below the 
Packit Service fb6fa5
  widget path "gtk-combobox-popup-window.GtkFrame" should take into 
Packit Service fb6fa5
  account that the frame no longer exists.
Packit Service fb6fa5
Packit Service fb6fa5
* The external print preview application used by GtkPrintOperationPreview 
Packit Service fb6fa5
  is now passed the print settings on the command line with the 
Packit Service fb6fa5
  --print-settings parameter pointing to a temp file containing the 
Packit Service fb6fa5
  settings. The preview application assumes ownership of the file and 
Packit Service fb6fa5
  should delete it once it does not need it anymore. The --print-settings 
Packit Service fb6fa5
  commandline option is understood by Evince 0.9.0 and newer. To use a 
Packit Service fb6fa5
  different print preview application, change the gtk-print-preview-command 
Packit Service fb6fa5
  setting in your gtkrc file, e.g. gtk-print-preview-command = "ggv %f"
Packit Service fb6fa5
Packit Service fb6fa5
* GtkMenuShell is now defined as an abstract type. It was already 
Packit Service fb6fa5
  documented as an abstract class, and there is little reason to 
Packit Service fb6fa5
  instantiate it.
Packit Service fb6fa5
Packit Service fb6fa5
* The GtkTooltips struct (this is the old tooltips API) is now considered
Packit Service fb6fa5
  private. Code that used to access this struct, in particular the
Packit Service fb6fa5
  tips_data_list field, will need to change. All of the old tooltips
Packit Service fb6fa5
  API has been deprecated in favour of a new implementation and
Packit Service fb6fa5
  API. This affects all of the gtk_tooltips_ functions, and functions 
Packit Service fb6fa5
  which take a GtkTooltips argument, such as gtk_tool_item_set_tooltip()
Packit Service fb6fa5
  and gtk_menu_tool_button_set_arrow_tooltip().
Packit Service fb6fa5
  
Packit Service fb6fa5
* The memory management of the GtkRecentManager object has been changed,
Packit Service fb6fa5
  as using the screen didn't guarantee that the singleton instance was
Packit Service fb6fa5
  correctly destroyed. The screen-related functions have been deprecated,
Packit Service fb6fa5
  and should not be used anymore; the GtkRecentManager instance returned by
Packit Service fb6fa5
  the gtk_recent_manager_get_default() function is guaranteed to be valid
Packit Service fb6fa5
  for the entire lifetime of an application.
Packit Service fb6fa5
Packit Service fb6fa5
* A number of interfaces that have been superseded by newer interfaces for 
Packit Service fb6fa5
  a long time have finally been deprecated. This includes 
Packit Service fb6fa5
  gtk_widget_ref/unref(), gtk_rc_style_ref/unref() and the old file selector.
Packit Service fb6fa5
Packit Service fb6fa5
* The various coordinate systems in use in GtkTreeView widgets have
Packit Service fb6fa5
  been clarified in the documentation, and in the cause of doing so, 
Packit Service fb6fa5
  the functions gtk_tree_view_widget_to_tree_coords() and
Packit Service fb6fa5
  gtk_tree_view_tree_to_widget_coords() have been deprecated in 
Packit Service fb6fa5
  favour of a new family of gtk_tree_view_convert_ functions.
Packit Service fb6fa5
Packit Service fb6fa5
* gtk_menu_item_remove_submenu() has been deprecated in favour of
Packit Service fb6fa5
  gtk_menu_item_set_submenu (..., NULL).
Packit Service fb6fa5
Packit Service fb6fa5
* gtk_default_draw_check() has been fixed to really decrease the
Packit Service fb6fa5
  indicator size by one pixel to ensure an odd size instead of
Packit Service fb6fa5
  accidentially increasing it.
Packit Service fb6fa5
  Consequently, gtk_cell_renderer_toggle_render() could be fixed to
Packit Service fb6fa5
  not subtract 1 from the size passed to gtk_paint_option(), which
Packit Service fb6fa5
  was just a workaround for above off-by-two for even sizes (theme
Packit Service fb6fa5
  engines now get the real indicator size passed).
Packit Service fb6fa5
  The default toggle size of GtkCheckMenuItem and GtkCellRendererToggle
Packit Service fb6fa5
  has been changed to 13 to be consistent with GtkCheckButton.
Packit Service fb6fa5
  The only visible change with default settings is that the indicator in
Packit Service fb6fa5
  GtkCellRendererToggle has changed its size from 11 to 13 and is now
Packit Service fb6fa5
  consistent with menus and toggle buttons.
Packit Service fb6fa5
Packit Service fb6fa5
* GTK+ has always required that gtk_init() (or a variant thereof) is
Packit Service fb6fa5
  called before any other GTK+ function. Some applications call functions
Packit Service fb6fa5
  like gtk_clipboard_get() to check if they need to call gtk_init(),
Packit Service fb6fa5
  anyway. A change in GLib 2.14 has recently broken this unsupported
Packit Service fb6fa5
  practise. It is worth pointing out that calling gtk_init() twice
Packit Service fb6fa5
  does no harm.
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.10
Packit Service fb6fa5
======================
Packit Service fb6fa5
Packit Service fb6fa5
* The hexadecimal Unicode input feature has been reworked. It no longer
Packit Service fb6fa5
  blocks the use of the sixteen Ctrl-Shift-<hex digit> key sequences. Now
Packit Service fb6fa5
  it only uses Ctrl-Shift-u.
Packit Service fb6fa5
Packit Service fb6fa5
* A memory leak in GtkStyle handling has been fixed. This may expose bugs
Packit Service fb6fa5
  in third-party widgets which forget to call gtk_style_attach() in their
Packit Service fb6fa5
  realize functions.
Packit Service fb6fa5
Packit Service fb6fa5
* Range widgets like GtkScrollbar now render their arrows insensitive
Packit Service fb6fa5
  when the slider is at the end. Applications which react to arrow
Packit Service fb6fa5
  clicks even if the slider is at the end may want to use the new
Packit Service fb6fa5
  gtk_range_set_[upper/lower]_stepper_sensitivity() functions to
Packit Service fb6fa5
  prevent the arrows from being rendered insensitive.
Packit Service fb6fa5
Packit Service fb6fa5
* GtkObject now uses the "floating reference" support in GObject. 
Packit Service fb6fa5
  GTK_OBJECT_IS_FLOATING() will still work, but direct checking
Packit Service fb6fa5
  of the GTK_FLOATING flag will no longer detect the floating 
Packit Service fb6fa5
  reference. Details about floating references can be found in the docs:
Packit Service fb6fa5
  http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#floating-ref
Packit Service fb6fa5
Packit Service fb6fa5
* Accelerators like (_F) are now stripped from labels when they are 
Packit Service fb6fa5
  displayed in toolbars. If this is not wanted, the feature can be 
Packit Service fb6fa5
  suppressed by inserting a Unicode control character, e.g ZWNJ.
Packit Service fb6fa5
Packit Service fb6fa5
* The pixbuf theme engine can now customize expanders (in GtkTreeView
Packit Service fb6fa5
  and GtkExpander) and resize grips, using the new EXPANDER and
Packit Service fb6fa5
  RESIZE_GRIP function values.
Packit Service fb6fa5
Packit Service fb6fa5
* Dialogs created by gtk_about_dialog_new() no longer hide automatically
Packit Service fb6fa5
  when the user clicks close. It is the applications responsibility to
Packit Service fb6fa5
  hide or destroy the dialog.
Packit Service fb6fa5
Packit Service fb6fa5
* Several new signals have been added to GtkNotebook. Care has been taken
Packit Service fb6fa5
  to choose signal names which do not collide with signals added by well-known
Packit Service fb6fa5
  derived classes. The names which can no longer be used for signals in 
Packit Service fb6fa5
  objects derived from GtkNotebook are page-reordered, page-removed and
Packit Service fb6fa5
  page-added.
Packit Service fb6fa5
Packit Service fb6fa5
* Due to the interface changes in the file chooser backend interface, 
Packit Service fb6fa5
  the GTK+ ABI version has been bumped to 2.10.0. Third-party filesystem 
Packit Service fb6fa5
  backends have to be ported to the new interface, other modules, such as 
Packit Service fb6fa5
  theme engines, input method modules or pixbuf loaders have to be rebuilt 
Packit Service fb6fa5
  so that they are installed in the right place for GTK+ to find them.
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.8
Packit Service fb6fa5
=====================
Packit Service fb6fa5
Packit Service fb6fa5
* GTK+ 2.8 and Pango 1.10 require the cairo library.
Packit Service fb6fa5
Packit Service fb6fa5
* The default theme has been renamed to "Raleigh". Existing configurations
Packit Service fb6fa5
  specifying the "Default" theme name should still work.
Packit Service fb6fa5
Packit Service fb6fa5
* The GtkTreeView::enable-search property has been changed to control
Packit Service fb6fa5
  only typeahead search, not the C-f keybinding to start an interactive
Packit Service fb6fa5
  search. To turn off interactive searching completely, you have to
Packit Service fb6fa5
  set GtkTreeView::search-column to -1.
Packit Service fb6fa5
Packit Service fb6fa5
* The restriction on using the same cell renderer in multiple columns
Packit Service fb6fa5
  of a GtkTreeView is now more strictly enforced.
Packit Service fb6fa5
Packit Service fb6fa5
* In GTK+ 2.8, GtkCalendar uses nl_langinfo() (if available) to determine
Packit Service fb6fa5
  the first day of the week. Thus, it is possible to select the first day
Packit Service fb6fa5
  of the week independently from the language, by setting LC_TIME.
Packit Service fb6fa5
Packit Service fb6fa5
* In GTK+ 2.8, the gtk-update-icon-cache utility includes image data
Packit Service fb6fa5
  in the icon caches, which will make the icon cache files larger than
Packit Service fb6fa5
  the one produced by GTK+ 2.6. This change will reduce the memory
Packit Service fb6fa5
  overhead of icon themes at runtime, since all GTK+ applications can
Packit Service fb6fa5
  share the image data in memory.
Packit Service fb6fa5
Packit Service fb6fa5
* In 2.8, GDK emits GdkEventGrabBroken events when a keyboard or pointer
Packit Service fb6fa5
  grab is broken. On X11, this can happen if the same application grabs
Packit Service fb6fa5
  again, or if the window used for the grab becomes unviewable. It happens
Packit Service fb6fa5
  more often on Win32. Applications which use grabs should pay attention
Packit Service fb6fa5
  to these events and do the necessary cleanups when the grab is lost.
Packit Service fb6fa5
* The GIOChannel code for sockets on win32 has been rewritten.
Packit Service fb6fa5
  Applications who make non-trivial use of GIOChannels on win32 should
Packit Service fb6fa5
  be watched for possible problems.
Packit Service fb6fa5
Packit Service fb6fa5
* GLib 2.8 uses atomic operations to implement reference counting, thus
Packit Service fb6fa5
  g_object_ref/unref, g_closure_ref/sink/unref and g_iochannel_ref/unref
Packit Service fb6fa5
  can be used without locking in multithreaded applications. Note that
Packit Service fb6fa5
  other modifications, like concurrent setting of properties still require
Packit Service fb6fa5
  locking.
Packit Service fb6fa5
Packit Service fb6fa5
* g_convert() and related character set conversion functions have been
Packit Service fb6fa5
  fixed to emit pending shift states and to not cache iconv descriptors
Packit Service fb6fa5
  across multiple calls, since that is problematic for some encodings.
Packit Service fb6fa5
  Note that these functions are not suitable for streaming conversions;
Packit Service fb6fa5
  use g_iconv() to do streaming conversion.
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
Release notes for 2.6
Packit Service fb6fa5
=====================
Packit Service fb6fa5
Packit Service fb6fa5
* GTK+ 2.6 supports clipboard persistency. To make use of this feature,
Packit Service fb6fa5
  a clipboard manager following the specification at
Packit Service fb6fa5
  http://www.freedesktop.org/wiki/Standards/clipboard-manager-spec
Packit Service fb6fa5
  must be running. A sample implementation of such a clipboard manager
Packit Service fb6fa5
  is available at 
Packit Service fb6fa5
  http://people.imendio.com/andersca/archives/clipboard-manager-0.3.tar.gz
Packit Service fb6fa5
  Applications can use the function gdk_display_supports_clipboard_persistence() 
Packit Service fb6fa5
  to find out if clipboard persistence is available.
Packit Service fb6fa5
Packit Service fb6fa5
* Notification on clipboard ownership changes via GdkOwnerChange events 
Packit Service fb6fa5
  requires the XFIXES X extension. Applications can use the function
Packit Service fb6fa5
  gdk_display_supports_selection_notification() to find out if ownerchip
Packit Service fb6fa5
  change notification is available.
Packit Service fb6fa5
Packit Service fb6fa5
* The icon theme code in GTK+ 2.6 follows the freedesktop.org icon theme 
Packit Service fb6fa5
  specification. Setting the XDG_DATA_DIRS environtment variable may be 
Packit Service fb6fa5
  necessary if your icons aren't installed in the default location 
Packit Service fb6fa5
  /usr/share/icons.
Packit Service fb6fa5
Packit Service fb6fa5
* The icon theme code in GTK+ 2.6 can make use of mmap()able cache files
Packit Service fb6fa5
  to avoid a lot of disk searching overhead. GTK+ includes a utility named
Packit Service fb6fa5
  gtk-update-icon-cache to generate these cache files. For further details,
Packit Service fb6fa5
  see the gtk-update-icon-cache man page or the GTK+ documentation.
Packit Service fb6fa5
Packit Service fb6fa5
* To reduce code size and improve efficiency, GTK+, when compiled 
Packit Service fb6fa5
  with the GNU toolchain, has separate internal and external entry 
Packit Service fb6fa5
  points for exported functions. The internal names, which begin with 
Packit Service fb6fa5
  IA__, may be seen when debugging a GTK+ program.
Packit Service fb6fa5
Packit Service fb6fa5
* The following functions have been deprecated in GTK+ 2.6:
Packit Service fb6fa5
  gdk_pango_context_set_colormap
Packit Service fb6fa5
  gtk_cell_renderer_editing_canceled
Packit Service fb6fa5
Packit Service fb6fa5
* The new GtkFileChooser widget emphasizes simplicity and thus does 
Packit Service fb6fa5
  not provide a navigation entry by default when opening files. 
Packit Service fb6fa5
  Experienced command line users will likely want to make heavy use of
Packit Service fb6fa5
  the location dialog brought up by the Control-L key shortcut.
Packit Service fb6fa5
Packit Service fb6fa5
* The GTK+ libraries use an '_' prefix to indicate private symbols that
Packit Service fb6fa5
  must not be used by applications. On some platforms, symbols beginning 
Packit Service fb6fa5
  with prefixes such as _gtk, _gdk, and _pango will be exported
Packit Service fb6fa5
  from the library, on others not. In no case can applications
Packit Service fb6fa5
  use these private symbols. In addition to that, GTK+ 2.6 makes several
Packit Service fb6fa5
  symbols private which were not in any installed header files and
Packit Service fb6fa5
  were never intended to be exported.
Packit Service fb6fa5
Packit Service fb6fa5
* The gdk_pixbuf_xlib library included in the contrib/ directory 
Packit Service fb6fa5
  and the framebuffer GDK backend included in the gdk/linux-fb directory
Packit Service fb6fa5
  of GTK+ are provided on an as-is basis and have not been tested at all. 
Packit Service fb6fa5
  No guarantees about the degree of workingness or about future
Packit Service fb6fa5
  compatibility are provided.
Packit Service fb6fa5
Packit Service fb6fa5
* On Unix, the assumption of GLib and GTK+ by default is that filenames on 
Packit Service fb6fa5
  the filesystem are encoded in UTF-8 rather than the encoding of the locale;
Packit Service fb6fa5
  the GTK+ developers consider that having filenames whose interpretation
Packit Service fb6fa5
  depends on the current locale is fundamentally a bad idea.
Packit Service fb6fa5
Packit Service fb6fa5
  If you have filenames encoded in the encoding of your locale, then you 
Packit Service fb6fa5
  may want to set the G_FILENAME_ENCODING environment variable:
Packit Service fb6fa5
  
Packit Service fb6fa5
   G_FILENAME_ENCODING=@locale
Packit Service fb6fa5
   export G_FILENAME_ENCODING
Packit Service fb6fa5
Packit Service fb6fa5
  (Earlier versions of GLib 2.x required a different environment variable
Packit Service fb6fa5
  setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this 
Packit Service fb6fa5
  is still supported, but G_FILENAME_ENCODING is preferred.)
Packit Service fb6fa5
  Best integration of GTK+ 2.6 with the environment is achieved by 
Packit Service fb6fa5
  using a UTF-8 locale.
Packit Service fb6fa5
Packit Service fb6fa5
  On Windows, filenames passed to GTK+ should always be in UTF-8, as
Packit Service fb6fa5
  in GLib 2.6. This is different than in previous versions of GTK+
Packit Service fb6fa5
  where the system codepage was used. As in GLib, for DLL ABI
Packit Service fb6fa5
  stability, applications built against previous versions of GTK+ will
Packit Service fb6fa5
  use entry points providing the old semantics.
Packit Service fb6fa5
Packit Service fb6fa5
  When compiling against GTK+ 2.6, applications intended to be
Packit Service fb6fa5
  portable to Windows must take the UTF-8 file name encoding into
Packit Service fb6fa5
  consideration, and use the gstdio wrappers to access files whose 
Packit Service fb6fa5
  names have been constructed from strings returned from GTK+ or GLib.
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
How to report bugs
Packit Service fb6fa5
==================
Packit Service fb6fa5
Packit Service fb6fa5
Bugs should be reported to the GNOME bug tracking system.
Packit Service fb6fa5
(http://bugzilla.gnome.org, product gtk+.) You will need to create an
Packit Service fb6fa5
account for yourself.
Packit Service fb6fa5
  
Packit Service fb6fa5
In the bug report please include:
Packit Service fb6fa5
  
Packit Service fb6fa5
* Information about your system. For instance:
Packit Service fb6fa5
Packit Service fb6fa5
   - What operating system and version
Packit Service fb6fa5
   - What version of X
Packit Service fb6fa5
   - For Linux, what version of the C library
Packit Service fb6fa5
Packit Service fb6fa5
  And anything else you think is relevant.
Packit Service fb6fa5
Packit Service fb6fa5
* How to reproduce the bug. 
Packit Service fb6fa5
Packit Service fb6fa5
  If you can reproduce it with one of the tests or demos built with GTK+, 
Packit Service fb6fa5
  such as demos/gtk-demo/gtk-demo, that would be most convenient. Otherwise, 
Packit Service fb6fa5
  please include a short test program that exhibits the behavior. As a 
Packit Service fb6fa5
  last resort, you can also provide a pointer to a larger piece of software 
Packit Service fb6fa5
  that can be downloaded.
Packit Service fb6fa5
Packit Service fb6fa5
* If the bug was a crash, the exact text that was printed out when the
Packit Service fb6fa5
  crash occured.
Packit Service fb6fa5
Packit Service fb6fa5
* Further information such as stack traces may be useful, but is not
Packit Service fb6fa5
  necessary. If you do send a stack trace, and the error is an X error,
Packit Service fb6fa5
  it will be more useful if the stacktrace is produced running the test
Packit Service fb6fa5
  program with the --sync command line option.
Packit Service fb6fa5
Packit Service fb6fa5
Packit Service fb6fa5
Patches
Packit Service fb6fa5
=======
Packit Service fb6fa5
Packit Service fb6fa5
Patches should also be submitted to bugzilla.gnome.org. If the patch
Packit Service fb6fa5
fixes an existing bug, add the patch as an attachment to that bug
Packit Service fb6fa5
report.
Packit Service fb6fa5
Packit Service fb6fa5
Otherwise, enter a new bug report that describes the patch, and attach
Packit Service fb6fa5
the patch to that bug report.
Packit Service fb6fa5
Packit Service fb6fa5
Patches should be in unified diff form. (The -up option to GNU diff.)