2006-01-01 Carlos Garnacho Parro <carlosg@gnome.org>
* gnomecc-canvas.[ch]: added method for setting single click policy
* control-center.c: track for changes in the nautilus click_policy key
to make g-c-c behave exactly like nautilus
2005-10-25 Carlos Garnacho Parro <carlosg@gnome.org>
* control-center-categories.[ch] (control_center_reload_icons): added
to reload icons if gtk theme changes
* gnomecc-canvas.c: switch correctly both shell background and icons
in case of theme change. Plugged a memleak on finalize
2005-10-24 Carlos Garnacho Parro <carlosg@gnome.org>
* gnomecc-canvas.c: calculate item widths instead of forcing them to
be MAX_ITEM_WIDTH, wrap labels with PANGO_WRAP_WORD, this closes
#319492. force canvas background to base[GTK_STATE_NORMAL], do not
repaint canvas background, this way it feels quite quicker when
resizing the window.
2005-05-14 Carlos Garnacho Parro <carlosg@gnome.org>
* control-center/gnomecc-canvas.[ch]: new widget that inherits
from GnomeCanvas, the drawing logic has been mostly moved from
control-center.c, but the layout function has been quite improved
(now handles RTL/LTR correctly, assigns a fixed width to all items
and caches some things to make things a bit faster)
* control-center/control-center.c: removed canvas drawing logic,
and use the new widget
* Makefile.am: include gnomecc-canvas.[ch]