summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 2.5.3GTK_2_5_3Matthias Clasen2004-09-191-1/+3
|
* UpdatesMatthias Clasen2004-09-171-5/+7
| | | | | | 2004-09-17 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates
* Updates.Matthias Clasen2004-09-151-0/+43
|
* Update to 2.5.2Matthias Clasen2004-08-251-0/+69
|
* Updates for 2.5.1.Matthias Clasen2004-08-011-0/+35
|
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-5/+7
| | | | | | | | | | Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * NEWS: updates * tests/testcombo.c: Fix compilation
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-181-7/+7
| | | | | | | | | | Sun Jul 18 15:28:24 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an empty target list if targets is NULL. * configure.in: Add check for X11/extensions/sync.h. (#147416, Morten Welinder)
* Updates for 2.5.0Matthias Clasen2004-07-181-0/+85
|
* === Released 2.4.1 ===GTK_2_4_1Matthias Clasen2004-04-301-0/+39
| | | | | | | | | | 2004-04-30 Matthias Clasen <mclasen@redhat.com> * === Released 2.4.1 === * configure.in: Version 2.4.1, interface age 1. * NEWS: Updates
* === Released 2.4.0 ===Owen Taylor2004-03-161-5/+39
| | | | | | | | | | | | | 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.6 ===GTK_2_3_6Owen Taylor2004-03-091-0/+34
| | | | | | | | | | Tue Mar 9 09:57:25 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.6 === * configure.in: Version 2.3.6, interface age 0. * NEWS: Updates
* Add a missing entry. (#135982, J. Ali Harlow)Tor Lillqvist2004-03-031-1/+1
| | | | | | | | 2004-03-03 Tor Lillqvist <tml@iki.fi> * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow) * NEWS: Correct spelling of my name in one place.
* === Released 2.3.5 ===GTK_2_3_5Owen Taylor2004-03-021-23/+38
| | | | | | | | | | | Tue Mar 2 17:06:05 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.5 === * NEWS: Updates * configure.in: Version 2.3.5, interface age 0. Require glib-2.3.5, pango-1.3.5.
* Updated - FedericoFederico Mena Quintero2004-03-021-1/+3
|
* Don't unref an old model; there isn't one. This was a leftover from whenFederico Mena Quintero2004-03-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-01 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't unref an old model; there isn't one. This was a leftover from when we recreated the model on every change. (save_widgets_create): Create the save folder combo. (shortcuts_model_create): Don't set the model on the tree view here. (gtk_file_chooser_default_constructor): Create the shortcuts model here, before the rest of the widgets. (shortcuts_list_create): Don't call shortcuts_model_create() here; just set the model on the tree. (save_folder_combo_create): New function, provided by Jonathan Blandford. (update_appearance): Set the sensitivity of the folder combo. (shortcuts_activate_iter): New helper function; code moved from shortcuts_row_activated_cb(). (shortcuts_activate_item): New helper function. (shortcuts_row_activated_cb): Use shortcuts_activate_iter(). (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to SHORTCUTS_BOOKMARKS_SEPARATOR. (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active. (shortcuts_insert_separator): Add a position argument. (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR and SHORTCUTS_CURRENT_FOLDER positions. (shortcut_exists): Ignore the current folder row. (struct _GtkFileChooserDefault): New field shortcuts_filter_model. (shortcuts_model_create): Create a filter model for the shortcuts list. (shortcuts_list_create): Set the model to the shortcuts_filter_model. (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model. (bookmarks_check_remove_sensitivity): Likewise. (shortcuts_row_activated_cb): Likewise. (gtk_file_chooser_default_set_current_folder): New function. (gtk_file_chooser_default_set_current_folder): Update the current folder row in the shortcuts list. * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_constructor): Cast correctly for _gtk_file_chooser_embed_set_delegate().
* ews for 2.3.5.Matthias Clasen2004-02-291-1/+27
|
* === Released 2.3.4 ===GTK_2_3_4Owen Taylor2004-02-251-1/+8
| | | | | | | | | | Tue Feb 24 19:12:07 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.4 === * configure.in: Bump version to 2.3.4, fix broken gtk_binary_age value by copying the GLib logic to automatically set it to the right values.
* === Released 2.3.3 ===GTK_2_3_3Owen Taylor2004-02-241-12/+22
| | | | | | | | | | Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.3 === * configure.in: Version 2.3.3, interface age 0. * NEWS: Finish updates for 2.3.3.
* Updates.Matthias Clasen2004-02-241-3/+42
|
* Update for 2.3.3 - FedericoFederico Mena Quintero2004-02-231-0/+2
|
* Update for 2.3.3 - FedericoFederico Mena Quintero2004-02-231-0/+25
|
* Patch from Christian Neumair to make warning string more translatorOwen Taylor2004-01-221-45/+46
| | | | | | | | | | | | | | | | Thu Jan 22 18:45:26 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkicontheme.c: Patch from Christian Neumair to make warning string more translator friendly. * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch] gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc happy. * configure.in: Require GLib-2.3.2, version 2.3.2, interface age 0, binary age 302. * NEWS: Organized, added some names.
* UpdatesSoeren Sandmann2004-01-221-10/+10
| | | | | | Thu Jan 22 21:38:52 2004 Soeren Sandmann <sandmann@daimi.au.dk> * NEWS: Updates
* Added details about GtkFileChooser changes.Federico Mena Quintero2004-01-201-1/+6
| | | | | | 2004-01-20 Federico Mena Quintero <federico@ximian.com> * NEWS: Added details about GtkFileChooser changes.
* Start of 2.3.2 section.Matthias Clasen2004-01-201-2/+57
| | | | | | Tue Jan 20 23:49:52 2004 Matthias Clasen <maclas@gmx.de> * NEWS: Start of 2.3.2 section.
* === Released 2.3.1 ===Owen Taylor2003-12-081-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.1 === * NEWS: Updates for 2.3.1 * configure.in: Version 2.3.1, interface age 0, binary age 301. * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel): Rename from gtk_menu_item_real_can_activate_accel() to match GTK+ convention, improve comment. * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(), can ::can-activate-accel signal. * gtk/gtkwidget.c (closure_accel_activate): Fix spelling in comment. * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean up comment. * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros into the .c file. Mon Dec 8 12:09:21 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkicontheme.c (find_builtin_icon): Fix a missing 'else'. (#128816, Jorn Baayen)
* Fix attribution for above/below EWMH work.Owen Taylor2003-10-271-1/+1
| | | | | | Mon Oct 27 12:18:49 2003 Owen Taylor <otaylor@redhat.com> * NEWS: Fix attribution for above/below EWMH work.
* === Released 2.3.0 ===GTK_2_3_0Owen Taylor2003-10-241-43/+313
| | | | | | | | | | | | | | 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.
* Updates.Matthias Clasen2003-10-231-7/+8
|
* Updates for 2.3.0; changed header to match the style we used for 2.1.0.Kristian Rietveld2003-10-231-5/+14
| | | | | | | Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used for 2.1.0.
* Partial update for 2.3.0.Soeren Sandmann2003-10-231-1/+18
| | | | | | Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk> * NEWS: Partial update for 2.3.0.
* Update NEWS for 2.3.0Matthias Clasen2003-10-221-0/+20
|
* === Released 2.2.0 ===GTK_2_2_0Owen Taylor2002-12-211-0/+9
| | | | | | | | | | | | | | 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.
* Various name fixes.Owen Taylor2002-12-181-10/+10
| | | | | | Wed Dec 18 12:05:33 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Various name fixes.
* just a correction for my name: Kang Jeong-Hee :)Kang Jeong-Hee2002-12-171-1/+1
|
* === Released 2.1.5 ===GTK_2_1_5Owen Taylor2002-12-171-0/+19
| | | | | | | | | | | | Mon Dec 16 22:38:11 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.5 === * configure.in: GTK+-2.1.5, interface age 2, binary age 105. * NEWS: Updated. * gtk/Makefile.am (gtk_c_sources): Remove reference to fnmatch.h
* === Released GTK+-2.1.4 ===GTK_2_1_4Owen Taylor2002-12-121-0/+30
| | | | | | | | | | | Wed Dec 11 18:30:05 2002 Owen Taylor <otaylor@redhat.com> * === Released GTK+-2.1.4 === * NEWS: Updated. * modules/input/Makefile.am (INCLUDES): Remove GTK_LOCALEDIR from here as well. (Manish Singh)
* === Released GTK+-2.1.3 ===GTK_2_1_3Owen Taylor2002-12-031-0/+120
| | | | | | | | | | Mon Dec 2 20:36:28 2002 Owen Taylor <otaylor@redhat.com> * === Released GTK+-2.1.3 === * configure.in: Version 2.1.3, interface ago 0. * NEWS: Update
* === Released 2.1.2 ===GTK_2_1_2Owen Taylor2002-11-021-0/+1
| | | | | | | | Sat Nov 2 13:47:09 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.2 === * NEWS: Update.
* Add a mnemonic to the "selection" label. (More of #74267)Owen Taylor2002-11-021-0/+26
| | | | | | | | | | | Fri Nov 1 21:03:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilesel.c: Add a mnemonic to the "selection" label. (More of #74267) * configure.in: Version 2.1.2 * NEWS: Updates.
* === Released 2.1.1 ===Owen Taylor2002-10-141-1/+7
| | | | | | Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.1 ===
* Version 2.1.1, interface age 0, binary age 101.Owen Taylor2002-10-141-0/+29
| | | | | | | | Mon Oct 14 18:50:59 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 2.1.1, interface age 0, binary age 101. * NEWS: Updates
* ===== Released 2.1.0 ======GTK_2_1_0Owen Taylor2002-09-301-0/+151
| | | | | | | | Sun Sep 29 23:52:28 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 2.1.0 ====== * NEWS: Updated
* update version to 2.0.2, binary age 2, interface age 2.GTK_2_0_2Tim Janik2002-04-021-0/+6
| | | | | | | | | Tue Apr 2 13:44:27 2002 Tim Janik <timj@gtk.org> * configure.in: update version to 2.0.2, binary age 2, interface age 2. * NEWS: updates for 2.0.2.
* Fix screwup in handling of module path that was resulting in freed memoryOwen Taylor2002-03-291-4/+4
| | | | | | | | | Fri Mar 29 17:41:21 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c (load_modules): Fix screwup in handling of module path that was resulting in freed memory being accessed when both GTK_MODULES and a theme were set. (#76902, Johan Dahlin)
* UpdatesOwen Taylor2002-03-291-1/+31
| | | | | | | | | | | | | | Fri Mar 29 00:19:41 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Updates * configure.in: Version 2.0.1, binary, interface age 1. * configure.in (GDK_PIXBUF_VERSION): Up required versions of dependencies. * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: Add stock_add/remove_16.
* Fix byte shift arithmetic for big-endian. (Tracked down with help fromOwen Taylor2002-03-151-1/+1
| | | | | | | | Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdrawable-x11.c (convert_to_format): Fix byte shift arithmetic for big-endian. (Tracked down with help from Tuomas Kuosmanen)
* Fix incorrect return value, filter out returns of 0x7f for the delete key.Owen Taylor2002-03-121-1/+1
| | | | | | | | Tue Mar 12 10:50:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): Fix incorrect return value, filter out returns of 0x7f for the delete key. (#74179, Kang Jeong-He)
* Fix version numbers. (Johan Dahlin.)Owen Taylor2002-03-081-2/+2
| | | | | | | | | | | | | | Fri Mar 8 11:12:32 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Fix version numbers. (Johan Dahlin.) * INSTALL.in: Update, just refer to gtk-building.html rather than duplicating information. * README.in: Add release specific notes. * Makefile.am (EXTRA_DIST): Remove TODO and TODO.xml from the distribution.
* Final updates for 2.0.0Owen Taylor2002-03-081-0/+33
| | | | | | | | Thu Mar 7 23:29:35 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Final updates for 2.0.0 * README.in: Updates.