]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Handle gtk-alternative-button-order (setting it to TRUE).
[~andy/gtk] / ChangeLog.pre-2-8
index 88de90d388fc01dd22dc5024298dede80a7a330c..61c1fa5628ca88551f1f200582b44648fc5dac5c 100644 (file)
@@ -1,3 +1,123 @@
+2005-05-24  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle
+       gtk-alternative-button-order (setting it to TRUE).
+
+2005-05-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_search_init): Remove
+       an unused variable.  (#305130, Jaap A. Haitsma)
+
+       * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
+       the focus away from the file list when operating the filter
+       combo with the pointer.  (#304844, Sven Neumann)
+
+2005-05-23  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
+       GDK_Menu. (#172383, Ivan Wong)
+
+       * gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one
+       of the special cases this function takes care of, use it as
+       such. This takes care of for instance the Bengali Virama, see bug
+       #165723.
+
+2005-05-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkimcontextsimple.c (check_table): Avoid a possible
+       buffer overrun.  (#142444, Leonard Michlmayr)
+
+       * gtk/gtkfilesystem.c: Remove C99-isms (#304879, 
+       Kazuki IWAMOTO)
+
+2005-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
+       Use the correct function to conver the uri to a path.  (#304565,
+       Ismael Juma)
+
+       * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
+       Cancel button properly.  (#304234, Sven Neumann)
+
+2005-05-18  Anders Carlsson  <andersca@imendio.com>
+
+       * gtk/gtktextview.c: (gtk_text_view_flush_scroll),
+       (gtk_text_view_update_adjustments), (gtk_text_view_value_changed):
+       * gtk/gtktextview.h:
+       If the horizontal adjustment changes because of a change in the
+       layout width, then do a complete redraw. This is because there
+       might be right-aligned or centered text that needs to be redrawn.
+
+2005-05-18  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
+       the event masks of descendent windows.  (#169821, Tommi Komulainen)
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_drop_column) 
+       (gtk_tree_view_set_column_drag_info): Fix some errors in the
+       handling of drop columns.  (#143355, John Finlay)
+
+       * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
+       Remove the no longer needed workaround.
+
+       * gtk/gtkwidget.c (widget_add_child_draw_rectangle): Only collect
+       allocations of mapped children.
+
+       * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
+       Add a bug reference.
+
+2005-05-18  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkevents-win32.c
+       * gdk/win32/gdkkeys-win32.c
+       * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
+       lParam of WM_KEY* messages to distinguish between left and right
+       Control and Alt keys. Unfortunately, the right Shift key doesnt
+       set KF_EXTENDED, so to distinguish between left and right Shift
+       keys, check the scan code. (#304584)
+
+2005-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if
+       length overflows.  (#161520, Ian Wienand)
+
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
+       parameter names to make gtk-doc happy.
+
+       * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
+       values of draw-value and value-pos to be the values we
+       actually use in _init. (#304547, Mikael Hallendal)
+
+       * gtk/gtkcellrendererpixbuf.c: Support named icons in
+       cells by adding a icon-name property. (#165777, Anders
+       Carlsson)
+
+       * gtk/gtk.symbols:
+       * gtk/gtktoolbutton.h: 
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name) 
+       (gtk_tool_button_get_icon_name): Support named icons in 
+       tool buttons by adding a icon-name property. (#116577, 
+       Christian Neumair)
+
+       * gtk/gtk.symbols: 
+       * gtk/gtkdnd.h: 
+       * gtk/gtkdnd.c (gtk_drag_source_set_icon_name) 
+       (gtk_drag_set_icon_name): New functions to support themed 
+       drag icons.  (#116577, Christian Neumair)
+
+2005-05-17  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface): 
+       Update to changed cairo interface.
+
+       * gdk/x11/gdkdrawable-x11.[ch]:
+       Add _gdk_x11_drawable_update_size()
+       
+       * gdk/x11/gdkwindow-x11.c (gdk_window_resize) 
+       (gdk_window_move_resize)
+       * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
+       Call _gdk_x11_drawable_update_size().
+
 2005-05-17  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtktextview.c (cursor_blinks): Don't blink the cursor