==== 0.0.21 ==== 2005-12-06 William Jon McCann * NEWS: Update for 0.0.21 release 2005-12-06 William Jon McCann * src/gs-watcher-x11.c (gs_watcher_init): Checking pointer every 2 sec should be enough. 2005-12-05 William Jon McCann * src/gs-watcher-x11.c (_gs_watcher_notice_activity): Don't notice activity if we aren't active (and print a warning). 2005-12-05 William Jon McCann * src/gs-monitor.c (watcher_idle_cb): Stop "notice" fading on idle. 2005-11-29 William Jon McCann * src/Makefile.am (test_window_LDADD): Add SAVER_LIBS. Patch from Damien Carbery Fixes part of #320501. 2005-11-29 William Jon McCann * src/gs-watcher-x11.c (gs_watcher_class_init) (_gs_watcher_notice_activity, gs_watcher_init, maybe_send_signal) (schedule_wakeup_event): Add idle-notice and notice-cancelled signals. idle-notice fires off 10 secs before idle. notice-cancelled fires off if an idle-notice has been sent and activity was seen before idle is sent. * src/gs-monitor.c (watcher_idle_notice_cb) (watcher_notice_cancelled_cb, disconnect_watcher_signals) (connect_watcher_signals, gs_monitor_init, gs_monitor_finalize): Fade in response to idle-notice from watcher. * src/gs-manager.c (gs_manager_activate): Set timeout for fade. Fixes #309142. 2005-11-29 William Jon McCann * src/gs-fade.c: New singleton class to do asynchronous fading. * src/test-fade.c (test_fade, main): * src/gs-manager.c (gs_manager_activate): * src/Makefile.am: Use GSFade. 2005-11-28 William Jon McCann * src/gs-window-x11.c (gs_window_xevent): Also raise the window on ConfigureNofify for stacking order changes. Fixes #322146. 2005-11-28 Ignacio Casal Quinteiro * configure.ac: Added 'gl' to ALL_LINGUAS. 2005-11-27 Theppitak Karoonboonyanan * configure.ac: Added "th" (Thai) to ALL_LINGUAS. 2005-11-23 William Jon McCann * src/gs-window-x11.c (gs_window_xevent, xevent_filter) (select_popup_events, gs_window_real_show): Last try didn't work since we didn't select those events. Use select MapNotify on root window instead. 2005-11-22 William Jon McCann * src/gs-window-x11.c (gs_window_raise, gs_window_xevent) (gs_window_real_show, gs_window_real_hide): Add a gdk event filter to look for expose events while the screensaver windows are up. If we see one that means that a window has been mapped on top of one of these windows. When that occurs we raise the window. Fixes #322146. 2005-11-22 William Jon McCann * src/gs-watcher-x11.c (_gs_watcher_set_debug) (gs_watcher_set_property, gs_watcher_get_property) (gs_watcher_class_init): Add a debug object property. * src/test-watcher.c: * src/Makefile.am: Add unit test for watcher. 2005-11-22 William Jon McCann * src/Makefile.am: One more place. 2005-11-22 William Jon McCann * src/gs-watcher-x11.c: * src/gs-monitor.c: * src/gs-watcher.h: Renamed gs-watcher-x11.h to gs-watcher.h. 2005-11-20 Amanpreet Singh Alam * configure.ac: Add Punjabi (pa) to ALL_LINGUAS 2005-11-17 Marcel Telka * configure.ac (ALL_LINGUAS): Added sk. 2005-11-15 William Jon McCann * AUTHORS: Not much left of that... 2005-11-15 William Jon McCann * configure.ac: Post release version bump.