]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Fixes for non XKB operation. (#73103)
[~andy/gtk] / ChangeLog.pre-2-8
index a22b249d58265de15bc1e40338e09c556e35cb77..520c25b4e044c201172ffbe7826b26a67ae5df27 100644 (file)
@@ -1,3 +1,40 @@
+Mon Mar  4 12:43:48 2002  Owen Taylor  <otaylor@redhat.com>
+
+        Fixes for non XKB operation. (#73103)
+
+       * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
+       Fix problem where GDK_Tab was converted to GDK_ISO_Left_Tab
+       always, not just if Shift was pressed.
+       
+       * gdk/x11/gdkkeys-x11.c gdk/x11/gdkprivate-x11.c 
+       gdk/x11/gdkevents-x11.c: Move determination of group
+       to _gdk_x11_get_group_for_state(), fix to handle non-XKB.
+
+       * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Only
+       add in SHIFT_MASK | LOCK_MASK to consumed_modifiers if the shifted
+       and unshifted keysyms are different. Only add in group_switch_mask
+       if the group-switched and non-group-switched keysyms are diferent.
+
+       * 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)
+
+       * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
+       Remove the hack to fudge the return value for GDK_Tab + Shift
+       since that didn't work -- it didn't affect the reverse mapping.
+       Instead fudge the non-XKB keymap instead.
+
+Mon Mar  4 11:02:18 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_get_selections): Fix
+       memory leak. (#73370, Paolo Maggi).
+
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix