]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Output gdk-pixbuf/gdk_pixbuf.rc.
[~andy/gtk] / ChangeLog.pre-2-2
index e1a60c606f667c9c4842c48593f220c4642b850c..50b1dfdeccb33250d8e63d39e766021cc34d911b 100644 (file)
@@ -1,3 +1,27 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Output gdk-pixbuf/gdk_pixbuf.rc.
+
+       * gdk/gdk.def
+       * gdk/win32/gdkevents-win32.c: Add and (trivially) implement
+       gdk_pointer_grab_info_libgtk_only() and
+       gdk_keyboard_grab_info_libgtk_only().
+
+2002-03-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents-win32.c (build_keypress_event): Reorder
+       code, keyval should get a value in all cases now.
+       (build_keyrelease_event): Set GDK_CONTROL_MASK here, too, if it
+       was a control character produced with Alt+keypad digits.
+       (gdk_event_translate): Minor cleanups to keyboard input
+       handling. Still need more major work.
+       
+Sat Mar  2 16:12:03 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't
+       do special focus handling if draw_indicator is not set.
+       (#64723, Damon Chaplin.)
+
 Sat Mar  2 15:48:04 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (gtk_entry_new_with_max_length,