sapwood 2.91.4 - 2007-04-19
===========================

Changes
-------
Made the 'position' keyword support more generic. Now it can be used for
widgets whose parent has the 'maemo-position-theming' style property set
(only available in maemo modified gtk.)

Don't require gtk+ 2.10 for building.


sapwood 2.91.3 - 2007-03-29
===========================

Changes
-------
Documentation for theme maintainers.

Implement GtkMenuItem active/passive focus.

Special case GtkCheckButton and GtkRadioButton background drawing when focused.


sapwood 2.91.2 - 2007-02-06
===========================

Changes
-------
Fix another case of menu flickering, this time with scroll arrows.

Implement gtk_paint_expander reusing existing theming rules for arrows.


sapwood 2.91.1 - 2007-01-29
===========================

Changes
-------
Fix menu flickering with gtk+ 2.10.

Implement special handling for active/passive focus in treeview.

Add simple wildcard matching for the 'detail' parameter to simplify treeview
row ending details theming.


sapwood 2.91.0 - 2007-01-25
===========================

Bugs fixed
----------
MB#856 - Sapwood crashes with color depth != 16


Changes
-------
Introduce new 'position' keyword for applying different graphics depending on
widget position in the container. Currently it can be used only for buttons in
buttonboxes. This allows theming buttons in dialogs nicely rounded (demo
included.)

Only symbols needed for the theme engine ABI is exported. (make check)

Code cleanups (unused parameters, deprecated functions, ...)


Contributors
------------
José Dapena Paz


sapwood 2.43 - 2006-10-26
=========================

Bugs fixed
----------
NB#35602 - Application crash when past 1000 line notes in to new mail.


sapwood 2.24 - 2006-06-13
=========================

Bugs fixed
----------
N#32525 - Failure to read image crashes sapwood-server


sapwood 2.19 - 2006-05-12
=========================

Bugs fixed
----------
N#26863 - Device is restarting all the time when you uninstall the theme that
          are in use


sapwood 2.18 - 2006-05-10
=========================

Bugs fixed
----------
N#23070 - View button pressed state looks same as focused state
N#27967 - Valgrind reported errors from libsapwood


sapwood 2.17 - 2006-04-24
=========================

Bugs fixed
----------
N#27515 - Sapwood does illegal unrefs in style_finalize


sapwood 2.14.1 - 2006-04-12
===========================

"The brown paper bag"

Bugs fixed
----------
N#26389 - Power Key menu is not appearing on pressing Power Key


sapwood 2.14 - 2006-04-03
=========================

Changes
-------
Introduce new 'shaped' gtkrc keyword to explicitly enable support for shaped
windows to improve performance of non-shaped windows. Themes wanting shaped
windows must include 'shaped = TRUE' in gtkrc (and the file must also have
alpha channel.)


sapwood 1.36 - 2005-09-02
=========================

Bugs fixed
----------
#16158 - Most of memory used by g_strdup calls in applications come from the
         sapwood theme engine
  

Changes
-------
Reduce memory consumption by packing structures as bitfields and using
canonicalized string for the image filenames directory component.  With the
current themes this saves around 30k per process.


sapwood 1.22 - 2005-05-27
=========================

Bugs fixed
----------
#9727 - Notebook widget: the most right tab's right border is not displayed


Changes
-------
Increase alpha of the background colored pixels used when dimming icons to
avoid extreme contrast.


sapwood 1.20 - 2005-05-13
=========================

Bugs fixed
----------
#11906 - Sapwood migh crash the application on skin change


sapwood 1.18.1 - 2005-05-03
===========================

Changes
-------
Dim icons by putting a simple background color (white) over the normal state
icon.

Remove unneeded gtk+ dependency from sapwood-server.


sapwood 1.18 - 2005-04-26
=========================

Changes
-------
Release old images when the theme changes.


sapwood 1.12 - 2005-03-29
=========================

Bugs fixed
----------
#8479 - AI user cannot write to sapwood socket


Changes
-------
Move sapwood-server to $(libdir)/sapwood

Use abstract socket namespace where available to avoid dangling sockets in the
filesystem.


sapwood 1.08 - 2005-02-23
=========================

Bugs fixed
----------
#5533 - Changing GTK theme on the fly crashes applications
