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.
2001-04-01 Chema Celorio <chema@celorio.com>
* gtk/gtkmenu.c (gtk_menu_paint):
(gtk_menu_key_press): invalidate some acelerators.
* gtk/gtkmenu.h: update header for new feature.
* gtk/gtkmenu.c (gtk_menu_key_press): rewrite, add speed improvements.
(gtk_menu_key_press): who wrote this ? sigh... use GList instead.
Sun Apr 1 23:01:31 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.2.10.
Sun Apr 1 22:22:47 2001 Owen Taylor <otaylor@redhat.com>
[ Addition of safety checks to try to avoid segfaulting
on broken setups always. ]
* gdk/gdkfont.c (_gdk_font_wc_to_glyphs): Add a boolean
return value to deal with failure of conversion of
wide characters to glyphs.
* gtk/gtkentry.c gtk/gtklabel.c: Handle failure of
mbstowcs/wcstombs a bit better.
* gdk/gdkfont.c gdk/gdkdraw.c: Deal with failure of
_gdk_font_wc_to_glyphs() gracefully
* gdk/gdkim.c (_gdk_wcstombs_len): quietly return NULL on
failure instead of g_return_if_fail().
Wed Mar 28 16:05:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfontsel.c (gtk_font_selection_select_size): Fix
problem where fractional sizes caused infinite loop.
(bugzilla.redhat.com #33081)
Wed Mar 28 14:52:08 2001 Owen Taylor <otaylor@redhat.com>
* docs/Makefile.am: Remove excess rules breaking
distcheck.