summaryrefslogtreecommitdiff
path: root/README.in
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-9/+5
| | | | | | | | | | | | | | | | In the early 2.14.x releases, GtkAdjustment was changed to enforce that values are restricted to the range [lower, upper - page_size]. This has always been the documented behaviour, and the recommended practice is to set page_size to 0 when using adjustments for simple scalar values, like in a slider or spin button. Due to the large number of applications that are affected by this change, the behaviour has been reverted to the old behaviour in 2.14.3, with an explicit warning that this change will be reintroduced in 2.90. This reverts commit e6373738fc9c53c95e467a3681fcd3426fd94d13. https://bugzilla.gnome.org/show_bug.cgi?id=619474
* Add notes about gobject-introspectionMatthias Clasen2010-03-231-0/+5
|
* Update release notesMatthias Clasen2010-03-141-7/+3
| | | | Add a warning about the change in GtkBuilders id/name handling.
* Add a release note about virtual modifiersMatthias Clasen2009-12-211-0/+8
|
* Add a release note about statusbar internal hierarchy changesMatthias Clasen2009-11-301-0/+10
|
* Move SIGPIPE suppression to gtk_init and document itMatthias Clasen2009-10-011-0/+5
| | | | | | Some people were unhappy with doing it deep inside the lpr print backend at an unpredictable time, and SIGPIPE is almost never wanted anyway.
* Document GDK_NATIVE_WINDOWSMatthias Clasen2009-08-241-0/+7
| | | | | Add a section in the release notes about it and list it in the docs with all the other environment variables.
* Make jasper support optionalMatthias Clasen2009-07-161-0/+3
| | | | To enable it, one must now pass --with-libjasper to configure.
* Remove outdated text from README.inMatthias Clasen2009-07-101-5/+1
| | | | The PATCH and API keywords are no longer in use. Pointed out in 588229.
* Fix GtkTooltip destroy the custom widgetLin Ma2009-05-251-0/+8
| | | | | Fixed 576091, Custom_widget does not get destroyed when the tooltip goes away. Add a release note for this fix.
* Fix whitespaceMatthias Clasen2009-05-031-6/+6
|
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-5/+9
| | | | | We reverted GtkAdjustment to its traditional behaviour wrt. to clamping in 2.14.3, but the fix was lost between 2.14 and 2.16.
* Late release notesMatthias Clasen2009-03-131-0/+21
| | | | svn path=/trunk/; revision=22534
* Add a note about GtkAdjustment behaviour changeMatthias Clasen2008-09-041-0/+6
| | | | svn path=/trunk/; revision=21271
* Some doc additionsMatthias Clasen2008-08-151-0/+5
| | | | svn path=/trunk/; revision=21129
* Bug 382291 – Automatically dim the combobox when the model is emptyMatthias Clasen2008-08-041-0/+6
| | | | | | | | | | | | | | | | | 2008-08-04 Matthias Clasen <mclasen@redhat.com> Bug 382291 – Automatically dim the combobox when the model is empty * gtk/gtk.symbols: * gtkcombobox.[hc]: Add a GtkComboBox::button-sensitivity property with getter and setter to control the sensitity of empty combo boxes. Patch by Carlos Garnacho, Sven Herzberg, Christian Dywan and others. * README.in: Add a note about automatic combobox sensitivity. svn path=/trunk/; revision=20997
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-10 Carlos Garnacho <carlos@imendio.com> Bug 520874 - Should use gio directly. * gtk/gtkfilesystem.[ch]: Turn into a private object, which mostly provides helper functions for asynchronous calls, folder abstraction and uniform handling of volumes/drives/mounts. * gtk/gtkfilesystemwin32.[ch]: * gtk/gtkfilesystemunix.[ch]: Removed, these are no longer required. * gtk/gtkfilechooser.c: * gtk/gtkfilechooserbutton.c: * gtk/gtkfilechooserdefault.c: * gtk/gtkfilechooserentry.[ch]: * gtk/gtkfilechooserprivate.h: * gtk/gtkfilechooserutils.c: * gtk/gtkfilesystemmodel.[ch]: * gtk/gtkpathbar.[ch]: Use GIO internally. Adapt to GtkFileSystem API. Do not load filesystem implementation modules. * gtk/Makefile.am: * gtk/gtk.symbols: the gtkfilesystem.h private header isn't installed anymore, nor the unix/win32 implementations. * README.in: Add blurb about these changes. svn path=/trunk/; revision=20342
* Reword the 2.14 release notes entry about the deprecation of theEmmanuele Bassi2008-03-101-3/+4
| | | | | | | | | | 2008-03-10 Emmanuele Bassi <ebassi@gnome.org> * README.in: Reword the 2.14 release notes entry about the deprecation of the gtkitemfactory.h header, and fix typos and grammar. svn path=/trunk/; revision=19742
* Move GtkTranslateFunc to gtktypeutils.h so we can completely deprecateJohan Dahlin2008-03-061-0/+8
| | | | | | | | | | | | | | | | | | | 2008-03-06 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkitemfactory.h: * gtk/gtktypeutils.h: Move GtkTranslateFunc to gtktypeutils.h so we can completely deprecate gtkitemfactory.h. * gtk/gtkactiongroup.h: * gtk/gtkstock.h: Do not include gtkitemfactory.h directly, instead include gtktypeutils.h * README.in: Add a note describing this slight incompatible change svn path=/trunk/; revision=19721
* Add a note about bug 463772Matthias Clasen2007-09-091-0/+7
| | | | svn path=/trunk/; revision=18766
* Fix check/radio indicator drawing mess (bug #452225):Michael Natterer2007-07-271-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-27 Michael Natterer <mitch@imendio.com> Fix check/radio indicator drawing mess (bug #452225): * gtk/gtkstyle.c (gtk_default_draw_check): really decrease the indicator size by one to ensure odd size (don't say -= -1). * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): removed -1 adjustment from calls to gtk_paint_option(). Theme engines now get the actually configured size passed, not one pixel less. * gtk/gtkcellrenderertoggle.c * gtk/gtkcheckmenuitem.c: changed default indicator size from 12 to 13 so all widgets which draw check/option indicators have the same default size now (and render the same size after above changes). * README.in: mention above changes in the release notes. svn path=/trunk/; revision=18547
* UpdatesMatthias Clasen2007-07-101-17/+38
| | | | svn path=/trunk/; revision=18431
* mark the GtkTooltips struct as private. Keep the tooltips in a hash tableSven Neumann2007-06-191-0/+4
| | | | | | | | | | | | 2007-06-19 Sven Neumann <sven@gimp.org> * gtk/gtktooltips.[ch]: mark the GtkTooltips struct as private. Keep the tooltips in a hash table instead of a linked list. Improves performance when using large amounts of tooltips (#447214). * README.in: document the GtkTooltips changes. svn path=/trunk/; revision=18188
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-19 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c: Use a static variable to hold the singleton and remove the code that binds a recent manager to a GdkScreen. (gtk_recent_manager_set_screen): Make it a NOOP. (gtk_recent_manager_get_for_screen): Proxy for gtk_recent_manager_get_default(). * gtk/gtk.symbols: * gtk/gtkrecentmanager.h: Deprecate gtk_recent_manager_set_screen() and gtk_recent_manager_get_for_screen(). * gtk/gtkmain.c: Force a synchronisation of the GtkRecentManager singleton (if any) when reaching main loop depth of 0. * gtk/gtkrecentchooserdefault.c: (gtk_recent_chooser_default_dispose): Disconnect the changed signal only if we have a manager and we are connected to it. (set_recent_manager): Ditto. * README.in: Document the deprecations. svn path=/trunk/; revision=18184
* Make GtkMenuShell abstractMatthias Clasen2007-06-181-2/+9
| | | | svn path=/trunk/; revision=18180
* Add note about --print-settingsChristian Persch2007-06-171-0/+6
| | | | svn path=/trunk/; revision=18177
* Move a note aroundMatthias Clasen2007-06-141-0/+6
| | | | svn path=/trunk/; revision=18129
* UpdatesMatthias Clasen2007-06-041-0/+10
| | | | svn path=/trunk/; revision=18026
* Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405,Yevgen Muntyan2007-06-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | | 2007-06-01 Yevgen Muntyan <muntyan@tamu.edu> Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, Behdad Esfahbod). * gtk/gtktextlayout.c: * gtk/gtktextlayout.h: new GtkTextLayout method invalidate_cursors(), and functions gtk_text_layout_invalidate_cursors() and gtk_text_layout_cursors_changed(), to use when invalidation is due to moved marks or changed selection. * gtk/gtktextbtree.c: * gtk/gtktextbtree.h: use what's appropriate when invalidating layout. * gtk/gtk.symbols: add new functions. * README.in: added a note about changed GtkTextLayout API. svn path=/trunk/; revision=18000
* 2.11.0GTK_2_11_0Matthias Clasen2007-05-241-2/+14
| | | | svn path=/trunk/; revision=17903
* Bump libtiff requirement to 3.6.0, by requiring presence ofMichael J. Chudobiak2007-05-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-18 Michael J. Chudobiak <mjc@cvs.gnome.org> * INSTALL.in: * README.in: * configure.in: Bump libtiff requirement to 3.6.0, by requiring presence of TIFFReadRGBAImageOriented. * gdk-pixbuf-scaled-anim.c: (get_scaled_pixbuf): Preserve pixbuf options when generating a new scaled pixbuf. * io-jpeg.c: (get_orientation), (gdk_pixbuf__jpeg_image_load), (gdk_pixbuf__jpeg_image_load_increment): Read the exif orientation tag and associate it with the "orientation" pixbuf option. Renders libexif unnecessary in some applications. * io-tiff.c: (tiff_image_parse): Read the tiff orientation tag, compensate for the partial rotations performed by libtiff, and generate an "orientation" option for the pixbuf. svn path=/trunk/; revision=17863
* Functions: gtk_about_dialog_get/set_name() were deprecated in favour ofTristan Van Berkom2007-05-141-0/+7
| | | | | | | | | | * gtk/gtkaboutdialog.c: Functions: gtk_about_dialog_get/set_name() were deprecated in favour of gtk_about_dialog_get/set_program_name(), the GtkAboutDialog now uses the "program-name" property instead of the conflicting "name" property (fixes bug 345822). svn path=/trunk/; revision=17845
* UpdatesMatthias Clasen2006-07-021-6/+65
|
* release notesMatthias Clasen2006-03-161-0/+6
|
* Make the behaviour of the about dialog consistent with other dialogs inMatthias Clasen2006-03-101-0/+4
| | | | | | | | | | | | | 2006-03-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour of the about dialog consistent with other dialogs in gtk. If the dialog is constructed with gtk_about_dialog_new(), the creator is reponsible for handling the response by hiding or closing the dialog. gtk_show_about_dialog() handles it by hiding the dialog. (#333360, Daniel Drake) * README.in: Mention this change.
* Mention new pixbuf engine features.Matthias Clasen2006-01-161-0/+4
| | | | | | 2006-01-16 Matthias Clasen <mclasen@redhat.com> * README.in: Mention new pixbuf engine features.
* Mention the stripping of (_F) suffixes.Matthias Clasen2005-12-261-0/+4
| | | | | | | | | | 2005-12-26 Matthias Clasen <mclasen@redhat.com> * README.in: Mention the stripping of (_F) suffixes. * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of the form " (_<single character>)", since this is the preferred way for some languages to indicate accelerators. (#323956, Yang Hong)
* added a link to the fgloating reference docs in the 2.10 release NEWSTim Janik2005-12-131-2/+3
| | | | | | | Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org> * README.in: added a link to the fgloating reference docs in the 2.10 release NEWS section.
* Add a note about GTK_FLOATING.Matthias Clasen2005-12-051-0/+5
| | | | | | 2005-12-05 Matthias Clasen <mclasen@redhat.com> * README.in: Add a note about GTK_FLOATING.
* Add a note about range arrow sensitivity.Matthias Clasen2005-11-171-0/+6
| | | | | | 2005-11-17 Matthias Clasen <mclasen@redhat.com> * README.in: Add a note about range arrow sensitivity.
* Start collecting release notes for 2.10.Matthias Clasen2005-10-051-0/+11
| | | | | | 2005-10-05 Matthias Clasen <mclasen@redhat.com> * README.in: Start collecting release notes for 2.10.
* Fix a typo. (#163128, kentaro fukuchi)Matthias Clasen2005-01-061-1/+1
| | | | | | 2005-01-06 Matthias Clasen <mclasen@redhat.com> * README.in: Fix a typo. (#163128, kentaro fukuchi)
* 2.6.0Matthias Clasen2004-12-161-30/+32
|
* Win32 edits.Tor Lillqvist2004-12-151-2/+15
|
* Tiny typoMatthias Clasen2004-12-151-1/+1
|
* Fix a typoMatthias Clasen2004-12-141-45/+35
| | | | | | | | 2004-12-14 Matthias Clasen <mclasen@redhat.com> * README.win32: Fix a typo * README.in: Updates
* === Released 2.4.0 ===Owen Taylor2004-03-161-6/+14
| | | | | | | | | | | | | Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.4.0 === * configure.in: Version 2.4.0, interface age 0; require glib-2.4.0, pango-1.4.0. * NEWS: Updates * README.in: Updates
* === Released 2.3.0 ===GTK_2_3_0Owen Taylor2003-10-241-21/+3
| | | | | | | | | | | | | | Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.0 === * configure.in: Remove a stray comma. * README.in: Fix a few notes about Xft 1 and pango-1.0. * NEWS: Finish updates for 2.3.0. * po/Makefile.in.in: Update to latest GLib version.
* === Released 2.2.0 ===GTK_2_2_0Owen Taylor2002-12-211-30/+30
| | | | | | | | | | | | | | Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.2.0 === * configure.in: Version 2.2.0, interface age 0, binary age 200. * README.in: Update the release notes. * INSTALL.in: Mention that Pango-1.0 can be used with GTK+-2.2. * NEWS: Update.
* fix accidentally committed junk charsOwen Taylor2002-03-121-1/+1
|