X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog;h=d5aaceb8aaeda52a3a6d1808f1d6c855e82aef74;hb=d8dd3fb392fb025c36bc56e4b80e19bef046d86b;hp=9fd446eb9264633bcdc927e2ef05800695103ad0;hpb=776870fcffd0073ae68b2cf39b570c78edde7ba9;p=~andy%2Fgtk diff --git a/ChangeLog b/ChangeLog index 9fd446eb9..d5aaceb8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +Wed Mar 6 00:20:59 2002 Jonathan Blandford + + * gtk/gtktreeviewcolumn.c + (gtk_tree_view_column_cell_process_action): move event handling to + the process_action function so we can have the event go to + individual cells. + +Tue Mar 5 22:16:58 2002 Owen Taylor + + * GTK+-2.0.0 rc1 + + * docs/tutorial,faq/Makefile.am: Deal with the html directory + already being there. + + * docs/faq/Makefile.am (EXTRA_DIST): Add gtk-faq.sgml to EXTRA_DIST. + +2002-03-05 Manish Singh + + * gdk/Makefile.am + * gtk/Makefile.am: use install-foo-hook instead of install-foo-local, + since foo-local is run before the their respective builtin targets + in automake 1.5 + +2002-03-05 jacob berkman + + * configure.in: change an == to = + +2002-03-06 Tor Lillqvist + + * gdk-pixbuf/gdk_pixbuf.rc.in + * gdk/win32/rc/gdk.rc.in + * gtk/gtk-win32.rc.in: Use GTK_API_VERSION. + +2002-03-05 Manish Singh + + * configure.in: Fix up the freetype checking logic. Suppress + suprious "no" with --disable-modules. + +2002-03-06 Tor Lillqvist + * gdk/win32/gdkevents-win32.c (gdk_pointer_grab, + gdk_pointer_ungrab): Bypass calls to the grab/ungrab functions in + gdkinput-win32.c, as they don't effectively do anything anyway. + (build_key_event_state): Set MOD2 bit if key is in AltGr group. + (gdk_event_translate): Call _gdk_windowing_window_get_offsets() + each time the offsets are used, on the window they refer to, + instead of once in the beginning. The window in question might + change due to event propagation. + (gdk_event_translate): Set key event group to 0 for non-AltGr + keys. Do set the SHIFT bit in the key event state also for + ISO_Left_Tab. Now backtabbing finally works again. + + * gdk/win32/gdkunput-win32.c: Minor debugging output change. + + * gdk/win32/gdkkeys-win32.c (update_keymap): Set VK_TAB mapping to + Gdk_Tab and GDK_ISO_Left_Tab, like on X11. + (gdk_keymap_translate_keyboard_state): Add similar code as in the + non-XKB case on X11 to generate a more correct + consumed_modifiers. Add debugging output. + (gdk_keyval_name): Use the U+xxxx format for UCS characters + encoded as keyvals. Never return NULL, but hex number + representation if keyval not in table. + + * gdk/win32/gdkwindow-win32.c (gdk_window_focus): Call + SetFocus(). Doesn't seem to have any harmful effect, and probably + is close to what this function is supposed to do. But it didn't + fix GtkCombo as I had hoped. + (gdk_window_set_type_hint): Don't intern the _NET_WM_* atoms that + weren't used and wouldn't have any meaning on Win32 anyway. + +Tue Mar 5 19:19:19 2002 Owen Taylor + + * gtk/gtkwindow.c (gtk_window_set_focus): When setting + the focus to NULL, clear the existing focus chain so + that when we focus into the window again, we start + at the beginning. (Pointed out by Tim Janik.) + +2002-03-06 James Henstridge + + * configure.in: libpango is now called libpango-1.0 + +Tue Mar 5 18:17:31 2002 Jonathan Blandford + + * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): + remove sizing == AUTOSIZE check. Update docs. + Tue Mar 5 17:43:43 2002 Owen Taylor * gtk/gtkfontsel.c (gtk_font_selection_init): Don't @@ -91,7 +176,7 @@ Mon Mar 4 12:43:48 2002 Owen Taylor * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): When calling XKeycodeToKeysym, use group * keysyms_per_keycode / 2 - not group * keysyms_per_keycode. (Tor Lillquist) + not group * keysyms_per_keycode. (Tor Lillqvist) * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Remove the hack to fudge the return value for GDK_Tab + Shift