aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)Author
2008-08-06(Bugfix) Resized image files.Galen Wetterling
2008-08-06(Bugfix) Changed filenames to *-qvga.pngGalen Wetterling
2008-08-06Made a qvga-specific version of gtkrc, which is used in place of the ↵Galen Wetterling
original gtkrc when --with-mode=qvga is passed as a configure option.
2008-08-062008-08-06 Galen Wetterling <wetterlg@openedhand.com>Galen Wetterling
* Makefile.am: * configure.ac: * data/titlebar-panel-applet-background-qvga.png * data/titlebar-panel-background-qvga.png Added qvga-sized images and a configure flag to use them: --with-mode=vga (default, uses original images) --with-mode=qvga (uses new images)
2008-02-22Fix version typoRoss Burton
2008-02-222008-02-22 Ross Burton <ross@openedhand.com>Ross Burton
* NEWS: * configure.ac: Version 0.3.2.
2008-02-222008-02-22 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Don't change the panel applet label text colour, so that labels match the icons.
2008-02-182008-02-18 Ross Burton <ross@openedhand.com>Ross Burton
* NEWS: * configure.ac: Version 0.3.
2008-02-182008-02-18 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Add style for the clock applet, so its colour matches the icons.
2008-02-182008-02-18 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Rename matchbox-applet to matchbox-applet-background, as its a background-setting hack rule.
2008-02-12* NEWS:Thomas Wood
* configure.ac: Update for 0.2 release
2008-02-12* src/sato-draw-cairo.c: (sato_draw_extension):Thomas Wood
Fix left and right active tabs in cairo version
2008-02-12* data/gtkrc: Improve "insensitive" state supportThomas Wood
2008-02-12* Fix Progress bar and slider stylesThomas Wood
2008-02-11* autogen.sh: Simplify and fix a problem with missing config.h.inThomas Wood
2008-02-11* src/sato-draw-cairo.c: (sato_draw_box), (sato_draw_shadow),Thomas Wood
(sato_draw_check), (sato_draw_option): * src/sato-draw.c: (sato_draw_box), (sato_draw_shadow), (sato_draw_check), (sato_draw_option): Add focus indication for draw_check, draw_option and draw_box
2008-02-08* Fix prelight removal hackThomas Wood
2008-02-08* src/sato-draw.c: (sato_draw_option): Fix option drawing to match checkThomas Wood
box theming
2008-02-08* src/sato-draw.c: (sato_draw_check): Fix check box drawingThomas Wood
2008-02-08Fix draw extension (notebook tabs)Thomas Wood
2008-02-07Consolidate some of the differences between cairo and GDK versionsThomas Wood
2008-02-05* Add optional cairo renderer (disabled by default)Thomas Wood
2007-07-30* COPYING: Added LGPL versionThomas Wood
* README: Add README content * configure.ac: Update for 0.1 release * src/sato-draw.c: * src/sato-draw.h: * src/sato-main.c: * src/sato-style.c: * src/sato-style.h: * src/sato-utils.c: * src/sato-utils.h: Updated with LGPL copyright information
2007-07-262007-07-26 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Change the colour for the desktop buttons from black to dark grey, and also set labels so that the groups combo is readable.
2007-07-24 * data/gtkrc: Set the check/radio indicator size for menu items and add a newThomas Wood
style for checkbuttons. Fix non-prelight toolbuttons by using the checkbox style. * src/sato-draw.c: (sato_draw_focus): Start drawing focus rings more often (sato_draw_check), (sato_draw_option): Clear the background before drawing indicator. Don't draw border colour depending on focus as this doesn't work well for check/radio boxes in treeviews.
2007-07-13Add ChangeLog file, whoops!Rob Bradford
2007-07-13* data/gtkrc: Switch to using widget_class to match menu itemsThomas Wood
2007-07-11* data/gtkrc: Fix scrollbar troughs and menu itemsThomas Wood
2007-07-11* src/sato-draw.c: (sato_draw_box): Use text[] colours for box bordersThomas Wood
2007-07-11* data/gtkrc: Even darker green colour, and use white for button textThomas Wood
2007-06-222007-06-22 Thomas Wood <thomas@openedhand.com>Thomas Wood
* data/gtkrc: Use a darker green. Lighten fg insensitive colour.
2007-06-202007-06-20 Ross Burton <ross@openedhan.com>Ross Burton
* data/index.theme: Set the icon theme too.
2007-06-192007-06-19 Ross Burton <ross@openedhan.com>Ross Burton
* configure.ac: Remove AM_MAINTAINER_MODE.
2007-06-192007-06-19 Ross Burton <ross@openedhan.com>Ross Burton
* Makefile.am: * data/index.theme: Install a metatheme file.
2007-06-14* data/gtkrc: Fix scrollbar/progressbar theming. Add treeview header styleThomas Wood
* src/sato-draw.c: (sato_draw_box): Add special case for treeview headers
2007-06-14* data/gtkrc: Make GtkScale sliders largerThomas Wood
* src/sato-draw.c: (sato_draw_box): Fix trough styles
2007-06-14* src/sato-draw.c: (sato_gradient): Make gradients slightly more subtleThomas Wood
2007-06-13* src/sato-draw.c: (sato_draw_box), (sato_draw_shadow): Add "combined" styleThomas Wood
combo boxes and spin buttons.
2007-06-13* src/sato-draw.c: (sato_gradient), (sato_draw_box),Thomas Wood
(sato_draw_shadow), (sato_draw_focus), (sato_draw_check), (sato_draw_option), (sato_draw_box_gap), (sato_draw_extension), (sato_draw_vline), (sato_draw_hline), (sato_draw_style_class_init): Copy and alter the style each time to add 2px line width. Using realize was unreliable.
2007-06-062007-06-06 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Theme the system tray applet background.
2007-04-162007-04-16 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Remove the special theming for the window list applet, its not required anymore.
2007-04-162007-04-16 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Add GtkFontButton and GtkColorButton.
2007-04-132007-04-13 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Add explicit colours for the desktop.
2007-04-12* Makefile.am: Add data/titlebar-panel-applet-background.png to the buildThomas Wood
2007-04-12* data/gtkrc: Fix menu border spacingThomas Wood
2007-04-122007-04-12 Thomas Wood <thomas@openedhand.com>Thomas Wood
* Makefile.am: * data/gtkrc: * src/sato-draw.c: (sato_gradient), (sato_draw_box), (sato_draw_check), (sato_realise): - Add shading routine from gtk+ - Remove hard coded engine colours
2007-04-122007-04-12 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
A data/titlebar-panel-applet-background.png: * data/gtkrc: Theme the window selector applet to have the same background as the panel itself.
2007-04-122007-04-12 Ross Burton <ross@openedhand.com>Ross Burton
* data/gtkrc: Remove desktop style.
2007-04-11* src/sato-draw.c: (sato_draw_shadow), (sato_draw_box_gap): Don't draw anyThomas Wood
lines when shadow_type is GTK_SHADOW_NONE.
2007-04-112007-04-11 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* data/gtkrc: Set xthickness and ythickness on panel frames.