]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Change accelerator from C_ut to Cu_t. (#82747, Paolo Maggi)
[~andy/gtk] / ChangeLog.pre-2-4
index 404315a638dcb94d09efe6e932b1285c7d3bf5f7..ba5d2e0963eceb514a631fa3bdf81266ff51c684 100644 (file)
@@ -1,3 +1,75 @@
+Fri Sep 27 15:57:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkstock.c (builtin_items): Change accelerator
+       from C_ut to Cu_t. (#82747, Paolo Maggi)
+
+Fri Sep 27 15:27:45 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimage.c (gtk_image_unrealize): Reset the
+       animation iter on unrealize as well as unmap.
+       (#94336)
+
+       * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Don't
+       turn a value of "" into NULL. (#94157, Vitaly Tishkov)
+
+Wed Sep 25 18:23:50 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * modules/input/gtkimcontextxim.c:
+       - use gtk_settings_get_for_screen () instead of
+         gtk_settings_get_default () for multihead
+       - connect property-notify signal handlers to respond runtime
+         changes of status_style and preedit_style in the settings
+       - Some indentation and code cleanup (#59076 - 2nd check-in)
+       
+2002-09-24  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkwindow.c: fix GtkWindowMnemonic to have a separate
+       typedef
+
+       * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): monitor
+       FULLSCREEN state
+
+       * tests/testgtk.c (get_state_controls): add
+       fullscreen/unfullscreen test
+
+       * gdk/gdkdisplay.c (gdk_display_finalize): fix unused variable
+
+       * gdk/x11/gdkscreen-x11.c (init_xinerama_support): fix unused
+       variable
+
+       * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): mop up unused
+       variable
+
+       * gdk/x11/gdkscreen-x11.c
+       (_gdk_x11_screen_window_manager_changed): emit
+       window_manager_changed signal
+
+       * gdk/x11/gdkscreen-x11.h (struct _GdkScreenX11Class): add
+       window_manager_changed signal
+
+       * gdk/x11/gdkevents-x11.c
+       (gdk_x11_screen_get_window_manager_name): new function
+
+       * gtk/gtkwindow.c (gtk_window_class_init): add type_hint,
+       skip_taskbar_hint, skip_pager_hint properties
+       (gtk_window_set_skip_taskbar_hint):
+       (gtk_window_get_skip_taskbar_hint):
+       (gtk_window_set_skip_pager_hint):
+       (gtk_window_get_skip_pager_hint):
+       (gtk_window_fullscreen):
+       (gtk_window_unfullscreen): new functions
+
+       * gdk/gdkevents.h (GdkWindowState): add FULLSCREEN state
+
+       * gdk/gdkwindow.h (GdkWindowTypeHint): add missing type hint
+       values
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_taskbar_hint):
+       (gdk_window_set_skip_pager_hint):
+       (gdk_window_fullscreen):
+       (gdk_window_unfullscreen): new functions
+       (set_initial_hints): set fullscreen here if appropriate
+       
 Wed Sep 25 10:51:24 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdkscreen.h gdk/{x11,win32,linux-fb}/gdkscreen-*.c: