commit d76f2f2c32c0f0fe342989a90d5b0dd8fc4ab9cc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 21 14:40:03 2011 -0500

    release: prepare for 3.3.2

 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 26ded56fbf9e3b7d281148a9364d5156fe6c9de8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 21 14:36:41 2011 -0500

    nautilus: Nautilus migrated to GtkGrid, so use that in the selector

 themes/Adwaita/gtk-3.0/gnome-applications.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0b3105196006f60dc9df396f538818a381e17a22
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 21 14:27:25 2011 -0500

    Revert "unfocused: initial implementation"
    
    It's still not good enough and we might change the implementation in
    GTK, so back this out from 3.3.2.
    It will come back in a better shape soon.
    
    This reverts commit cdbeed65da75749665899f182ed81cc494d6ecc7.

 configure.ac                                   |    2 +-
 themes/Adwaita/gtk-3.0/gtk-dark.css            |    1 -
 themes/Adwaita/gtk-3.0/gtk-widgets.css         |   18 ------------------
 themes/Adwaita/gtk-3.0/gtk.css                 |    2 --
 themes/Adwaita/metacity-1/metacity-theme-3.xml |    5 ++---
 5 files changed, 3 insertions(+), 25 deletions(-)

commit 8611185901042313f91bc3944c669a64ccf8586f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 21 10:57:17 2011 -0500

    Revert "notebook: don't trim the allocated area when drawing the tab shape"
    
    Artifacts were not caused by the theme, but from an actual bug in
    GtkNotebook, so this is not needed.
    
    This reverts commit 40a6d541cbdef1d31b9b8636c85f3916cd8a5809.

 src/adwaita_engine.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 75c6fd139a4d0813429767f3c12df3e520cd08b2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 21 10:28:02 2011 -0500

    documents: add first implementation of selection mode and osd toolbars
    
    This is namespaced to gnome-documents' style classes now, but it will
    serve as a basis for a more generic style later.

 themes/Adwaita/gtk-3.0/gnome-applications.css |  211 +++++++++++++++++++++++--
 1 files changed, 197 insertions(+), 14 deletions(-)

commit 40a6d541cbdef1d31b9b8636c85f3916cd8a5809
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Nov 20 16:25:31 2011 -0500

    notebook: don't trim the allocated area when drawing the tab shape
    
    This causes drawing artifacts and is probably here because of a previous
    bug in GtkNotebook preventing the tab shape to render cleanly.

 src/adwaita_engine.c |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

commit 84fc666bcc2c739e1272009aad84735065bf629b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Nov 18 12:13:29 2011 -0500

    notebook: don't add padding inside the notebook child area
    
    This was mostly a workaround for a GtkNotebook bug, as it didn't
    allocate the border-width size.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f30390a290f71cc5989caf274234868e08c0d410
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Nov 18 15:28:17 2011 -0500

    dim-label: make sure not to override the color on prelight

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9f38ccd61ed3e7fedbae652f366f9addb7920972
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 16 15:13:05 2011 -0500

    view: fix focus border color for icon view cells
    
    We were using a color name that doesn't exist anymore.

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cdbeed65da75749665899f182ed81cc494d6ecc7
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Nov 10 01:06:54 2011 +0000

    unfocused: initial implementation
    
    Something simple that should work for most simple applications, just the
    background of toplevel windows, menubars and toolbars.

 configure.ac                                   |    2 +-
 themes/Adwaita/gtk-3.0/gtk-dark.css            |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets.css         |   18 ++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css                 |    2 ++
 themes/Adwaita/metacity-1/metacity-theme-3.xml |    5 +++--
 5 files changed, 25 insertions(+), 3 deletions(-)

commit 402c18da981843f4d86acd5aefc61eb496fe5692
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Nov 1 10:54:21 2011 -0400

    dropdown: add a first theming implementation of dropdowns
    
    As used in gnome-documents.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   39 +++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)