2003-03-05 Stanislav Brabec <sbrabec@suse.cz>
* gtk/gtkrc.c: Fixed altering of glibc private locale area
(#107634). Makes it usable with glibc-3.2 again, but the code is
still not mature.
Fri Dec 13 23:10:21 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkclist.c: Fix a problem with the focus row
ending up off the list when rows were deleted
(#94812, Christian Reis, Jon Nelson).
Tue May 14 18:13:10 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdnd.c (gdk_window_cache_filter): Fix
prepending at the start of the list. (#56349,
Thomas Leonard.)
Tue Feb 5 19:34:31 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdnd.c (gdk_window_cache_filter): Fix ordering
on ConfigureNotify (#56349, Thomas Leonard)
Hasbullah Bin Pit (sebol)<sebol@ikhlas.com>
Tag: gtk-1-2
* configure.in (ALL_LINGUAS): Add "ms" to the language list.
* po/ms.po: Added Malay Translation.
Sun Aug 5 09:48:08 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtklist.c (gtk_list_clear_items): Fix
problem with selecting a new focus child.
* gtk/gtklist.c (gtk_list_clear_items): Clear
list->undo/list_focus_child after unparenting
child, since unparenting the child can result
in list->last_focus_child being set. (#58024)
Tue Jul 24 16:41:12 2001 Owen Taylor <otaylor@redhat.com>
* configure.in po/ta.po (ALL_LINGUAS): Remove dummy ta po - Tamil
translation doesn't really make sense for GTK+-1.2 anyways,
so lets not worry about the fact that it is missing
in this branch.
2001-06-01 Alex Larsson <alexl@redhat.com>
* gdk/gdkevents.c (expose_predicate):
Allow expose event compression past configure notify events for
other toplevel window. This fixes performance when dragging a
window of an application over another window of the same
application. In this case there will be interleaved exposure
and configure events.
Thu May 31 12:43:57 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkoptionmenu.c: Account for the fact that the border
width is _outside_ the allocation. (Fixes#54585)
2001-04-19 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkwindow.c (gtk_window_focus_filter): Only consider
crossing events if the parent of the window is the root window.
This is so that GtkPlugs will not do funny things when they think
they should get the focus.