Commit graph

6 commits

Author SHA1 Message Date
Carlos Garnacho Parro
821ca6fcf2 added method for setting single click policy track for changes in the
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
2006-01-11 18:33:34 +00:00
Kjartan Maraas
564a9d03aa Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy
2005-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* */*: Huge cleanup. Individual ChangeLogs have info.
	Closing bug #320157.
	* libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
2005-11-14 15:18:09 +00:00
Carlos Garnacho Parro
4cf092327b added to reload icons if gtk theme changes switch correctly both shell
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-11-02 14:03:45 +00:00
Carlos Garnacho Parro
6db0737682 calculate item widths instead of forcing them to be MAX_ITEM_WIDTH, wrap
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-10-24 11:31:27 +00:00
Carlos Garnacho Parro
8729d481de added a11y support
2005-06-06  Carlos Garnacho Parro  <carlosg@gnome.org>

        * gnomecc-canvas.c: added a11y support
2005-06-06 21:49:33 +00:00
Carlos Garnacho Parro
5a27e2bdea new widget that inherits from GnomeCanvas, the drawing logic has been
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]
2005-05-16 13:57:06 +00:00