2005-08-24 Kjartan Maraas <kmaraas@gnome.org>
* gnome-mouse-properties.c: (cursor_changed): Move the call to
g_free (cursor_font) outside of the conditional so it gets free'd
in both cases.
2005-08-01 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.c: (cursor_theme_changed): no need to allocate
a string for the theme when there is no theme installed.
2005-08-01 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.c: (cursor_theme_changed):
don't crash if there is no cursor theme installed (Closes: #311599).
2005-07-31 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.glade:
update of the glade file, no need to restart the session to apply
the changes with GTK 2.8 (Closes: #312070).
2005-02-01 Elijah Newren <newren@gmail.com>
The lack of comprehensiveness of the .cvsignore files were making
it hard to find the files missing from the commit (see bug 143487,
comment 35). This should fix that... :)
2004-11-28 James Henstridge <james@jamesh.id.au>
* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.
* vfs-methods/themus/Makefile.am: similar changes to the fontilus
ones.
* vfs-methods/fontilus/fontilus-context-menu.c: same here.
* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
of gnome-control-center.
* vfs-methods/fontilus/Makefile.am: similar schema and desktop
file fixes. Don't include the old mime files in the dist.
* schemas/Makefile.am: remove .schemas files on clean, when
installing schemas, look for them in builddir rather than srcdir.
* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
that ALSA_CFLAGS isn't defined multiple times (use the newer
automake += syntax).
* control-center/Makefile.am: distribute $(icon_DATA).
* capplets/*/Makefile.am: put the .desktop and .desktop.in files
in CLEANFILES. The .desktop.in.in file gets included because it
is listed in the configure script.
* configure.in: update configure script, and remove macro calls
that are not needed by modern versions of Automake.
* Makefile.am: remove intltool files on distclean.
* autogen.sh: request Automake >= 1.7.
2004-02-12 Mark McLoughlin <mark@skynet.ie>
* capplets/display/main.c: (cb_dialog_response):
* capplets/localization/gnome-localization-properties.c:
(dialog_response): update help links to point to user-guide.xml
2003-11-19 Sivaiah Nallagatla <snallagatla@novell.com>
gnome-mouse-properties.c
(delay_value_changed_cb)
(setup_dialog): patch for fixing showing double click time out value initially. #119859 in bugzilla.gnome.org
Mon Aug 11 13:53:23 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (delay_value_changed_cb): fix the
double click peditor.
Mon Aug 11 11:50:36 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-keyboard-properties.glade: Patch from Elijah Newren
<newren@math.utah.edu> to bring the possible repeat range in sync
with the a11y capplet.
* gnome-keyboard-properties.c: Patch from Elijah Newren to deal
with the change in the peditor code.
Mon Aug 11 11:55:49 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-accessibility-keyboard-properties.glade: Patch from Elijah
Newren <newren@math.utah.edu> to bring the possible repeat range
in sync with the keyboard capplet.
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-mouse-properties.glade: Patch to fix spacing between action
area and vbox of preferences dialog.
Thu Jul 24 16:14:33 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (setup_dialog): remove the float_to_int
conversion as the peditor already does that.
2003-05-17 Dennis Cranston <dennis_cranston@yahoo.com>
* gnome-mouse-properties.glade: HIGify dialog and fix
ui-review bug 99532: remove help text from the dialog;
s/Delay/Timeout; remove frames and use HIGified categories;
change check box text to "Highlight the pointer when you
press Ctrl"; change the cursor theme's note to "<i><small><b>
Note:</b> Changes to theis setting will not take effect until
you next log in.</small><i>"; and fix widget padding.
2003-01-08 Rajkumar Sivasamy <rajkumar.siva@wipro.com>
* capplets/common/capplet-stock-icons.[ch]: Utility file to register
the images used by capplets as stock-icons
* capplets/common/Makefile.am: Changes to include the above file
* capplets/keyboard/gnome-keyboard-properties.c:
* capplets/accessibility/keyboard/accessibility-keyboard.c:
Use stock-icons
* capplets/mouse/Makefile.am:
* capplets/mouse/gnome-mouse-properties.c:
Use stock-icons. Also register the icons through capplet-stock-icons.[ch]
instead of doing it here.
Fixes Bug 101977