==== 0.0.16 ==== 2005-10-12 William Jon McCann * NEWS: Update for 0.0.16 release. 2005-10-12 William Jon McCann * src/gs-window-x11.c (command_watch) (gs_window_real_motion_notify_event, gs_window_class_init): Only notice motion of 10 pixels or more. Fixes #318693. 2005-10-12 William Jon McCann * data/gnome-screensaver.schemas.in: * src/gs-window-x11.c (is_logout_enabled, popup_dialog_idle) (gs_window_set_logout_command, gs_window_set_property) (gs_window_get_property, gs_window_finalize) (gs_window_class_init): * src/gs-prefs.c (gs_prefs_load_from_gconf, key_changed_cb) (gs_prefs_finalize): * src/gs-monitor.c (_gs_monitor_update_from_prefs): * src/gs-manager.c (gs_manager_set_logout_command) (gs_manager_set_property, gs_manager_get_property) (gs_manager_class_init, gs_manager_finalize) (gs_manager_create_window): * src/gs-lock-plug.c (gs_lock_plug_set_logout_command) (gs_lock_plug_set_property, gs_lock_plug_get_property) (gs_lock_plug_class_init, logout_button_clicked) (gs_lock_plug_init, gs_lock_plug_finalize): * src/gnome-screensaver-dialog.c (popup_dialog_idle): Make the logout command a gconf setting. 2005-10-12 William Jon McCann * src/gs-window-x11.c (shake_dialog): Put in a usleep so that it looks like a shake and not a rattle on fast systems. Increase the amplitude of the shake a little bit. * src/gs-lock-plug.c (password_check_idle_cb, monitor_progress): Some user testing shows that we need a little bit more time to read the error messages. * src/gs-window-x11.c (plug_removed, shake_dialog): Invalidate alignment widget when it is removed and don't use it if it is invalid. * src/gs-lock-plug.c (set_dialog_sensitive) (gs_lock_plug_response, monitor_progress): Make action area insensitive when no more input is allowed. 2005-10-11 William Jon McCann * data/images/cosmos/CREDITS: * data/images/cosmos/Makefile.am (images_DATA): Add file to list image credits and source locations. 2005-10-11 William Jon McCann * src/gs-window-x11.c (shake_dialog, command_watch): * src/gs-lock-plug.c (password_check_idle_cb): Implement a very rudimentary dialog shake animation when an authentication attempt fails. Fixes #318128. 2005-10-11 William Jon McCann * src/gs-lock-plug.c (entry_key_press): Don't handle keypresses manually since it now results in duplicate responses. 2005-10-11 William Jon McCann * src/gs-prefs.[ch] (gs_prefs_init): Clean out unused stuff. 2005-10-11 William Jon McCann * src/gs-prefs.[ch] (gs_prefs_load_from_gconf, key_changed_cb): * src/gs-monitor.c (_gs_monitor_update_from_prefs): * data/gnome-screensaver.schemas.in: Rename gconf lock key to lock_enabled and blank_delay to activate_delay so that we use consistent terminology. 2005-10-10 William Jon McCann * src/gnome-screensaver-dialog.c (_gs_lock_plug_profile_log): * src/gs-lock-plug.c (_gs_lock_plug_profile_log): Switch back to relying on strace for profiling instead of using printf. 2005-10-10 William Jon McCann * savers/slideshow.c (do_event): * savers/popsquares.c (do_event): Quit on delete event. 2005-10-10 William Jon McCann * src/gs-watcher-x11.c (initialize_server_extensions): Remove unused variable. * src/gs-window-x11.c (watchdog_timer, gs_window_real_show) (gs_window_real_hide, gs_window_class_init, gs_window_finalize): Add a watchdog timer to raise the window in case some other window gets mapped on top of it. 2005-10-10 William Jon McCann * src/gs-window-x11.c (spawn_on_window): * src/gs-job.c (check_command): Free string array. * savers/slideshow.c (scale_pixbuf): Skip images smaller than 256 px since they are probably thumbnails. 2005-10-06 William Jon McCann * data/Makefile.am: Dist the xscreensaver config conversion script. 2005-10-06 William Jon McCann * src/gs-lock-plug.c (gs_lock_plug_size_request) (gs_lock_plug_class_init): Force the unlock dialog to always be wider than it is tall. This should ensure there is enough space for the text entry and makes for a more pleasing aspect ratio. 2005-10-06 William Jon McCann * data/gnome-screensaver.schemas.in: Rework the gconf key descriptions. Patch from Luca Ferretti Fixes #318100 2005-10-06 William Jon McCann * src/gs-watcher-x11.c (initialize_server_extensions) (check_pointer_timer): * configure.ac: Remove all /proc/interrupts stuff. It wasn't working anyway. Fixes #318071 2005-10-06 William Jon McCann * configure.ac: Less commentary and remove motif stuff. 2005-10-05 William Jon McCann * configure.ac: Post release version bump.