gnome-control-center/capplets/theme-switcher/ChangeLog
Richard Hestilow 31ac49063f Committed instant-apply patch sans background.
2002-02-11  Richard Hestilow  <hestilow@ximian.com>

	* Committed instant-apply patch sans background.
2002-02-12 06:16:11 +00:00

109 lines
3.1 KiB
Text

2002-02-11 Seth Nickell <snickell@stanford.edu>
* gtk-theme-selector.glade:
* main.c: (call_apply), (response_cb), (main):
Convert to instant apply.
2002-02-04 Lauris Kaplinski <lauris@ximian.com>
* main.c (themes_list_refresh): Use g_path_get_basename
(get_selected_theme_name): Ditto
(install_cb): Use g_signal_connect
* control/control.c (create_form): Use gtk_menu_shell_append
(create_form): Use gtk_radio_button_get_group,
set entry max length explicitly
2002-01-28 Richard Hestilow <hestilow@ximian.com>
* main.c: Include gconf-client.h, add trailing NULLs to all
gconf_client calls (for GError).
2002-01-27 Seth Nickell <snickell@stanford.edu>
* gtk-theme-selector.desktop.in.in:
Add Categories field.
2002-01-27 Richard Hestilow <hestilow@ximian.com>
* control/control.c: Include string.h.
(create_form): Defer modifying default rc files until property is set.
(set_prop_cb): Set default files here instead.
2002-01-21 Anders Carlsson <andersca@gnu.org>
* main.c: Get the theme name right.
* control/control.c (create_form): Use a GtkTreeView instead of a
clist.
2002-01-21 Richard Hestilow <hestilow@ximian.com>
* Complete rewrite.
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am: Update
2002-01-04 Bradford Hovinen <hovinen@ximian.com>
* control/Makefile.am (gnome_theme_preview_LDADD): Use
$(CONTROL_{CFLAGS|LIBS}) rather than @CONTROL_{CFLAGS|LIBS}@
2001-12-08 Richard Hestilow <hestilow@ximian.com>
* Port to GConf.
2001-12-08 Richard Hestilow <hestilow@ximian.com>
* Partial revamp to use bonobo control instead of bug-prone
custom socket; also port away from libcapplet.
2001-10-13 Bradford Hovinen <hovinen@ximian.com>
* lister.c (edit_file_to_use): Be paranoid about what we have read
from the input file -- make sure the string is always
NULL-terminated
2001-09-29 Richard Hestilow <hestilow@ximian.com>
* gui.c (sort_alpha): Use g_strcasecmp, not strcmp.
Fixes bug #13539.
2001-09-29 Richard Hestilow <hestilow@ximian.com>
* lister.c: (list_themes, list_system_themes, list_user_themes):
Return a GList of ThemeEntry*, and remove extraneous number argument.
Also, use g_strdup_printf instead of g_snprintf.
* da.h (ThemeEntry): Add a "row" data member.
* gui.c: Change variables current_theme, current_global_theme,
initial_theme, and last_theme to ThemeEntry*.
(make_main): Change GtkList to a GtkCList to avoid scrolling bug.
(click_entry): Changed to "select_row" callback prototype.
(delete_entry): Removed.
(item_destroy_notify): Added in lieu of delete_entry.
(sort_alpha): Accept ThemeEntry* and not GtkBin*.
(add_theme_list): Added.
(update_theme_entries): Use clist functions.
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
* RELEASE : 1.5.2
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am: Remove empty SUBDIRS line
2001-07-20 Chema Celorio <chema@celorio.com>
* RELEASE : 1.5.0
2001-07-19 Richard Hestilow <hestilow@ximian.com>
* Started.
* main.c (main): Don't waitpid. I have no idea why it didn't work,
but this is at least better than waiting forever.