]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Translation updated by Ivar Smolin.
[~andy/gtk] / ChangeLog
index 5589ba333fa13412f90827521fe7aafd126a0106..2501733db8f0ee65f1c776129d2d10e97a3fbd0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,217 @@
+2006-03-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkinput-x11 (gdk_input_translate_coordinates):
+       Adjust the handling of min values for the x and y axes of 
+       extended input devices  (#324562, #142536, Denis Auroux and 
+       Robert Ă–gren)
+
+       * gtk/gtkexpander.c (gtk_expander_paint_focus): Position
+       the focus rectangle correctly in RTL mode.  (#333291,
+       Benjamin Berg)
+
+2006-03-03  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/gtkimcontextsimple.c (gtk_im_context_simple_commit_char)
+       (gtk_im_context_simple_reset): Avoid emitting superfluous
+       preedit_changed signals. Thanks to Matthias. (#319407)
+
+2006-03-03  Michael Natterer  <mitch@imendio.com>
+
+       Applied modified patch from maemo-gtk which makes separators more
+       themeable. Fixes bug #332022.
+
+       * gtk/gtkwidget.c: added style properties "wide-separators",
+       "separator-width" and "separator-height".
+
+       * gtk/gtkhseparator.c
+       * gtk/gtkvseparator.c
+       * gtk/gtkmenuitem.c
+       * gtk/gtktoolbar.c: honor the new settings and paint separators
+       using gtk_paint_box() if wide-separators is true.
+
+2006-03-02  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw_style.c: Fix combobox theming
+       regression noted in bug 321301
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
+       
+2006-03-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_layout) 
+       (gtk_icon_view_row_inserted, gtk_icon_view_scroll_to_path): 
+       Make scroll_to_path work for newly inserted items, by delaying
+       the scroll until layout is done.  (#332923, Cory Dodt)
+
+       * gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
+       not GTK_WIDGET_SENSITIVE.  (#333133, Christian Persch)
+
+2006-03-02  Ross Burton  <ross@openedhand.com>
+
+       * gtk/gtktooltips.c:
+       Disable tooltips if gtk-touchscreen-mode is activated (#315112).
+
+2006-03-01  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktreeselection.c (row_is_selectable): rename to
+       _gtk_tree_selection_row_is_selectable and export internally,
+       (gtk_tree_selection_real_select_node): changed so it is always
+       possible to unselect insensitive nodes, changed the logic a bit to
+       be more clear.
+
+       * gtk/gtktreeprivate.h: add _gtk_tree_selection_row_is_selectable.
+
+       * gtk/gtktreeview.c (gtk_tree_view_row_changed): Unselect a row if
+       it became insensitive.
+
+2006-02-27  Federico Mena Quintero  <federico@novell.com>
+
+       * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Check that
+       the fontsel has a screen assigned before doing anything.  This
+       will at least warn the caller of what is wrong, since we only
+       populate the family_list until we get a screen.  Also, put the
+       reference docs here.  Fixes bug #332756.
+       (gtk_font_selection_dialog_get_font_name): Document this here.
+       (gtk_font_selection_get_font_name): Document this here; mention
+       that the font names get normalized, so the result of this function
+       may not be the same as what you set with
+       gtk_font_selection_set_font_name().
+
+2006-02-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
+
+2006-02-27  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the
+       "Gtk/TouchscreenMode" XSettings property, remove trailing
+       whitespace.
+
+       * gdk/x11/checksettings.c: #include <string.h> and sprinkled some
+       newlines.
+
+Mon Feb 27 14:52:50 2006  Tim Janik  <timj@imendio.com>
+
+       * gdkevents-x11.c:
+       * gdksettings.c: moved and renamed the gdk_settings_names and 
+       gdk_settings_map.
+
+       * gdk/x11/checksettings.c: test program for the gdk_settings_map array.
+
+       * gdk/x11/Makefile.am: run checksettings as part of make check.
+
+2006-02-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_get_cursor): Comment out some unused
+       code, and fix the reference point of composited drag cursors.
+       (#320132, Christian Neumair)
+
+Sun Feb 26 10:24:10 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
+       
+       *gdk/directfb/README
+       Updated README to remove old build instructions
+
+Sat Feb 25 10:35:23 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
+       
+       *gdk/directfb/gdkdisplay-directfb.c
+       *gdk/directfb/gdkwindow-directfb.c
+       Added stubs for shape window functions to fix compile problems
+
+2006-02-24  Federico Mena Quintero  <federico@novell.com>
+
+       * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Make the
+       column header visible, and make it be "_Places".  Changed the
+       accessible object name to Places as well.  Fixes bug #331306.
+       (file_pane_create): Do not create the path bar and "create folder"
+       button here...
+       (browse_widgets_create): ... but create them here instead.  This
+       moves the path bar to be above both the hpaned, giving it the full
+       width of the dialog.  Fixes bug #327733.
+
+Thu Feb 23 13:28:21 2006  Tim Janik  <timj@imendio.com>
+
+       * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional
+       warnings about missing X locale support. Gdk properly handles this
+       situation anyway.
+
+Fri Feb 17 14:20:29 2006  Tim Janik  <timj@imendio.com>
+
+       * gtk/gtktreemodel.h: 
+       * gtk/gtktextbtree.h: added G_GNUC_WARN_UNUSED_RESULT warnings for
+       iterator functions, to avoid invalid iterators go unnoticed,
+       suggested by Markku Vire <markku.vire@movial.fi>.
+
+2006-02-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/Makefile.am: 
+       * tests/testnotebookdnd.c: Add notebook DND tests.
+
+       * gtk/gtknotebook.h: Add a reorder_tab keynav signal and an
+       insert_page vfunc to GtkNotebook.
+
+       * gtk/gtk.symbols:
+       * gtk/gtknotebook.c: Support notebook DND. New API includes
+       gtk_notebook_set_window_creation_hook, 
+       gtk_notebook_[gs]et_group_id,
+       gtk_notebook_[gs]et_tab_reorderable, 
+       gtk_notebook_[gs]et_tab_detachable (#73240, Carlos Garnacho)
+
+2006-02-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextiter.c: Fix macro declaration
+
+       * gtk/gtkaboutdialog.c: Remove an accidentally included function.
+
+2006-02-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextbtree.c: 
+       * gtk/gtktextiter.c: Minor optimizations.  (#332059, Arnaud Charlet)
+
+       * gtk/gtkradiobutton.c (gtk_radio_button_clicked): Emit notify::active
+       here, when changing the value of this property.  (#331651)
+
+       * gtk/gtknotebook.c: Apply a patch by Paolo Borelli to
+       make the tab menu keynavigatable.  (#331440)
+
+2006-02-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaboutdialog.c: Change Close buttons to GTK_RESPONSE_CANCEL
+       so Escape works. (#331940, Daniel Drake)
+
+2006-02-22  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtksettings.c: added boolean property gtk-touchscreen-mode,
+       which essentially means "there are no motion notify events", so
+       widgets can't use the pointer hovering them for anything.
+
+       * gtk/gtkmenu.c: if gtk-touchscreen-mode is TRUE, scroll menus
+       when clicking the scroll arrows, since hovering goes undetected.
+       Fixes bug #323028.
+
+       Added boolean style property "double-arrows" which always makes
+       both scroll arrows visible when the menu is too long.
+       For pushed-in popup menus, both arrows are always shown
+       (regardless of double-arrows), in order to fix user confusion
+       about the blank area. Fixes bug #129463.
+
+2006-02-21  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
+       Make sure we always update the virtual root, also when ->priv->root
+       is still NULL.  (Markku Vire)
+
+2006-02-21  Anders Carlsson  <andersca@imendio.com>
+
+        * gdk/quartz/gdkselection-quartz.c:
+        (make_list):
+        (gdk_text_property_to_utf8_list_for_display):
+       Add these from the win32 backend.
+
 2006-02-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtknotebook.c: Properly update internal state
+       when child visibility changes.  (#331785, Sebastien Bacher)
+
        * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
        background color from the gc when it is needed.  (#331820)
 
        * gtk/gtklinkbutton.c (gtk_link_button_class_init): Fix
        a cast.
 
->>>>>>> 1.7541
 2006-02-17  Matthias Clasen  <mclasen@redhat.com>
 
        DND keynav support:
        * gtk/gtkcolorbutton.c (gtk_color_button_[un]realize):
        Remove unnecessary checks.  
 
->>>>>>> 1.7533
 2006-02-12  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working