2000-09-10 Bradford Hovinen <hovinen@helixcode.com>
* capplets/new-background-properties/prefs-widget.c
(read_preferences): Set gradient/wallpaper/background controls'
sensitivity depending on whether they are enabled
* capplets/new-background-properties/applier.c
(renderer_render_to_screen): Fixed solid, no wallpaper case to
work correctly with preview window; don't set root pixmap if
neither wallpaper nor gradient enabled
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* capplets/gnome-edit-properties/gnome-edit-properties.c
(edit_read): Only do combo box stuff if no_gui flag is not set
(edit_read): If no_gui flag set, search through possible_editors
manually and set original_info.name that way
* capplets/gnome-edit-properties/Makefile.am (INCLUDES):
(gnome_edit_properties_capplet_LDADD): Add XML cflags/libs
* capplets/gnome-edit-properties/gnome-edit-properties.c
(edit_read_from_xml):
(edit_write_to_xml):
(do_get_xml):
(do_set_xml): Implement
(main): Call do_get_xml/do_set_xml when --get and --set passed
* capplets/bell-properties/bell-properties.c (read_from_xml):
Check if root node is correct before reading
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* configure.in: Check for putenv and setenv and set appropriate
macros in config.h
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* preview.c (setup_path): Use setenv only when available, try to
use putenv otherwise
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* capplets/background-properties/app-background.c (main): Call
do_set_xml and do_get_xml when --get or --set detected
* capplets/background-properties/property-background.c
(background_read_from_xml):
(background_write_to_xml): Implement. Read/write XML snapshot of
the system's current state
(get_color): Implement. Read a color represented as a string and
fill in a GdkColor structure
(do_get_xml):
(do_set_xml): Implement. Do operations required for a --get and
--set, respectively
* capplets/background-properties/Makefile.am (INCLUDES): Add XML_CFLAGS
(background_properties_capplet_LDADD): Add GNOME_XML_LIB
2000-01-13 Jonathan Blandford <jrb@redhat.com>
* configure.in: Massive changes to build system to permit
gnome-2.0 compilation. From here on out, you need gnome-2.0 or
greater installed.
You will prolly not be able to get this to work.
1999-09-30 Jonathan Blandford <jrb@redhat.com>
* capplets/bell-properties/bell-properties.c (bell_setup): removed
some of the most bogus code I've seen in a while.
1999-09-29 Jonathan Blandford <jrb@redhat.com>
* capplets/wm-properties/wm-properties-capplet.c
(show_restart_info): Give people the option to save right away.
1999-09-28 Jonathan Blandford <jrb@redhat.com>
* configure.in: 1.0.50
* capplets/wm-properties/wm-properties-capplet.c (select_row): now
we set the sensitivity of the edit-button correctly.
1999-09-17 Jonathan Blandford <jrb@redhat.com>
* capplets/theme-switcher/gui.c (update_theme_entries): fix
revert-bug where hitting cancel right away caused the font to
change.
1999-09-09 Jonathan Blandford <jrb@redhat.com>
* capplets/screensaver-properties/parser.c
(get_screensaver_widget): Missed a NULL at the end of a
g_strconcat. I wonder how this worked before. Thanks to Morten
Welinder <terra@diku.dk> for pointing this out.
1999-09-07 <jrb@redhat.com>
* capplets/mime-type/mime-type-capplet.c: Patch added from Iain
Holmes <iain@webtribe.net> to add the ability to edit mime-type
extensions.
control-center/capplet-widget-libs.c: If we're in a nest of main loops (e.g. modal
dialogs or something), do bad hacks to make sure capplets exit properly.
/* This gross hack is here because just doing gtk_main_quit() won't exit a modal dialog
that has popped up in a capplet, but at the same time just doing exit() won't let some
capplets (e.g. wm-properties) do their preference saving in the post-gtk_main() part of
main() -ECL */
Also cleanup the symbol names a little & make stuff static when possible.