]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
reenabled button_release events for xinput devices. (#113948)
[~andy/gtk] / ChangeLog.pre-2-8
index 9ed79346b78fb3fc4122835c72566a4800ea31e5..c767f4bd892c87e3c4bf2330446537b2edbd25a0 100644 (file)
@@ -1,3 +1,126 @@
+2003-06-03  Michael Natterer  <mitch@gimp.org>
+
+       * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
+       reenabled button_release events for xinput devices. (#113948)
+
+2003-06-03  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added "li" to ALL_LINGUAS.
+
+Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
+       map the event window if the notebook isn't mapped. (#113980,
+       Richard Reich)
+
+2003-06-02  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
+
+       * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
+
+2003-06-01  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
+       Since: 2.4 to the docs.
+
+       * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
+       an example to the docs.  (#98427)
+
+2003-05-30  Murray Cumming  <murrayc@usa.net>
+
+       * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
+       gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
+       uses the new private data system - see g_type_class_add_private() in
+       gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
+
+2003-05-30  Matthias Clasen  <maclas@gmx.de>
+       
+       * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
+       signature of gtk_notebook_draw_arrow() for Solaris builds to go
+       through.  (#114043, Anand Subramanian)
+
+Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * modules/input/imipa.c: 
+       use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
+
+Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * gtk/gtkimmodule.c (_gtk_im_module_list):
+       use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
+
+Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
+       label of default input method localizable.
+       * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
+       use translations of input method context names
+       * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
+         modules/input/iminuktitut.c, modules/input/imthai-broken.c,
+         modules/input/imti-er.c, modules/input/imti-et.c
+         modules/input/imviqr.c, modules/input/imxim.c
+       use GETTEXT_PACKAGE instead of "gtk+" for domain name.
+       (#113850).
+
+Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
+       grab separate, the user might clear the tree in the focus-in
+       callback. (Fixes #113086, testcase from Felipe Heidrich).
+
+Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
+       of row reference when we unset the model. Also reset
+       dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
+
+Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
+       the current editing, if it exists. (Fixes #108956, reported by
+       Michael Natterer).
+
+Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeview.c (check_selection_helper): new function,
+       (gtk_tree_view_row_deleted): traverse the tree from the
+       deleted node to see whether the selection changed, instead of
+       just checking this node. (Fixes #107400, reported by 'Duncan').
+
+Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
+       (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
+       instead of _maybe_begin_dragging_row, so the icon can be
+       overridden by apps. (Fixes #104374, patch from Daniel Elstner).
+
+Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
+       cell_area x/width for the expander if needed. (Fixes #101748,
+       reported by Dave Cook and Mariano Suarez-Alvarez).
+
+Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
+       if tree/node are still the same after _internal_select_node.
+       (Fixes #92256, reported by edscott).
+
 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
 
        Fixes #75745, reported by Richard Hult. Merged from stable.