summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
Commit message (Collapse)AuthorAgeFilesLines
* Reintroduce the reverted change, since it is necessary to prevent lostMatthias Clasen2004-12-131-0/+4
| | | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Reintroduce the reverted change, since it is necessary to prevent lost submenus. But make it work for torn-off menus as well.
* Fix the signature to avoid overwriting a pspec.Matthias Clasen2004-12-131-0/+3
| | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktearoffmenuitem.c (tearoff_state_changed): Fix the signature to avoid overwriting a pspec.
* Revert a change which prevented torn-off menus from being shown normally.Matthias Clasen2004-12-131-0/+3
| | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Revert a change which prevented torn-off menus from being shown normally.
* Implement scroll wheel scrolling for menus. (#88532)Matthias Clasen2004-12-131-0/+3
| | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_scroll): Implement scroll wheel scrolling for menus. (#88532)
* Compare only the HAS_DEFAULT flags. (#160711, Tommi Komulainen)Matthias Clasen2004-12-131-0/+3
| | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_real_set_focus): Compare only the HAS_DEFAULT flags. (#160711, Tommi Komulainen)
* Add a missing break statement. (#161172, Damon Chaplin)Matthias Clasen2004-12-131-0/+3
| | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_set_property): Add a missing break statement. (#161172, Damon Chaplin)
* UpdatesMatthias Clasen2004-12-131-0/+2
|
* Add a width-chars property like GtkLabel has. (#160496, James M. Cape)Matthias Clasen2004-12-131-0/+3
| | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderertext.c: Add a width-chars property like GtkLabel has. (#160496, James M. Cape)
* UpdatesMatthias Clasen2004-12-131-2/+3
|
* Add some docs for GtkWidget::delete-event and GtkWidget::destroy-event.Matthias Clasen2004-12-131-0/+6
| | | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c (gtk_widget_class_init): Add some docs for GtkWidget::delete-event and GtkWidget::destroy-event. (#161142, Paolo Borelli)
* Add a max-width-chars property, which can be used to specify the width ofMatthias Clasen2004-12-131-0/+7
| | | | | | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.[hc]: Add a max-width-chars property, which can be used to specify the width of the label in characters, while still allowing it to fall short of this length if the text is shorter. (#155944, Christian Persch) * gtk/gtk.symbols: Add new symbols.
* Don't let the empty menu filler affect visibility of separators. (#160500,Matthias Clasen2004-12-131-0/+6
| | | | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (update_smart_separators): Don't let the empty menu filler affect visibility of separators. (#160500, Christian Persch)
* Pass a last item to gtk_combo_box_relayout_item. (#161050, John Finlay)Matthias Clasen2004-12-131-0/+3
| | | | | | | 2004-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): Pass a last item to gtk_combo_box_relayout_item. (#161050, John Finlay)
* Rename a local variable to avoid a conflict. (#161109, Robert Ögren) 1Matthias Clasen2004-12-131-0/+5
| | | | | | | | 2004-12-12 Matthias Clasen <mclasen@redhat.com> * tests/testfilechooserbutton.c (tests_button_clicked_cb): Rename a local variable to avoid a conflict. (#161109, Robert Ögren) 1
* Fix date of last entry.Tor Lillqvist2004-12-121-1/+1
|
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-12 Tor Lillqvist <tml@iki.fi> * gtk/gtkaccelmap.[ch] * gtk/gtkfilechooser.[ch] * gtk/gtkfilesel.c * gtk/gtkfilesystemwin32.c * gtk/gtkiconfactory.[ch] * gtk/gtkicontheme.[ch] * gtk/gtkimage.[ch] * gtk/gtkimmodule.c * gtk/gtkmodules.c * gtk/gtkrc.[ch] * gtk/gtkuimanager.[ch] * gtk/gtkwindow.[ch] * gtk/updateiconcache.c * gtk/gtk.symbols: Use gstdio wrappers. On Windows, convert environment variables referring to pathnames from locale encoding to UTF-8. As in GLib, in order to preserve Windows DLL ABI stability, add binary compatibility versions of functions that take file names as arguments, or return file names. Add a _utf8 suffix to the "real" such functions on Windows. The ABI compatibility versions keep the old name. * gtk/Makefile.am: Strip PRIVATE symbols from the GNU import library. * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Implement file mapping on Win32. * gtk/updateiconcache.c: Don't crash if invoked without argument. Use binary mode when opening file. * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am: Install gtkrc in correct place, in <datadir>/themes/MS-Windows/gtk-2.0.
* Fix a copy-and-paste error, noticed by Robert Ögren.Matthias Clasen2004-12-121-0/+5
| | | | | | | 2004-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a copy-and-paste error, noticed by Robert Ögren.
* Only wrap if we are in the topmost menu. (#160936, John Finlay)Matthias Clasen2004-12-111-0/+6
| | | | | | | | 2004-12-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level) (gtk_combo_box_menu_row_changed): Only wrap if we are in the topmost menu. (#160936, John Finlay)
* Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)Matthias Clasen2004-12-101-0/+20
| | | | | | | | | | | | | | | | | | | | | | 2004-12-10 Matthias Clasen <mclasen@redhat.com> Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor) * gtk/gtkwindow.c: Factor out mnemonic hash code into a separate file. * gtk/gtkmnemonichash.[hc]: Factored out mnemonic hash code from gtkwindow.c. * gtk/Makefile.am (gtk_c_sources): Add gtkmnemonichash.[hc]. * gtk/gtkmenushell.c (struct _GtkMenuShellPrivate): Give menu shells their own mnemonic hash. * gtk/gtkmenushell.h: Add private api to support mnemonics. * gtk/gtklabel.c (gtk_label_setup_mnemonic): Add mnemonic to the menushell mnemonic hash when inside a menu.
* add recent new functions.Manish Singh2004-12-101-0/+4
| | | | | | Fri Dec 10 13:59:32 2004 Manish Singh <yosh@gimp.org> * gtk/gtk.symbols: add recent new functions.
* Revert the patch which added no-alt mnemonics, since it interfers badlyMatthias Clasen2004-12-101-0/+6
| | | | | | | | 2004-12-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c: Revert the patch which added no-alt mnemonics, since it interfers badly with menus. (#160911, Jonathan Blandford)
* Fix a property nick typo.Matthias Clasen2004-12-101-0/+3
| | | | | | | 2004-12-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_class_init): Fix a property nick typo.
* Apply a patch to reset the filter if an otherwise invisible file isMatthias Clasen2004-12-091-0/+4
| | | | | | | | 2004-12-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Apply a patch to reset the filter if an otherwise invisible file is selected via the location popup. (#159896, Carlos Garnacho Parro)
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-091-0/+17
| | | | | | | | | | | | | | | | | | | 2004-12-09 Matthias Clasen <mclasen@redhat.com> Fix #145463, reported by Michael Natterer. * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add an editing flag to keep track of when editing is done. * gtk/gtkcellrenderer.h: * gtk/gtkcellrenderer.c (gtk_cell_renderer_stop_editing): New function to replace gtk_cell_renderer_editing_canceled(). Deprecate gtk_cell_renderer_editing_canceled(). * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done): * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_editing_done): * gtk/gtktreeview.c (gtk_tree_view_stop_editing): Use gtk_cell_renderer_stop_editing().
* Add functions which allow faster insertion of rows in sorted list stores.Matthias Clasen2004-12-091-0/+7
| | | | | | | | | 2004-12-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.h: * gtk/gtkliststore.c (gtk_list_store_insert_with_values): (gtk_list_store_insert_with_valuesv): Add functions which allow faster insertion of rows in sorted list stores. (#160063)
* Fix a typo in the docs. (#160826, Jay Camp)Matthias Clasen2004-12-091-0/+5
| | | | | | | 2004-12-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo in the docs. (#160826, Jay Camp)
* Merged from gtk-2-4:Federico Mena Quintero2004-12-091-0/+7
| | | | | | | | | 2004-12-08 Federico Mena Quintero <federico@ximian.com> Merged from gtk-2-4: * gtk/gtkfilechooserdefault.c (pending_op_process): Center the selected row so that it's easily visible.
* Fix #111031, reported by Padraig O'Briain:Matthias Clasen2004-12-081-0/+16
| | | | | | | | | | | | | | | | | | 2004-12-08 Matthias Clasen <mclasen@redhat.com> Fix #111031, reported by Padraig O'Briain: * gtk/gtktextlayout.h: * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position): Add a variant of gtk_text_layout_get_iter_at_pixel() which returns the character at the position, not the closest cursor position. * gtk/gtktextview.h: * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): Add a variant of gtk_text_view_get_iter_at_location() which returns the character at the position, not the closest cursor position.
* Remove all entries for the same key, not just the first one. (#159498,Matthias Clasen2004-12-081-0/+6
| | | | | | | | 2004-12-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaccelmap.c (internal_change_entry): Remove all entries for the same key, not just the first one. (#159498, Christian Persch)
* Use button->event_window for the fake leave event, otherwise the buttonMatthias Clasen2004-12-081-0/+6
| | | | | | | | 2004-12-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Use button->event_window for the fake leave event, otherwise the button ignores it.
* Make this work, no need to invert the array.Matthias Clasen2004-12-081-0/+6
| | | | | | | | | | 2004-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Make this work, no need to invert the array. * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Emit rows_reordered if the row has been moved. (#160063)
* Don't mess up the column header state if the button release event isMatthias Clasen2004-12-081-0/+10
| | | | | | | | 2004-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): Don't mess up the column header state if the button release event is missed. (#159640)
* Fix a typo in last commitMarco Pesenti Gritti2004-12-071-0/+6
| | | | | | | | 2004-12-07 Marco Pesenti Gritti <marco@gnome.org> * gtk/gtkcellview.c: (gtk_cell_view_set_background_color): Fix a typo in last commit
* Queue a redraw. (#160679, Damon Chaplin)Matthias Clasen2004-12-071-0/+5
| | | | | | | 2004-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Queue a redraw. (#160679, Damon Chaplin)
* Add complex dialogs to gallery.Matthias Clasen2004-12-071-0/+7
|
* Prevent double commits, don't commit when Ctrl is present. (#160376,Matthias Clasen2004-12-061-0/+5
| | | | | | | 2004-12-06 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextime.c: Prevent double commits, don't commit when Ctrl is present. (#160376, Kazuki IWAMOTO)
* Implement keynav for the color picker - win32 too. Fixes bug #160437.Hans Breuer2004-12-051-0/+5
| | | | | | | 2004-12-06 Hans Breuer <hans@breuer.org> * gtk/gtkcolorsel.c (key_press): Implement keynav for the color picker - win32 too. Fixes bug #160437.
* Use g_fopen().Tor Lillqvist2004-12-051-0/+7
| | | | | | | | | 2004-12-05 Tor Lillqvist <tml@iki.fi> * demos/gtk-demo/main.c (load_file): Use g_fopen(). * demos/gtk-demo/images.c (progressive_timeout): Use g_fopen(). Open png file in binary mode.
* Bump versionMatthias Clasen2004-12-031-0/+2
|
* 2.5.6GTK_2_5_6Matthias Clasen2004-12-031-0/+6
|
* gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) WorkTor Lillqvist2004-12-031-0/+8
| | | | | | | | | | 2004-12-03 Tor Lillqvist <tml@iki.fi> * gdk-pixbuf/Makefile.am (gdk_pixbuf.def) * gdk/Makefile.am (gdk.def) * gtk/Makefile.am (gtk.def): Work around gcc misfeature. At least gcc 3.3.1 doesn't like to do -E on files that it thinks aren't source files. Use redirection and '-' instead.
* Reinstate the previous behavior for clicking Ok after activating aMatthias Clasen2004-12-031-0/+6
| | | | | | | | 2004-12-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Reinstate the previous behavior for clicking Ok after activating a bookmark or path bar button in folder modes. (#160044, Dennis Cranston)
* Merged from gtk-2-4:Federico Mena Quintero2004-12-021-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-02 Federico Mena Quintero <federico@ximian.com> Merged from gtk-2-4: Fix #159656: * gtk/gtkfilechooserdefault.c (PendingOp): New enumeration for the pending operation to perform when finishing loading a folder. (struct _GtkFileChooserDefault): New fields 'pending_op' and 'pending_select_path'. (pending_op_queue): New utility function. (pending_op_process): New utility function. (gtk_file_chooser_default_select_path): Don't select the path immediately; delay it until the folder is finished loading. (browse_files_model_finished_loading_cb): Process the pending operation. (browse_files_select_first_row): New utility function. (gtk_file_chooser_default_initial_focus): Use browse_files_select_first_row(). (gtk_file_chooser_default_should_respond): Queue an operation to select the first row once we load the child folder. (up_folder_handler): Queue an operation to select the current folder once we load the parent folder. (gtk_file_chooser_default_finalize): Free the pending_select_path.
* Make sure we always return a value. Return None in the fallthrough case.Manish Singh2004-12-021-0/+5
| | | | | | | Thu Dec 2 13:18:34 2004 Manish Singh <yosh@gimp.org> * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always return a value. Return None in the fallthrough case.
* Don't leak pango_font_description object (#160214, Frederic Crozat).Matthias Clasen2004-12-021-0/+5
| | | | | | | 2004-12-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmessagedialog.c: (setup_primary_label_font): Don't leak pango_font_description object (#160214, Frederic Crozat).
* Handle the fact the the changed row may also be moved. (#159387, OlivierMatthias Clasen2004-12-021-0/+6
| | | | | | | | 2004-12-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_row_changed): Handle the fact the the changed row may also be moved. (#159387, Olivier Andrieu)
* Use the module's correct name in test. (#160122)Tor Lillqvist2004-12-011-0/+5
| | | | | | | 2004-12-01 Tor Lillqvist <tml@iki.fi> * modules/input/imime.c (im_module_create): Use the module's correct name in test. (#160122)
* xp theme combo box arrows on toolbarsDom Lachowicz2004-12-011-0/+1
|
* draw XP status bar grip, toolbar grip properlyDom Lachowicz2004-12-011-0/+2
|
* added virtual functions GtkUIManager::get_widget() and ::get_action().Michael Natterer2004-12-011-0/+10
| | | | | | | | | | | | 2004-12-01 Michael Natterer <mitch@gimp.org> * gtk/gtkuimanager.[ch]: added virtual functions GtkUIManager::get_widget() and ::get_action(). Moved the code from gtk_ui_manager_get_widget() and get_action() to the default implementations. Fixes bug #160096. (gtk_ui_manager_get_toplevels): added missing precondition check for GTK_IS_UI_MANAGER(self).