summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
Commit message (Collapse)AuthorAgeFilesLines
...
* Transfer state from the button to the cell view to get prelighting right.Matthias Clasen2004-12-241-0/+6
| | | | | | | | 2004-12-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Transfer state from the button to the cell view to get prelighting right. (#156327, Ricardo Veguilla)
* Conflict markersSøren Sandmann Pedersen2004-12-221-1/+0
|
* Add sensitivity-changing timeout. Written by Christian Persch.Søren Sandmann2004-12-221-1/+27
| | | | | | | | | | | | | | | | | Wed Dec 22 14:22:19 2004 Søren Sandmann <sandmann@redhat.com> * tests/testtoolbar.c (timeout_cb): Add sensitivity-changing timeout. Written by Christian Persch. Wed Dec 22 14:14:02 2004 Søren Sandmann <sandmann@redhat.com> Bug #161561 * gdk/x11/gdkwindow-x11.c (tmp_{re,un}set_bg): Only set/reset the background for windows that get expose events. * gdk/gdkwindow.c (gdk_window_process_updates_internal): Remove hack to repaint !expose windows.
* Don't forget to null the mnemonic_menu when unsetting a mnemonic, reportedMatthias Clasen2004-12-221-0/+13
| | | | | | | | 2004-12-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to null the mnemonic_menu when unsetting a mnemonic, reported by Owen Taylor.
* Fix sorting of list stores. (#161886, Marcin Krzyzanowski)Matthias Clasen2004-12-221-0/+11
| | | | | | | | | | | | | 2004-12-22 Matthias Clasen <mclasen@redhat.com> Fix sorting of list stores. (#161886, Marcin Krzyzanowski) * gtk/gtkliststore.c (generate_order): Generate the order the way it is supposed to be, order[new_pos] == old_pos. (gtk_list_store_reorder): Invert the order before using it. * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Adapt to the list store fix.
* print out the version and binary name in the header comment. ProblemJonathan Blandford2004-12-221-0/+5
| | | | | | | Wed Dec 22 01:24:01 2004 Jonathan Blandford <jrb@redhat.com> * gtk/queryimmodules.c (main): print out the version and binary name in the header comment. Problem reported by Seth Nickell.
* Pass a root path to gtk_tree_model_rows_reordered(). (#161720, MarcinMatthias Clasen2004-12-201-0/+4
| | | | | | | | 2004-12-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a root path to gtk_tree_model_rows_reordered(). (#161720, Marcin Krzyzanowski)
* Don't translate NULL messages. (#161789, Morten Welinder)Matthias Clasen2004-12-201-0/+3
| | | | | | | 2004-12-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't translate NULL messages. (#161789, Morten Welinder)
* Don't show the secondary label on show_all(). (#161707, Christian Persch)Matthias Clasen2004-12-201-0/+5
| | | | | | | 2004-12-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmessagedialog.c (setup_primary_label_font): Don't show the secondary label on show_all(). (#161707, Christian Persch)
* Use wide character API when available. Use UTF-8 for filenames.Tor Lillqvist2004-12-191-0/+9
| | | | | | | | | | | 2004-12-19 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdnd-win32.c (resolve_link, gdk_dropfiles_filter): Use wide character API when available. Use UTF-8 for filenames. * gdk/win32/gdkselection-win32.c (_gdk_dropfiles_store): Include the string's trailing zero byte in the property's length, just for safety.
* Add missing GDK_THREADS_ENTER/LEAVE.Matthias Clasen2004-12-191-0/+11
| | | | | | | | | | | | | | | 2004-12-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserentry.c (check_completion_callback) (load_directory_callback): Add missing GDK_THREADS_ENTER/LEAVE. * gtk/gtkfilechooserdefault.c (edited_idle_cb) (shortcuts_drag_outside_idle_cb): Add missing GDK_THREADS_ENTER/LEAVE. (#161604) * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): (list_select_func): Don't call gtk_file_info_get_is_folder() on NULL.
* Add missing initializations. (#161646, Torsten Schoenfeld)Matthias Clasen2004-12-191-0/+6
| | | | | | | | 2004-12-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_get_logo_icon_name): (gtk_about_dialog_init): Add missing initializations. (#161646, Torsten Schoenfeld)
* Bump versionMatthias Clasen2004-12-161-0/+2
|
* 2.6.0 second tryGTK_2_6_0Matthias Clasen2004-12-161-0/+5
|
* 2.6.0Matthias Clasen2004-12-161-0/+4
|
* Only unblock the handlers if they are blocked.Matthias Clasen2004-12-161-0/+3
| | | | | | | 2004-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (dialog_response_cb): Only unblock the handlers if they are blocked.
* Don't crash if enable_search is FALSE. (#161267, Jorn Baayen)Matthias Clasen2004-12-161-0/+10
| | | | | | | | | | 2004-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): Don't crash if enable_search is FALSE. (#161267, Jorn Baayen) * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_mnemonic_activate): Re-fix #152925, reported by Dennis Cranston.
* Add missing includes.Matthias Clasen2004-12-161-0/+2
| | | | | | 2004-12-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c: Add missing includes.
* Require glib 2.6.0 for g_filename_display_basename.Matthias Clasen2004-12-161-0/+10
| | | | | | | | | | | | 2004-12-15 Matthias Clasen <mclasen@redhat.com> * configure.in: Require glib 2.6.0 for g_filename_display_basename. * gtk/gtkentrycompletion.[hc]: Make the prefix parameter to the insert-prefix signal a const gchar* instead of a gchar*. (#161415, Murray Cumming) Also remove an unused static function.
* Use g_filename_display_basename to calculate display name.Alexander Larsson2004-12-151-0/+5
| | | | | | | 2004-12-15 Alexander Larsson <alexl@redhat.com> * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Use g_filename_display_basename to calculate display name.
* UpdatesMatthias Clasen2004-12-151-0/+2
|
* Use _gtk_menu_item_popup_submenu() to make keynav into submenus workMatthias Clasen2004-12-151-0/+12
| | | | | | | | | | | | | | 2004-12-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first) (gtk_real_menu_shell_activate_current): Use _gtk_menu_item_popup_submenu() to make keynav into submenus work instantaneously, independent of the popup delay. (#161140) * gtk/gtkmenuitem.[hc]: _-prefix gtk_menu_item_popup_submenu() and make it non-static. * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove unused variables.
* Use a GtkComboBox in SELECT_FOLDER mode (#157726).James M. Cape2004-12-151-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-15 James M. Cape <jcape@ignore-your.tv> * gtk/gtkfilechooserbutton.c (struct _GtkFileChooserButtonPrivate) (gtk_file_chooser_button_init) (gtk_file_chooser_button_file_chooser_iface_init) (gtk_file_chooser_button_add_shortcut_folder) (gtk_file_chooser_button_remove_shortcut_folder) (gtk_file_chooser_button_constructor) (gtk_file_chooser_button_set_property) (gtk_file_chooser_button_destroy) (gtk_file_chooser_button_finalize) (get_icon_theme) (get_display_name_for_path) (model_get_type_position) (model_free_row_data) (model_add_special) (model_add_other) (model_add_volumes) (model_add_bookmarks) (model_update_current_folder) (model_remove_rows) (filter_model_visible_func) (combo_box_row_separator_func) (name_cell_data_func) (update_combo_box) (fs_volumes_changed_cb) (fs_bookmarks_changed_cb) (combo_box_changed_cb) (change_icon_size): Use a GtkComboBox in SELECT_FOLDER mode (#157726). * gtk/gtkfilechooserbutton.c: * gtk/gtkfilechooserbutton.h (gtk_file_chooser_button_new) (gtk_file_chooser_button_new_with_backend): Add @action to constructors to match other GtkFileChooser impls. API CHANGE. * docs/tools/widgets.c (create_file_button): * tests/testfilechooserbutton.c (main): Update callers. * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Reflect API change. * tests/testfilechooserbutton.c: Add LGPL license. (main): Added GOption parser for --backend and --right-to-left cmd line args. (add_pwds_parent_as_shortcut_clicked_cb) (del_pwds_parent_as_shortcut_clicked_cb) (tests_button_clicked_cb): Add shortcut_folders test. (chooser_current_folder_changed_cb) (chooser_selection_changed_cb) (chooser_file_activated_cb) (chooser_update_preview_cb): Print URIS, not filenames.
* Don't try to filter if impl->current_filter is NULL. (#161329, R.Matthias Clasen2004-12-151-0/+6
| | | | | | | | 2004-12-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (get_is_file_filtered): Don't try to filter if impl->current_filter is NULL. (#161329, R. McFarland)
* Merged from gtk-2-4:Federico Mena Quintero2004-12-151-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-14 Federico Mena Quintero <federico@ximian.com> Merged from gtk-2-4: Fix #145470: * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_initial_focus): Queue a pending operation to select the first row if we are not finished loading yet. (gtk_file_chooser_default_class_init): Override GtkWidget::map(). (gtk_file_chooser_default_map): New ::map() handler; refresh the file and bookmark lists. * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_class_init): Override GtkWidget::map() and GtkWidget::unmap(). (gtk_file_chooser_dialog_constructor): Don't call initial_focus() here. (gtk_file_chooser_dialog_map): Map the file chooser widget if needed. Call initial_focus() here. (gtk_file_chooser_dialog_unmap): Unmap the file chooser widget. When we are re-mapped, the widget will get mapped as well and it will have a chance to refresh.
* Fix a typoMatthias Clasen2004-12-141-0/+4
| | | | | | | | 2004-12-14 Matthias Clasen <mclasen@redhat.com> * README.win32: Fix a typo * README.in: Updates
* Don't use gtk_cell_renderer_set_values().Matthias Clasen2004-12-141-0/+6
| | | | | | 2004-12-14 Matthias Clasen <mclasen@redhat.com> * tests/testcombo.c (main): Don't use gtk_cell_renderer_set_values().
* Bump version to 2.6.0Matthias Clasen2004-12-141-2/+4
| | | | | | | | 2004-12-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version to 2.6.0 * NEWS: Updates
* Test oversized items.Matthias Clasen2004-12-141-0/+2
| | | | | | 2004-12-14 Matthias Clasen <mclasen@redhat.com> * tests/testiconview.c: Test oversized items.
* Add new symbols.Matthias Clasen2004-12-141-0/+9
| | | | | | | | | | | 2004-12-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: Add new symbols. * gtk/gtkiconview.[hc]: Make the icon view lay out its items in a grid, allocating multiple grid cells to oversized items. Also convert hardwired spacing constants into properties. (#152483)
* s/maximal/maximum/g (#161195, David Lodge)Matthias Clasen2004-12-131-0/+2
| | | | | | 2004-12-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c: s/maximal/maximum/g (#161195, David Lodge)
* 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.