2004-11-26 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.glade: Mask the "Text Editor"
tab since it's not used by the new mime system.
2004-10-28 Sebastien Bacher <seb128@debian.org>
* sound-view.c: (remove_cb), (sound_view_init), (select_row_cb):
patch by June Tate <june@theonelab.com> to add a "remove" button that
allow to turn off a sound event (Closes: #14272).
2004-05-17 Jody Goldberg <jody@gnome.org>
* configure.in : check for, but do not require nautilus libs. These
is necessary if we move to the osx/ximian style shell.
2003-06-10 Shailesh Mittal <shailesh.mittal@wipro.com>
* libuuid/gen_uuid.c (get_node_id): Creating an IPv6 socket if AF_INET6
is defined on the system. If IPv6 socket cannot be created, then we are
falling back to IPv4 socket creation, as was done previously.
2004-04-15 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=139605
* eggcellrendererkeys.c (grab_key_callback) : mouse buttons should not
be valid modifiers.
2004-04-15 Jody Goldberg <jody@gnome.org>
* configure.in : Force libxklavier 1.0.2 so that we can work with
x.org and xfree86
2004-03-11 Chris Lahey <clahey@rigger.boston.ximian.com>
* gnome-settings-background.c (applier_idle): Made this delay by a
tenth of a second. This seems to make it not reload the
background more than once.
2004-03-12 Chris Lahey <clahey@rigger.boston.ximian.com>
* applier.c (refresh_render): Move the image reload into a separate function.
(size_changed_cb): Handle screen resolution changes.
2004-03-11 Chris Lahey <clahey@rigger.boston.ximian.com>
* applier.c (bg_applier_apply_prefs): If the image is going to be
scaled or stretched, load it at the size it's going to be
displayed.
(need_wallpaper_load_p): If the wallpaper type changed, unless it
changed between TILED and CENTERED, we need to reload the image.
into the widget directly.
2004-02-07 Dennis Cranston <dennis_cranston at yahoo com>
* capplets/display/main.c: (create_dialog): Fix alignment of Options
category. (#133715).
2003-10-24 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=124513
* main.c (setup_font_sample) : merge in patch to allocate black and
white correctly on TruColor displays.
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=91535
* gnome-settings-sound.c : as michael points out it is silly to start
the daemon just so that we can stop it. Dunno much about esound
code so the funky logic is left untouched.
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=95179
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : do nothing here.
(gnome_settings_accessibility_keyboard_load) : install the filter
here, _after_ loading the gconf settings.
(set_gconf_from_server) : check to see if anything has actually
changed before sending off the changeset.