# Generated by Makefile. Do not edit.

commit 8b4ca088e382bd38f152d7b07942ac5796ca068b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 16 11:25:34 2012 -0400

    release: prepare for 3.4.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 436a1546f7c3fb590d600216d7ae29ba4d5ca63d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Apr 14 13:57:11 2012 -0400

    column-header: fix theming for insensitive column header buttons
    
    As seen e.g. in nm-connection-editor.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css |   13 +++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css      |   13 +++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css              |    5 +----
 3 files changed, 27 insertions(+), 4 deletions(-)

commit f5e4775292c5d5d698dcc4238f1a9faae3f55b58
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 10 12:30:44 2012 -0400

    treeview: cleanup treeview state selectors
    
    Don't specify both GtkTreeView and GtkTreeView.view, since we already
    specify .view. This also fixes cell renderers that specify different
    backgrounds for a specific state, like GtkCellRendererProgress, as
    reported in
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673840

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

commit 3b72120b35c8f4010f51af3decea09872ff0b648
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 10 12:30:09 2012 -0400

    progress-bar: trivial cleanup
    
    This was set twice in the same selector.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 -
 1 file changed, 1 deletion(-)

commit 5b55eaf7238a83956870302d99804fcd9b8f72de
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 10 12:27:19 2012 -0400

    progress-bars: always use alternate asset for cell renderer progressbars
    
    Not only when the cell renderer is selected, since the highlight
    would not be visible on the treeview background anyway, and this
    simplifies the theming code (and avoids changes in size when selecting
    the row).

 themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css |    4 +---
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css      |    4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

commit 7db890bba1ac4f636a8c78af8ef5e9af95033e6d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 10 12:23:26 2012 -0400

    progress-bar: add backdrop versions of the alternate border asset
    
    We need borders with no highlight space even for the backdrop state, or
    progressbar troughs will be rendered with an 1px bottom space.

 themes/Adwaita/gtk-3.0/borders/Makefile.am         |    2 +
 .../borders/generic-border-unfocused-alt.svg       |   77 ++++++++++++++++++++
 .../borders/generic-border-unfocused-dark-alt.svg  |   77 ++++++++++++++++++++
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |    8 ++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    8 ++
 themes/Adwaita/gtk-3.0/gtk.gresource.xml           |    2 +
 6 files changed, 174 insertions(+)

commit f8034c33ed2970ef21a530337611f6834f818619
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 10 11:29:57 2012 -0400

    fallback-panel: properly override selection color for panel menuitems
    
    Since CSS for .menuitem sets background color and color for
    
    .menu .menuitem:hover,
    .menu .menuitem *:hover { }
    
    the panel menuitems need to override it with
    
    .gnome-panel-menu-bar .menuitem:hover,
    .gnome-panel-menu-bar .menuitem:hover { }
    
    or children that render a background inside the menuitem (such as the
    GtkImages used for the menu icons) will get the default background
    selection color.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673654

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit e82ff0b437e895e65faee25ee574dccc26c35cf7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 10 11:03:53 2012 -0400

    progressbar: remove huge x/y spacing for progressbar text
    
    We don't really have any reason to set this huge x/y spacing on the
    progressbar.
    The spacing being applied only when there's a text label, made this go
    almost unnoticed for a long while, but it still breaks applications that
    use it, such as GTranslator.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673688

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ----
 1 file changed, 4 deletions(-)

commit bb81e845f21801511682b4890af0813117c8d44f
Author: Chandan Kumar <chandankumar.093047@gmail.com>
Date:   Sat Apr 7 17:45:53 2012 +0530

    Updated HINDI translation

 po/hi.po |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit 465a837f234330c58372a89c41a9d4caaf42e9e8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 3 09:57:54 2012 -0400

    tooltips: ensure tooltip children get a transparent background
    
    Since the background of the tooltip is semi-transparent, its children
    must be transparent too, or it will look bad.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673364

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7d94872c6616879070251d94accfe1f3dc734b81
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 2 18:34:33 2012 -0400

    treeview: don't force a border-radius to zero
    
    This also sets border-radius to zero for all the cell renderers, which
    is not something we want.
    
    Related to: https://bugzilla.gnome.org/show_bug.cgi?id=673321

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 -
 1 file changed, 1 deletion(-)

commit 5f0636a8bf2b54b955103b37aaf89a84b43b28b0
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 2 18:21:45 2012 -0400

    progress-bar: fix trough border rendering for selected cell renderers
    
    For selected cell renderers with a trough component, we shouldn't be
    using a border with a bottom highlight. We have the same problem with
    check/radios, where we use an alternate asset. Do the same here.
    Also, make the progressbar border a bit darker in that situation, so it
    stands out from the selection color background.
    
    Reported in https://bugzilla.gnome.org/show_bug.cgi?id=673321

 themes/Adwaita/gtk-3.0/borders/Makefile.am         |    2 +
 .../Adwaita/gtk-3.0/borders/generic-border-alt.svg |  101 +++++++++++++++
 .../gtk-3.0/borders/generic-border-dark-alt.svg    |  129 ++++++++++++++++++++
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |    9 ++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    9 ++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   21 +++-
 themes/Adwaita/gtk-3.0/gtk.gresource.xml           |    2 +
 7 files changed, 268 insertions(+), 5 deletions(-)

commit a947c2fb43bd40a3734fe8abc10bfb5f94a54e92
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 2 13:02:21 2012 -0400

    documents: fix text-shadow for selection mode toolbar buttons
    
    Using a light shadow with light text makes text appear as if it was
    blurry.
    
    Reported in https://bugzilla.gnome.org/show_bug.cgi?id=673321

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

commit e0928a1c71d8dc1e219b5b622afecf4a47e498a5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 2 12:52:35 2012 -0400

    link-button: don't set a text-shadow for the active state
    
    Make sure GtkLinkButton never gets a text-shadow, even in its active
    state.
    
    Reported in https://bugzilla.gnome.org/show_bug.cgi?id=673321

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

commit bef9c1420f41383632f88ddc5811962c2b77d1c5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 26 10:13:19 2012 -0400

    release: prepare for 3.4.0

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit fbb7d040f8daa75821cb655eb0f8bfb23515b813
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 26 09:15:05 2012 -0400

    trivial: add a missing 'px'
    
    Otherwise GTK will warn out that a unit is missing.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8035a774cf1a169332e5e2c55a2aea1fc4f6b5a1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 21 16:41:20 2012 -0400

    screensaver: add an 1px border for the unlock screensaver dialog
    
    Since we don't render borders for GtkFrames, we need to special case
    this special frame here.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 2ad86572eec3784a9c38f2ac4620b9ddf082d0a3
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Tue Mar 20 11:45:32 2012 +0100

    Add initial Khmer translation.

 po/LINGUAS |    1 +
 po/km.po   |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

commit e3a6a0e2f90b64444e5e38b9156f57eafb69eaf8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 19 20:13:12 2012 -0400

    notebook: fix scaling of rendered background
    
    The background was rendered with the wrong height, which made the
    linear gradient end abruptly.
    
    Spotted by Jack Gandy <scionicspectre@gmail.com>
    https://bugzilla.gnome.org/show_bug.cgi?id=672280

 src/adwaita_engine.c |   30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit 5847b1305ecc82f023869e2380a31be2f65ff06c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 19 17:18:52 2012 -0400

    release: prepare for 3.3.92

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

commit ebf5f3d3766b83002f8adada0a5d26a933a13b65
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 19 13:25:03 2012 -0400

    image: set a color for images over a selection
    
    We should use the same color of the text here.

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

commit 829b53d9399babc63420da0e074e0e0810000645
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 19 13:24:23 2012 -0400

    HighContrast: update icon data from symbolic theme
    
    Fixes some more fill issues.

 themes/HighContrast/icons/16x16/actions/document-save-as.png           |  Bin 411 -> 414 bytes
 themes/HighContrast/icons/16x16/actions/mail-send-receive.png          |  Bin 421 -> 390 bytes
 .../icons/16x16/apps/preferences-desktop-remote-desktop.png            |  Bin 392 -> 411 bytes
 .../HighContrast/icons/16x16/categories/applications-engineering.png   |  Bin 446 -> 426 bytes
 themes/HighContrast/icons/16x16/mimetypes/audio-x-generic.png          |  Bin 431 -> 387 bytes
 themes/HighContrast/icons/16x16/status/call-missed.png                 |  Bin 429 -> 421 bytes
 themes/HighContrast/icons/16x16/status/mail-read.png                   |  Bin 323 -> 379 bytes
 themes/HighContrast/icons/16x16/status/media-playlist-shuffle.png      |  Bin 459 -> 388 bytes
 themes/HighContrast/icons/16x16/status/security-high.png               |  Bin 334 -> 391 bytes
 themes/HighContrast/icons/16x16/status/security-low.png                |  Bin 334 -> 357 bytes
 themes/HighContrast/icons/16x16/status/security-medium.png             |  Bin 334 -> 382 bytes
 themes/HighContrast/icons/16x16/status/weather-showers-scattered.png   |  Bin 517 -> 310 bytes
 themes/HighContrast/icons/22x22/actions/document-save-as.png           |  Bin 508 -> 493 bytes
 themes/HighContrast/icons/22x22/actions/mail-send-receive.png          |  Bin 465 -> 443 bytes
 .../icons/22x22/apps/preferences-desktop-remote-desktop.png            |  Bin 470 -> 483 bytes
 .../HighContrast/icons/22x22/categories/applications-engineering.png   |  Bin 540 -> 546 bytes
 themes/HighContrast/icons/22x22/mimetypes/audio-x-generic.png          |  Bin 591 -> 450 bytes
 themes/HighContrast/icons/22x22/status/call-missed.png                 |  Bin 543 -> 547 bytes
 themes/HighContrast/icons/22x22/status/mail-read.png                   |  Bin 373 -> 474 bytes
 themes/HighContrast/icons/22x22/status/media-playlist-shuffle.png      |  Bin 521 -> 432 bytes
 themes/HighContrast/icons/22x22/status/security-high.png               |  Bin 385 -> 455 bytes
 themes/HighContrast/icons/22x22/status/security-low.png                |  Bin 385 -> 416 bytes
 themes/HighContrast/icons/22x22/status/security-medium.png             |  Bin 385 -> 446 bytes
 themes/HighContrast/icons/22x22/status/weather-showers-scattered.png   |  Bin 678 -> 717 bytes
 themes/HighContrast/icons/24x24/actions/document-save-as.png           |  Bin 529 -> 506 bytes
 themes/HighContrast/icons/24x24/actions/mail-send-receive.png          |  Bin 520 -> 472 bytes
 .../icons/24x24/apps/preferences-desktop-remote-desktop.png            |  Bin 506 -> 483 bytes
 .../HighContrast/icons/24x24/categories/applications-engineering.png   |  Bin 606 -> 610 bytes
 themes/HighContrast/icons/24x24/mimetypes/audio-x-generic.png          |  Bin 659 -> 497 bytes
 themes/HighContrast/icons/24x24/status/call-missed.png                 |  Bin 598 -> 571 bytes
 themes/HighContrast/icons/24x24/status/mail-read.png                   |  Bin 401 -> 502 bytes
 themes/HighContrast/icons/24x24/status/media-playlist-shuffle.png      |  Bin 597 -> 478 bytes
 themes/HighContrast/icons/24x24/status/security-high.png               |  Bin 415 -> 520 bytes
 themes/HighContrast/icons/24x24/status/security-low.png                |  Bin 415 -> 450 bytes
 themes/HighContrast/icons/24x24/status/security-medium.png             |  Bin 415 -> 499 bytes
 themes/HighContrast/icons/24x24/status/weather-showers-scattered.png   |  Bin 749 -> 775 bytes
 themes/HighContrast/icons/256x256/actions/document-save-as.png         |  Bin 3221 -> 3207 bytes
 themes/HighContrast/icons/256x256/actions/mail-send-receive.png        |  Bin 2257 -> 2186 bytes
 .../icons/256x256/apps/preferences-desktop-remote-desktop.png          |  Bin 2686 -> 3010 bytes
 .../HighContrast/icons/256x256/categories/applications-engineering.png |  Bin 5761 -> 4338 bytes
 themes/HighContrast/icons/256x256/mimetypes/audio-x-generic.png        |  Bin 3386 -> 2631 bytes
 themes/HighContrast/icons/256x256/status/call-missed.png               |  Bin 3766 -> 3826 bytes
 themes/HighContrast/icons/256x256/status/mail-read.png                 |  Bin 2587 -> 3604 bytes
 themes/HighContrast/icons/256x256/status/media-playlist-shuffle.png    |  Bin 3439 -> 3212 bytes
 themes/HighContrast/icons/256x256/status/security-high.png             |  Bin 3159 -> 3289 bytes
 themes/HighContrast/icons/256x256/status/security-low.png              |  Bin 3159 -> 3163 bytes
 themes/HighContrast/icons/256x256/status/security-medium.png           |  Bin 3159 -> 3253 bytes
 themes/HighContrast/icons/256x256/status/weather-showers-scattered.png |  Bin 4709 -> 5020 bytes
 themes/HighContrast/icons/32x32/actions/document-save-as.png           |  Bin 681 -> 669 bytes
 themes/HighContrast/icons/32x32/actions/mail-send-receive.png          |  Bin 595 -> 564 bytes
 .../icons/32x32/apps/preferences-desktop-remote-desktop.png            |  Bin 578 -> 585 bytes
 .../HighContrast/icons/32x32/categories/applications-engineering.png   |  Bin 814 -> 787 bytes
 themes/HighContrast/icons/32x32/mimetypes/audio-x-generic.png          |  Bin 815 -> 638 bytes
 themes/HighContrast/icons/32x32/status/call-missed.png                 |  Bin 776 -> 728 bytes
 themes/HighContrast/icons/32x32/status/mail-read.png                   |  Bin 476 -> 644 bytes
 themes/HighContrast/icons/32x32/status/media-playlist-shuffle.png      |  Bin 671 -> 556 bytes
 themes/HighContrast/icons/32x32/status/security-high.png               |  Bin 537 -> 634 bytes
 themes/HighContrast/icons/32x32/status/security-low.png                |  Bin 537 -> 588 bytes
 themes/HighContrast/icons/32x32/status/security-medium.png             |  Bin 537 -> 619 bytes
 themes/HighContrast/icons/32x32/status/weather-showers-scattered.png   |  Bin 1011 -> 1011 bytes
 themes/HighContrast/icons/48x48/actions/document-save-as.png           |  Bin 896 -> 882 bytes
 themes/HighContrast/icons/48x48/actions/mail-send-receive.png          |  Bin 803 -> 744 bytes
 .../icons/48x48/apps/preferences-desktop-remote-desktop.png            |  Bin 809 -> 851 bytes
 .../HighContrast/icons/48x48/categories/applications-engineering.png   |  Bin 1169 -> 1106 bytes
 themes/HighContrast/icons/48x48/mimetypes/audio-x-generic.png          |  Bin 1153 -> 865 bytes
 themes/HighContrast/icons/48x48/status/call-missed.png                 |  Bin 1082 -> 1063 bytes
 themes/HighContrast/icons/48x48/status/mail-read.png                   |  Bin 687 -> 891 bytes
 themes/HighContrast/icons/48x48/status/media-playlist-shuffle.png      |  Bin 997 -> 812 bytes
 themes/HighContrast/icons/48x48/status/security-high.png               |  Bin 722 -> 872 bytes
 themes/HighContrast/icons/48x48/status/security-low.png                |  Bin 722 -> 810 bytes
 themes/HighContrast/icons/48x48/status/security-medium.png             |  Bin 722 -> 853 bytes
 themes/HighContrast/icons/48x48/status/weather-showers-scattered.png   |  Bin 1317 -> 1421 bytes
 72 files changed, 0 insertions(+), 0 deletions(-)

commit 453afe9c03f4f9ef624713db8419f789995669e7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 19 12:23:37 2012 -0400

    HighContrast: update icon data from symbolic theme
    
    Includes some fixes and a couple of missing icons.

 themes/HighContrast/icons/16x16/actions/edit-redo-rtl.png         |  Bin 376 -> 358 bytes
 themes/HighContrast/icons/16x16/actions/edit-redo.png             |  Bin 371 -> 345 bytes
 themes/HighContrast/icons/16x16/actions/edit-select-all.png       |  Bin 93 -> 304 bytes
 themes/HighContrast/icons/16x16/actions/edit-undo-rtl.png         |  Bin 371 -> 345 bytes
 themes/HighContrast/icons/16x16/actions/go-jump-rtl.png           |  Bin 381 -> 356 bytes
 themes/HighContrast/icons/16x16/actions/object-rotate-left.png    |  Bin 374 -> 349 bytes
 themes/HighContrast/icons/16x16/actions/object-rotate-right.png   |  Bin 378 -> 340 bytes
 themes/HighContrast/icons/16x16/status/network-no-route.png       |  Bin 139 -> 243 bytes
 themes/HighContrast/icons/22x22/actions/edit-redo-rtl.png         |  Bin 461 -> 434 bytes
 themes/HighContrast/icons/22x22/actions/edit-redo.png             |  Bin 461 -> 430 bytes
 themes/HighContrast/icons/22x22/actions/edit-select-all.png       |  Bin 98 -> 308 bytes
 themes/HighContrast/icons/22x22/actions/edit-undo-rtl.png         |  Bin 461 -> 430 bytes
 themes/HighContrast/icons/22x22/actions/go-jump-rtl.png           |  Bin 466 -> 429 bytes
 themes/HighContrast/icons/22x22/actions/object-rotate-left.png    |  Bin 438 -> 361 bytes
 themes/HighContrast/icons/22x22/actions/object-rotate-right.png   |  Bin 436 -> 388 bytes
 themes/HighContrast/icons/22x22/status/network-no-route.png       |  Bin 164 -> 267 bytes
 themes/HighContrast/icons/24x24/actions/edit-redo-rtl.png         |  Bin 506 -> 457 bytes
 themes/HighContrast/icons/24x24/actions/edit-redo.png             |  Bin 503 -> 469 bytes
 themes/HighContrast/icons/24x24/actions/edit-select-all.png       |  Bin 99 -> 347 bytes
 themes/HighContrast/icons/24x24/actions/edit-undo-rtl.png         |  Bin 503 -> 469 bytes
 themes/HighContrast/icons/24x24/actions/go-jump-rtl.png           |  Bin 498 -> 465 bytes
 themes/HighContrast/icons/24x24/actions/object-rotate-left.png    |  Bin 476 -> 424 bytes
 themes/HighContrast/icons/24x24/actions/object-rotate-right.png   |  Bin 480 -> 420 bytes
 themes/HighContrast/icons/24x24/status/network-no-route.png       |  Bin 164 -> 280 bytes
 themes/HighContrast/icons/256x256/actions/edit-redo-rtl.png       |  Bin 2782 -> 2739 bytes
 themes/HighContrast/icons/256x256/actions/edit-redo.png           |  Bin 3172 -> 2741 bytes
 themes/HighContrast/icons/256x256/actions/edit-select-all.png     |  Bin 132 -> 1765 bytes
 themes/HighContrast/icons/256x256/actions/edit-undo-rtl.png       |  Bin 3172 -> 2741 bytes
 themes/HighContrast/icons/256x256/actions/go-jump-rtl.png         |  Bin 3235 -> 2958 bytes
 themes/HighContrast/icons/256x256/actions/object-rotate-left.png  |  Bin 2442 -> 2318 bytes
 themes/HighContrast/icons/256x256/actions/object-rotate-right.png |  Bin 2474 -> 2795 bytes
 themes/HighContrast/icons/256x256/status/network-no-route.png     |  Bin 892 -> 1052 bytes
 themes/HighContrast/icons/32x32/actions/edit-redo-rtl.png         |  Bin 624 -> 593 bytes
 themes/HighContrast/icons/32x32/actions/edit-redo.png             |  Bin 646 -> 596 bytes
 themes/HighContrast/icons/32x32/actions/edit-select-all.png       |  Bin 101 -> 416 bytes
 themes/HighContrast/icons/32x32/actions/edit-undo-rtl.png         |  Bin 646 -> 596 bytes
 themes/HighContrast/icons/32x32/actions/go-jump-rtl.png           |  Bin 647 -> 602 bytes
 themes/HighContrast/icons/32x32/actions/object-rotate-left.png    |  Bin 569 -> 512 bytes
 themes/HighContrast/icons/32x32/actions/object-rotate-right.png   |  Bin 577 -> 533 bytes
 themes/HighContrast/icons/32x32/status/network-no-route.png       |  Bin 175 -> 342 bytes
 themes/HighContrast/icons/48x48/actions/edit-redo-rtl.png         |  Bin 882 -> 824 bytes
 themes/HighContrast/icons/48x48/actions/edit-redo.png             |  Bin 862 -> 824 bytes
 themes/HighContrast/icons/48x48/actions/edit-select-all.png       |  Bin 106 -> 489 bytes
 themes/HighContrast/icons/48x48/actions/edit-undo-rtl.png         |  Bin 862 -> 824 bytes
 themes/HighContrast/icons/48x48/actions/go-jump-rtl.png           |  Bin 921 -> 871 bytes
 themes/HighContrast/icons/48x48/actions/object-rotate-left.png    |  Bin 763 -> 695 bytes
 themes/HighContrast/icons/48x48/actions/object-rotate-right.png   |  Bin 776 -> 766 bytes
 themes/HighContrast/icons/48x48/status/network-no-route.png       |  Bin 197 -> 351 bytes
 48 files changed, 0 insertions(+), 0 deletions(-)

commit 5d1a62652b46889f782a89a7b3a07e06819c2a63
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 16 15:55:29 2012 -0400

    build: don't add Makefile-icons.am to CLEANFILES

 themes/HighContrast/icons/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

commit fdb37836de63419692023b73b6372ce1d41f3853
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri Mar 16 18:59:46 2012 +0100

    metacity: Don't draw the right border in focused left tiled windows
    
    Just like we do for unfocused, to keep a one pixel line spliting the
    two tiled windows, we shouldn't draw the right border of the left
    window.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9cb66f986589508269d89db480ba66917b138ebd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 15 22:43:14 2012 -0400

    HighContrast: fix background color for selected text in entries

 themes/a11y-base.css |    4 ++++
 1 file changed, 4 insertions(+)

commit ae82eb83ffe3a4038eb4cbe1c527db0b1f79262f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 15 15:32:14 2012 -0400

    HighContrast: add generated PNG data

 themes/HighContrast/icons/16x16/actions/action-unavailable.png         |  Bin 0 -> 431 bytes
 themes/HighContrast/icons/16x16/actions/bookmark-new.png               |  Bin 0 -> 414 bytes
 themes/HighContrast/icons/16x16/actions/call-end.png                   |  Bin 0 -> 398 bytes
 themes/HighContrast/icons/16x16/actions/call-start.png                 |  Bin 0 -> 335 bytes
 themes/HighContrast/icons/16x16/actions/document-open-recent.png       |  Bin 0 -> 541 bytes
 themes/HighContrast/icons/16x16/actions/document-open.png              |  Bin 0 -> 387 bytes
 themes/HighContrast/icons/16x16/actions/document-page-setup.png        |  Bin 0 -> 446 bytes
 themes/HighContrast/icons/16x16/actions/document-save-as.png           |  Bin 0 -> 411 bytes
 themes/HighContrast/icons/16x16/actions/document-save.png              |  Bin 0 -> 340 bytes
 themes/HighContrast/icons/16x16/actions/document-send.png              |  Bin 0 -> 368 bytes
 themes/HighContrast/icons/16x16/actions/edit-clear-rtl.png             |  Bin 0 -> 351 bytes
 themes/HighContrast/icons/16x16/actions/edit-clear.png                 |  Bin 0 -> 349 bytes
 themes/HighContrast/icons/16x16/actions/edit-copy.png                  |  Bin 0 -> 297 bytes
 themes/HighContrast/icons/16x16/actions/edit-cut.png                   |  Bin 0 -> 537 bytes
 themes/HighContrast/icons/16x16/actions/edit-delete.png                |  Bin 0 -> 366 bytes
 themes/HighContrast/icons/16x16/actions/edit-find.png                  |  Bin 0 -> 482 bytes
 themes/HighContrast/icons/16x16/actions/edit-paste.png                 |  Bin 0 -> 418 bytes
 themes/HighContrast/icons/16x16/actions/edit-redo-rtl.png              |  Bin 0 -> 376 bytes
 themes/HighContrast/icons/16x16/actions/edit-redo.png                  |  Bin 0 -> 371 bytes
 themes/HighContrast/icons/16x16/actions/edit-select-all.png            |  Bin 0 -> 93 bytes
 themes/HighContrast/icons/16x16/actions/edit-select.png                |  Bin 0 -> 295 bytes
 themes/HighContrast/icons/16x16/actions/edit-undo-rtl.png              |  Bin 0 -> 371 bytes
 themes/HighContrast/icons/16x16/actions/edit-undo.png                  |  Bin 0 -> 358 bytes
 themes/HighContrast/icons/16x16/actions/find-location.png              |  Bin 0 -> 350 bytes
 themes/HighContrast/icons/16x16/actions/format-indent-less-rtl.png     |  Bin 0 -> 312 bytes
 themes/HighContrast/icons/16x16/actions/format-indent-less.png         |  Bin 0 -> 308 bytes
 themes/HighContrast/icons/16x16/actions/format-indent-more-rtl.png     |  Bin 0 -> 303 bytes
 themes/HighContrast/icons/16x16/actions/format-indent-more.png         |  Bin 0 -> 306 bytes
 themes/HighContrast/icons/16x16/actions/format-justify-center.png      |  Bin 0 -> 209 bytes
 themes/HighContrast/icons/16x16/actions/format-justify-fill.png        |  Bin 0 -> 194 bytes
 themes/HighContrast/icons/16x16/actions/format-justify-left.png        |  Bin 0 -> 214 bytes
 themes/HighContrast/icons/16x16/actions/format-justify-right.png       |  Bin 0 -> 217 bytes
 themes/HighContrast/icons/16x16/actions/format-text-bold.png           |  Bin 0 -> 384 bytes
 themes/HighContrast/icons/16x16/actions/format-text-direction-ltr.png  |  Bin 0 -> 365 bytes
 themes/HighContrast/icons/16x16/actions/format-text-direction-rtl.png  |  Bin 0 -> 367 bytes
 themes/HighContrast/icons/16x16/actions/format-text-italic.png         |  Bin 0 -> 347 bytes
 themes/HighContrast/icons/16x16/actions/format-text-strikethrough.png  |  Bin 0 -> 294 bytes
 themes/HighContrast/icons/16x16/actions/format-text-underline.png      |  Bin 0 -> 358 bytes
 themes/HighContrast/icons/16x16/actions/go-bottom.png                  |  Bin 0 -> 346 bytes
 themes/HighContrast/icons/16x16/actions/go-down.png                    |  Bin 0 -> 279 bytes
 themes/HighContrast/icons/16x16/actions/go-first-rtl.png               |  Bin 0 -> 344 bytes
 themes/HighContrast/icons/16x16/actions/go-first.png                   |  Bin 0 -> 348 bytes
 themes/HighContrast/icons/16x16/actions/go-jump-rtl.png                |  Bin 0 -> 381 bytes
 themes/HighContrast/icons/16x16/actions/go-jump.png                    |  Bin 0 -> 355 bytes
 themes/HighContrast/icons/16x16/actions/go-last-rtl.png                |  Bin 0 -> 348 bytes
 themes/HighContrast/icons/16x16/actions/go-last.png                    |  Bin 0 -> 344 bytes
 themes/HighContrast/icons/16x16/actions/go-next-rtl.png                |  Bin 0 -> 268 bytes
 themes/HighContrast/icons/16x16/actions/go-next.png                    |  Bin 0 -> 256 bytes
 themes/HighContrast/icons/16x16/actions/go-previous-rtl.png            |  Bin 0 -> 256 bytes
 themes/HighContrast/icons/16x16/actions/go-previous.png                |  Bin 0 -> 268 bytes
 themes/HighContrast/icons/16x16/actions/go-top.png                     |  Bin 0 -> 356 bytes
 themes/HighContrast/icons/16x16/actions/go-up.png                      |  Bin 0 -> 276 bytes
 themes/HighContrast/icons/16x16/actions/list-add.png                   |  Bin 0 -> 176 bytes
 themes/HighContrast/icons/16x16/actions/list-remove.png                |  Bin 0 -> 144 bytes
 themes/HighContrast/icons/16x16/actions/mail-mark-important.png        |  Bin 0 -> 443 bytes
 themes/HighContrast/icons/16x16/actions/mail-send-receive.png          |  Bin 0 -> 421 bytes
 themes/HighContrast/icons/16x16/actions/mail-send.png                  |  Bin 0 -> 337 bytes
 themes/HighContrast/icons/16x16/actions/media-eject.png                |  Bin 0 -> 261 bytes
 themes/HighContrast/icons/16x16/actions/media-playback-pause.png       |  Bin 0 -> 170 bytes
 themes/HighContrast/icons/16x16/actions/media-playback-start-rtl.png   |  Bin 0 -> 261 bytes
 themes/HighContrast/icons/16x16/actions/media-playback-start.png       |  Bin 0 -> 256 bytes
 themes/HighContrast/icons/16x16/actions/media-playback-stop.png        |  Bin 0 -> 158 bytes
 themes/HighContrast/icons/16x16/actions/media-record.png               |  Bin 0 -> 273 bytes
 themes/HighContrast/icons/16x16/actions/media-seek-backward-rtl.png    |  Bin 0 -> 305 bytes
 themes/HighContrast/icons/16x16/actions/media-seek-backward.png        |  Bin 0 -> 301 bytes
 themes/HighContrast/icons/16x16/actions/media-seek-forward-rtl.png     |  Bin 0 -> 301 bytes
 themes/HighContrast/icons/16x16/actions/media-seek-forward.png         |  Bin 0 -> 305 bytes
 themes/HighContrast/icons/16x16/actions/media-skip-backward-rtl.png    |  Bin 0 -> 302 bytes
 themes/HighContrast/icons/16x16/actions/media-skip-backward.png        |  Bin 0 -> 300 bytes
 themes/HighContrast/icons/16x16/actions/media-skip-forward-rtl.png     |  Bin 0 -> 300 bytes
 themes/HighContrast/icons/16x16/actions/media-skip-forward.png         |  Bin 0 -> 302 bytes
 themes/HighContrast/icons/16x16/actions/object-flip-horizontal.png     |  Bin 0 -> 267 bytes
 themes/HighContrast/icons/16x16/actions/object-flip-vertical.png       |  Bin 0 -> 278 bytes
 themes/HighContrast/icons/16x16/actions/object-rotate-left.png         |  Bin 0 -> 374 bytes
 themes/HighContrast/icons/16x16/actions/object-rotate-right.png        |  Bin 0 -> 378 bytes
 themes/HighContrast/icons/16x16/actions/object-select.png              |  Bin 0 -> 266 bytes
 themes/HighContrast/icons/16x16/actions/process-stop.png               |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/16x16/actions/send-to.png                    |  Bin 0 -> 465 bytes
 themes/HighContrast/icons/16x16/actions/system-run.png                 |  Bin 0 -> 308 bytes
 themes/HighContrast/icons/16x16/actions/system-shutdown.png            |  Bin 0 -> 456 bytes
 themes/HighContrast/icons/16x16/actions/tab-new.png                    |  Bin 0 -> 289 bytes
 themes/HighContrast/icons/16x16/actions/view-fullscreen.png            |  Bin 0 -> 366 bytes
 themes/HighContrast/icons/16x16/actions/view-grid.png                  |  Bin 0 -> 310 bytes
 themes/HighContrast/icons/16x16/actions/view-list.png                  |  Bin 0 -> 194 bytes
 themes/HighContrast/icons/16x16/actions/view-refresh.png               |  Bin 0 -> 434 bytes
 themes/HighContrast/icons/16x16/actions/view-restore.png               |  Bin 0 -> 360 bytes
 themes/HighContrast/icons/16x16/actions/window-close.png               |  Bin 0 -> 276 bytes
 themes/HighContrast/icons/16x16/actions/zoom-fit-best.png              |  Bin 0 -> 307 bytes
 themes/HighContrast/icons/16x16/actions/zoom-in.png                    |  Bin 0 -> 271 bytes
 themes/HighContrast/icons/16x16/actions/zoom-original.png              |  Bin 0 -> 266 bytes
 themes/HighContrast/icons/16x16/actions/zoom-out.png                   |  Bin 0 -> 241 bytes
 themes/HighContrast/icons/16x16/apps/accessories-calculator.png        |  Bin 0 -> 443 bytes
 themes/HighContrast/icons/16x16/apps/accessories-character-map.png     |  Bin 0 -> 503 bytes
 themes/HighContrast/icons/16x16/apps/accessories-text-editor.png       |  Bin 0 -> 422 bytes
 themes/HighContrast/icons/16x16/apps/applets-screenshooter.png         |  Bin 0 -> 421 bytes
 themes/HighContrast/icons/16x16/apps/gnome-power-manager.png           |  Bin 0 -> 428 bytes
 themes/HighContrast/icons/16x16/apps/help-browser.png                  |  Bin 0 -> 460 bytes
 .../icons/16x16/apps/preferences-desktop-accessibility.png             |  Bin 0 -> 460 bytes
 themes/HighContrast/icons/16x16/apps/preferences-desktop-display.png   |  Bin 0 -> 432 bytes
 .../icons/16x16/apps/preferences-desktop-keyboard-shortcuts.png        |  Bin 0 -> 465 bytes
 .../icons/16x16/apps/preferences-desktop-remote-desktop.png            |  Bin 0 -> 392 bytes
 .../HighContrast/icons/16x16/apps/preferences-desktop-screensaver.png  |  Bin 0 -> 436 bytes
 themes/HighContrast/icons/16x16/apps/preferences-desktop-wallpaper.png |  Bin 0 -> 377 bytes
 .../HighContrast/icons/16x16/apps/preferences-system-date-and-time.png |  Bin 0 -> 408 bytes
 .../HighContrast/icons/16x16/apps/preferences-system-network-proxy.png |  Bin 0 -> 455 bytes
 themes/HighContrast/icons/16x16/apps/system-file-manager.png           |  Bin 0 -> 412 bytes
 themes/HighContrast/icons/16x16/apps/system-users.png                  |  Bin 0 -> 431 bytes
 themes/HighContrast/icons/16x16/apps/user-info.png                     |  Bin 0 -> 380 bytes
 themes/HighContrast/icons/16x16/apps/utilities-system-monitor.png      |  Bin 0 -> 377 bytes
 themes/HighContrast/icons/16x16/apps/utilities-terminal.png            |  Bin 0 -> 327 bytes
 themes/HighContrast/icons/16x16/apps/web-browser.png                   |  Bin 0 -> 334 bytes
 .../HighContrast/icons/16x16/categories/applications-engineering.png   |  Bin 0 -> 446 bytes
 themes/HighContrast/icons/16x16/categories/applications-science.png    |  Bin 0 -> 475 bytes
 themes/HighContrast/icons/16x16/categories/applications-utilities.png  |  Bin 0 -> 418 bytes
 themes/HighContrast/icons/16x16/categories/preferences-other.png       |  Bin 0 -> 534 bytes
 themes/HighContrast/icons/16x16/categories/preferences-system.png      |  Bin 0 -> 545 bytes
 themes/HighContrast/icons/16x16/categories/system-help.png             |  Bin 0 -> 477 bytes
 themes/HighContrast/icons/16x16/devices/audio-card.png                 |  Bin 0 -> 423 bytes
 themes/HighContrast/icons/16x16/devices/audio-input-microphone.png     |  Bin 0 -> 433 bytes
 themes/HighContrast/icons/16x16/devices/camera-photo.png               |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/16x16/devices/camera-web.png                 |  Bin 0 -> 295 bytes
 themes/HighContrast/icons/16x16/devices/computer.png                   |  Bin 0 -> 337 bytes
 themes/HighContrast/icons/16x16/devices/drive-harddisk.png             |  Bin 0 -> 409 bytes
 themes/HighContrast/icons/16x16/devices/input-dialpad.png              |  Bin 0 -> 420 bytes
 themes/HighContrast/icons/16x16/devices/input-gaming.png               |  Bin 0 -> 350 bytes
 themes/HighContrast/icons/16x16/devices/input-keyboard.png             |  Bin 0 -> 373 bytes
 themes/HighContrast/icons/16x16/devices/input-touchpad.png             |  Bin 0 -> 358 bytes
 themes/HighContrast/icons/16x16/devices/media-optical.png              |  Bin 0 -> 349 bytes
 themes/HighContrast/icons/16x16/devices/phone.png                      |  Bin 0 -> 357 bytes
 themes/HighContrast/icons/16x16/devices/printer.png                    |  Bin 0 -> 314 bytes
 themes/HighContrast/icons/16x16/devices/scanner.png                    |  Bin 0 -> 408 bytes
 themes/HighContrast/icons/16x16/devices/video-display.png              |  Bin 0 -> 296 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-default.png             |  Bin 0 -> 399 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-documents.png           |  Bin 0 -> 451 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-favorite.png            |  Bin 0 -> 331 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-important.png           |  Bin 0 -> 325 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-music.png               |  Bin 0 -> 381 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-photos.png              |  Bin 0 -> 280 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-shared.png              |  Bin 0 -> 465 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-synchronizing.png       |  Bin 0 -> 491 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-system.png              |  Bin 0 -> 354 bytes
 themes/HighContrast/icons/16x16/emblems/emblem-videos.png              |  Bin 0 -> 411 bytes
 themes/HighContrast/icons/16x16/emotes/face-angel.png                  |  Bin 0 -> 326 bytes
 themes/HighContrast/icons/16x16/emotes/face-angry.png                  |  Bin 0 -> 367 bytes
 themes/HighContrast/icons/16x16/emotes/face-sad.png                    |  Bin 0 -> 401 bytes
 themes/HighContrast/icons/16x16/emotes/face-smile.png                  |  Bin 0 -> 419 bytes
 themes/HighContrast/icons/16x16/emotes/face-worried.png                |  Bin 0 -> 410 bytes
 themes/HighContrast/icons/16x16/mimetypes/application-certificate.png  |  Bin 0 -> 413 bytes
 themes/HighContrast/icons/16x16/mimetypes/audio-x-generic.png          |  Bin 0 -> 431 bytes
 themes/HighContrast/icons/16x16/mimetypes/folder-publicshare.png       |  Bin 0 -> 419 bytes
 themes/HighContrast/icons/16x16/mimetypes/package-x-generic.png        |  Bin 0 -> 287 bytes
 themes/HighContrast/icons/16x16/mimetypes/text-x-generic.png           |  Bin 0 -> 294 bytes
 themes/HighContrast/icons/16x16/places/folder-documents.png            |  Bin 0 -> 345 bytes
 themes/HighContrast/icons/16x16/places/folder-download.png             |  Bin 0 -> 387 bytes
 themes/HighContrast/icons/16x16/places/folder-music.png                |  Bin 0 -> 407 bytes
 themes/HighContrast/icons/16x16/places/folder-pictures.png             |  Bin 0 -> 408 bytes
 themes/HighContrast/icons/16x16/places/folder-publicshare.png          |  Bin 0 -> 419 bytes
 themes/HighContrast/icons/16x16/places/folder-remote.png               |  Bin 0 -> 332 bytes
 themes/HighContrast/icons/16x16/places/folder-saved-search.png         |  Bin 0 -> 427 bytes
 themes/HighContrast/icons/16x16/places/folder-templates.png            |  Bin 0 -> 385 bytes
 themes/HighContrast/icons/16x16/places/folder-videos.png               |  Bin 0 -> 416 bytes
 themes/HighContrast/icons/16x16/places/folder.png                      |  Bin 0 -> 288 bytes
 themes/HighContrast/icons/16x16/places/network-server.png              |  Bin 0 -> 383 bytes
 themes/HighContrast/icons/16x16/places/network-workgroup.png           |  Bin 0 -> 401 bytes
 themes/HighContrast/icons/16x16/places/start-here.png                  |  Bin 0 -> 496 bytes
 themes/HighContrast/icons/16x16/places/user-bookmarks.png              |  Bin 0 -> 381 bytes
 themes/HighContrast/icons/16x16/places/user-home.png                   |  Bin 0 -> 327 bytes
 themes/HighContrast/icons/16x16/places/user-trash.png                  |  Bin 0 -> 421 bytes
 themes/HighContrast/icons/16x16/status/appointment-missed.png          |  Bin 0 -> 499 bytes
 themes/HighContrast/icons/16x16/status/appointment-soon.png            |  Bin 0 -> 516 bytes
 themes/HighContrast/icons/16x16/status/audio-volume-high.png           |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/16x16/status/audio-volume-low.png            |  Bin 0 -> 474 bytes
 themes/HighContrast/icons/16x16/status/audio-volume-medium.png         |  Bin 0 -> 470 bytes
 themes/HighContrast/icons/16x16/status/audio-volume-muted.png          |  Bin 0 -> 498 bytes
 themes/HighContrast/icons/16x16/status/avatar-default.png              |  Bin 0 -> 301 bytes
 themes/HighContrast/icons/16x16/status/battery-caution-charging.png    |  Bin 0 -> 430 bytes
 themes/HighContrast/icons/16x16/status/battery-caution.png             |  Bin 0 -> 426 bytes
 themes/HighContrast/icons/16x16/status/battery-empty-charging.png      |  Bin 0 -> 400 bytes
 themes/HighContrast/icons/16x16/status/battery-empty.png               |  Bin 0 -> 262 bytes
 themes/HighContrast/icons/16x16/status/battery-full-charged.png        |  Bin 0 -> 447 bytes
 themes/HighContrast/icons/16x16/status/battery-full-charging.png       |  Bin 0 -> 450 bytes
 themes/HighContrast/icons/16x16/status/battery-full.png                |  Bin 0 -> 373 bytes
 themes/HighContrast/icons/16x16/status/battery-good-charging.png       |  Bin 0 -> 438 bytes
 themes/HighContrast/icons/16x16/status/battery-good.png                |  Bin 0 -> 345 bytes
 themes/HighContrast/icons/16x16/status/battery-low-charging.png        |  Bin 0 -> 428 bytes
 themes/HighContrast/icons/16x16/status/battery-low.png                 |  Bin 0 -> 329 bytes
 themes/HighContrast/icons/16x16/status/battery-missing.png             |  Bin 0 -> 307 bytes
 themes/HighContrast/icons/16x16/status/bluetooth-active.png            |  Bin 0 -> 327 bytes
 themes/HighContrast/icons/16x16/status/bluetooth-disabled.png          |  Bin 0 -> 434 bytes
 themes/HighContrast/icons/16x16/status/call-missed.png                 |  Bin 0 -> 429 bytes
 themes/HighContrast/icons/16x16/status/changes-allow.png               |  Bin 0 -> 293 bytes
 themes/HighContrast/icons/16x16/status/changes-prevent.png             |  Bin 0 -> 296 bytes
 themes/HighContrast/icons/16x16/status/channel-insecure.png            |  Bin 0 -> 444 bytes
 themes/HighContrast/icons/16x16/status/channel-secure.png              |  Bin 0 -> 276 bytes
 themes/HighContrast/icons/16x16/status/dialog-error.png                |  Bin 0 -> 292 bytes
 themes/HighContrast/icons/16x16/status/dialog-information.png          |  Bin 0 -> 417 bytes
 themes/HighContrast/icons/16x16/status/dialog-password.png             |  Bin 0 -> 362 bytes
 themes/HighContrast/icons/16x16/status/dialog-question.png             |  Bin 0 -> 419 bytes
 themes/HighContrast/icons/16x16/status/dialog-warning.png              |  Bin 0 -> 383 bytes
 themes/HighContrast/icons/16x16/status/display-brightness.png          |  Bin 0 -> 495 bytes
 themes/HighContrast/icons/16x16/status/keyboard-brightness.png         |  Bin 0 -> 367 bytes
 themes/HighContrast/icons/16x16/status/mail-attachment.png             |  Bin 0 -> 297 bytes
 themes/HighContrast/icons/16x16/status/mail-read.png                   |  Bin 0 -> 323 bytes
 themes/HighContrast/icons/16x16/status/mail-replied.png                |  Bin 0 -> 314 bytes
 themes/HighContrast/icons/16x16/status/mail-unread.png                 |  Bin 0 -> 346 bytes
 themes/HighContrast/icons/16x16/status/media-playlist-repeat.png       |  Bin 0 -> 367 bytes
 themes/HighContrast/icons/16x16/status/media-playlist-shuffle.png      |  Bin 0 -> 459 bytes
 themes/HighContrast/icons/16x16/status/microphone-sensitivity-high.png |  Bin 0 -> 519 bytes
 themes/HighContrast/icons/16x16/status/microphone-sensitivity-low.png  |  Bin 0 -> 344 bytes
 .../HighContrast/icons/16x16/status/microphone-sensitivity-medium.png  |  Bin 0 -> 340 bytes
 .../HighContrast/icons/16x16/status/microphone-sensitivity-muted.png   |  Bin 0 -> 339 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-3g.png         |  Bin 0 -> 441 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-4g.png         |  Bin 0 -> 388 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-acquiring.png  |  Bin 0 -> 403 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-connected.png  |  Bin 0 -> 477 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-edge.png       |  Bin 0 -> 296 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-gprs.png       |  Bin 0 -> 339 bytes
 .../icons/16x16/status/network-cellular-signal-excellent.png           |  Bin 0 -> 265 bytes
 .../HighContrast/icons/16x16/status/network-cellular-signal-good.png   |  Bin 0 -> 295 bytes
 .../HighContrast/icons/16x16/status/network-cellular-signal-none.png   |  Bin 0 -> 363 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-signal-ok.png  |  Bin 0 -> 295 bytes
 .../HighContrast/icons/16x16/status/network-cellular-signal-weak.png   |  Bin 0 -> 287 bytes
 themes/HighContrast/icons/16x16/status/network-cellular-umts.png       |  Bin 0 -> 257 bytes
 themes/HighContrast/icons/16x16/status/network-error.png               |  Bin 0 -> 471 bytes
 themes/HighContrast/icons/16x16/status/network-idle.png                |  Bin 0 -> 368 bytes
 themes/HighContrast/icons/16x16/status/network-no-route.png            |  Bin 0 -> 139 bytes
 themes/HighContrast/icons/16x16/status/network-offline.png             |  Bin 0 -> 429 bytes
 themes/HighContrast/icons/16x16/status/network-receive.png             |  Bin 0 -> 405 bytes
 themes/HighContrast/icons/16x16/status/network-transmit-receive.png    |  Bin 0 -> 401 bytes
 themes/HighContrast/icons/16x16/status/network-transmit.png            |  Bin 0 -> 389 bytes
 themes/HighContrast/icons/16x16/status/network-vpn-acquiring.png       |  Bin 0 -> 372 bytes
 themes/HighContrast/icons/16x16/status/network-vpn.png                 |  Bin 0 -> 301 bytes
 themes/HighContrast/icons/16x16/status/network-wired-acquiring.png     |  Bin 0 -> 403 bytes
 themes/HighContrast/icons/16x16/status/network-wired-disconnected.png  |  Bin 0 -> 407 bytes
 themes/HighContrast/icons/16x16/status/network-wired.png               |  Bin 0 -> 337 bytes
 themes/HighContrast/icons/16x16/status/network-wireless-acquiring.png  |  Bin 0 -> 420 bytes
 themes/HighContrast/icons/16x16/status/network-wireless-connected.png  |  Bin 0 -> 394 bytes
 themes/HighContrast/icons/16x16/status/network-wireless-encrypted.png  |  Bin 0 -> 296 bytes
 .../icons/16x16/status/network-wireless-signal-excellent.png           |  Bin 0 -> 422 bytes
 .../HighContrast/icons/16x16/status/network-wireless-signal-good.png   |  Bin 0 -> 416 bytes
 .../HighContrast/icons/16x16/status/network-wireless-signal-none.png   |  Bin 0 -> 474 bytes
 themes/HighContrast/icons/16x16/status/network-wireless-signal-ok.png  |  Bin 0 -> 413 bytes
 .../HighContrast/icons/16x16/status/network-wireless-signal-weak.png   |  Bin 0 -> 410 bytes
 themes/HighContrast/icons/16x16/status/non-starred.png                 |  Bin 0 -> 484 bytes
 themes/HighContrast/icons/16x16/status/printer-error.png               |  Bin 0 -> 397 bytes
 themes/HighContrast/icons/16x16/status/printer-printing.png            |  Bin 0 -> 337 bytes
 themes/HighContrast/icons/16x16/status/printer-warning.png             |  Bin 0 -> 357 bytes
 themes/HighContrast/icons/16x16/status/security-high.png               |  Bin 0 -> 334 bytes
 themes/HighContrast/icons/16x16/status/security-low.png                |  Bin 0 -> 334 bytes
 themes/HighContrast/icons/16x16/status/security-medium.png             |  Bin 0 -> 334 bytes
 themes/HighContrast/icons/16x16/status/software-update-available.png   |  Bin 0 -> 386 bytes
 themes/HighContrast/icons/16x16/status/software-update-urgent.png      |  Bin 0 -> 376 bytes
 themes/HighContrast/icons/16x16/status/starred.png                     |  Bin 0 -> 381 bytes
 themes/HighContrast/icons/16x16/status/task-due.png                    |  Bin 0 -> 444 bytes
 themes/HighContrast/icons/16x16/status/task-past-due.png               |  Bin 0 -> 484 bytes
 themes/HighContrast/icons/16x16/status/touchpad-disabled.png           |  Bin 0 -> 409 bytes
 themes/HighContrast/icons/16x16/status/user-available.png              |  Bin 0 -> 325 bytes
 themes/HighContrast/icons/16x16/status/user-away.png                   |  Bin 0 -> 369 bytes
 themes/HighContrast/icons/16x16/status/user-busy.png                   |  Bin 0 -> 338 bytes
 themes/HighContrast/icons/16x16/status/user-idle.png                   |  Bin 0 -> 397 bytes
 themes/HighContrast/icons/16x16/status/user-invisible.png              |  Bin 0 -> 420 bytes
 themes/HighContrast/icons/16x16/status/user-offline.png                |  Bin 0 -> 340 bytes
 themes/HighContrast/icons/16x16/status/weather-clear-night.png         |  Bin 0 -> 504 bytes
 themes/HighContrast/icons/16x16/status/weather-clear.png               |  Bin 0 -> 371 bytes
 themes/HighContrast/icons/16x16/status/weather-few-clouds-night.png    |  Bin 0 -> 328 bytes
 themes/HighContrast/icons/16x16/status/weather-few-clouds.png          |  Bin 0 -> 468 bytes
 themes/HighContrast/icons/16x16/status/weather-fog.png                 |  Bin 0 -> 523 bytes
 themes/HighContrast/icons/16x16/status/weather-overcast.png            |  Bin 0 -> 297 bytes
 themes/HighContrast/icons/16x16/status/weather-severe-alert.png        |  Bin 0 -> 422 bytes
 themes/HighContrast/icons/16x16/status/weather-showers-scattered.png   |  Bin 0 -> 517 bytes
 themes/HighContrast/icons/16x16/status/weather-showers.png             |  Bin 0 -> 316 bytes
 themes/HighContrast/icons/16x16/status/weather-snow.png                |  Bin 0 -> 332 bytes
 themes/HighContrast/icons/16x16/status/weather-storm.png               |  Bin 0 -> 505 bytes
 themes/HighContrast/icons/22x22/actions/action-unavailable.png         |  Bin 0 -> 598 bytes
 themes/HighContrast/icons/22x22/actions/bookmark-new.png               |  Bin 0 -> 560 bytes
 themes/HighContrast/icons/22x22/actions/call-end.png                   |  Bin 0 -> 482 bytes
 themes/HighContrast/icons/22x22/actions/call-start.png                 |  Bin 0 -> 446 bytes
 themes/HighContrast/icons/22x22/actions/document-open-recent.png       |  Bin 0 -> 756 bytes
 themes/HighContrast/icons/22x22/actions/document-open.png              |  Bin 0 -> 420 bytes
 themes/HighContrast/icons/22x22/actions/document-page-setup.png        |  Bin 0 -> 528 bytes
 themes/HighContrast/icons/22x22/actions/document-save-as.png           |  Bin 0 -> 508 bytes
 themes/HighContrast/icons/22x22/actions/document-save.png              |  Bin 0 -> 426 bytes
 themes/HighContrast/icons/22x22/actions/document-send.png              |  Bin 0 -> 482 bytes
 themes/HighContrast/icons/22x22/actions/edit-clear-rtl.png             |  Bin 0 -> 433 bytes
 themes/HighContrast/icons/22x22/actions/edit-clear.png                 |  Bin 0 -> 424 bytes
 themes/HighContrast/icons/22x22/actions/edit-copy.png                  |  Bin 0 -> 314 bytes
 themes/HighContrast/icons/22x22/actions/edit-cut.png                   |  Bin 0 -> 706 bytes
 themes/HighContrast/icons/22x22/actions/edit-delete.png                |  Bin 0 -> 511 bytes
 themes/HighContrast/icons/22x22/actions/edit-find.png                  |  Bin 0 -> 558 bytes
 themes/HighContrast/icons/22x22/actions/edit-paste.png                 |  Bin 0 -> 396 bytes
 themes/HighContrast/icons/22x22/actions/edit-redo-rtl.png              |  Bin 0 -> 461 bytes
 themes/HighContrast/icons/22x22/actions/edit-redo.png                  |  Bin 0 -> 461 bytes
 themes/HighContrast/icons/22x22/actions/edit-select-all.png            |  Bin 0 -> 98 bytes
 themes/HighContrast/icons/22x22/actions/edit-select.png                |  Bin 0 -> 336 bytes
 themes/HighContrast/icons/22x22/actions/edit-undo-rtl.png              |  Bin 0 -> 461 bytes
 themes/HighContrast/icons/22x22/actions/edit-undo.png                  |  Bin 0 -> 434 bytes
 themes/HighContrast/icons/22x22/actions/find-location.png              |  Bin 0 -> 468 bytes
 themes/HighContrast/icons/22x22/actions/format-indent-less-rtl.png     |  Bin 0 -> 317 bytes
 themes/HighContrast/icons/22x22/actions/format-indent-less.png         |  Bin 0 -> 323 bytes
 themes/HighContrast/icons/22x22/actions/format-indent-more-rtl.png     |  Bin 0 -> 311 bytes
 themes/HighContrast/icons/22x22/actions/format-indent-more.png         |  Bin 0 -> 312 bytes
 themes/HighContrast/icons/22x22/actions/format-justify-center.png      |  Bin 0 -> 202 bytes
 themes/HighContrast/icons/22x22/actions/format-justify-fill.png        |  Bin 0 -> 182 bytes
 themes/HighContrast/icons/22x22/actions/format-justify-left.png        |  Bin 0 -> 209 bytes
 themes/HighContrast/icons/22x22/actions/format-justify-right.png       |  Bin 0 -> 214 bytes
 themes/HighContrast/icons/22x22/actions/format-text-bold.png           |  Bin 0 -> 418 bytes
 themes/HighContrast/icons/22x22/actions/format-text-direction-ltr.png  |  Bin 0 -> 421 bytes
 themes/HighContrast/icons/22x22/actions/format-text-direction-rtl.png  |  Bin 0 -> 417 bytes
 themes/HighContrast/icons/22x22/actions/format-text-italic.png         |  Bin 0 -> 402 bytes
 themes/HighContrast/icons/22x22/actions/format-text-strikethrough.png  |  Bin 0 -> 339 bytes
 themes/HighContrast/icons/22x22/actions/format-text-underline.png      |  Bin 0 -> 354 bytes
 themes/HighContrast/icons/22x22/actions/go-bottom.png                  |  Bin 0 -> 398 bytes
 themes/HighContrast/icons/22x22/actions/go-down.png                    |  Bin 0 -> 352 bytes
 themes/HighContrast/icons/22x22/actions/go-first-rtl.png               |  Bin 0 -> 404 bytes
 themes/HighContrast/icons/22x22/actions/go-first.png                   |  Bin 0 -> 411 bytes
 themes/HighContrast/icons/22x22/actions/go-jump-rtl.png                |  Bin 0 -> 466 bytes
 themes/HighContrast/icons/22x22/actions/go-jump.png                    |  Bin 0 -> 437 bytes
 themes/HighContrast/icons/22x22/actions/go-last-rtl.png                |  Bin 0 -> 411 bytes
 themes/HighContrast/icons/22x22/actions/go-last.png                    |  Bin 0 -> 404 bytes
 themes/HighContrast/icons/22x22/actions/go-next-rtl.png                |  Bin 0 -> 342 bytes
 themes/HighContrast/icons/22x22/actions/go-next.png                    |  Bin 0 -> 336 bytes
 themes/HighContrast/icons/22x22/actions/go-previous-rtl.png            |  Bin 0 -> 336 bytes
 themes/HighContrast/icons/22x22/actions/go-previous.png                |  Bin 0 -> 342 bytes
 themes/HighContrast/icons/22x22/actions/go-top.png                     |  Bin 0 -> 404 bytes
 themes/HighContrast/icons/22x22/actions/go-up.png                      |  Bin 0 -> 354 bytes
 themes/HighContrast/icons/22x22/actions/list-add.png                   |  Bin 0 -> 200 bytes
 themes/HighContrast/icons/22x22/actions/list-remove.png                |  Bin 0 -> 167 bytes
 themes/HighContrast/icons/22x22/actions/mail-mark-important.png        |  Bin 0 -> 504 bytes
 themes/HighContrast/icons/22x22/actions/mail-send-receive.png          |  Bin 0 -> 465 bytes
 themes/HighContrast/icons/22x22/actions/mail-send.png                  |  Bin 0 -> 663 bytes
 themes/HighContrast/icons/22x22/actions/media-eject.png                |  Bin 0 -> 265 bytes
 themes/HighContrast/icons/22x22/actions/media-playback-pause.png       |  Bin 0 -> 152 bytes
 themes/HighContrast/icons/22x22/actions/media-playback-start-rtl.png   |  Bin 0 -> 288 bytes
 themes/HighContrast/icons/22x22/actions/media-playback-start.png       |  Bin 0 -> 287 bytes
 themes/HighContrast/icons/22x22/actions/media-playback-stop.png        |  Bin 0 -> 143 bytes
 themes/HighContrast/icons/22x22/actions/media-record.png               |  Bin 0 -> 295 bytes
 themes/HighContrast/icons/22x22/actions/media-seek-backward-rtl.png    |  Bin 0 -> 347 bytes
 themes/HighContrast/icons/22x22/actions/media-seek-backward.png        |  Bin 0 -> 335 bytes
 themes/HighContrast/icons/22x22/actions/media-seek-forward-rtl.png     |  Bin 0 -> 335 bytes
 themes/HighContrast/icons/22x22/actions/media-seek-forward.png         |  Bin 0 -> 347 bytes
 themes/HighContrast/icons/22x22/actions/media-skip-backward-rtl.png    |  Bin 0 -> 342 bytes
 themes/HighContrast/icons/22x22/actions/media-skip-backward.png        |  Bin 0 -> 346 bytes
 themes/HighContrast/icons/22x22/actions/media-skip-forward-rtl.png     |  Bin 0 -> 346 bytes
 themes/HighContrast/icons/22x22/actions/media-skip-forward.png         |  Bin 0 -> 342 bytes
 themes/HighContrast/icons/22x22/actions/object-flip-horizontal.png     |  Bin 0 -> 360 bytes
 themes/HighContrast/icons/22x22/actions/object-flip-vertical.png       |  Bin 0 -> 315 bytes
 themes/HighContrast/icons/22x22/actions/object-rotate-left.png         |  Bin 0 -> 438 bytes
 themes/HighContrast/icons/22x22/actions/object-rotate-right.png        |  Bin 0 -> 436 bytes
 themes/HighContrast/icons/22x22/actions/object-select.png              |  Bin 0 -> 318 bytes
 themes/HighContrast/icons/22x22/actions/process-stop.png               |  Bin 0 -> 517 bytes
 themes/HighContrast/icons/22x22/actions/send-to.png                    |  Bin 0 -> 626 bytes
 themes/HighContrast/icons/22x22/actions/system-run.png                 |  Bin 0 -> 764 bytes
 themes/HighContrast/icons/22x22/actions/system-shutdown.png            |  Bin 0 -> 647 bytes
 themes/HighContrast/icons/22x22/actions/tab-new.png                    |  Bin 0 -> 299 bytes
 themes/HighContrast/icons/22x22/actions/view-fullscreen.png            |  Bin 0 -> 445 bytes
 themes/HighContrast/icons/22x22/actions/view-grid.png                  |  Bin 0 -> 259 bytes
 themes/HighContrast/icons/22x22/actions/view-list.png                  |  Bin 0 -> 182 bytes
 themes/HighContrast/icons/22x22/actions/view-refresh.png               |  Bin 0 -> 565 bytes
 themes/HighContrast/icons/22x22/actions/view-restore.png               |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/22x22/actions/window-close.png               |  Bin 0 -> 316 bytes
 themes/HighContrast/icons/22x22/actions/zoom-fit-best.png              |  Bin 0 -> 279 bytes
 themes/HighContrast/icons/22x22/actions/zoom-in.png                    |  Bin 0 -> 277 bytes
 themes/HighContrast/icons/22x22/actions/zoom-original.png              |  Bin 0 -> 259 bytes
 themes/HighContrast/icons/22x22/actions/zoom-out.png                   |  Bin 0 -> 238 bytes
 themes/HighContrast/icons/22x22/apps/accessories-calculator.png        |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/22x22/apps/accessories-character-map.png     |  Bin 0 -> 574 bytes
 themes/HighContrast/icons/22x22/apps/accessories-text-editor.png       |  Bin 0 -> 419 bytes
 themes/HighContrast/icons/22x22/apps/applets-screenshooter.png         |  Bin 0 -> 449 bytes
 themes/HighContrast/icons/22x22/apps/gnome-power-manager.png           |  Bin 0 -> 456 bytes
 themes/HighContrast/icons/22x22/apps/help-browser.png                  |  Bin 0 -> 652 bytes
 .../icons/22x22/apps/preferences-desktop-accessibility.png             |  Bin 0 -> 657 bytes
 themes/HighContrast/icons/22x22/apps/preferences-desktop-display.png   |  Bin 0 -> 543 bytes
 .../icons/22x22/apps/preferences-desktop-keyboard-shortcuts.png        |  Bin 0 -> 585 bytes
 .../icons/22x22/apps/preferences-desktop-remote-desktop.png            |  Bin 0 -> 470 bytes
 .../HighContrast/icons/22x22/apps/preferences-desktop-screensaver.png  |  Bin 0 -> 553 bytes
 themes/HighContrast/icons/22x22/apps/preferences-desktop-wallpaper.png |  Bin 0 -> 438 bytes
 .../HighContrast/icons/22x22/apps/preferences-system-date-and-time.png |  Bin 0 -> 434 bytes
 .../HighContrast/icons/22x22/apps/preferences-system-network-proxy.png |  Bin 0 -> 548 bytes
 themes/HighContrast/icons/22x22/apps/system-file-manager.png           |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/22x22/apps/system-users.png                  |  Bin 0 -> 496 bytes
 themes/HighContrast/icons/22x22/apps/user-info.png                     |  Bin 0 -> 483 bytes
 themes/HighContrast/icons/22x22/apps/utilities-system-monitor.png      |  Bin 0 -> 482 bytes
 themes/HighContrast/icons/22x22/apps/utilities-terminal.png            |  Bin 0 -> 419 bytes
 themes/HighContrast/icons/22x22/apps/web-browser.png                   |  Bin 0 -> 769 bytes
 .../HighContrast/icons/22x22/categories/applications-engineering.png   |  Bin 0 -> 540 bytes
 themes/HighContrast/icons/22x22/categories/applications-science.png    |  Bin 0 -> 634 bytes
 themes/HighContrast/icons/22x22/categories/applications-utilities.png  |  Bin 0 -> 526 bytes
 themes/HighContrast/icons/22x22/categories/preferences-other.png       |  Bin 0 -> 710 bytes
 themes/HighContrast/icons/22x22/categories/preferences-system.png      |  Bin 0 -> 767 bytes
 themes/HighContrast/icons/22x22/categories/system-help.png             |  Bin 0 -> 679 bytes
 themes/HighContrast/icons/22x22/devices/audio-card.png                 |  Bin 0 -> 453 bytes
 themes/HighContrast/icons/22x22/devices/audio-input-microphone.png     |  Bin 0 -> 488 bytes
 themes/HighContrast/icons/22x22/devices/camera-photo.png               |  Bin 0 -> 484 bytes
 themes/HighContrast/icons/22x22/devices/camera-web.png                 |  Bin 0 -> 314 bytes
 themes/HighContrast/icons/22x22/devices/computer.png                   |  Bin 0 -> 385 bytes
 themes/HighContrast/icons/22x22/devices/drive-harddisk.png             |  Bin 0 -> 514 bytes
 themes/HighContrast/icons/22x22/devices/input-dialpad.png              |  Bin 0 -> 463 bytes
 themes/HighContrast/icons/22x22/devices/input-gaming.png               |  Bin 0 -> 453 bytes
 themes/HighContrast/icons/22x22/devices/input-keyboard.png             |  Bin 0 -> 307 bytes
 themes/HighContrast/icons/22x22/devices/input-touchpad.png             |  Bin 0 -> 389 bytes
 themes/HighContrast/icons/22x22/devices/media-optical.png              |  Bin 0 -> 534 bytes
 themes/HighContrast/icons/22x22/devices/phone.png                      |  Bin 0 -> 422 bytes
 themes/HighContrast/icons/22x22/devices/printer.png                    |  Bin 0 -> 287 bytes
 themes/HighContrast/icons/22x22/devices/scanner.png                    |  Bin 0 -> 465 bytes
 themes/HighContrast/icons/22x22/devices/video-display.png              |  Bin 0 -> 352 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-default.png             |  Bin 0 -> 571 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-documents.png           |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-favorite.png            |  Bin 0 -> 467 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-important.png           |  Bin 0 -> 433 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-music.png               |  Bin 0 -> 396 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-photos.png              |  Bin 0 -> 264 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-shared.png              |  Bin 0 -> 626 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-synchronizing.png       |  Bin 0 -> 634 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-system.png              |  Bin 0 -> 484 bytes
 themes/HighContrast/icons/22x22/emblems/emblem-videos.png              |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/22x22/emotes/face-angel.png                  |  Bin 0 -> 683 bytes
 themes/HighContrast/icons/22x22/emotes/face-angry.png                  |  Bin 0 -> 483 bytes
 themes/HighContrast/icons/22x22/emotes/face-sad.png                    |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/22x22/emotes/face-smile.png                  |  Bin 0 -> 525 bytes
 themes/HighContrast/icons/22x22/emotes/face-worried.png                |  Bin 0 -> 529 bytes
 themes/HighContrast/icons/22x22/mimetypes/application-certificate.png  |  Bin 0 -> 493 bytes
 themes/HighContrast/icons/22x22/mimetypes/audio-x-generic.png          |  Bin 0 -> 591 bytes
 themes/HighContrast/icons/22x22/mimetypes/folder-publicshare.png       |  Bin 0 -> 463 bytes
 themes/HighContrast/icons/22x22/mimetypes/package-x-generic.png        |  Bin 0 -> 365 bytes
 themes/HighContrast/icons/22x22/mimetypes/text-x-generic.png           |  Bin 0 -> 305 bytes
 themes/HighContrast/icons/22x22/places/folder-documents.png            |  Bin 0 -> 377 bytes
 themes/HighContrast/icons/22x22/places/folder-download.png             |  Bin 0 -> 432 bytes
 themes/HighContrast/icons/22x22/places/folder-music.png                |  Bin 0 -> 462 bytes
 themes/HighContrast/icons/22x22/places/folder-pictures.png             |  Bin 0 -> 498 bytes
 themes/HighContrast/icons/22x22/places/folder-publicshare.png          |  Bin 0 -> 463 bytes
 themes/HighContrast/icons/22x22/places/folder-remote.png               |  Bin 0 -> 328 bytes
 themes/HighContrast/icons/22x22/places/folder-saved-search.png         |  Bin 0 -> 482 bytes
 themes/HighContrast/icons/22x22/places/folder-templates.png            |  Bin 0 -> 387 bytes
 themes/HighContrast/icons/22x22/places/folder-videos.png               |  Bin 0 -> 411 bytes
 themes/HighContrast/icons/22x22/places/folder.png                      |  Bin 0 -> 290 bytes
 themes/HighContrast/icons/22x22/places/network-server.png              |  Bin 0 -> 412 bytes
 themes/HighContrast/icons/22x22/places/network-workgroup.png           |  Bin 0 -> 454 bytes
 themes/HighContrast/icons/22x22/places/start-here.png                  |  Bin 0 -> 645 bytes
 themes/HighContrast/icons/22x22/places/user-bookmarks.png              |  Bin 0 -> 492 bytes
 themes/HighContrast/icons/22x22/places/user-home.png                   |  Bin 0 -> 386 bytes
 themes/HighContrast/icons/22x22/places/user-trash.png                  |  Bin 0 -> 466 bytes
 themes/HighContrast/icons/22x22/status/appointment-missed.png          |  Bin 0 -> 611 bytes
 themes/HighContrast/icons/22x22/status/appointment-soon.png            |  Bin 0 -> 678 bytes
 themes/HighContrast/icons/22x22/status/audio-volume-high.png           |  Bin 0 -> 591 bytes
 themes/HighContrast/icons/22x22/status/audio-volume-low.png            |  Bin 0 -> 559 bytes
 themes/HighContrast/icons/22x22/status/audio-volume-medium.png         |  Bin 0 -> 596 bytes
 themes/HighContrast/icons/22x22/status/audio-volume-muted.png          |  Bin 0 -> 588 bytes
 themes/HighContrast/icons/22x22/status/avatar-default.png              |  Bin 0 -> 382 bytes
 themes/HighContrast/icons/22x22/status/battery-caution-charging.png    |  Bin 0 -> 481 bytes
 themes/HighContrast/icons/22x22/status/battery-caution.png             |  Bin 0 -> 445 bytes
 themes/HighContrast/icons/22x22/status/battery-empty-charging.png      |  Bin 0 -> 457 bytes
 themes/HighContrast/icons/22x22/status/battery-empty.png               |  Bin 0 -> 244 bytes
 themes/HighContrast/icons/22x22/status/battery-full-charged.png        |  Bin 0 -> 500 bytes
 themes/HighContrast/icons/22x22/status/battery-full-charging.png       |  Bin 0 -> 487 bytes
 themes/HighContrast/icons/22x22/status/battery-full.png                |  Bin 0 -> 325 bytes
 themes/HighContrast/icons/22x22/status/battery-good-charging.png       |  Bin 0 -> 499 bytes
 themes/HighContrast/icons/22x22/status/battery-good.png                |  Bin 0 -> 307 bytes
 themes/HighContrast/icons/22x22/status/battery-low-charging.png        |  Bin 0 -> 474 bytes
 themes/HighContrast/icons/22x22/status/battery-low.png                 |  Bin 0 -> 294 bytes
 themes/HighContrast/icons/22x22/status/battery-missing.png             |  Bin 0 -> 356 bytes
 themes/HighContrast/icons/22x22/status/bluetooth-active.png            |  Bin 0 -> 392 bytes
 themes/HighContrast/icons/22x22/status/bluetooth-disabled.png          |  Bin 0 -> 570 bytes
 themes/HighContrast/icons/22x22/status/call-missed.png                 |  Bin 0 -> 543 bytes
 themes/HighContrast/icons/22x22/status/changes-allow.png               |  Bin 0 -> 320 bytes
 themes/HighContrast/icons/22x22/status/changes-prevent.png             |  Bin 0 -> 332 bytes
 themes/HighContrast/icons/22x22/status/channel-insecure.png            |  Bin 0 -> 448 bytes
 themes/HighContrast/icons/22x22/status/channel-secure.png              |  Bin 0 -> 324 bytes
 themes/HighContrast/icons/22x22/status/dialog-error.png                |  Bin 0 -> 428 bytes
 themes/HighContrast/icons/22x22/status/dialog-information.png          |  Bin 0 -> 533 bytes
 themes/HighContrast/icons/22x22/status/dialog-password.png             |  Bin 0 -> 465 bytes
 themes/HighContrast/icons/22x22/status/dialog-question.png             |  Bin 0 -> 544 bytes
 themes/HighContrast/icons/22x22/status/dialog-warning.png              |  Bin 0 -> 508 bytes
 themes/HighContrast/icons/22x22/status/display-brightness.png          |  Bin 0 -> 635 bytes
 themes/HighContrast/icons/22x22/status/keyboard-brightness.png         |  Bin 0 -> 422 bytes
 themes/HighContrast/icons/22x22/status/mail-attachment.png             |  Bin 0 -> 626 bytes
 themes/HighContrast/icons/22x22/status/mail-read.png                   |  Bin 0 -> 373 bytes
 themes/HighContrast/icons/22x22/status/mail-replied.png                |  Bin 0 -> 362 bytes
 themes/HighContrast/icons/22x22/status/mail-unread.png                 |  Bin 0 -> 374 bytes
 themes/HighContrast/icons/22x22/status/media-playlist-repeat.png       |  Bin 0 -> 441 bytes
 themes/HighContrast/icons/22x22/status/media-playlist-shuffle.png      |  Bin 0 -> 521 bytes
 themes/HighContrast/icons/22x22/status/microphone-sensitivity-high.png |  Bin 0 -> 624 bytes
 themes/HighContrast/icons/22x22/status/microphone-sensitivity-low.png  |  Bin 0 -> 714 bytes
 .../HighContrast/icons/22x22/status/microphone-sensitivity-medium.png  |  Bin 0 -> 700 bytes
 .../HighContrast/icons/22x22/status/microphone-sensitivity-muted.png   |  Bin 0 -> 739 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-3g.png         |  Bin 0 -> 518 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-4g.png         |  Bin 0 -> 450 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-acquiring.png  |  Bin 0 -> 371 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-connected.png  |  Bin 0 -> 590 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-edge.png       |  Bin 0 -> 312 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-gprs.png       |  Bin 0 -> 379 bytes
 .../icons/22x22/status/network-cellular-signal-excellent.png           |  Bin 0 -> 246 bytes
 .../HighContrast/icons/22x22/status/network-cellular-signal-good.png   |  Bin 0 -> 268 bytes
 .../HighContrast/icons/22x22/status/network-cellular-signal-none.png   |  Bin 0 -> 373 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-signal-ok.png  |  Bin 0 -> 268 bytes
 .../HighContrast/icons/22x22/status/network-cellular-signal-weak.png   |  Bin 0 -> 278 bytes
 themes/HighContrast/icons/22x22/status/network-cellular-umts.png       |  Bin 0 -> 300 bytes
 themes/HighContrast/icons/22x22/status/network-error.png               |  Bin 0 -> 600 bytes
 themes/HighContrast/icons/22x22/status/network-idle.png                |  Bin 0 -> 437 bytes
 themes/HighContrast/icons/22x22/status/network-no-route.png            |  Bin 0 -> 164 bytes
 themes/HighContrast/icons/22x22/status/network-offline.png             |  Bin 0 -> 505 bytes
 themes/HighContrast/icons/22x22/status/network-receive.png             |  Bin 0 -> 452 bytes
 themes/HighContrast/icons/22x22/status/network-transmit-receive.png    |  Bin 0 -> 454 bytes
 themes/HighContrast/icons/22x22/status/network-transmit.png            |  Bin 0 -> 456 bytes
 themes/HighContrast/icons/22x22/status/network-vpn-acquiring.png       |  Bin 0 -> 410 bytes
 themes/HighContrast/icons/22x22/status/network-vpn.png                 |  Bin 0 -> 322 bytes
 themes/HighContrast/icons/22x22/status/network-wired-acquiring.png     |  Bin 0 -> 403 bytes
 themes/HighContrast/icons/22x22/status/network-wired-disconnected.png  |  Bin 0 -> 454 bytes
 themes/HighContrast/icons/22x22/status/network-wired.png               |  Bin 0 -> 347 bytes
 themes/HighContrast/icons/22x22/status/network-wireless-acquiring.png  |  Bin 0 -> 511 bytes
 themes/HighContrast/icons/22x22/status/network-wireless-connected.png  |  Bin 0 -> 431 bytes
 themes/HighContrast/icons/22x22/status/network-wireless-encrypted.png  |  Bin 0 -> 332 bytes
 .../icons/22x22/status/network-wireless-signal-excellent.png           |  Bin 0 -> 547 bytes
 .../HighContrast/icons/22x22/status/network-wireless-signal-good.png   |  Bin 0 -> 552 bytes
 .../HighContrast/icons/22x22/status/network-wireless-signal-none.png   |  Bin 0 -> 588 bytes
 themes/HighContrast/icons/22x22/status/network-wireless-signal-ok.png  |  Bin 0 -> 524 bytes
 .../HighContrast/icons/22x22/status/network-wireless-signal-weak.png   |  Bin 0 -> 512 bytes
 themes/HighContrast/icons/22x22/status/non-starred.png                 |  Bin 0 -> 637 bytes
 themes/HighContrast/icons/22x22/status/printer-error.png               |  Bin 0 -> 440 bytes
 themes/HighContrast/icons/22x22/status/printer-printing.png            |  Bin 0 -> 348 bytes
 themes/HighContrast/icons/22x22/status/printer-warning.png             |  Bin 0 -> 371 bytes
 themes/HighContrast/icons/22x22/status/security-high.png               |  Bin 0 -> 385 bytes
 themes/HighContrast/icons/22x22/status/security-low.png                |  Bin 0 -> 385 bytes
 themes/HighContrast/icons/22x22/status/security-medium.png             |  Bin 0 -> 385 bytes
 themes/HighContrast/icons/22x22/status/software-update-available.png   |  Bin 0 -> 524 bytes
 themes/HighContrast/icons/22x22/status/software-update-urgent.png      |  Bin 0 -> 545 bytes
 themes/HighContrast/icons/22x22/status/starred.png                     |  Bin 0 -> 492 bytes
 themes/HighContrast/icons/22x22/status/task-due.png                    |  Bin 0 -> 451 bytes
 themes/HighContrast/icons/22x22/status/task-past-due.png               |  Bin 0 -> 492 bytes
 themes/HighContrast/icons/22x22/status/touchpad-disabled.png           |  Bin 0 -> 449 bytes
 themes/HighContrast/icons/22x22/status/user-available.png              |  Bin 0 -> 364 bytes
 themes/HighContrast/icons/22x22/status/user-away.png                   |  Bin 0 -> 394 bytes
 themes/HighContrast/icons/22x22/status/user-busy.png                   |  Bin 0 -> 392 bytes
 themes/HighContrast/icons/22x22/status/user-idle.png                   |  Bin 0 -> 395 bytes
 themes/HighContrast/icons/22x22/status/user-invisible.png              |  Bin 0 -> 500 bytes
 themes/HighContrast/icons/22x22/status/user-offline.png                |  Bin 0 -> 413 bytes
 themes/HighContrast/icons/22x22/status/weather-clear-night.png         |  Bin 0 -> 724 bytes
 themes/HighContrast/icons/22x22/status/weather-clear.png               |  Bin 0 -> 469 bytes
 themes/HighContrast/icons/22x22/status/weather-few-clouds-night.png    |  Bin 0 -> 777 bytes
 themes/HighContrast/icons/22x22/status/weather-few-clouds.png          |  Bin 0 -> 639 bytes
 themes/HighContrast/icons/22x22/status/weather-fog.png                 |  Bin 0 -> 674 bytes
 themes/HighContrast/icons/22x22/status/weather-overcast.png            |  Bin 0 -> 367 bytes
 themes/HighContrast/icons/22x22/status/weather-severe-alert.png        |  Bin 0 -> 506 bytes
 themes/HighContrast/icons/22x22/status/weather-showers-scattered.png   |  Bin 0 -> 678 bytes
 themes/HighContrast/icons/22x22/status/weather-showers.png             |  Bin 0 -> 693 bytes
 themes/HighContrast/icons/22x22/status/weather-snow.png                |  Bin 0 -> 742 bytes
 themes/HighContrast/icons/22x22/status/weather-storm.png               |  Bin 0 -> 644 bytes
 themes/HighContrast/icons/24x24/actions/action-unavailable.png         |  Bin 0 -> 653 bytes
 themes/HighContrast/icons/24x24/actions/bookmark-new.png               |  Bin 0 -> 591 bytes
 themes/HighContrast/icons/24x24/actions/call-end.png                   |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/24x24/actions/call-start.png                 |  Bin 0 -> 464 bytes
 themes/HighContrast/icons/24x24/actions/document-open-recent.png       |  Bin 0 -> 815 bytes
 themes/HighContrast/icons/24x24/actions/document-open.png              |  Bin 0 -> 463 bytes
 themes/HighContrast/icons/24x24/actions/document-page-setup.png        |  Bin 0 -> 588 bytes
 themes/HighContrast/icons/24x24/actions/document-save-as.png           |  Bin 0 -> 529 bytes
 themes/HighContrast/icons/24x24/actions/document-save.png              |  Bin 0 -> 439 bytes
 themes/HighContrast/icons/24x24/actions/document-send.png              |  Bin 0 -> 521 bytes
 themes/HighContrast/icons/24x24/actions/edit-clear-rtl.png             |  Bin 0 -> 504 bytes
 themes/HighContrast/icons/24x24/actions/edit-clear.png                 |  Bin 0 -> 511 bytes
 themes/HighContrast/icons/24x24/actions/edit-copy.png                  |  Bin 0 -> 338 bytes
 themes/HighContrast/icons/24x24/actions/edit-cut.png                   |  Bin 0 -> 800 bytes
 themes/HighContrast/icons/24x24/actions/edit-delete.png                |  Bin 0 -> 530 bytes
 themes/HighContrast/icons/24x24/actions/edit-find.png                  |  Bin 0 -> 604 bytes
 themes/HighContrast/icons/24x24/actions/edit-paste.png                 |  Bin 0 -> 467 bytes
 themes/HighContrast/icons/24x24/actions/edit-redo-rtl.png              |  Bin 0 -> 506 bytes
 themes/HighContrast/icons/24x24/actions/edit-redo.png                  |  Bin 0 -> 503 bytes
 themes/HighContrast/icons/24x24/actions/edit-select-all.png            |  Bin 0 -> 99 bytes
 themes/HighContrast/icons/24x24/actions/edit-select.png                |  Bin 0 -> 385 bytes
 themes/HighContrast/icons/24x24/actions/edit-undo-rtl.png              |  Bin 0 -> 503 bytes
 themes/HighContrast/icons/24x24/actions/edit-undo.png                  |  Bin 0 -> 457 bytes
 themes/HighContrast/icons/24x24/actions/find-location.png              |  Bin 0 -> 471 bytes
 themes/HighContrast/icons/24x24/actions/format-indent-less-rtl.png     |  Bin 0 -> 384 bytes
 themes/HighContrast/icons/24x24/actions/format-indent-less.png         |  Bin 0 -> 380 bytes
 themes/HighContrast/icons/24x24/actions/format-indent-more-rtl.png     |  Bin 0 -> 379 bytes
 themes/HighContrast/icons/24x24/actions/format-indent-more.png         |  Bin 0 -> 371 bytes
 themes/HighContrast/icons/24x24/actions/format-justify-center.png      |  Bin 0 -> 225 bytes
 themes/HighContrast/icons/24x24/actions/format-justify-fill.png        |  Bin 0 -> 187 bytes
 themes/HighContrast/icons/24x24/actions/format-justify-left.png        |  Bin 0 -> 226 bytes
 themes/HighContrast/icons/24x24/actions/format-justify-right.png       |  Bin 0 -> 227 bytes
 themes/HighContrast/icons/24x24/actions/format-text-bold.png           |  Bin 0 -> 446 bytes
 themes/HighContrast/icons/24x24/actions/format-text-direction-ltr.png  |  Bin 0 -> 467 bytes
 themes/HighContrast/icons/24x24/actions/format-text-direction-rtl.png  |  Bin 0 -> 453 bytes
 themes/HighContrast/icons/24x24/actions/format-text-italic.png         |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/24x24/actions/format-text-strikethrough.png  |  Bin 0 -> 363 bytes
 themes/HighContrast/icons/24x24/actions/format-text-underline.png      |  Bin 0 -> 411 bytes
 themes/HighContrast/icons/24x24/actions/go-bottom.png                  |  Bin 0 -> 410 bytes
 themes/HighContrast/icons/24x24/actions/go-down.png                    |  Bin 0 -> 391 bytes
 themes/HighContrast/icons/24x24/actions/go-first-rtl.png               |  Bin 0 -> 422 bytes
 themes/HighContrast/icons/24x24/actions/go-first.png                   |  Bin 0 -> 431 bytes
 themes/HighContrast/icons/24x24/actions/go-jump-rtl.png                |  Bin 0 -> 498 bytes
 themes/HighContrast/icons/24x24/actions/go-jump.png                    |  Bin 0 -> 474 bytes
 themes/HighContrast/icons/24x24/actions/go-last-rtl.png                |  Bin 0 -> 431 bytes
 themes/HighContrast/icons/24x24/actions/go-last.png                    |  Bin 0 -> 422 bytes
 themes/HighContrast/icons/24x24/actions/go-next-rtl.png                |  Bin 0 -> 361 bytes
 themes/HighContrast/icons/24x24/actions/go-next.png                    |  Bin 0 -> 352 bytes
 themes/HighContrast/icons/24x24/actions/go-previous-rtl.png            |  Bin 0 -> 352 bytes
 themes/HighContrast/icons/24x24/actions/go-previous.png                |  Bin 0 -> 361 bytes
 themes/HighContrast/icons/24x24/actions/go-top.png                     |  Bin 0 -> 423 bytes
 themes/HighContrast/icons/24x24/actions/go-up.png                      |  Bin 0 -> 385 bytes
 themes/HighContrast/icons/24x24/actions/list-add.png                   |  Bin 0 -> 205 bytes
 themes/HighContrast/icons/24x24/actions/list-remove.png                |  Bin 0 -> 169 bytes
 themes/HighContrast/icons/24x24/actions/mail-mark-important.png        |  Bin 0 -> 535 bytes
 themes/HighContrast/icons/24x24/actions/mail-send-receive.png          |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/24x24/actions/mail-send.png                  |  Bin 0 -> 779 bytes
 themes/HighContrast/icons/24x24/actions/media-eject.png                |  Bin 0 -> 267 bytes
 themes/HighContrast/icons/24x24/actions/media-playback-pause.png       |  Bin 0 -> 179 bytes
 themes/HighContrast/icons/24x24/actions/media-playback-start-rtl.png   |  Bin 0 -> 320 bytes
 themes/HighContrast/icons/24x24/actions/media-playback-start.png       |  Bin 0 -> 326 bytes
 themes/HighContrast/icons/24x24/actions/media-playback-stop.png        |  Bin 0 -> 165 bytes
 themes/HighContrast/icons/24x24/actions/media-record.png               |  Bin 0 -> 317 bytes
 themes/HighContrast/icons/24x24/actions/media-seek-backward-rtl.png    |  Bin 0 -> 409 bytes
 themes/HighContrast/icons/24x24/actions/media-seek-backward.png        |  Bin 0 -> 394 bytes
 themes/HighContrast/icons/24x24/actions/media-seek-forward-rtl.png     |  Bin 0 -> 394 bytes
 themes/HighContrast/icons/24x24/actions/media-seek-forward.png         |  Bin 0 -> 409 bytes
 themes/HighContrast/icons/24x24/actions/media-skip-backward-rtl.png    |  Bin 0 -> 412 bytes
 themes/HighContrast/icons/24x24/actions/media-skip-backward.png        |  Bin 0 -> 417 bytes
 themes/HighContrast/icons/24x24/actions/media-skip-forward-rtl.png     |  Bin 0 -> 417 bytes
 themes/HighContrast/icons/24x24/actions/media-skip-forward.png         |  Bin 0 -> 412 bytes
 themes/HighContrast/icons/24x24/actions/object-flip-horizontal.png     |  Bin 0 -> 405 bytes
 themes/HighContrast/icons/24x24/actions/object-flip-vertical.png       |  Bin 0 -> 354 bytes
 themes/HighContrast/icons/24x24/actions/object-rotate-left.png         |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/24x24/actions/object-rotate-right.png        |  Bin 0 -> 480 bytes
 themes/HighContrast/icons/24x24/actions/object-select.png              |  Bin 0 -> 336 bytes
 themes/HighContrast/icons/24x24/actions/process-stop.png               |  Bin 0 -> 611 bytes
 themes/HighContrast/icons/24x24/actions/send-to.png                    |  Bin 0 -> 690 bytes
 themes/HighContrast/icons/24x24/actions/system-run.png                 |  Bin 0 -> 798 bytes
 themes/HighContrast/icons/24x24/actions/system-shutdown.png            |  Bin 0 -> 710 bytes
 themes/HighContrast/icons/24x24/actions/tab-new.png                    |  Bin 0 -> 341 bytes
 themes/HighContrast/icons/24x24/actions/view-fullscreen.png            |  Bin 0 -> 413 bytes
 themes/HighContrast/icons/24x24/actions/view-grid.png                  |  Bin 0 -> 314 bytes
 themes/HighContrast/icons/24x24/actions/view-list.png                  |  Bin 0 -> 187 bytes
 themes/HighContrast/icons/24x24/actions/view-refresh.png               |  Bin 0 -> 596 bytes
 themes/HighContrast/icons/24x24/actions/view-restore.png               |  Bin 0 -> 442 bytes
 themes/HighContrast/icons/24x24/actions/window-close.png               |  Bin 0 -> 319 bytes
 themes/HighContrast/icons/24x24/actions/zoom-fit-best.png              |  Bin 0 -> 361 bytes
 themes/HighContrast/icons/24x24/actions/zoom-in.png                    |  Bin 0 -> 313 bytes
 themes/HighContrast/icons/24x24/actions/zoom-original.png              |  Bin 0 -> 294 bytes
 themes/HighContrast/icons/24x24/actions/zoom-out.png                   |  Bin 0 -> 268 bytes
 themes/HighContrast/icons/24x24/apps/accessories-calculator.png        |  Bin 0 -> 545 bytes
 themes/HighContrast/icons/24x24/apps/accessories-character-map.png     |  Bin 0 -> 624 bytes
 themes/HighContrast/icons/24x24/apps/accessories-text-editor.png       |  Bin 0 -> 594 bytes
 themes/HighContrast/icons/24x24/apps/applets-screenshooter.png         |  Bin 0 -> 553 bytes
 themes/HighContrast/icons/24x24/apps/gnome-power-manager.png           |  Bin 0 -> 537 bytes
 themes/HighContrast/icons/24x24/apps/help-browser.png                  |  Bin 0 -> 753 bytes
 .../icons/24x24/apps/preferences-desktop-accessibility.png             |  Bin 0 -> 729 bytes
 themes/HighContrast/icons/24x24/apps/preferences-desktop-display.png   |  Bin 0 -> 555 bytes
 .../icons/24x24/apps/preferences-desktop-keyboard-shortcuts.png        |  Bin 0 -> 665 bytes
 .../icons/24x24/apps/preferences-desktop-remote-desktop.png            |  Bin 0 -> 506 bytes
 .../HighContrast/icons/24x24/apps/preferences-desktop-screensaver.png  |  Bin 0 -> 594 bytes
 themes/HighContrast/icons/24x24/apps/preferences-desktop-wallpaper.png |  Bin 0 -> 445 bytes
 .../HighContrast/icons/24x24/apps/preferences-system-date-and-time.png |  Bin 0 -> 456 bytes
 .../HighContrast/icons/24x24/apps/preferences-system-network-proxy.png |  Bin 0 -> 581 bytes
 themes/HighContrast/icons/24x24/apps/system-file-manager.png           |  Bin 0 -> 472 bytes
 themes/HighContrast/icons/24x24/apps/system-users.png                  |  Bin 0 -> 586 bytes
 themes/HighContrast/icons/24x24/apps/user-info.png                     |  Bin 0 -> 524 bytes
 themes/HighContrast/icons/24x24/apps/utilities-system-monitor.png      |  Bin 0 -> 523 bytes
 themes/HighContrast/icons/24x24/apps/utilities-terminal.png            |  Bin 0 -> 443 bytes
 themes/HighContrast/icons/24x24/apps/web-browser.png                   |  Bin 0 -> 818 bytes
 .../HighContrast/icons/24x24/categories/applications-engineering.png   |  Bin 0 -> 606 bytes
 themes/HighContrast/icons/24x24/categories/applications-science.png    |  Bin 0 -> 637 bytes
 themes/HighContrast/icons/24x24/categories/applications-utilities.png  |  Bin 0 -> 564 bytes
 themes/HighContrast/icons/24x24/categories/preferences-other.png       |  Bin 0 -> 751 bytes
 themes/HighContrast/icons/24x24/categories/preferences-system.png      |  Bin 0 -> 826 bytes
 themes/HighContrast/icons/24x24/categories/system-help.png             |  Bin 0 -> 708 bytes
 themes/HighContrast/icons/24x24/devices/audio-card.png                 |  Bin 0 -> 551 bytes
 themes/HighContrast/icons/24x24/devices/audio-input-microphone.png     |  Bin 0 -> 569 bytes
 themes/HighContrast/icons/24x24/devices/camera-photo.png               |  Bin 0 -> 554 bytes
 themes/HighContrast/icons/24x24/devices/camera-web.png                 |  Bin 0 -> 352 bytes
 themes/HighContrast/icons/24x24/devices/computer.png                   |  Bin 0 -> 435 bytes
 themes/HighContrast/icons/24x24/devices/drive-harddisk.png             |  Bin 0 -> 566 bytes
 themes/HighContrast/icons/24x24/devices/input-dialpad.png              |  Bin 0 -> 521 bytes
 themes/HighContrast/icons/24x24/devices/input-gaming.png               |  Bin 0 -> 502 bytes
 themes/HighContrast/icons/24x24/devices/input-keyboard.png             |  Bin 0 -> 394 bytes
 themes/HighContrast/icons/24x24/devices/input-touchpad.png             |  Bin 0 -> 429 bytes
 themes/HighContrast/icons/24x24/devices/media-optical.png              |  Bin 0 -> 616 bytes
 themes/HighContrast/icons/24x24/devices/phone.png                      |  Bin 0 -> 472 bytes
 themes/HighContrast/icons/24x24/devices/printer.png                    |  Bin 0 -> 355 bytes
 themes/HighContrast/icons/24x24/devices/scanner.png                    |  Bin 0 -> 505 bytes
 themes/HighContrast/icons/24x24/devices/video-display.png              |  Bin 0 -> 342 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-default.png             |  Bin 0 -> 624 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-documents.png           |  Bin 0 -> 547 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-favorite.png            |  Bin 0 -> 490 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-important.png           |  Bin 0 -> 441 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-music.png               |  Bin 0 -> 461 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-photos.png              |  Bin 0 -> 317 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-shared.png              |  Bin 0 -> 690 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-synchronizing.png       |  Bin 0 -> 712 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-system.png              |  Bin 0 -> 514 bytes
 themes/HighContrast/icons/24x24/emblems/emblem-videos.png              |  Bin 0 -> 602 bytes
 themes/HighContrast/icons/24x24/emotes/face-angel.png                  |  Bin 0 -> 781 bytes
 themes/HighContrast/icons/24x24/emotes/face-angry.png                  |  Bin 0 -> 504 bytes
 themes/HighContrast/icons/24x24/emotes/face-sad.png                    |  Bin 0 -> 598 bytes
 themes/HighContrast/icons/24x24/emotes/face-smile.png                  |  Bin 0 -> 564 bytes
 themes/HighContrast/icons/24x24/emotes/face-worried.png                |  Bin 0 -> 610 bytes
 themes/HighContrast/icons/24x24/mimetypes/application-certificate.png  |  Bin 0 -> 573 bytes
 themes/HighContrast/icons/24x24/mimetypes/audio-x-generic.png          |  Bin 0 -> 659 bytes
 themes/HighContrast/icons/24x24/mimetypes/folder-publicshare.png       |  Bin 0 -> 516 bytes
 themes/HighContrast/icons/24x24/mimetypes/package-x-generic.png        |  Bin 0 -> 361 bytes
 themes/HighContrast/icons/24x24/mimetypes/text-x-generic.png           |  Bin 0 -> 338 bytes
 themes/HighContrast/icons/24x24/places/folder-documents.png            |  Bin 0 -> 395 bytes
 themes/HighContrast/icons/24x24/places/folder-download.png             |  Bin 0 -> 455 bytes
 themes/HighContrast/icons/24x24/places/folder-music.png                |  Bin 0 -> 486 bytes
 themes/HighContrast/icons/24x24/places/folder-pictures.png             |  Bin 0 -> 553 bytes
 themes/HighContrast/icons/24x24/places/folder-publicshare.png          |  Bin 0 -> 516 bytes
 themes/HighContrast/icons/24x24/places/folder-remote.png               |  Bin 0 -> 373 bytes
 themes/HighContrast/icons/24x24/places/folder-saved-search.png         |  Bin 0 -> 554 bytes
 themes/HighContrast/icons/24x24/places/folder-templates.png            |  Bin 0 -> 406 bytes
 themes/HighContrast/icons/24x24/places/folder-videos.png               |  Bin 0 -> 458 bytes
 themes/HighContrast/icons/24x24/places/folder.png                      |  Bin 0 -> 297 bytes
 themes/HighContrast/icons/24x24/places/network-server.png              |  Bin 0 -> 459 bytes
 themes/HighContrast/icons/24x24/places/network-workgroup.png           |  Bin 0 -> 493 bytes
 themes/HighContrast/icons/24x24/places/start-here.png                  |  Bin 0 -> 705 bytes
 themes/HighContrast/icons/24x24/places/user-bookmarks.png              |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/24x24/places/user-home.png                   |  Bin 0 -> 384 bytes
 themes/HighContrast/icons/24x24/places/user-trash.png                  |  Bin 0 -> 512 bytes
 themes/HighContrast/icons/24x24/status/appointment-missed.png          |  Bin 0 -> 677 bytes
 themes/HighContrast/icons/24x24/status/appointment-soon.png            |  Bin 0 -> 710 bytes
 themes/HighContrast/icons/24x24/status/audio-volume-high.png           |  Bin 0 -> 701 bytes
 themes/HighContrast/icons/24x24/status/audio-volume-low.png            |  Bin 0 -> 633 bytes
 themes/HighContrast/icons/24x24/status/audio-volume-medium.png         |  Bin 0 -> 670 bytes
 themes/HighContrast/icons/24x24/status/audio-volume-muted.png          |  Bin 0 -> 643 bytes
 themes/HighContrast/icons/24x24/status/avatar-default.png              |  Bin 0 -> 394 bytes
 themes/HighContrast/icons/24x24/status/battery-caution-charging.png    |  Bin 0 -> 571 bytes
 themes/HighContrast/icons/24x24/status/battery-caution.png             |  Bin 0 -> 509 bytes
 themes/HighContrast/icons/24x24/status/battery-empty-charging.png      |  Bin 0 -> 550 bytes
 themes/HighContrast/icons/24x24/status/battery-empty.png               |  Bin 0 -> 286 bytes
 themes/HighContrast/icons/24x24/status/battery-full-charged.png        |  Bin 0 -> 604 bytes
 themes/HighContrast/icons/24x24/status/battery-full-charging.png       |  Bin 0 -> 592 bytes
 themes/HighContrast/icons/24x24/status/battery-full.png                |  Bin 0 -> 390 bytes
 themes/HighContrast/icons/24x24/status/battery-good-charging.png       |  Bin 0 -> 587 bytes
 themes/HighContrast/icons/24x24/status/battery-good.png                |  Bin 0 -> 374 bytes
 themes/HighContrast/icons/24x24/status/battery-low-charging.png        |  Bin 0 -> 575 bytes
 themes/HighContrast/icons/24x24/status/battery-low.png                 |  Bin 0 -> 353 bytes
 themes/HighContrast/icons/24x24/status/battery-missing.png             |  Bin 0 -> 386 bytes
 themes/HighContrast/icons/24x24/status/bluetooth-active.png            |  Bin 0 -> 435 bytes
 themes/HighContrast/icons/24x24/status/bluetooth-disabled.png          |  Bin 0 -> 573 bytes
 themes/HighContrast/icons/24x24/status/call-missed.png                 |  Bin 0 -> 598 bytes
 themes/HighContrast/icons/24x24/status/changes-allow.png               |  Bin 0 -> 341 bytes
 themes/HighContrast/icons/24x24/status/changes-prevent.png             |  Bin 0 -> 372 bytes
 themes/HighContrast/icons/24x24/status/channel-insecure.png            |  Bin 0 -> 504 bytes
 themes/HighContrast/icons/24x24/status/channel-secure.png              |  Bin 0 -> 338 bytes
 themes/HighContrast/icons/24x24/status/dialog-error.png                |  Bin 0 -> 414 bytes
 themes/HighContrast/icons/24x24/status/dialog-information.png          |  Bin 0 -> 573 bytes
 themes/HighContrast/icons/24x24/status/dialog-password.png             |  Bin 0 -> 536 bytes
 themes/HighContrast/icons/24x24/status/dialog-question.png             |  Bin 0 -> 557 bytes
 themes/HighContrast/icons/24x24/status/dialog-warning.png              |  Bin 0 -> 557 bytes
 themes/HighContrast/icons/24x24/status/display-brightness.png          |  Bin 0 -> 722 bytes
 themes/HighContrast/icons/24x24/status/keyboard-brightness.png         |  Bin 0 -> 497 bytes
 themes/HighContrast/icons/24x24/status/mail-attachment.png             |  Bin 0 -> 667 bytes
 themes/HighContrast/icons/24x24/status/mail-read.png                   |  Bin 0 -> 401 bytes
 themes/HighContrast/icons/24x24/status/mail-replied.png                |  Bin 0 -> 396 bytes
 themes/HighContrast/icons/24x24/status/mail-unread.png                 |  Bin 0 -> 402 bytes
 themes/HighContrast/icons/24x24/status/media-playlist-repeat.png       |  Bin 0 -> 451 bytes
 themes/HighContrast/icons/24x24/status/media-playlist-shuffle.png      |  Bin 0 -> 597 bytes
 themes/HighContrast/icons/24x24/status/microphone-sensitivity-high.png |  Bin 0 -> 769 bytes
 themes/HighContrast/icons/24x24/status/microphone-sensitivity-low.png  |  Bin 0 -> 828 bytes
 .../HighContrast/icons/24x24/status/microphone-sensitivity-medium.png  |  Bin 0 -> 831 bytes
 .../HighContrast/icons/24x24/status/microphone-sensitivity-muted.png   |  Bin 0 -> 831 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-3g.png         |  Bin 0 -> 580 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-4g.png         |  Bin 0 -> 516 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-acquiring.png  |  Bin 0 -> 518 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-connected.png  |  Bin 0 -> 637 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-edge.png       |  Bin 0 -> 354 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-gprs.png       |  Bin 0 -> 426 bytes
 .../icons/24x24/status/network-cellular-signal-excellent.png           |  Bin 0 -> 277 bytes
 .../HighContrast/icons/24x24/status/network-cellular-signal-good.png   |  Bin 0 -> 297 bytes
 .../HighContrast/icons/24x24/status/network-cellular-signal-none.png   |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-signal-ok.png  |  Bin 0 -> 300 bytes
 .../HighContrast/icons/24x24/status/network-cellular-signal-weak.png   |  Bin 0 -> 306 bytes
 themes/HighContrast/icons/24x24/status/network-cellular-umts.png       |  Bin 0 -> 315 bytes
 themes/HighContrast/icons/24x24/status/network-error.png               |  Bin 0 -> 613 bytes
 themes/HighContrast/icons/24x24/status/network-idle.png                |  Bin 0 -> 456 bytes
 themes/HighContrast/icons/24x24/status/network-no-route.png            |  Bin 0 -> 164 bytes
 themes/HighContrast/icons/24x24/status/network-offline.png             |  Bin 0 -> 553 bytes
 themes/HighContrast/icons/24x24/status/network-receive.png             |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/24x24/status/network-transmit-receive.png    |  Bin 0 -> 493 bytes
 themes/HighContrast/icons/24x24/status/network-transmit.png            |  Bin 0 -> 488 bytes
 themes/HighContrast/icons/24x24/status/network-vpn-acquiring.png       |  Bin 0 -> 501 bytes
 themes/HighContrast/icons/24x24/status/network-vpn.png                 |  Bin 0 -> 364 bytes
 themes/HighContrast/icons/24x24/status/network-wired-acquiring.png     |  Bin 0 -> 496 bytes
 themes/HighContrast/icons/24x24/status/network-wired-disconnected.png  |  Bin 0 -> 487 bytes
 themes/HighContrast/icons/24x24/status/network-wired.png               |  Bin 0 -> 396 bytes
 themes/HighContrast/icons/24x24/status/network-wireless-acquiring.png  |  Bin 0 -> 582 bytes
 themes/HighContrast/icons/24x24/status/network-wireless-connected.png  |  Bin 0 -> 572 bytes
 themes/HighContrast/icons/24x24/status/network-wireless-encrypted.png  |  Bin 0 -> 372 bytes
 .../icons/24x24/status/network-wireless-signal-excellent.png           |  Bin 0 -> 611 bytes
 .../HighContrast/icons/24x24/status/network-wireless-signal-good.png   |  Bin 0 -> 585 bytes
 .../HighContrast/icons/24x24/status/network-wireless-signal-none.png   |  Bin 0 -> 644 bytes
 themes/HighContrast/icons/24x24/status/network-wireless-signal-ok.png  |  Bin 0 -> 549 bytes
 .../HighContrast/icons/24x24/status/network-wireless-signal-weak.png   |  Bin 0 -> 538 bytes
 themes/HighContrast/icons/24x24/status/non-starred.png                 |  Bin 0 -> 722 bytes
 themes/HighContrast/icons/24x24/status/printer-error.png               |  Bin 0 -> 485 bytes
 themes/HighContrast/icons/24x24/status/printer-printing.png            |  Bin 0 -> 409 bytes
 themes/HighContrast/icons/24x24/status/printer-warning.png             |  Bin 0 -> 402 bytes
 themes/HighContrast/icons/24x24/status/security-high.png               |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/24x24/status/security-low.png                |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/24x24/status/security-medium.png             |  Bin 0 -> 415 bytes
 themes/HighContrast/icons/24x24/status/software-update-available.png   |  Bin 0 -> 534 bytes
 themes/HighContrast/icons/24x24/status/software-update-urgent.png      |  Bin 0 -> 528 bytes
 themes/HighContrast/icons/24x24/status/starred.png                     |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/24x24/status/task-due.png                    |  Bin 0 -> 508 bytes
 themes/HighContrast/icons/24x24/status/task-past-due.png               |  Bin 0 -> 564 bytes
 themes/HighContrast/icons/24x24/status/touchpad-disabled.png           |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/24x24/status/user-available.png              |  Bin 0 -> 388 bytes
 themes/HighContrast/icons/24x24/status/user-away.png                   |  Bin 0 -> 443 bytes
 themes/HighContrast/icons/24x24/status/user-busy.png                   |  Bin 0 -> 439 bytes
 themes/HighContrast/icons/24x24/status/user-idle.png                   |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/24x24/status/user-invisible.png              |  Bin 0 -> 576 bytes
 themes/HighContrast/icons/24x24/status/user-offline.png                |  Bin 0 -> 450 bytes
 themes/HighContrast/icons/24x24/status/weather-clear-night.png         |  Bin 0 -> 775 bytes
 themes/HighContrast/icons/24x24/status/weather-clear.png               |  Bin 0 -> 495 bytes
 themes/HighContrast/icons/24x24/status/weather-few-clouds-night.png    |  Bin 0 -> 820 bytes
 themes/HighContrast/icons/24x24/status/weather-few-clouds.png          |  Bin 0 -> 681 bytes
 themes/HighContrast/icons/24x24/status/weather-fog.png                 |  Bin 0 -> 707 bytes
 themes/HighContrast/icons/24x24/status/weather-overcast.png            |  Bin 0 -> 380 bytes
 themes/HighContrast/icons/24x24/status/weather-severe-alert.png        |  Bin 0 -> 539 bytes
 themes/HighContrast/icons/24x24/status/weather-showers-scattered.png   |  Bin 0 -> 749 bytes
 themes/HighContrast/icons/24x24/status/weather-showers.png             |  Bin 0 -> 779 bytes
 themes/HighContrast/icons/24x24/status/weather-snow.png                |  Bin 0 -> 864 bytes
 themes/HighContrast/icons/24x24/status/weather-storm.png               |  Bin 0 -> 681 bytes
 themes/HighContrast/icons/256x256/actions/action-unavailable.png       |  Bin 0 -> 4949 bytes
 themes/HighContrast/icons/256x256/actions/bookmark-new.png             |  Bin 0 -> 3945 bytes
 themes/HighContrast/icons/256x256/actions/call-end.png                 |  Bin 0 -> 3443 bytes
 themes/HighContrast/icons/256x256/actions/call-start.png               |  Bin 0 -> 3294 bytes
 themes/HighContrast/icons/256x256/actions/document-open-recent.png     |  Bin 0 -> 5858 bytes
 themes/HighContrast/icons/256x256/actions/document-open.png            |  Bin 0 -> 2730 bytes
 themes/HighContrast/icons/256x256/actions/document-page-setup.png      |  Bin 0 -> 3340 bytes
 themes/HighContrast/icons/256x256/actions/document-save-as.png         |  Bin 0 -> 3221 bytes
 themes/HighContrast/icons/256x256/actions/document-save.png            |  Bin 0 -> 2894 bytes
 themes/HighContrast/icons/256x256/actions/document-send.png            |  Bin 0 -> 3187 bytes
 themes/HighContrast/icons/256x256/actions/edit-clear-rtl.png           |  Bin 0 -> 2741 bytes
 themes/HighContrast/icons/256x256/actions/edit-clear.png               |  Bin 0 -> 2708 bytes
 themes/HighContrast/icons/256x256/actions/edit-copy.png                |  Bin 0 -> 1764 bytes
 themes/HighContrast/icons/256x256/actions/edit-cut.png                 |  Bin 0 -> 5718 bytes
 themes/HighContrast/icons/256x256/actions/edit-delete.png              |  Bin 0 -> 4202 bytes
 themes/HighContrast/icons/256x256/actions/edit-find.png                |  Bin 0 -> 4318 bytes
 themes/HighContrast/icons/256x256/actions/edit-paste.png               |  Bin 0 -> 2459 bytes
 themes/HighContrast/icons/256x256/actions/edit-redo-rtl.png            |  Bin 0 -> 2782 bytes
 themes/HighContrast/icons/256x256/actions/edit-redo.png                |  Bin 0 -> 3172 bytes
 themes/HighContrast/icons/256x256/actions/edit-select-all.png          |  Bin 0 -> 132 bytes
 themes/HighContrast/icons/256x256/actions/edit-select.png              |  Bin 0 -> 2799 bytes
 themes/HighContrast/icons/256x256/actions/edit-undo-rtl.png            |  Bin 0 -> 3172 bytes
 themes/HighContrast/icons/256x256/actions/edit-undo.png                |  Bin 0 -> 2739 bytes
 themes/HighContrast/icons/256x256/actions/find-location.png            |  Bin 0 -> 3057 bytes
 themes/HighContrast/icons/256x256/actions/format-indent-less-rtl.png   |  Bin 0 -> 2540 bytes
 themes/HighContrast/icons/256x256/actions/format-indent-less.png       |  Bin 0 -> 2511 bytes
 themes/HighContrast/icons/256x256/actions/format-indent-more-rtl.png   |  Bin 0 -> 2419 bytes
 themes/HighContrast/icons/256x256/actions/format-indent-more.png       |  Bin 0 -> 2458 bytes
 themes/HighContrast/icons/256x256/actions/format-justify-center.png    |  Bin 0 -> 1168 bytes
 themes/HighContrast/icons/256x256/actions/format-justify-fill.png      |  Bin 0 -> 933 bytes
 themes/HighContrast/icons/256x256/actions/format-justify-left.png      |  Bin 0 -> 1156 bytes
 themes/HighContrast/icons/256x256/actions/format-justify-right.png     |  Bin 0 -> 1165 bytes
 themes/HighContrast/icons/256x256/actions/format-text-bold.png         |  Bin 0 -> 2497 bytes
 .../HighContrast/icons/256x256/actions/format-text-direction-ltr.png   |  Bin 0 -> 2954 bytes
 .../HighContrast/icons/256x256/actions/format-text-direction-rtl.png   |  Bin 0 -> 2956 bytes
 themes/HighContrast/icons/256x256/actions/format-text-italic.png       |  Bin 0 -> 2547 bytes
 .../HighContrast/icons/256x256/actions/format-text-strikethrough.png   |  Bin 0 -> 2091 bytes
 themes/HighContrast/icons/256x256/actions/format-text-underline.png    |  Bin 0 -> 2600 bytes
 themes/HighContrast/icons/256x256/actions/go-bottom.png                |  Bin 0 -> 2561 bytes
 themes/HighContrast/icons/256x256/actions/go-down.png                  |  Bin 0 -> 2370 bytes
 themes/HighContrast/icons/256x256/actions/go-first-rtl.png             |  Bin 0 -> 2684 bytes
 themes/HighContrast/icons/256x256/actions/go-first.png                 |  Bin 0 -> 2690 bytes
 themes/HighContrast/icons/256x256/actions/go-jump-rtl.png              |  Bin 0 -> 3235 bytes
 themes/HighContrast/icons/256x256/actions/go-jump.png                  |  Bin 0 -> 2981 bytes
 themes/HighContrast/icons/256x256/actions/go-last-rtl.png              |  Bin 0 -> 2690 bytes
 themes/HighContrast/icons/256x256/actions/go-last.png                  |  Bin 0 -> 2684 bytes
 themes/HighContrast/icons/256x256/actions/go-next-rtl.png              |  Bin 0 -> 2227 bytes
 themes/HighContrast/icons/256x256/actions/go-next.png                  |  Bin 0 -> 2216 bytes
 themes/HighContrast/icons/256x256/actions/go-previous-rtl.png          |  Bin 0 -> 2216 bytes
 themes/HighContrast/icons/256x256/actions/go-previous.png              |  Bin 0 -> 2227 bytes
 themes/HighContrast/icons/256x256/actions/go-top.png                   |  Bin 0 -> 2578 bytes
 themes/HighContrast/icons/256x256/actions/go-up.png                    |  Bin 0 -> 2386 bytes
 themes/HighContrast/icons/256x256/actions/list-add.png                 |  Bin 0 -> 1038 bytes
 themes/HighContrast/icons/256x256/actions/list-remove.png              |  Bin 0 -> 722 bytes
 themes/HighContrast/icons/256x256/actions/mail-mark-important.png      |  Bin 0 -> 2670 bytes
 themes/HighContrast/icons/256x256/actions/mail-send-receive.png        |  Bin 0 -> 2257 bytes
 themes/HighContrast/icons/256x256/actions/mail-send.png                |  Bin 0 -> 3656 bytes
 themes/HighContrast/icons/256x256/actions/media-eject.png              |  Bin 0 -> 1566 bytes
 themes/HighContrast/icons/256x256/actions/media-playback-pause.png     |  Bin 0 -> 866 bytes
 themes/HighContrast/icons/256x256/actions/media-playback-start-rtl.png |  Bin 0 -> 1613 bytes
 themes/HighContrast/icons/256x256/actions/media-playback-start.png     |  Bin 0 -> 1581 bytes
 themes/HighContrast/icons/256x256/actions/media-playback-stop.png      |  Bin 0 -> 818 bytes
 themes/HighContrast/icons/256x256/actions/media-record.png             |  Bin 0 -> 2895 bytes
 themes/HighContrast/icons/256x256/actions/media-seek-backward-rtl.png  |  Bin 0 -> 1783 bytes
 themes/HighContrast/icons/256x256/actions/media-seek-backward.png      |  Bin 0 -> 1820 bytes
 themes/HighContrast/icons/256x256/actions/media-seek-forward-rtl.png   |  Bin 0 -> 1820 bytes
 themes/HighContrast/icons/256x256/actions/media-seek-forward.png       |  Bin 0 -> 1783 bytes
 themes/HighContrast/icons/256x256/actions/media-skip-backward-rtl.png  |  Bin 0 -> 1723 bytes
 themes/HighContrast/icons/256x256/actions/media-skip-backward.png      |  Bin 0 -> 1834 bytes
 themes/HighContrast/icons/256x256/actions/media-skip-forward-rtl.png   |  Bin 0 -> 1834 bytes
 themes/HighContrast/icons/256x256/actions/media-skip-forward.png       |  Bin 0 -> 1723 bytes
 themes/HighContrast/icons/256x256/actions/object-flip-horizontal.png   |  Bin 0 -> 3044 bytes
 themes/HighContrast/icons/256x256/actions/object-flip-vertical.png     |  Bin 0 -> 2197 bytes
 themes/HighContrast/icons/256x256/actions/object-rotate-left.png       |  Bin 0 -> 2442 bytes
 themes/HighContrast/icons/256x256/actions/object-rotate-right.png      |  Bin 0 -> 2474 bytes
 themes/HighContrast/icons/256x256/actions/object-select.png            |  Bin 0 -> 1512 bytes
 themes/HighContrast/icons/256x256/actions/process-stop.png             |  Bin 0 -> 3135 bytes
 themes/HighContrast/icons/256x256/actions/send-to.png                  |  Bin 0 -> 4862 bytes
 themes/HighContrast/icons/256x256/actions/system-run.png               |  Bin 0 -> 6405 bytes
 themes/HighContrast/icons/256x256/actions/system-shutdown.png          |  Bin 0 -> 5688 bytes
 themes/HighContrast/icons/256x256/actions/tab-new.png                  |  Bin 0 -> 1981 bytes
 themes/HighContrast/icons/256x256/actions/view-fullscreen.png          |  Bin 0 -> 3210 bytes
 themes/HighContrast/icons/256x256/actions/view-grid.png                |  Bin 0 -> 983 bytes
 themes/HighContrast/icons/256x256/actions/view-list.png                |  Bin 0 -> 933 bytes
 themes/HighContrast/icons/256x256/actions/view-refresh.png             |  Bin 0 -> 4211 bytes
 themes/HighContrast/icons/256x256/actions/view-restore.png             |  Bin 0 -> 2429 bytes
 themes/HighContrast/icons/256x256/actions/window-close.png             |  Bin 0 -> 2539 bytes
 themes/HighContrast/icons/256x256/actions/zoom-fit-best.png            |  Bin 0 -> 1463 bytes
 themes/HighContrast/icons/256x256/actions/zoom-in.png                  |  Bin 0 -> 1543 bytes
 themes/HighContrast/icons/256x256/actions/zoom-original.png            |  Bin 0 -> 1541 bytes
 themes/HighContrast/icons/256x256/actions/zoom-out.png                 |  Bin 0 -> 1423 bytes
 themes/HighContrast/icons/256x256/apps/accessories-calculator.png      |  Bin 0 -> 1577 bytes
 themes/HighContrast/icons/256x256/apps/accessories-character-map.png   |  Bin 0 -> 3988 bytes
 themes/HighContrast/icons/256x256/apps/accessories-text-editor.png     |  Bin 0 -> 2786 bytes
 themes/HighContrast/icons/256x256/apps/applets-screenshooter.png       |  Bin 0 -> 3793 bytes
 themes/HighContrast/icons/256x256/apps/gnome-power-manager.png         |  Bin 0 -> 3173 bytes
 themes/HighContrast/icons/256x256/apps/help-browser.png                |  Bin 0 -> 5922 bytes
 .../icons/256x256/apps/preferences-desktop-accessibility.png           |  Bin 0 -> 5612 bytes
 themes/HighContrast/icons/256x256/apps/preferences-desktop-display.png |  Bin 0 -> 3342 bytes
 .../icons/256x256/apps/preferences-desktop-keyboard-shortcuts.png      |  Bin 0 -> 3961 bytes
 .../icons/256x256/apps/preferences-desktop-remote-desktop.png          |  Bin 0 -> 2686 bytes
 .../icons/256x256/apps/preferences-desktop-screensaver.png             |  Bin 0 -> 4915 bytes
 .../HighContrast/icons/256x256/apps/preferences-desktop-wallpaper.png  |  Bin 0 -> 2846 bytes
 .../icons/256x256/apps/preferences-system-date-and-time.png            |  Bin 0 -> 1884 bytes
 .../icons/256x256/apps/preferences-system-network-proxy.png            |  Bin 0 -> 3457 bytes
 themes/HighContrast/icons/256x256/apps/system-file-manager.png         |  Bin 0 -> 2499 bytes
 themes/HighContrast/icons/256x256/apps/system-users.png                |  Bin 0 -> 3112 bytes
 themes/HighContrast/icons/256x256/apps/user-info.png                   |  Bin 0 -> 3169 bytes
 themes/HighContrast/icons/256x256/apps/utilities-system-monitor.png    |  Bin 0 -> 3595 bytes
 themes/HighContrast/icons/256x256/apps/utilities-terminal.png          |  Bin 0 -> 2892 bytes
 themes/HighContrast/icons/256x256/apps/web-browser.png                 |  Bin 0 -> 7114 bytes
 .../HighContrast/icons/256x256/categories/applications-engineering.png |  Bin 0 -> 5761 bytes
 themes/HighContrast/icons/256x256/categories/applications-science.png  |  Bin 0 -> 4507 bytes
 .../HighContrast/icons/256x256/categories/applications-utilities.png   |  Bin 0 -> 4221 bytes
 themes/HighContrast/icons/256x256/categories/preferences-other.png     |  Bin 0 -> 6154 bytes
 themes/HighContrast/icons/256x256/categories/preferences-system.png    |  Bin 0 -> 6679 bytes
 themes/HighContrast/icons/256x256/categories/system-help.png           |  Bin 0 -> 4724 bytes
 themes/HighContrast/icons/256x256/devices/audio-card.png               |  Bin 0 -> 2959 bytes
 themes/HighContrast/icons/256x256/devices/audio-input-microphone.png   |  Bin 0 -> 3654 bytes
 themes/HighContrast/icons/256x256/devices/camera-photo.png             |  Bin 0 -> 2978 bytes
 themes/HighContrast/icons/256x256/devices/camera-web.png               |  Bin 0 -> 2026 bytes
 themes/HighContrast/icons/256x256/devices/computer.png                 |  Bin 0 -> 2825 bytes
 themes/HighContrast/icons/256x256/devices/drive-harddisk.png           |  Bin 0 -> 3918 bytes
 themes/HighContrast/icons/256x256/devices/input-dialpad.png            |  Bin 0 -> 2205 bytes
 themes/HighContrast/icons/256x256/devices/input-gaming.png             |  Bin 0 -> 2965 bytes
 themes/HighContrast/icons/256x256/devices/input-keyboard.png           |  Bin 0 -> 1336 bytes
 themes/HighContrast/icons/256x256/devices/input-touchpad.png           |  Bin 0 -> 2703 bytes
 themes/HighContrast/icons/256x256/devices/media-optical.png            |  Bin 0 -> 4804 bytes
 themes/HighContrast/icons/256x256/devices/phone.png                    |  Bin 0 -> 2146 bytes
 themes/HighContrast/icons/256x256/devices/printer.png                  |  Bin 0 -> 1656 bytes
 themes/HighContrast/icons/256x256/devices/scanner.png                  |  Bin 0 -> 2668 bytes
 themes/HighContrast/icons/256x256/devices/video-display.png            |  Bin 0 -> 2504 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-default.png           |  Bin 0 -> 4582 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-documents.png         |  Bin 0 -> 2768 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-favorite.png          |  Bin 0 -> 3099 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-important.png         |  Bin 0 -> 3855 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-music.png             |  Bin 0 -> 2910 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-photos.png            |  Bin 0 -> 1492 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-shared.png            |  Bin 0 -> 4862 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-synchronizing.png     |  Bin 0 -> 5489 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-system.png            |  Bin 0 -> 5896 bytes
 themes/HighContrast/icons/256x256/emblems/emblem-videos.png            |  Bin 0 -> 2738 bytes
 themes/HighContrast/icons/256x256/emotes/face-angel.png                |  Bin 0 -> 5104 bytes
 themes/HighContrast/icons/256x256/emotes/face-angry.png                |  Bin 0 -> 3925 bytes
 themes/HighContrast/icons/256x256/emotes/face-sad.png                  |  Bin 0 -> 4358 bytes
 themes/HighContrast/icons/256x256/emotes/face-smile.png                |  Bin 0 -> 4371 bytes
 themes/HighContrast/icons/256x256/emotes/face-worried.png              |  Bin 0 -> 4527 bytes
 .../HighContrast/icons/256x256/mimetypes/application-certificate.png   |  Bin 0 -> 3540 bytes
 themes/HighContrast/icons/256x256/mimetypes/audio-x-generic.png        |  Bin 0 -> 3386 bytes
 themes/HighContrast/icons/256x256/mimetypes/folder-publicshare.png     |  Bin 0 -> 2860 bytes
 themes/HighContrast/icons/256x256/mimetypes/package-x-generic.png      |  Bin 0 -> 2691 bytes
 themes/HighContrast/icons/256x256/mimetypes/text-x-generic.png         |  Bin 0 -> 1745 bytes
 themes/HighContrast/icons/256x256/places/folder-documents.png          |  Bin 0 -> 1893 bytes
 themes/HighContrast/icons/256x256/places/folder-download.png           |  Bin 0 -> 2793 bytes
 themes/HighContrast/icons/256x256/places/folder-music.png              |  Bin 0 -> 2693 bytes
 themes/HighContrast/icons/256x256/places/folder-pictures.png           |  Bin 0 -> 3181 bytes
 themes/HighContrast/icons/256x256/places/folder-publicshare.png        |  Bin 0 -> 2860 bytes
 themes/HighContrast/icons/256x256/places/folder-remote.png             |  Bin 0 -> 1983 bytes
 themes/HighContrast/icons/256x256/places/folder-saved-search.png       |  Bin 0 -> 3008 bytes
 themes/HighContrast/icons/256x256/places/folder-templates.png          |  Bin 0 -> 1589 bytes
 themes/HighContrast/icons/256x256/places/folder-videos.png             |  Bin 0 -> 1651 bytes
 themes/HighContrast/icons/256x256/places/folder.png                    |  Bin 0 -> 1563 bytes
 themes/HighContrast/icons/256x256/places/network-server.png            |  Bin 0 -> 2602 bytes
 themes/HighContrast/icons/256x256/places/network-workgroup.png         |  Bin 0 -> 2637 bytes
 themes/HighContrast/icons/256x256/places/start-here.png                |  Bin 0 -> 5337 bytes
 themes/HighContrast/icons/256x256/places/user-bookmarks.png            |  Bin 0 -> 3769 bytes
 themes/HighContrast/icons/256x256/places/user-home.png                 |  Bin 0 -> 2165 bytes
 themes/HighContrast/icons/256x256/places/user-trash.png                |  Bin 0 -> 2757 bytes
 themes/HighContrast/icons/256x256/status/appointment-missed.png        |  Bin 0 -> 4876 bytes
 themes/HighContrast/icons/256x256/status/appointment-soon.png          |  Bin 0 -> 6968 bytes
 themes/HighContrast/icons/256x256/status/audio-volume-high.png         |  Bin 0 -> 4308 bytes
 themes/HighContrast/icons/256x256/status/audio-volume-low.png          |  Bin 0 -> 4162 bytes
 themes/HighContrast/icons/256x256/status/audio-volume-medium.png       |  Bin 0 -> 4234 bytes
 themes/HighContrast/icons/256x256/status/audio-volume-muted.png        |  Bin 0 -> 4083 bytes
 themes/HighContrast/icons/256x256/status/avatar-default.png            |  Bin 0 -> 2599 bytes
 themes/HighContrast/icons/256x256/status/battery-caution-charging.png  |  Bin 0 -> 2777 bytes
 themes/HighContrast/icons/256x256/status/battery-caution.png           |  Bin 0 -> 2250 bytes
 themes/HighContrast/icons/256x256/status/battery-empty-charging.png    |  Bin 0 -> 2878 bytes
 themes/HighContrast/icons/256x256/status/battery-empty.png             |  Bin 0 -> 1193 bytes
 themes/HighContrast/icons/256x256/status/battery-full-charged.png      |  Bin 0 -> 2323 bytes
 themes/HighContrast/icons/256x256/status/battery-full-charging.png     |  Bin 0 -> 2582 bytes
 themes/HighContrast/icons/256x256/status/battery-full.png              |  Bin 0 -> 1504 bytes
 themes/HighContrast/icons/256x256/status/battery-good-charging.png     |  Bin 0 -> 2715 bytes
 themes/HighContrast/icons/256x256/status/battery-good.png              |  Bin 0 -> 1621 bytes
 themes/HighContrast/icons/256x256/status/battery-low-charging.png      |  Bin 0 -> 2833 bytes
 themes/HighContrast/icons/256x256/status/battery-low.png               |  Bin 0 -> 1615 bytes
 themes/HighContrast/icons/256x256/status/battery-missing.png           |  Bin 0 -> 2151 bytes
 themes/HighContrast/icons/256x256/status/bluetooth-active.png          |  Bin 0 -> 2840 bytes
 themes/HighContrast/icons/256x256/status/bluetooth-disabled.png        |  Bin 0 -> 3883 bytes
 themes/HighContrast/icons/256x256/status/call-missed.png               |  Bin 0 -> 3766 bytes
 themes/HighContrast/icons/256x256/status/changes-allow.png             |  Bin 0 -> 2483 bytes
 themes/HighContrast/icons/256x256/status/changes-prevent.png           |  Bin 0 -> 2342 bytes
 themes/HighContrast/icons/256x256/status/channel-insecure.png          |  Bin 0 -> 4032 bytes
 themes/HighContrast/icons/256x256/status/channel-secure.png            |  Bin 0 -> 2294 bytes
 themes/HighContrast/icons/256x256/status/dialog-error.png              |  Bin 0 -> 4951 bytes
 themes/HighContrast/icons/256x256/status/dialog-information.png        |  Bin 0 -> 3538 bytes
 themes/HighContrast/icons/256x256/status/dialog-password.png           |  Bin 0 -> 3720 bytes
 themes/HighContrast/icons/256x256/status/dialog-question.png           |  Bin 0 -> 3245 bytes
 themes/HighContrast/icons/256x256/status/dialog-warning.png            |  Bin 0 -> 5164 bytes
 themes/HighContrast/icons/256x256/status/display-brightness.png        |  Bin 0 -> 5593 bytes
 themes/HighContrast/icons/256x256/status/keyboard-brightness.png       |  Bin 0 -> 3465 bytes
 themes/HighContrast/icons/256x256/status/mail-attachment.png           |  Bin 0 -> 3770 bytes
 themes/HighContrast/icons/256x256/status/mail-read.png                 |  Bin 0 -> 2587 bytes
 themes/HighContrast/icons/256x256/status/mail-replied.png              |  Bin 0 -> 2297 bytes
 themes/HighContrast/icons/256x256/status/mail-unread.png               |  Bin 0 -> 2072 bytes
 themes/HighContrast/icons/256x256/status/media-playlist-repeat.png     |  Bin 0 -> 3239 bytes
 themes/HighContrast/icons/256x256/status/media-playlist-shuffle.png    |  Bin 0 -> 3439 bytes
 .../HighContrast/icons/256x256/status/microphone-sensitivity-high.png  |  Bin 0 -> 5250 bytes
 .../HighContrast/icons/256x256/status/microphone-sensitivity-low.png   |  Bin 0 -> 5906 bytes
 .../icons/256x256/status/microphone-sensitivity-medium.png             |  Bin 0 -> 5638 bytes
 .../HighContrast/icons/256x256/status/microphone-sensitivity-muted.png |  Bin 0 -> 5880 bytes
 themes/HighContrast/icons/256x256/status/network-cellular-3g.png       |  Bin 0 -> 3176 bytes
 themes/HighContrast/icons/256x256/status/network-cellular-4g.png       |  Bin 0 -> 2845 bytes
 .../HighContrast/icons/256x256/status/network-cellular-acquiring.png   |  Bin 0 -> 1977 bytes
 .../HighContrast/icons/256x256/status/network-cellular-connected.png   |  Bin 0 -> 3740 bytes
 themes/HighContrast/icons/256x256/status/network-cellular-edge.png     |  Bin 0 -> 2259 bytes
 themes/HighContrast/icons/256x256/status/network-cellular-gprs.png     |  Bin 0 -> 2663 bytes
 .../icons/256x256/status/network-cellular-signal-excellent.png         |  Bin 0 -> 1169 bytes
 .../HighContrast/icons/256x256/status/network-cellular-signal-good.png |  Bin 0 -> 1197 bytes
 .../HighContrast/icons/256x256/status/network-cellular-signal-none.png |  Bin 0 -> 2125 bytes
 .../HighContrast/icons/256x256/status/network-cellular-signal-ok.png   |  Bin 0 -> 1201 bytes
 .../HighContrast/icons/256x256/status/network-cellular-signal-weak.png |  Bin 0 -> 1198 bytes
 themes/HighContrast/icons/256x256/status/network-cellular-umts.png     |  Bin 0 -> 2289 bytes
 themes/HighContrast/icons/256x256/status/network-error.png             |  Bin 0 -> 5559 bytes
 themes/HighContrast/icons/256x256/status/network-idle.png              |  Bin 0 -> 2519 bytes
 themes/HighContrast/icons/256x256/status/network-no-route.png          |  Bin 0 -> 892 bytes
 themes/HighContrast/icons/256x256/status/network-offline.png           |  Bin 0 -> 3227 bytes
 themes/HighContrast/icons/256x256/status/network-receive.png           |  Bin 0 -> 2946 bytes
 themes/HighContrast/icons/256x256/status/network-transmit-receive.png  |  Bin 0 -> 2918 bytes
 themes/HighContrast/icons/256x256/status/network-transmit.png          |  Bin 0 -> 2946 bytes
 themes/HighContrast/icons/256x256/status/network-vpn-acquiring.png     |  Bin 0 -> 3010 bytes
 themes/HighContrast/icons/256x256/status/network-vpn.png               |  Bin 0 -> 2304 bytes
 themes/HighContrast/icons/256x256/status/network-wired-acquiring.png   |  Bin 0 -> 2422 bytes
 .../HighContrast/icons/256x256/status/network-wired-disconnected.png   |  Bin 0 -> 2890 bytes
 themes/HighContrast/icons/256x256/status/network-wired.png             |  Bin 0 -> 2328 bytes
 .../HighContrast/icons/256x256/status/network-wireless-acquiring.png   |  Bin 0 -> 3365 bytes
 .../HighContrast/icons/256x256/status/network-wireless-connected.png   |  Bin 0 -> 2646 bytes
 .../HighContrast/icons/256x256/status/network-wireless-encrypted.png   |  Bin 0 -> 2342 bytes
 .../icons/256x256/status/network-wireless-signal-excellent.png         |  Bin 0 -> 3434 bytes
 .../HighContrast/icons/256x256/status/network-wireless-signal-good.png |  Bin 0 -> 3436 bytes
 .../HighContrast/icons/256x256/status/network-wireless-signal-none.png |  Bin 0 -> 4084 bytes
 .../HighContrast/icons/256x256/status/network-wireless-signal-ok.png   |  Bin 0 -> 3500 bytes
 .../HighContrast/icons/256x256/status/network-wireless-signal-weak.png |  Bin 0 -> 3391 bytes
 themes/HighContrast/icons/256x256/status/non-starred.png               |  Bin 0 -> 5614 bytes
 themes/HighContrast/icons/256x256/status/printer-error.png             |  Bin 0 -> 4150 bytes
 themes/HighContrast/icons/256x256/status/printer-printing.png          |  Bin 0 -> 2427 bytes
 themes/HighContrast/icons/256x256/status/printer-warning.png           |  Bin 0 -> 2195 bytes
 themes/HighContrast/icons/256x256/status/security-high.png             |  Bin 0 -> 3159 bytes
 themes/HighContrast/icons/256x256/status/security-low.png              |  Bin 0 -> 3159 bytes
 themes/HighContrast/icons/256x256/status/security-medium.png           |  Bin 0 -> 3159 bytes
 themes/HighContrast/icons/256x256/status/software-update-available.png |  Bin 0 -> 4763 bytes
 themes/HighContrast/icons/256x256/status/software-update-urgent.png    |  Bin 0 -> 6216 bytes
 themes/HighContrast/icons/256x256/status/starred.png                   |  Bin 0 -> 3769 bytes
 themes/HighContrast/icons/256x256/status/task-due.png                  |  Bin 0 -> 2459 bytes
 themes/HighContrast/icons/256x256/status/task-past-due.png             |  Bin 0 -> 2844 bytes
 themes/HighContrast/icons/256x256/status/touchpad-disabled.png         |  Bin 0 -> 2955 bytes
 themes/HighContrast/icons/256x256/status/user-available.png            |  Bin 0 -> 2521 bytes
 themes/HighContrast/icons/256x256/status/user-away.png                 |  Bin 0 -> 2768 bytes
 themes/HighContrast/icons/256x256/status/user-busy.png                 |  Bin 0 -> 2524 bytes
 themes/HighContrast/icons/256x256/status/user-idle.png                 |  Bin 0 -> 3021 bytes
 themes/HighContrast/icons/256x256/status/user-invisible.png            |  Bin 0 -> 3633 bytes
 themes/HighContrast/icons/256x256/status/user-offline.png              |  Bin 0 -> 3160 bytes
 themes/HighContrast/icons/256x256/status/weather-clear-night.png       |  Bin 0 -> 7137 bytes
 themes/HighContrast/icons/256x256/status/weather-clear.png             |  Bin 0 -> 4807 bytes
 themes/HighContrast/icons/256x256/status/weather-few-clouds-night.png  |  Bin 0 -> 6842 bytes
 themes/HighContrast/icons/256x256/status/weather-few-clouds.png        |  Bin 0 -> 5173 bytes
 themes/HighContrast/icons/256x256/status/weather-fog.png               |  Bin 0 -> 3158 bytes
 themes/HighContrast/icons/256x256/status/weather-overcast.png          |  Bin 0 -> 2897 bytes
 themes/HighContrast/icons/256x256/status/weather-severe-alert.png      |  Bin 0 -> 4607 bytes
 themes/HighContrast/icons/256x256/status/weather-showers-scattered.png |  Bin 0 -> 4709 bytes
 themes/HighContrast/icons/256x256/status/weather-showers.png           |  Bin 0 -> 4833 bytes
 themes/HighContrast/icons/256x256/status/weather-snow.png              |  Bin 0 -> 6273 bytes
 themes/HighContrast/icons/256x256/status/weather-storm.png             |  Bin 0 -> 4728 bytes
 themes/HighContrast/icons/32x32/actions/action-unavailable.png         |  Bin 0 -> 884 bytes
 themes/HighContrast/icons/32x32/actions/bookmark-new.png               |  Bin 0 -> 752 bytes
 themes/HighContrast/icons/32x32/actions/call-end.png                   |  Bin 0 -> 662 bytes
 themes/HighContrast/icons/32x32/actions/call-start.png                 |  Bin 0 -> 606 bytes
 themes/HighContrast/icons/32x32/actions/document-open-recent.png       |  Bin 0 -> 1049 bytes
 themes/HighContrast/icons/32x32/actions/document-open.png              |  Bin 0 -> 549 bytes
 themes/HighContrast/icons/32x32/actions/document-page-setup.png        |  Bin 0 -> 664 bytes
 themes/HighContrast/icons/32x32/actions/document-save-as.png           |  Bin 0 -> 681 bytes
 themes/HighContrast/icons/32x32/actions/document-save.png              |  Bin 0 -> 571 bytes
 themes/HighContrast/icons/32x32/actions/document-send.png              |  Bin 0 -> 639 bytes
 themes/HighContrast/icons/32x32/actions/edit-clear-rtl.png             |  Bin 0 -> 555 bytes
 themes/HighContrast/icons/32x32/actions/edit-clear.png                 |  Bin 0 -> 555 bytes
 themes/HighContrast/icons/32x32/actions/edit-copy.png                  |  Bin 0 -> 381 bytes
 themes/HighContrast/icons/32x32/actions/edit-cut.png                   |  Bin 0 -> 1068 bytes
 themes/HighContrast/icons/32x32/actions/edit-delete.png                |  Bin 0 -> 708 bytes
 themes/HighContrast/icons/32x32/actions/edit-find.png                  |  Bin 0 -> 805 bytes
 themes/HighContrast/icons/32x32/actions/edit-paste.png                 |  Bin 0 -> 531 bytes
 themes/HighContrast/icons/32x32/actions/edit-redo-rtl.png              |  Bin 0 -> 624 bytes
 themes/HighContrast/icons/32x32/actions/edit-redo.png                  |  Bin 0 -> 646 bytes
 themes/HighContrast/icons/32x32/actions/edit-select-all.png            |  Bin 0 -> 101 bytes
 themes/HighContrast/icons/32x32/actions/edit-select.png                |  Bin 0 -> 539 bytes
 themes/HighContrast/icons/32x32/actions/edit-undo-rtl.png              |  Bin 0 -> 646 bytes
 themes/HighContrast/icons/32x32/actions/edit-undo.png                  |  Bin 0 -> 593 bytes
 themes/HighContrast/icons/32x32/actions/find-location.png              |  Bin 0 -> 636 bytes
 themes/HighContrast/icons/32x32/actions/format-indent-less-rtl.png     |  Bin 0 -> 441 bytes
 themes/HighContrast/icons/32x32/actions/format-indent-less.png         |  Bin 0 -> 445 bytes
 themes/HighContrast/icons/32x32/actions/format-indent-more-rtl.png     |  Bin 0 -> 431 bytes
 themes/HighContrast/icons/32x32/actions/format-indent-more.png         |  Bin 0 -> 420 bytes
 themes/HighContrast/icons/32x32/actions/format-justify-center.png      |  Bin 0 -> 245 bytes
 themes/HighContrast/icons/32x32/actions/format-justify-fill.png        |  Bin 0 -> 200 bytes
 themes/HighContrast/icons/32x32/actions/format-justify-left.png        |  Bin 0 -> 247 bytes
 themes/HighContrast/icons/32x32/actions/format-justify-right.png       |  Bin 0 -> 251 bytes
 themes/HighContrast/icons/32x32/actions/format-text-bold.png           |  Bin 0 -> 546 bytes
 themes/HighContrast/icons/32x32/actions/format-text-direction-ltr.png  |  Bin 0 -> 572 bytes
 themes/HighContrast/icons/32x32/actions/format-text-direction-rtl.png  |  Bin 0 -> 588 bytes
 themes/HighContrast/icons/32x32/actions/format-text-italic.png         |  Bin 0 -> 557 bytes
 themes/HighContrast/icons/32x32/actions/format-text-strikethrough.png  |  Bin 0 -> 432 bytes
 themes/HighContrast/icons/32x32/actions/format-text-underline.png      |  Bin 0 -> 459 bytes
 themes/HighContrast/icons/32x32/actions/go-bottom.png                  |  Bin 0 -> 554 bytes
 themes/HighContrast/icons/32x32/actions/go-down.png                    |  Bin 0 -> 509 bytes
 themes/HighContrast/icons/32x32/actions/go-first-rtl.png               |  Bin 0 -> 567 bytes
 themes/HighContrast/icons/32x32/actions/go-first.png                   |  Bin 0 -> 580 bytes
 themes/HighContrast/icons/32x32/actions/go-jump-rtl.png                |  Bin 0 -> 647 bytes
 themes/HighContrast/icons/32x32/actions/go-jump.png                    |  Bin 0 -> 587 bytes
 themes/HighContrast/icons/32x32/actions/go-last-rtl.png                |  Bin 0 -> 580 bytes
 themes/HighContrast/icons/32x32/actions/go-last.png                    |  Bin 0 -> 567 bytes
 themes/HighContrast/icons/32x32/actions/go-next-rtl.png                |  Bin 0 -> 474 bytes
 themes/HighContrast/icons/32x32/actions/go-next.png                    |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/32x32/actions/go-previous-rtl.png            |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/32x32/actions/go-previous.png                |  Bin 0 -> 474 bytes
 themes/HighContrast/icons/32x32/actions/go-top.png                     |  Bin 0 -> 582 bytes
 themes/HighContrast/icons/32x32/actions/go-up.png                      |  Bin 0 -> 523 bytes
 themes/HighContrast/icons/32x32/actions/list-add.png                   |  Bin 0 -> 242 bytes
 themes/HighContrast/icons/32x32/actions/list-remove.png                |  Bin 0 -> 186 bytes
 themes/HighContrast/icons/32x32/actions/mail-mark-important.png        |  Bin 0 -> 650 bytes
 themes/HighContrast/icons/32x32/actions/mail-send-receive.png          |  Bin 0 -> 595 bytes
 themes/HighContrast/icons/32x32/actions/mail-send.png                  |  Bin 0 -> 882 bytes
 themes/HighContrast/icons/32x32/actions/media-eject.png                |  Bin 0 -> 360 bytes
 themes/HighContrast/icons/32x32/actions/media-playback-pause.png       |  Bin 0 -> 178 bytes
 themes/HighContrast/icons/32x32/actions/media-playback-start-rtl.png   |  Bin 0 -> 366 bytes
 themes/HighContrast/icons/32x32/actions/media-playback-start.png       |  Bin 0 -> 372 bytes
 themes/HighContrast/icons/32x32/actions/media-playback-stop.png        |  Bin 0 -> 171 bytes
 themes/HighContrast/icons/32x32/actions/media-record.png               |  Bin 0 -> 405 bytes
 themes/HighContrast/icons/32x32/actions/media-seek-backward-rtl.png    |  Bin 0 -> 522 bytes
 themes/HighContrast/icons/32x32/actions/media-seek-backward.png        |  Bin 0 -> 512 bytes
 themes/HighContrast/icons/32x32/actions/media-seek-forward-rtl.png     |  Bin 0 -> 512 bytes
 themes/HighContrast/icons/32x32/actions/media-seek-forward.png         |  Bin 0 -> 522 bytes
 themes/HighContrast/icons/32x32/actions/media-skip-backward-rtl.png    |  Bin 0 -> 479 bytes
 themes/HighContrast/icons/32x32/actions/media-skip-backward.png        |  Bin 0 -> 500 bytes
 themes/HighContrast/icons/32x32/actions/media-skip-forward-rtl.png     |  Bin 0 -> 500 bytes
 themes/HighContrast/icons/32x32/actions/media-skip-forward.png         |  Bin 0 -> 479 bytes
 themes/HighContrast/icons/32x32/actions/object-flip-horizontal.png     |  Bin 0 -> 433 bytes
 themes/HighContrast/icons/32x32/actions/object-flip-vertical.png       |  Bin 0 -> 425 bytes
 themes/HighContrast/icons/32x32/actions/object-rotate-left.png         |  Bin 0 -> 569 bytes
 themes/HighContrast/icons/32x32/actions/object-rotate-right.png        |  Bin 0 -> 577 bytes
 themes/HighContrast/icons/32x32/actions/object-select.png              |  Bin 0 -> 425 bytes
 themes/HighContrast/icons/32x32/actions/process-stop.png               |  Bin 0 -> 719 bytes
 themes/HighContrast/icons/32x32/actions/send-to.png                    |  Bin 0 -> 901 bytes
 themes/HighContrast/icons/32x32/actions/system-run.png                 |  Bin 0 -> 1052 bytes
 themes/HighContrast/icons/32x32/actions/system-shutdown.png            |  Bin 0 -> 879 bytes
 themes/HighContrast/icons/32x32/actions/tab-new.png                    |  Bin 0 -> 373 bytes
 themes/HighContrast/icons/32x32/actions/view-fullscreen.png            |  Bin 0 -> 585 bytes
 themes/HighContrast/icons/32x32/actions/view-grid.png                  |  Bin 0 -> 276 bytes
 themes/HighContrast/icons/32x32/actions/view-list.png                  |  Bin 0 -> 200 bytes
 themes/HighContrast/icons/32x32/actions/view-refresh.png               |  Bin 0 -> 771 bytes
 themes/HighContrast/icons/32x32/actions/view-restore.png               |  Bin 0 -> 539 bytes
 themes/HighContrast/icons/32x32/actions/window-close.png               |  Bin 0 -> 463 bytes
 themes/HighContrast/icons/32x32/actions/zoom-fit-best.png              |  Bin 0 -> 368 bytes
 themes/HighContrast/icons/32x32/actions/zoom-in.png                    |  Bin 0 -> 366 bytes
 themes/HighContrast/icons/32x32/actions/zoom-original.png              |  Bin 0 -> 354 bytes
 themes/HighContrast/icons/32x32/actions/zoom-out.png                   |  Bin 0 -> 316 bytes
 themes/HighContrast/icons/32x32/apps/accessories-calculator.png        |  Bin 0 -> 536 bytes
 themes/HighContrast/icons/32x32/apps/accessories-character-map.png     |  Bin 0 -> 793 bytes
 themes/HighContrast/icons/32x32/apps/accessories-text-editor.png       |  Bin 0 -> 546 bytes
 themes/HighContrast/icons/32x32/apps/applets-screenshooter.png         |  Bin 0 -> 656 bytes
 themes/HighContrast/icons/32x32/apps/gnome-power-manager.png           |  Bin 0 -> 642 bytes
 themes/HighContrast/icons/32x32/apps/help-browser.png                  |  Bin 0 -> 912 bytes
 .../icons/32x32/apps/preferences-desktop-accessibility.png             |  Bin 0 -> 880 bytes
 themes/HighContrast/icons/32x32/apps/preferences-desktop-display.png   |  Bin 0 -> 681 bytes
 .../icons/32x32/apps/preferences-desktop-keyboard-shortcuts.png        |  Bin 0 -> 806 bytes
 .../icons/32x32/apps/preferences-desktop-remote-desktop.png            |  Bin 0 -> 578 bytes
 .../HighContrast/icons/32x32/apps/preferences-desktop-screensaver.png  |  Bin 0 -> 811 bytes
 themes/HighContrast/icons/32x32/apps/preferences-desktop-wallpaper.png |  Bin 0 -> 566 bytes
 .../HighContrast/icons/32x32/apps/preferences-system-date-and-time.png |  Bin 0 -> 541 bytes
 .../HighContrast/icons/32x32/apps/preferences-system-network-proxy.png |  Bin 0 -> 728 bytes
 themes/HighContrast/icons/32x32/apps/system-file-manager.png           |  Bin 0 -> 515 bytes
 themes/HighContrast/icons/32x32/apps/system-users.png                  |  Bin 0 -> 747 bytes
 themes/HighContrast/icons/32x32/apps/user-info.png                     |  Bin 0 -> 613 bytes
 themes/HighContrast/icons/32x32/apps/utilities-system-monitor.png      |  Bin 0 -> 643 bytes
 themes/HighContrast/icons/32x32/apps/utilities-terminal.png            |  Bin 0 -> 539 bytes
 themes/HighContrast/icons/32x32/apps/web-browser.png                   |  Bin 0 -> 1094 bytes
 .../HighContrast/icons/32x32/categories/applications-engineering.png   |  Bin 0 -> 814 bytes
 themes/HighContrast/icons/32x32/categories/applications-science.png    |  Bin 0 -> 848 bytes
 themes/HighContrast/icons/32x32/categories/applications-utilities.png  |  Bin 0 -> 769 bytes
 themes/HighContrast/icons/32x32/categories/preferences-other.png       |  Bin 0 -> 1019 bytes
 themes/HighContrast/icons/32x32/categories/preferences-system.png      |  Bin 0 -> 1157 bytes
 themes/HighContrast/icons/32x32/categories/system-help.png             |  Bin 0 -> 870 bytes
 themes/HighContrast/icons/32x32/devices/audio-card.png                 |  Bin 0 -> 598 bytes
 themes/HighContrast/icons/32x32/devices/audio-input-microphone.png     |  Bin 0 -> 682 bytes
 themes/HighContrast/icons/32x32/devices/camera-photo.png               |  Bin 0 -> 628 bytes
 themes/HighContrast/icons/32x32/devices/camera-web.png                 |  Bin 0 -> 406 bytes
 themes/HighContrast/icons/32x32/devices/computer.png                   |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/32x32/devices/drive-harddisk.png             |  Bin 0 -> 701 bytes
 themes/HighContrast/icons/32x32/devices/input-dialpad.png              |  Bin 0 -> 563 bytes
 themes/HighContrast/icons/32x32/devices/input-gaming.png               |  Bin 0 -> 581 bytes
 themes/HighContrast/icons/32x32/devices/input-keyboard.png             |  Bin 0 -> 386 bytes
 themes/HighContrast/icons/32x32/devices/input-touchpad.png             |  Bin 0 -> 512 bytes
 themes/HighContrast/icons/32x32/devices/media-optical.png              |  Bin 0 -> 784 bytes
 themes/HighContrast/icons/32x32/devices/phone.png                      |  Bin 0 -> 522 bytes
 themes/HighContrast/icons/32x32/devices/printer.png                    |  Bin 0 -> 379 bytes
 themes/HighContrast/icons/32x32/devices/scanner.png                    |  Bin 0 -> 611 bytes
 themes/HighContrast/icons/32x32/devices/video-display.png              |  Bin 0 -> 452 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-default.png             |  Bin 0 -> 792 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-documents.png           |  Bin 0 -> 589 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-favorite.png            |  Bin 0 -> 619 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-important.png           |  Bin 0 -> 617 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-music.png               |  Bin 0 -> 575 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-photos.png              |  Bin 0 -> 326 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-shared.png              |  Bin 0 -> 901 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-synchronizing.png       |  Bin 0 -> 913 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-system.png              |  Bin 0 -> 656 bytes
 themes/HighContrast/icons/32x32/emblems/emblem-videos.png              |  Bin 0 -> 648 bytes
 themes/HighContrast/icons/32x32/emotes/face-angel.png                  |  Bin 0 -> 969 bytes
 themes/HighContrast/icons/32x32/emotes/face-angry.png                  |  Bin 0 -> 689 bytes
 themes/HighContrast/icons/32x32/emotes/face-sad.png                    |  Bin 0 -> 756 bytes
 themes/HighContrast/icons/32x32/emotes/face-smile.png                  |  Bin 0 -> 758 bytes
 themes/HighContrast/icons/32x32/emotes/face-worried.png                |  Bin 0 -> 770 bytes
 themes/HighContrast/icons/32x32/mimetypes/application-certificate.png  |  Bin 0 -> 663 bytes
 themes/HighContrast/icons/32x32/mimetypes/audio-x-generic.png          |  Bin 0 -> 815 bytes
 themes/HighContrast/icons/32x32/mimetypes/folder-publicshare.png       |  Bin 0 -> 617 bytes
 themes/HighContrast/icons/32x32/mimetypes/package-x-generic.png        |  Bin 0 -> 482 bytes
 themes/HighContrast/icons/32x32/mimetypes/text-x-generic.png           |  Bin 0 -> 403 bytes
 themes/HighContrast/icons/32x32/places/folder-documents.png            |  Bin 0 -> 450 bytes
 themes/HighContrast/icons/32x32/places/folder-download.png             |  Bin 0 -> 544 bytes
 themes/HighContrast/icons/32x32/places/folder-music.png                |  Bin 0 -> 598 bytes
 themes/HighContrast/icons/32x32/places/folder-pictures.png             |  Bin 0 -> 636 bytes
 themes/HighContrast/icons/32x32/places/folder-publicshare.png          |  Bin 0 -> 617 bytes
 themes/HighContrast/icons/32x32/places/folder-remote.png               |  Bin 0 -> 419 bytes
 themes/HighContrast/icons/32x32/places/folder-saved-search.png         |  Bin 0 -> 619 bytes
 themes/HighContrast/icons/32x32/places/folder-templates.png            |  Bin 0 -> 437 bytes
 themes/HighContrast/icons/32x32/places/folder-videos.png               |  Bin 0 -> 484 bytes
 themes/HighContrast/icons/32x32/places/folder.png                      |  Bin 0 -> 356 bytes
 themes/HighContrast/icons/32x32/places/network-server.png              |  Bin 0 -> 542 bytes
 themes/HighContrast/icons/32x32/places/network-workgroup.png           |  Bin 0 -> 640 bytes
 themes/HighContrast/icons/32x32/places/start-here.png                  |  Bin 0 -> 951 bytes
 themes/HighContrast/icons/32x32/places/user-bookmarks.png              |  Bin 0 -> 678 bytes
 themes/HighContrast/icons/32x32/places/user-home.png                   |  Bin 0 -> 480 bytes
 themes/HighContrast/icons/32x32/places/user-trash.png                  |  Bin 0 -> 592 bytes
 themes/HighContrast/icons/32x32/status/appointment-missed.png          |  Bin 0 -> 874 bytes
 themes/HighContrast/icons/32x32/status/appointment-soon.png            |  Bin 0 -> 886 bytes
 themes/HighContrast/icons/32x32/status/audio-volume-high.png           |  Bin 0 -> 809 bytes
 themes/HighContrast/icons/32x32/status/audio-volume-low.png            |  Bin 0 -> 778 bytes
 themes/HighContrast/icons/32x32/status/audio-volume-medium.png         |  Bin 0 -> 821 bytes
 themes/HighContrast/icons/32x32/status/audio-volume-muted.png          |  Bin 0 -> 821 bytes
 themes/HighContrast/icons/32x32/status/avatar-default.png              |  Bin 0 -> 518 bytes
 themes/HighContrast/icons/32x32/status/battery-caution-charging.png    |  Bin 0 -> 684 bytes
 themes/HighContrast/icons/32x32/status/battery-caution.png             |  Bin 0 -> 516 bytes
 themes/HighContrast/icons/32x32/status/battery-empty-charging.png      |  Bin 0 -> 647 bytes
 themes/HighContrast/icons/32x32/status/battery-empty.png               |  Bin 0 -> 290 bytes
 themes/HighContrast/icons/32x32/status/battery-full-charged.png        |  Bin 0 -> 634 bytes
 themes/HighContrast/icons/32x32/status/battery-full-charging.png       |  Bin 0 -> 663 bytes
 themes/HighContrast/icons/32x32/status/battery-full.png                |  Bin 0 -> 376 bytes
 themes/HighContrast/icons/32x32/status/battery-good-charging.png       |  Bin 0 -> 690 bytes
 themes/HighContrast/icons/32x32/status/battery-good.png                |  Bin 0 -> 362 bytes
 themes/HighContrast/icons/32x32/status/battery-low-charging.png        |  Bin 0 -> 683 bytes
 themes/HighContrast/icons/32x32/status/battery-low.png                 |  Bin 0 -> 359 bytes
 themes/HighContrast/icons/32x32/status/battery-missing.png             |  Bin 0 -> 491 bytes
 themes/HighContrast/icons/32x32/status/bluetooth-active.png            |  Bin 0 -> 527 bytes
 themes/HighContrast/icons/32x32/status/bluetooth-disabled.png          |  Bin 0 -> 711 bytes
 themes/HighContrast/icons/32x32/status/call-missed.png                 |  Bin 0 -> 776 bytes
 themes/HighContrast/icons/32x32/status/changes-allow.png               |  Bin 0 -> 406 bytes
 themes/HighContrast/icons/32x32/status/changes-prevent.png             |  Bin 0 -> 428 bytes
 themes/HighContrast/icons/32x32/status/channel-insecure.png            |  Bin 0 -> 616 bytes
 themes/HighContrast/icons/32x32/status/channel-secure.png              |  Bin 0 -> 401 bytes
 themes/HighContrast/icons/32x32/status/dialog-error.png                |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/32x32/status/dialog-information.png          |  Bin 0 -> 680 bytes
 themes/HighContrast/icons/32x32/status/dialog-password.png             |  Bin 0 -> 627 bytes
 themes/HighContrast/icons/32x32/status/dialog-question.png             |  Bin 0 -> 693 bytes
 themes/HighContrast/icons/32x32/status/dialog-warning.png              |  Bin 0 -> 707 bytes
 themes/HighContrast/icons/32x32/status/display-brightness.png          |  Bin 0 -> 929 bytes
 themes/HighContrast/icons/32x32/status/keyboard-brightness.png         |  Bin 0 -> 652 bytes
 themes/HighContrast/icons/32x32/status/mail-attachment.png             |  Bin 0 -> 835 bytes
 themes/HighContrast/icons/32x32/status/mail-read.png                   |  Bin 0 -> 476 bytes
 themes/HighContrast/icons/32x32/status/mail-replied.png                |  Bin 0 -> 457 bytes
 themes/HighContrast/icons/32x32/status/mail-unread.png                 |  Bin 0 -> 500 bytes
 themes/HighContrast/icons/32x32/status/media-playlist-repeat.png       |  Bin 0 -> 590 bytes
 themes/HighContrast/icons/32x32/status/media-playlist-shuffle.png      |  Bin 0 -> 671 bytes
 themes/HighContrast/icons/32x32/status/microphone-sensitivity-high.png |  Bin 0 -> 924 bytes
 themes/HighContrast/icons/32x32/status/microphone-sensitivity-low.png  |  Bin 0 -> 1051 bytes
 .../HighContrast/icons/32x32/status/microphone-sensitivity-medium.png  |  Bin 0 -> 1024 bytes
 .../HighContrast/icons/32x32/status/microphone-sensitivity-muted.png   |  Bin 0 -> 1083 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-3g.png         |  Bin 0 -> 687 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-4g.png         |  Bin 0 -> 579 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-acquiring.png  |  Bin 0 -> 465 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-connected.png  |  Bin 0 -> 834 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-edge.png       |  Bin 0 -> 387 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-gprs.png       |  Bin 0 -> 517 bytes
 .../icons/32x32/status/network-cellular-signal-excellent.png           |  Bin 0 -> 282 bytes
 .../HighContrast/icons/32x32/status/network-cellular-signal-good.png   |  Bin 0 -> 307 bytes
 .../HighContrast/icons/32x32/status/network-cellular-signal-none.png   |  Bin 0 -> 486 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-signal-ok.png  |  Bin 0 -> 309 bytes
 .../HighContrast/icons/32x32/status/network-cellular-signal-weak.png   |  Bin 0 -> 322 bytes
 themes/HighContrast/icons/32x32/status/network-cellular-umts.png       |  Bin 0 -> 388 bytes
 themes/HighContrast/icons/32x32/status/network-error.png               |  Bin 0 -> 779 bytes
 themes/HighContrast/icons/32x32/status/network-idle.png                |  Bin 0 -> 574 bytes
 themes/HighContrast/icons/32x32/status/network-no-route.png            |  Bin 0 -> 175 bytes
 themes/HighContrast/icons/32x32/status/network-offline.png             |  Bin 0 -> 697 bytes
 themes/HighContrast/icons/32x32/status/network-receive.png             |  Bin 0 -> 621 bytes
 themes/HighContrast/icons/32x32/status/network-transmit-receive.png    |  Bin 0 -> 640 bytes
 themes/HighContrast/icons/32x32/status/network-transmit.png            |  Bin 0 -> 647 bytes
 themes/HighContrast/icons/32x32/status/network-vpn-acquiring.png       |  Bin 0 -> 530 bytes
 themes/HighContrast/icons/32x32/status/network-vpn.png                 |  Bin 0 -> 404 bytes
 themes/HighContrast/icons/32x32/status/network-wired-acquiring.png     |  Bin 0 -> 494 bytes
 themes/HighContrast/icons/32x32/status/network-wired-disconnected.png  |  Bin 0 -> 632 bytes
 themes/HighContrast/icons/32x32/status/network-wired.png               |  Bin 0 -> 454 bytes
 themes/HighContrast/icons/32x32/status/network-wireless-acquiring.png  |  Bin 0 -> 679 bytes
 themes/HighContrast/icons/32x32/status/network-wireless-connected.png  |  Bin 0 -> 590 bytes
 themes/HighContrast/icons/32x32/status/network-wireless-encrypted.png  |  Bin 0 -> 428 bytes
 .../icons/32x32/status/network-wireless-signal-excellent.png           |  Bin 0 -> 761 bytes
 .../HighContrast/icons/32x32/status/network-wireless-signal-good.png   |  Bin 0 -> 741 bytes
 .../HighContrast/icons/32x32/status/network-wireless-signal-none.png   |  Bin 0 -> 829 bytes
 themes/HighContrast/icons/32x32/status/network-wireless-signal-ok.png  |  Bin 0 -> 701 bytes
 .../HighContrast/icons/32x32/status/network-wireless-signal-weak.png   |  Bin 0 -> 681 bytes
 themes/HighContrast/icons/32x32/status/non-starred.png                 |  Bin 0 -> 942 bytes
 themes/HighContrast/icons/32x32/status/printer-error.png               |  Bin 0 -> 592 bytes
 themes/HighContrast/icons/32x32/status/printer-printing.png            |  Bin 0 -> 472 bytes
 themes/HighContrast/icons/32x32/status/printer-warning.png             |  Bin 0 -> 461 bytes
 themes/HighContrast/icons/32x32/status/security-high.png               |  Bin 0 -> 537 bytes
 themes/HighContrast/icons/32x32/status/security-low.png                |  Bin 0 -> 537 bytes
 themes/HighContrast/icons/32x32/status/security-medium.png             |  Bin 0 -> 537 bytes
 themes/HighContrast/icons/32x32/status/software-update-available.png   |  Bin 0 -> 760 bytes
 themes/HighContrast/icons/32x32/status/software-update-urgent.png      |  Bin 0 -> 757 bytes
 themes/HighContrast/icons/32x32/status/starred.png                     |  Bin 0 -> 678 bytes
 themes/HighContrast/icons/32x32/status/task-due.png                    |  Bin 0 -> 588 bytes
 themes/HighContrast/icons/32x32/status/task-past-due.png               |  Bin 0 -> 681 bytes
 themes/HighContrast/icons/32x32/status/touchpad-disabled.png           |  Bin 0 -> 614 bytes
 themes/HighContrast/icons/32x32/status/user-available.png              |  Bin 0 -> 512 bytes
 themes/HighContrast/icons/32x32/status/user-away.png                   |  Bin 0 -> 537 bytes
 themes/HighContrast/icons/32x32/status/user-busy.png                   |  Bin 0 -> 529 bytes
 themes/HighContrast/icons/32x32/status/user-idle.png                   |  Bin 0 -> 558 bytes
 themes/HighContrast/icons/32x32/status/user-invisible.png              |  Bin 0 -> 672 bytes
 themes/HighContrast/icons/32x32/status/user-offline.png                |  Bin 0 -> 559 bytes
 themes/HighContrast/icons/32x32/status/weather-clear-night.png         |  Bin 0 -> 1026 bytes
 themes/HighContrast/icons/32x32/status/weather-clear.png               |  Bin 0 -> 764 bytes
 themes/HighContrast/icons/32x32/status/weather-few-clouds-night.png    |  Bin 0 -> 1066 bytes
 themes/HighContrast/icons/32x32/status/weather-few-clouds.png          |  Bin 0 -> 920 bytes
 themes/HighContrast/icons/32x32/status/weather-fog.png                 |  Bin 0 -> 891 bytes
 themes/HighContrast/icons/32x32/status/weather-overcast.png            |  Bin 0 -> 501 bytes
 themes/HighContrast/icons/32x32/status/weather-severe-alert.png        |  Bin 0 -> 674 bytes
 themes/HighContrast/icons/32x32/status/weather-showers-scattered.png   |  Bin 0 -> 1011 bytes
 themes/HighContrast/icons/32x32/status/weather-showers.png             |  Bin 0 -> 976 bytes
 themes/HighContrast/icons/32x32/status/weather-snow.png                |  Bin 0 -> 1071 bytes
 themes/HighContrast/icons/32x32/status/weather-storm.png               |  Bin 0 -> 924 bytes
 themes/HighContrast/icons/48x48/actions/action-unavailable.png         |  Bin 0 -> 1265 bytes
 themes/HighContrast/icons/48x48/actions/bookmark-new.png               |  Bin 0 -> 1041 bytes
 themes/HighContrast/icons/48x48/actions/call-end.png                   |  Bin 0 -> 946 bytes
 themes/HighContrast/icons/48x48/actions/call-start.png                 |  Bin 0 -> 872 bytes
 themes/HighContrast/icons/48x48/actions/document-open-recent.png       |  Bin 0 -> 1508 bytes
 themes/HighContrast/icons/48x48/actions/document-open.png              |  Bin 0 -> 702 bytes
 themes/HighContrast/icons/48x48/actions/document-page-setup.png        |  Bin 0 -> 906 bytes
 themes/HighContrast/icons/48x48/actions/document-save-as.png           |  Bin 0 -> 896 bytes
 themes/HighContrast/icons/48x48/actions/document-save.png              |  Bin 0 -> 750 bytes
 themes/HighContrast/icons/48x48/actions/document-send.png              |  Bin 0 -> 949 bytes
 themes/HighContrast/icons/48x48/actions/edit-clear-rtl.png             |  Bin 0 -> 753 bytes
 themes/HighContrast/icons/48x48/actions/edit-clear.png                 |  Bin 0 -> 771 bytes
 themes/HighContrast/icons/48x48/actions/edit-copy.png                  |  Bin 0 -> 467 bytes
 themes/HighContrast/icons/48x48/actions/edit-cut.png                   |  Bin 0 -> 1466 bytes
 themes/HighContrast/icons/48x48/actions/edit-delete.png                |  Bin 0 -> 1046 bytes
 themes/HighContrast/icons/48x48/actions/edit-find.png                  |  Bin 0 -> 1187 bytes
 themes/HighContrast/icons/48x48/actions/edit-paste.png                 |  Bin 0 -> 702 bytes
 themes/HighContrast/icons/48x48/actions/edit-redo-rtl.png              |  Bin 0 -> 882 bytes
 themes/HighContrast/icons/48x48/actions/edit-redo.png                  |  Bin 0 -> 862 bytes
 themes/HighContrast/icons/48x48/actions/edit-select-all.png            |  Bin 0 -> 106 bytes
 themes/HighContrast/icons/48x48/actions/edit-select.png                |  Bin 0 -> 642 bytes
 themes/HighContrast/icons/48x48/actions/edit-undo-rtl.png              |  Bin 0 -> 862 bytes
 themes/HighContrast/icons/48x48/actions/edit-undo.png                  |  Bin 0 -> 824 bytes
 themes/HighContrast/icons/48x48/actions/find-location.png              |  Bin 0 -> 905 bytes
 themes/HighContrast/icons/48x48/actions/format-indent-less-rtl.png     |  Bin 0 -> 641 bytes
 themes/HighContrast/icons/48x48/actions/format-indent-less.png         |  Bin 0 -> 643 bytes
 themes/HighContrast/icons/48x48/actions/format-indent-more-rtl.png     |  Bin 0 -> 613 bytes
 themes/HighContrast/icons/48x48/actions/format-indent-more.png         |  Bin 0 -> 637 bytes
 themes/HighContrast/icons/48x48/actions/format-justify-center.png      |  Bin 0 -> 314 bytes
 themes/HighContrast/icons/48x48/actions/format-justify-fill.png        |  Bin 0 -> 286 bytes
 themes/HighContrast/icons/48x48/actions/format-justify-left.png        |  Bin 0 -> 319 bytes
 themes/HighContrast/icons/48x48/actions/format-justify-right.png       |  Bin 0 -> 320 bytes
 themes/HighContrast/icons/48x48/actions/format-text-bold.png           |  Bin 0 -> 740 bytes
 themes/HighContrast/icons/48x48/actions/format-text-direction-ltr.png  |  Bin 0 -> 767 bytes
 themes/HighContrast/icons/48x48/actions/format-text-direction-rtl.png  |  Bin 0 -> 797 bytes
 themes/HighContrast/icons/48x48/actions/format-text-italic.png         |  Bin 0 -> 755 bytes
 themes/HighContrast/icons/48x48/actions/format-text-strikethrough.png  |  Bin 0 -> 567 bytes
 themes/HighContrast/icons/48x48/actions/format-text-underline.png      |  Bin 0 -> 660 bytes
 themes/HighContrast/icons/48x48/actions/go-bottom.png                  |  Bin 0 -> 750 bytes
 themes/HighContrast/icons/48x48/actions/go-down.png                    |  Bin 0 -> 705 bytes
 themes/HighContrast/icons/48x48/actions/go-first-rtl.png               |  Bin 0 -> 804 bytes
 themes/HighContrast/icons/48x48/actions/go-first.png                   |  Bin 0 -> 799 bytes
 themes/HighContrast/icons/48x48/actions/go-jump-rtl.png                |  Bin 0 -> 921 bytes
 themes/HighContrast/icons/48x48/actions/go-jump.png                    |  Bin 0 -> 869 bytes
 themes/HighContrast/icons/48x48/actions/go-last-rtl.png                |  Bin 0 -> 799 bytes
 themes/HighContrast/icons/48x48/actions/go-last.png                    |  Bin 0 -> 804 bytes
 themes/HighContrast/icons/48x48/actions/go-next-rtl.png                |  Bin 0 -> 690 bytes
 themes/HighContrast/icons/48x48/actions/go-next.png                    |  Bin 0 -> 690 bytes
 themes/HighContrast/icons/48x48/actions/go-previous-rtl.png            |  Bin 0 -> 690 bytes
 themes/HighContrast/icons/48x48/actions/go-previous.png                |  Bin 0 -> 690 bytes
 themes/HighContrast/icons/48x48/actions/go-top.png                     |  Bin 0 -> 752 bytes
 themes/HighContrast/icons/48x48/actions/go-up.png                      |  Bin 0 -> 720 bytes
 themes/HighContrast/icons/48x48/actions/list-add.png                   |  Bin 0 -> 284 bytes
 themes/HighContrast/icons/48x48/actions/list-remove.png                |  Bin 0 -> 208 bytes
 themes/HighContrast/icons/48x48/actions/mail-mark-important.png        |  Bin 0 -> 862 bytes
 themes/HighContrast/icons/48x48/actions/mail-send-receive.png          |  Bin 0 -> 803 bytes
 themes/HighContrast/icons/48x48/actions/mail-send.png                  |  Bin 0 -> 1372 bytes
 themes/HighContrast/icons/48x48/actions/media-eject.png                |  Bin 0 -> 378 bytes
 themes/HighContrast/icons/48x48/actions/media-playback-pause.png       |  Bin 0 -> 221 bytes
 themes/HighContrast/icons/48x48/actions/media-playback-start-rtl.png   |  Bin 0 -> 536 bytes
 themes/HighContrast/icons/48x48/actions/media-playback-start.png       |  Bin 0 -> 524 bytes
 themes/HighContrast/icons/48x48/actions/media-playback-stop.png        |  Bin 0 -> 198 bytes
 themes/HighContrast/icons/48x48/actions/media-record.png               |  Bin 0 -> 561 bytes
 themes/HighContrast/icons/48x48/actions/media-seek-backward-rtl.png    |  Bin 0 -> 670 bytes
 themes/HighContrast/icons/48x48/actions/media-seek-backward.png        |  Bin 0 -> 600 bytes
 themes/HighContrast/icons/48x48/actions/media-seek-forward-rtl.png     |  Bin 0 -> 600 bytes
 themes/HighContrast/icons/48x48/actions/media-seek-forward.png         |  Bin 0 -> 670 bytes
 themes/HighContrast/icons/48x48/actions/media-skip-backward-rtl.png    |  Bin 0 -> 615 bytes
 themes/HighContrast/icons/48x48/actions/media-skip-backward.png        |  Bin 0 -> 613 bytes
 themes/HighContrast/icons/48x48/actions/media-skip-forward-rtl.png     |  Bin 0 -> 613 bytes
 themes/HighContrast/icons/48x48/actions/media-skip-forward.png         |  Bin 0 -> 615 bytes
 themes/HighContrast/icons/48x48/actions/object-flip-horizontal.png     |  Bin 0 -> 707 bytes
 themes/HighContrast/icons/48x48/actions/object-flip-vertical.png       |  Bin 0 -> 602 bytes
 themes/HighContrast/icons/48x48/actions/object-rotate-left.png         |  Bin 0 -> 763 bytes
 themes/HighContrast/icons/48x48/actions/object-rotate-right.png        |  Bin 0 -> 776 bytes
 themes/HighContrast/icons/48x48/actions/object-select.png              |  Bin 0 -> 519 bytes
 themes/HighContrast/icons/48x48/actions/process-stop.png               |  Bin 0 -> 922 bytes
 themes/HighContrast/icons/48x48/actions/send-to.png                    |  Bin 0 -> 1273 bytes
 themes/HighContrast/icons/48x48/actions/system-run.png                 |  Bin 0 -> 1532 bytes
 themes/HighContrast/icons/48x48/actions/system-shutdown.png            |  Bin 0 -> 1288 bytes
 themes/HighContrast/icons/48x48/actions/tab-new.png                    |  Bin 0 -> 540 bytes
 themes/HighContrast/icons/48x48/actions/view-fullscreen.png            |  Bin 0 -> 750 bytes
 themes/HighContrast/icons/48x48/actions/view-grid.png                  |  Bin 0 -> 358 bytes
 themes/HighContrast/icons/48x48/actions/view-list.png                  |  Bin 0 -> 286 bytes
 themes/HighContrast/icons/48x48/actions/view-refresh.png               |  Bin 0 -> 1106 bytes
 themes/HighContrast/icons/48x48/actions/view-restore.png               |  Bin 0 -> 688 bytes
 themes/HighContrast/icons/48x48/actions/window-close.png               |  Bin 0 -> 664 bytes
 themes/HighContrast/icons/48x48/actions/zoom-fit-best.png              |  Bin 0 -> 455 bytes
 themes/HighContrast/icons/48x48/actions/zoom-in.png                    |  Bin 0 -> 395 bytes
 themes/HighContrast/icons/48x48/actions/zoom-original.png              |  Bin 0 -> 399 bytes
 themes/HighContrast/icons/48x48/actions/zoom-out.png                   |  Bin 0 -> 347 bytes
 themes/HighContrast/icons/48x48/apps/accessories-calculator.png        |  Bin 0 -> 740 bytes
 themes/HighContrast/icons/48x48/apps/accessories-character-map.png     |  Bin 0 -> 1155 bytes
 themes/HighContrast/icons/48x48/apps/accessories-text-editor.png       |  Bin 0 -> 898 bytes
 themes/HighContrast/icons/48x48/apps/applets-screenshooter.png         |  Bin 0 -> 905 bytes
 themes/HighContrast/icons/48x48/apps/gnome-power-manager.png           |  Bin 0 -> 897 bytes
 themes/HighContrast/icons/48x48/apps/help-browser.png                  |  Bin 0 -> 1334 bytes
 .../icons/48x48/apps/preferences-desktop-accessibility.png             |  Bin 0 -> 1279 bytes
 themes/HighContrast/icons/48x48/apps/preferences-desktop-display.png   |  Bin 0 -> 960 bytes
 .../icons/48x48/apps/preferences-desktop-keyboard-shortcuts.png        |  Bin 0 -> 1094 bytes
 .../icons/48x48/apps/preferences-desktop-remote-desktop.png            |  Bin 0 -> 809 bytes
 .../HighContrast/icons/48x48/apps/preferences-desktop-screensaver.png  |  Bin 0 -> 1185 bytes
 themes/HighContrast/icons/48x48/apps/preferences-desktop-wallpaper.png |  Bin 0 -> 756 bytes
 .../HighContrast/icons/48x48/apps/preferences-system-date-and-time.png |  Bin 0 -> 623 bytes
 .../HighContrast/icons/48x48/apps/preferences-system-network-proxy.png |  Bin 0 -> 951 bytes
 themes/HighContrast/icons/48x48/apps/system-file-manager.png           |  Bin 0 -> 708 bytes
 themes/HighContrast/icons/48x48/apps/system-users.png                  |  Bin 0 -> 1041 bytes
 themes/HighContrast/icons/48x48/apps/user-info.png                     |  Bin 0 -> 884 bytes
 themes/HighContrast/icons/48x48/apps/utilities-system-monitor.png      |  Bin 0 -> 951 bytes
 themes/HighContrast/icons/48x48/apps/utilities-terminal.png            |  Bin 0 -> 780 bytes
 themes/HighContrast/icons/48x48/apps/web-browser.png                   |  Bin 0 -> 1560 bytes
 .../HighContrast/icons/48x48/categories/applications-engineering.png   |  Bin 0 -> 1169 bytes
 themes/HighContrast/icons/48x48/categories/applications-science.png    |  Bin 0 -> 1224 bytes
 themes/HighContrast/icons/48x48/categories/applications-utilities.png  |  Bin 0 -> 1098 bytes
 themes/HighContrast/icons/48x48/categories/preferences-other.png       |  Bin 0 -> 1490 bytes
 themes/HighContrast/icons/48x48/categories/preferences-system.png      |  Bin 0 -> 1563 bytes
 themes/HighContrast/icons/48x48/categories/system-help.png             |  Bin 0 -> 1210 bytes
 themes/HighContrast/icons/48x48/devices/audio-card.png                 |  Bin 0 -> 898 bytes
 themes/HighContrast/icons/48x48/devices/audio-input-microphone.png     |  Bin 0 -> 993 bytes
 themes/HighContrast/icons/48x48/devices/camera-photo.png               |  Bin 0 -> 898 bytes
 themes/HighContrast/icons/48x48/devices/camera-web.png                 |  Bin 0 -> 555 bytes
 themes/HighContrast/icons/48x48/devices/computer.png                   |  Bin 0 -> 700 bytes
 themes/HighContrast/icons/48x48/devices/drive-harddisk.png             |  Bin 0 -> 990 bytes
 themes/HighContrast/icons/48x48/devices/input-dialpad.png              |  Bin 0 -> 712 bytes
 themes/HighContrast/icons/48x48/devices/input-gaming.png               |  Bin 0 -> 841 bytes
 themes/HighContrast/icons/48x48/devices/input-keyboard.png             |  Bin 0 -> 513 bytes
 themes/HighContrast/icons/48x48/devices/input-touchpad.png             |  Bin 0 -> 708 bytes
 themes/HighContrast/icons/48x48/devices/media-optical.png              |  Bin 0 -> 1108 bytes
 themes/HighContrast/icons/48x48/devices/phone.png                      |  Bin 0 -> 669 bytes
 themes/HighContrast/icons/48x48/devices/printer.png                    |  Bin 0 -> 515 bytes
 themes/HighContrast/icons/48x48/devices/scanner.png                    |  Bin 0 -> 864 bytes
 themes/HighContrast/icons/48x48/devices/video-display.png              |  Bin 0 -> 635 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-default.png             |  Bin 0 -> 1148 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-documents.png           |  Bin 0 -> 895 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-favorite.png            |  Bin 0 -> 890 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-important.png           |  Bin 0 -> 880 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-music.png               |  Bin 0 -> 807 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-photos.png              |  Bin 0 -> 432 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-shared.png              |  Bin 0 -> 1276 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-synchronizing.png       |  Bin 0 -> 1336 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-system.png              |  Bin 0 -> 968 bytes
 themes/HighContrast/icons/48x48/emblems/emblem-videos.png              |  Bin 0 -> 955 bytes
 themes/HighContrast/icons/48x48/emotes/face-angel.png                  |  Bin 0 -> 1386 bytes
 themes/HighContrast/icons/48x48/emotes/face-angry.png                  |  Bin 0 -> 977 bytes
 themes/HighContrast/icons/48x48/emotes/face-sad.png                    |  Bin 0 -> 1118 bytes
 themes/HighContrast/icons/48x48/emotes/face-smile.png                  |  Bin 0 -> 1105 bytes
 themes/HighContrast/icons/48x48/emotes/face-worried.png                |  Bin 0 -> 1129 bytes
 themes/HighContrast/icons/48x48/mimetypes/application-certificate.png  |  Bin 0 -> 907 bytes
 themes/HighContrast/icons/48x48/mimetypes/audio-x-generic.png          |  Bin 0 -> 1153 bytes
 themes/HighContrast/icons/48x48/mimetypes/folder-publicshare.png       |  Bin 0 -> 814 bytes
 themes/HighContrast/icons/48x48/mimetypes/package-x-generic.png        |  Bin 0 -> 682 bytes
 themes/HighContrast/icons/48x48/mimetypes/text-x-generic.png           |  Bin 0 -> 496 bytes
 themes/HighContrast/icons/48x48/places/folder-documents.png            |  Bin 0 -> 592 bytes
 themes/HighContrast/icons/48x48/places/folder-download.png             |  Bin 0 -> 768 bytes
 themes/HighContrast/icons/48x48/places/folder-music.png                |  Bin 0 -> 775 bytes
 themes/HighContrast/icons/48x48/places/folder-pictures.png             |  Bin 0 -> 916 bytes
 themes/HighContrast/icons/48x48/places/folder-publicshare.png          |  Bin 0 -> 814 bytes
 themes/HighContrast/icons/48x48/places/folder-remote.png               |  Bin 0 -> 551 bytes
 themes/HighContrast/icons/48x48/places/folder-saved-search.png         |  Bin 0 -> 934 bytes
 themes/HighContrast/icons/48x48/places/folder-templates.png            |  Bin 0 -> 616 bytes
 themes/HighContrast/icons/48x48/places/folder-videos.png               |  Bin 0 -> 660 bytes
 themes/HighContrast/icons/48x48/places/folder.png                      |  Bin 0 -> 447 bytes
 themes/HighContrast/icons/48x48/places/network-server.png              |  Bin 0 -> 713 bytes
 themes/HighContrast/icons/48x48/places/network-workgroup.png           |  Bin 0 -> 825 bytes
 themes/HighContrast/icons/48x48/places/start-here.png                  |  Bin 0 -> 1367 bytes
 themes/HighContrast/icons/48x48/places/user-bookmarks.png              |  Bin 0 -> 980 bytes
 themes/HighContrast/icons/48x48/places/user-home.png                   |  Bin 0 -> 612 bytes
 themes/HighContrast/icons/48x48/places/user-trash.png                  |  Bin 0 -> 823 bytes
 themes/HighContrast/icons/48x48/status/appointment-missed.png          |  Bin 0 -> 1192 bytes
 themes/HighContrast/icons/48x48/status/appointment-soon.png            |  Bin 0 -> 1247 bytes
 themes/HighContrast/icons/48x48/status/audio-volume-high.png           |  Bin 0 -> 1137 bytes
 themes/HighContrast/icons/48x48/status/audio-volume-low.png            |  Bin 0 -> 1049 bytes
 themes/HighContrast/icons/48x48/status/audio-volume-medium.png         |  Bin 0 -> 1097 bytes
 themes/HighContrast/icons/48x48/status/audio-volume-muted.png          |  Bin 0 -> 1097 bytes
 themes/HighContrast/icons/48x48/status/avatar-default.png              |  Bin 0 -> 691 bytes
 themes/HighContrast/icons/48x48/status/battery-caution-charging.png    |  Bin 0 -> 855 bytes
 themes/HighContrast/icons/48x48/status/battery-caution.png             |  Bin 0 -> 717 bytes
 themes/HighContrast/icons/48x48/status/battery-empty-charging.png      |  Bin 0 -> 847 bytes
 themes/HighContrast/icons/48x48/status/battery-empty.png               |  Bin 0 -> 374 bytes
 themes/HighContrast/icons/48x48/status/battery-full-charged.png        |  Bin 0 -> 792 bytes
 themes/HighContrast/icons/48x48/status/battery-full-charging.png       |  Bin 0 -> 819 bytes
 themes/HighContrast/icons/48x48/status/battery-full.png                |  Bin 0 -> 522 bytes
 themes/HighContrast/icons/48x48/status/battery-good-charging.png       |  Bin 0 -> 863 bytes
 themes/HighContrast/icons/48x48/status/battery-good.png                |  Bin 0 -> 504 bytes
 themes/HighContrast/icons/48x48/status/battery-low-charging.png        |  Bin 0 -> 858 bytes
 themes/HighContrast/icons/48x48/status/battery-low.png                 |  Bin 0 -> 495 bytes
 themes/HighContrast/icons/48x48/status/battery-missing.png             |  Bin 0 -> 616 bytes
 themes/HighContrast/icons/48x48/status/bluetooth-active.png            |  Bin 0 -> 735 bytes
 themes/HighContrast/icons/48x48/status/bluetooth-disabled.png          |  Bin 0 -> 1008 bytes
 themes/HighContrast/icons/48x48/status/call-missed.png                 |  Bin 0 -> 1082 bytes
 themes/HighContrast/icons/48x48/status/changes-allow.png               |  Bin 0 -> 599 bytes
 themes/HighContrast/icons/48x48/status/changes-prevent.png             |  Bin 0 -> 598 bytes
 themes/HighContrast/icons/48x48/status/channel-insecure.png            |  Bin 0 -> 824 bytes
 themes/HighContrast/icons/48x48/status/channel-secure.png              |  Bin 0 -> 581 bytes
 themes/HighContrast/icons/48x48/status/dialog-error.png                |  Bin 0 -> 776 bytes
 themes/HighContrast/icons/48x48/status/dialog-information.png          |  Bin 0 -> 958 bytes
 themes/HighContrast/icons/48x48/status/dialog-password.png             |  Bin 0 -> 863 bytes
 themes/HighContrast/icons/48x48/status/dialog-question.png             |  Bin 0 -> 840 bytes
 themes/HighContrast/icons/48x48/status/dialog-warning.png              |  Bin 0 -> 906 bytes
 themes/HighContrast/icons/48x48/status/display-brightness.png          |  Bin 0 -> 1286 bytes
 themes/HighContrast/icons/48x48/status/keyboard-brightness.png         |  Bin 0 -> 920 bytes
 themes/HighContrast/icons/48x48/status/mail-attachment.png             |  Bin 0 -> 1165 bytes
 themes/HighContrast/icons/48x48/status/mail-read.png                   |  Bin 0 -> 687 bytes
 themes/HighContrast/icons/48x48/status/mail-replied.png                |  Bin 0 -> 664 bytes
 themes/HighContrast/icons/48x48/status/mail-unread.png                 |  Bin 0 -> 673 bytes
 themes/HighContrast/icons/48x48/status/media-playlist-repeat.png       |  Bin 0 -> 754 bytes
 themes/HighContrast/icons/48x48/status/media-playlist-shuffle.png      |  Bin 0 -> 997 bytes
 themes/HighContrast/icons/48x48/status/microphone-sensitivity-high.png |  Bin 0 -> 1342 bytes
 themes/HighContrast/icons/48x48/status/microphone-sensitivity-low.png  |  Bin 0 -> 1448 bytes
 .../HighContrast/icons/48x48/status/microphone-sensitivity-medium.png  |  Bin 0 -> 1455 bytes
 .../HighContrast/icons/48x48/status/microphone-sensitivity-muted.png   |  Bin 0 -> 1478 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-3g.png         |  Bin 0 -> 892 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-4g.png         |  Bin 0 -> 743 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-acquiring.png  |  Bin 0 -> 726 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-connected.png  |  Bin 0 -> 1144 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-edge.png       |  Bin 0 -> 520 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-gprs.png       |  Bin 0 -> 654 bytes
 .../icons/48x48/status/network-cellular-signal-excellent.png           |  Bin 0 -> 333 bytes
 .../HighContrast/icons/48x48/status/network-cellular-signal-good.png   |  Bin 0 -> 386 bytes
 .../HighContrast/icons/48x48/status/network-cellular-signal-none.png   |  Bin 0 -> 623 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-signal-ok.png  |  Bin 0 -> 391 bytes
 .../HighContrast/icons/48x48/status/network-cellular-signal-weak.png   |  Bin 0 -> 400 bytes
 themes/HighContrast/icons/48x48/status/network-cellular-umts.png       |  Bin 0 -> 492 bytes
 themes/HighContrast/icons/48x48/status/network-error.png               |  Bin 0 -> 1087 bytes
 themes/HighContrast/icons/48x48/status/network-idle.png                |  Bin 0 -> 741 bytes
 themes/HighContrast/icons/48x48/status/network-no-route.png            |  Bin 0 -> 197 bytes
 themes/HighContrast/icons/48x48/status/network-offline.png             |  Bin 0 -> 910 bytes
 themes/HighContrast/icons/48x48/status/network-receive.png             |  Bin 0 -> 791 bytes
 themes/HighContrast/icons/48x48/status/network-transmit-receive.png    |  Bin 0 -> 825 bytes
 themes/HighContrast/icons/48x48/status/network-transmit.png            |  Bin 0 -> 814 bytes
 themes/HighContrast/icons/48x48/status/network-vpn-acquiring.png       |  Bin 0 -> 784 bytes
 themes/HighContrast/icons/48x48/status/network-vpn.png                 |  Bin 0 -> 583 bytes
 themes/HighContrast/icons/48x48/status/network-wired-acquiring.png     |  Bin 0 -> 767 bytes
 themes/HighContrast/icons/48x48/status/network-wired-disconnected.png  |  Bin 0 -> 780 bytes
 themes/HighContrast/icons/48x48/status/network-wired.png               |  Bin 0 -> 586 bytes
 themes/HighContrast/icons/48x48/status/network-wireless-acquiring.png  |  Bin 0 -> 1001 bytes
 themes/HighContrast/icons/48x48/status/network-wireless-connected.png  |  Bin 0 -> 904 bytes
 themes/HighContrast/icons/48x48/status/network-wireless-encrypted.png  |  Bin 0 -> 598 bytes
 .../icons/48x48/status/network-wireless-signal-excellent.png           |  Bin 0 -> 1043 bytes
 .../HighContrast/icons/48x48/status/network-wireless-signal-good.png   |  Bin 0 -> 1010 bytes
 .../HighContrast/icons/48x48/status/network-wireless-signal-none.png   |  Bin 0 -> 1068 bytes
 themes/HighContrast/icons/48x48/status/network-wireless-signal-ok.png  |  Bin 0 -> 947 bytes
 .../HighContrast/icons/48x48/status/network-wireless-signal-weak.png   |  Bin 0 -> 925 bytes
 themes/HighContrast/icons/48x48/status/non-starred.png                 |  Bin 0 -> 1395 bytes
 themes/HighContrast/icons/48x48/status/printer-error.png               |  Bin 0 -> 860 bytes
 themes/HighContrast/icons/48x48/status/printer-printing.png            |  Bin 0 -> 639 bytes
 themes/HighContrast/icons/48x48/status/printer-warning.png             |  Bin 0 -> 600 bytes
 themes/HighContrast/icons/48x48/status/security-high.png               |  Bin 0 -> 722 bytes
 themes/HighContrast/icons/48x48/status/security-low.png                |  Bin 0 -> 722 bytes
 themes/HighContrast/icons/48x48/status/security-medium.png             |  Bin 0 -> 722 bytes
 themes/HighContrast/icons/48x48/status/software-update-available.png   |  Bin 0 -> 1116 bytes
 themes/HighContrast/icons/48x48/status/software-update-urgent.png      |  Bin 0 -> 1089 bytes
 themes/HighContrast/icons/48x48/status/starred.png                     |  Bin 0 -> 980 bytes
 themes/HighContrast/icons/48x48/status/task-due.png                    |  Bin 0 -> 741 bytes
 themes/HighContrast/icons/48x48/status/task-past-due.png               |  Bin 0 -> 852 bytes
 themes/HighContrast/icons/48x48/status/touchpad-disabled.png           |  Bin 0 -> 837 bytes
 themes/HighContrast/icons/48x48/status/user-available.png              |  Bin 0 -> 699 bytes
 themes/HighContrast/icons/48x48/status/user-away.png                   |  Bin 0 -> 728 bytes
 themes/HighContrast/icons/48x48/status/user-busy.png                   |  Bin 0 -> 704 bytes
 themes/HighContrast/icons/48x48/status/user-idle.png                   |  Bin 0 -> 874 bytes
 themes/HighContrast/icons/48x48/status/user-invisible.png              |  Bin 0 -> 956 bytes
 themes/HighContrast/icons/48x48/status/user-offline.png                |  Bin 0 -> 777 bytes
 themes/HighContrast/icons/48x48/status/weather-clear-night.png         |  Bin 0 -> 1332 bytes
 themes/HighContrast/icons/48x48/status/weather-clear.png               |  Bin 0 -> 1041 bytes
 themes/HighContrast/icons/48x48/status/weather-few-clouds-night.png    |  Bin 0 -> 1564 bytes
 themes/HighContrast/icons/48x48/status/weather-few-clouds.png          |  Bin 0 -> 1276 bytes
 themes/HighContrast/icons/48x48/status/weather-fog.png                 |  Bin 0 -> 1201 bytes
 themes/HighContrast/icons/48x48/status/weather-overcast.png            |  Bin 0 -> 711 bytes
 themes/HighContrast/icons/48x48/status/weather-severe-alert.png        |  Bin 0 -> 894 bytes
 themes/HighContrast/icons/48x48/status/weather-showers-scattered.png   |  Bin 0 -> 1317 bytes
 themes/HighContrast/icons/48x48/status/weather-showers.png             |  Bin 0 -> 1468 bytes
 themes/HighContrast/icons/48x48/status/weather-snow.png                |  Bin 0 -> 1547 bytes
 themes/HighContrast/icons/48x48/status/weather-storm.png               |  Bin 0 -> 1236 bytes
 1638 files changed, 0 insertions(+), 0 deletions(-)

commit e0841e2cb5abb0076468c98e8fd16ffc0a43404a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 15 14:39:26 2012 -0400

    HighContrast: add infrastructure to create the icon theme from symbolic
    
    Add infrastructure so that we can create automatically a high contrast
    icon theme from gnome-icon-theme-symbolic.
    The icon is recolored and then the stroke necessary for high contrast is
    applied; a create-highcontrast utility is introduced, which generates
    both the PNG icon files in all sizes and the Makefile.

 configure.ac                                       |   28 +-
 themes/HighContrast/Makefile-icons.am              | 1980 ++++++++++++++++++++
 themes/HighContrast/Makefile.am                    |    9 +-
 themes/HighContrast/create-highcontrast.c          |  381 ++++
 themes/HighContrast/create-makefiles.sh            |    8 +
 themes/HighContrast/icons/48x48/Makefile.am        |    4 -
 .../icons/48x48/animations/Makefile.am             |   17 -
 themes/HighContrast/icons/48x48/stock/Makefile.am  |   32 -
 themes/HighContrast/icons/Makefile.am              |  102 +-
 themes/HighContrast/icons/index.theme              |  143 --
 themes/HighContrast/icons/index.theme.in           |    7 +
 .../icons/scalable/actions-extra/Makefile.am       |   12 -
 .../icons/scalable/actions/Makefile.am             |  126 --
 .../icons/scalable/apps-extra/Makefile.am          |   28 -
 .../HighContrast/icons/scalable/apps/Makefile.am   |   38 -
 .../icons/scalable/categories-extra/Makefile.am    |   10 -
 .../icons/scalable/categories/Makefile.am          |   38 -
 .../icons/scalable/devices-extra/Makefile.am       |   11 -
 .../icons/scalable/devices-extra/media-flash.svg   |  148 --
 .../icons/scalable/devices/Makefile.am             |   46 -
 .../icons/scalable/emblems-extra/Makefile.am       |   10 -
 .../icons/scalable/emblems/Makefile.am             |   32 -
 .../icons/scalable/emotes-extra/Makefile.am        |   10 -
 .../HighContrast/icons/scalable/emotes/Makefile.am |   40 -
 .../icons/scalable/mimetypes-extra/Makefile.am     |   10 -
 .../icons/scalable/mimetypes/Makefile.am           |   34 -
 .../icons/scalable/places-extra/Makefile.am        |   14 -
 .../HighContrast/icons/scalable/places/Makefile.am |   21 -
 .../icons/scalable/status-extra/Makefile.am        |   14 -
 .../HighContrast/icons/scalable/status/Makefile.am |   78 -
 themes/HighContrast/index.theme.in                 |    2 +-
 31 files changed, 2490 insertions(+), 943 deletions(-)

commit ca61a44abc82cf674b7ae33fffb990112d659afe
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Mon Mar 12 23:00:49 2012 +0100

    Style "not-found" search entry

 themes/Adwaita/gtk-3.0/gnome-applications.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit 3c6e00d23c32600589c5258b10502978cd2f03da
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 12 11:43:10 2012 -0400

    treeview: fix GtkTreeView separators colors on hover/backdrop
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671848

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

commit 00e8c72168cdd95a64841f4986f3e1f5d92f6d47
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 8 15:08:34 2012 -0500

    widgets: add alternative versions of insensitive radio/check assets
    
    For both the dark and light theme.

 themes/Adwaita/gtk-3.0/assets.svg                  |  671 ++++++++++++++++++--
 themes/Adwaita/gtk-3.0/assets.txt                  |   12 +
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   12 +
 .../checkbox-checked-insensitive-alt-dark.png      |  Bin 0 -> 414 bytes
 .../assets/checkbox-checked-insensitive-alt.png    |  Bin 0 -> 507 bytes
 .../assets/checkbox-mixed-insensitive-alt-dark.png |  Bin 0 -> 255 bytes
 .../assets/checkbox-mixed-insensitive-alt.png      |  Bin 0 -> 356 bytes
 .../checkbox-unchecked-insensitive-alt-dark.png    |  Bin 0 -> 230 bytes
 .../assets/checkbox-unchecked-insensitive-alt.png  |  Bin 0 -> 331 bytes
 .../assets/radio-checked-insensitive-alt-dark.png  |  Bin 0 -> 387 bytes
 .../assets/radio-checked-insensitive-alt.png       |  Bin 0 -> 504 bytes
 .../assets/radio-mixed-insensitive-alt-dark.png    |  Bin 0 -> 373 bytes
 .../gtk-3.0/assets/radio-mixed-insensitive-alt.png |  Bin 0 -> 463 bytes
 .../radio-unchecked-insensitive-alt-dark.png       |  Bin 0 -> 351 bytes
 .../assets/radio-unchecked-insensitive-alt.png     |  Bin 0 -> 439 bytes
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   75 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   75 ++-
 themes/Adwaita/gtk-3.0/gtk.gresource.xml           |   14 +-
 18 files changed, 741 insertions(+), 118 deletions(-)

commit edcbb8426a2ed139cc2a2f9354a55bba6c8a73b6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 8 09:34:55 2012 -0500

    widgets: fix dim-label style class for treeview rows
    
    As used by gnome-documents.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit c78ad29290b13e7b12464a4e6769cf56dd4748ef
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 7 19:41:12 2012 -0500

    nautilus: fix NautilusQueryEditor button border colors

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

commit 4f86d725c24464e06b42686a868cd43a8464f8c1
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Mar 7 11:38:04 2012 -0500

    floating-bar: don't make these yellow

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   34 +++++++++++++++++++++++++++++---
 1 file changed, 31 insertions(+), 3 deletions(-)

commit ba3a071ffdd63a3886707823f1ba3285620bf1fd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 6 18:22:55 2012 -0500

    expander: set a 2px border radius for expanders in rows
    
    Otherwise it will get the view default, which is zero.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit b0946faae233f97af7a1f8900fb4854ba43aec38
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 6 18:07:19 2012 -0500

    widgets: fix shadows on active+insensitive toolbar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 0507ed9f23a382beac97d59ea39ac861d3db2a25
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 5 17:26:30 2012 -0500

    release: prepare for 3.3.91

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 1a6cf400ce759c5a38f327c5ee3060851e11f11e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 5 10:36:52 2012 -0500

    documents: add CSS for the Documents notification

 themes/Adwaita/gtk-3.0/gnome-applications.css |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 59682a6dae7d77ea14fbc1702d78d0ee0126f063
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 2 09:52:05 2012 -0500

    documents: add an asset for the DnD icon counter

 themes/Adwaita/gtk-3.0/assets/Makefile.am     |    1 +
 themes/Adwaita/gtk-3.0/assets/dnd-counter.svg |  183 +++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gnome-applications.css |    8 ++
 themes/Adwaita/gtk-3.0/gtk.gresource.xml      |    1 +
 4 files changed, 193 insertions(+)

commit 237c25d02a65ae3bfa4288f8712b8ab1143c1426
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 27 19:39:42 2012 -0500

    documents: theme selection checkboxes for icon view

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    2 +
 .../gtk-3.0/assets/grid-selection-checked.svg      |  237 +++++++++++++++++
 .../gtk-3.0/assets/grid-selection-unchecked.svg    |  278 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gnome-applications.css      |   14 +
 themes/Adwaita/gtk-3.0/gtk.gresource.xml           |    2 +
 5 files changed, 533 insertions(+)

commit ff5428d61bd9aa63861befd4e85e0d8dd066e0a4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 5 16:54:08 2012 -0500

    treeview: cleanup CSS a bit
    
    Merge some selectors.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   46 +++++++++++++++-----------------
 1 file changed, 21 insertions(+), 25 deletions(-)

commit 134a7d1c48dce8a8c4282a23bc6bd7ccce882afb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 5 16:52:44 2012 -0500

    views: set insensitive tints on insensitive views
    
    As pointed out by Paolo Borelli.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 +++++++
 1 file changed, 7 insertions(+)

commit b664e70ca3c45917a22e604273695f92c5be67df
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 5 16:41:40 2012 -0500

    widgets: cleanup some commented CSS

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 --------
 1 file changed, 8 deletions(-)

commit 1e389a78cffbb501bcc66f1f253600ac76a6048b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 1 22:58:39 2012 -0500

    documents: add a missing selector

 themes/Adwaita/gtk-3.0/gnome-applications.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 248feda9bb2874eacb220eea599fe723904c178c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 1 17:48:13 2012 -0500

    dim-label: focused dim labels should not be white
    
    Only when there's a selection, otherwise the text becomes unreadable.

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

commit 12f3dfce331ad8ac4ccae00d45b05f43eda2947f
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Mar 1 17:48:12 2012 +0100

    Widgets: spinner animation.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 1db056ff5ee83c5a1853a0ae1e0409950119c20d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Feb 29 23:34:04 2012 +0100

    Widgets: theme the junction between scrollbars.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit e404a9f7da9951fd7c5cfa329c536ad5e8840d9e
Author: Bahodir Mansurov <6ahodir@gmail.com>
Date:   Tue Feb 28 15:48:41 2012 -0500

    Adding Uzbek@cyrillic translation

 po/LINGUAS        |    1 +
 po/uz@cyrillic.po |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

commit e50bffa3ced85d6fa2a36f4c321441eef3f2f74d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Feb 28 18:42:06 2012 +0100

    Widgets: made text more readable on infobars, using white on
             error and question and black on info and warning.
             Closes #647288.

 themes/Adwaita/gtk-3.0/gtk-main-dark.css |   12 ++++++++----
 themes/Adwaita/gtk-3.0/gtk-main.css      |   12 ++++++++----
 themes/Adwaita/gtk-3.0/gtk-widgets.css   |   19 ++++++++++++++-----
 3 files changed, 30 insertions(+), 13 deletions(-)

commit f196a145baa50f26ad0650bd59fa7f2b978384b9
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Wed Feb 22 23:26:58 2012 +0100

    Remove gedit .sidepane styling.
    
    Gedit sidepane styling rework punted to the 3.6

 themes/Adwaita/gtk-3.0/gnome-applications.css |   28 ++++++++++++++-----------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit 66d27ec33d3c349b180de9aee08f6dbf05d13f06
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Feb 22 11:39:51 2012 +0100

    Widgets: colorchooser styling for the dark variation.

 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   58 ++++++++++++++++++++
 1 file changed, 58 insertions(+)

commit e7786632ca3ec2b6c2bdc6aa08b4841d9bc7ecd8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Feb 22 01:01:55 2012 +0100

    release: prepare for 3.3.90.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit e9457875f228d02c7e857ec3df17ed35df104378
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Feb 22 00:55:50 2012 +0100

    a11y-base: add color/background-color for gnome-terminal
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670472

 themes/a11y-base.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 75b08bb2695227553fa24530dda9d9d1fbe654cc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 21 23:34:45 2012 +0100

    view: ensure selected treeview rows always get a selected bg
    
    This fixes e.g. rows not being correctly selected in gnome-documents.

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

commit b23be7625e322843fe7034bc1917bad060d98ffb
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Feb 21 19:20:06 2012 +0100

    Widgets: themed hover state for color swatches.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   62 +++++++++++++++++++++++---------
 1 file changed, 46 insertions(+), 16 deletions(-)

commit d359adee5cba395f2bc77b9e7be5fb8770470426
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Feb 21 18:08:29 2012 +0100

    Widgets: same treatment with borders to gtk-widgets-borders-dark.css

 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   21 +++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit 9b62c22bf2ccaeb7088044f414d98e7d89960ae9
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Feb 21 17:55:46 2012 +0100

    Widgets: explicitelly set border-style: solid and border-color: transparent
             on all border-image selectord in gtk-widges-borders.css to
             avoid accidental collapsing...

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |   26 ++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

commit 2f6edec44fac2b4a711dab4e0c158ec2a49388d6
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Feb 21 14:15:23 2012 +0100

    Widgets: set correct borders on primary toolbars combobox-entry in
             backdrop state.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css |    3 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css      |    2 ++
 2 files changed, 5 insertions(+)

commit 6903153cf9c3e9115c42b925d0305322b1189718
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Feb 21 14:06:16 2012 +0100

    Widgets: set the correct border to focused combobox-entry buttons
             on primary toolbars.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    1 +
 1 file changed, 1 insertion(+)

commit 6fba9f0af7ea7665004cfc9109d2d66db22b3b26
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Feb 20 23:30:09 2012 +0100

    Widgets: style .floating-bar in gtk-widgets.css istead of
             NautilusFloatingBar in gnome-applications.css.

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

commit edef207e416256f032b31722835cc894c2da364f
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Feb 20 18:08:49 2012 +0100

    Widgets: explicitelly set a text shadow to .toolbar .raised .button *:active
             which fixes nautilus search button.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 2d8d89b1238834d4980805545cd7c5d9c2030ff5
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Feb 20 17:55:57 2012 +0100

    Widgets: colorchooser: backdrop state style added, some add buttons
             tweaks.

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

commit 57ec8d3e378b705ba3dbbc29d880b56ac6762e92
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 20 15:59:49 2012 +0100

    release: prepare for 3.3.90

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 6f70bf774408736551f6ff0dec53707ce39293c8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 20 15:59:17 2012 +0100

    build: add HighContrast/HighContrastInverse gresources to CLEANFILES

 themes/HighContrast/gtk-3.0/Makefile.am        |    3 +++
 themes/HighContrastInverse/gtk-3.0/Makefile.am |    3 +++
 2 files changed, 6 insertions(+)

commit 1d4fe1ace9d39883e783647825ec1813f2efe699
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 20 13:49:45 2012 +0100

    color-chooser: improve theming for the "Add" button

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 5e9cbe8380b5b2e20557dc14625884d44b4f1742
Author: Alexander Larsson <alexl@redhat.com>
Date:   Mon Feb 20 12:17:19 2012 +0100

    Don't have padding inside GtkViewport
    
    This fixes an issue in Gnome Contacts, and is also similar to the
    no padding we have in scrolled window.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit e11db55e04efe4fb270c5e56c2dd9bc333d8cd76
Author: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Date:   Mon Feb 20 16:07:47 2012 +0530

    Malayalam translation by Anish A

 po/LINGUAS |    1 +
 po/ml.po   |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 2b9548785519e1f2ddaabcc3b750d5532f1d8d3a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Feb 18 19:40:06 2012 +0100

    Widgets: unneeded custom styling for nautilus search button;
             fixed backdrop primary toolbar raised buttons hover state.

 themes/Adwaita/gtk-3.0/gnome-applications.css      |    4 ----
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    3 ++-
 2 files changed, 2 insertions(+), 5 deletions(-)

commit 07667cf61c7a95ea965e4914f77bb4f56333c7d0
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Feb 18 19:33:08 2012 +0100

    Widgets: colorchooser: selected colors badge styling.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit a75b510c8fd02670d3433b75d041e4a740aa035d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Feb 18 19:20:05 2012 +0100

    Widgets: colorchooser, remove the dropshadow and style the + button.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 +++++++++
 1 file changed, 9 insertions(+)

commit b648b6d49f8b840b7e27fa7c7e643c1c04bbbb01
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Feb 18 18:59:09 2012 +0100

    Widgets: add back erroneously delete unfocused_borders color definition.

 themes/Adwaita/gtk-3.0/gtk-main.css |    1 +
 1 file changed, 1 insertion(+)

commit 9a1d78c1fd1c09450c45afb3a5caf79c3fc4d088
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Feb 18 15:26:10 2012 +0100

    Window decorations: made the dark variation window title look
                        carved as in the standard version.
    
                        Use widget theme text color for backdrop window
                        title.

 themes/Adwaita/gtk-3.0/gnome-applications.css  |    4 ----
 themes/Adwaita/gtk-3.0/gtk-main-dark.css       |    7 +++++--
 themes/Adwaita/gtk-3.0/gtk-main.css            |    4 +++-
 themes/Adwaita/metacity-1/metacity-theme-3.xml |   20 +++++++++++++++-----
 4 files changed, 23 insertions(+), 12 deletions(-)

commit 6c689be907702968a9d24cb4fac2bac979f38bbb
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 17 18:25:12 2012 +0100

    Widgets: remove an old leftover css file.

 themes/Adwaita/gtk-3.0/gtk-backgrounds.css |   70 ----------------------------
 1 file changed, 70 deletions(-)

commit 26273a80ad8de452f86fc31a81eb3aede5dc3e40
Merge: 6b1e513 951f576
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 17 17:06:33 2012 +0100

    Widgets: more color chooser tweakings.

commit 6b1e5131a109a0ec24314967beac19bed1581c7a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 17 16:52:39 2012 +0100

    Widgets: new color chooser style love.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit 951f57611122fc3769e4b5d67d35426858f10f3a
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Feb 16 15:44:41 2012 +0100

    Add explicit colors for active, focus and selected GucharmapChartable
    
    This makes gucharmap's find dialog a bit more useful by highlighting the found
    character on the backgrounded main application window.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 95497264f5eac71b1a0207ccf2ad561f3d3587a1
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 17 16:22:58 2012 +0100

    Widgets: make insensitive primary toolbar buttons text visible in
             backdrop windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ----
 1 file changed, 4 deletions(-)

commit 9ac6b8bb96834a34e544d232ae659e102f1b7f58
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 17 13:22:03 2012 +0100

    Widgets: lighten up dark backgrounds on backdrop windows.

 themes/Adwaita/gtk-3.0/gtk-main.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 79685dcec85a826dfa6bc26612bbf6493cfccc47
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 17 11:58:54 2012 +0100

    Widgets: tweak scale sliders for the dark variation.

 themes/Adwaita/gtk-3.0/assets.svg                  |  196 ++++++++------------
 .../gtk-3.0/assets/scale-slider-down-dark.png      |  Bin 674 -> 662 bytes
 .../gtk-3.0/assets/scale-slider-horz-dark.png      |  Bin 558 -> 583 bytes
 .../gtk-3.0/assets/scale-slider-left-dark.png      |  Bin 667 -> 640 bytes
 .../gtk-3.0/assets/scale-slider-right-dark.png     |  Bin 685 -> 675 bytes
 .../gtk-3.0/assets/scale-slider-up-dark.png        |  Bin 652 -> 656 bytes
 .../gtk-3.0/assets/scale-slider-vert-dark.png      |  Bin 565 -> 589 bytes
 7 files changed, 73 insertions(+), 123 deletions(-)

commit 7093277e98bbb0c1a7f89a2d6cf9083c0fcda42a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Feb 16 12:39:12 2012 +0100

    Widgets: removed a test leftover slipped in the css.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 -------
 1 file changed, 7 deletions(-)

commit b4192491eb6191d3d50011acb591dc6cb0b3e645
Author: Rico Tzschichholz <ricotz@t-online.de>
Date:   Wed Feb 15 22:28:33 2012 +0100

    build: Fix make dist while refreshing EXTRA_DIST for Adwaita/gtk-3.0/assets

 themes/Adwaita/gtk-3.0/assets/Makefile.am |  170 +++++++++++++++--------------
 1 file changed, 89 insertions(+), 81 deletions(-)

commit 4c8e17a05cc06d3dd726709aa46a5278cd4ec654
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Feb 15 14:43:52 2012 +0100

    Widgets: all sliders assets added to assets.svg and converted to png.

 themes/Adwaita/gtk-3.0/assets.svg                  | 4587 +++++++++++++-------
 themes/Adwaita/gtk-3.0/assets.txt                  |   33 +
 .../assets/scale-slider-down-backdrop-dark.png     |  Bin 0 -> 495 bytes
 ...scale-slider-down-backdrop-insensitive-dark.png |  Bin 0 -> 480 bytes
 .../scale-slider-down-backdrop-insensitive.png     |  Bin 0 -> 487 bytes
 .../gtk-3.0/assets/scale-slider-down-backdrop.png  |  Bin 0 -> 499 bytes
 .../gtk-3.0/assets/scale-slider-down-dark.png      |  Bin 0 -> 674 bytes
 .../assets/scale-slider-down-insensitive-dark.png  |  Bin 0 -> 474 bytes
 .../assets/scale-slider-down-insensitive.png       |  Bin 0 -> 514 bytes
 .../Adwaita/gtk-3.0/assets/scale-slider-down.png   |  Bin 0 -> 628 bytes
 .../assets/scale-slider-left-backdrop-dark.png     |  Bin 0 -> 492 bytes
 ...scale-slider-left-backdrop-insensitive-dark.png |  Bin 0 -> 477 bytes
 .../scale-slider-left-backdrop-insensitive.png     |  Bin 0 -> 484 bytes
 .../gtk-3.0/assets/scale-slider-left-backdrop.png  |  Bin 0 -> 495 bytes
 .../gtk-3.0/assets/scale-slider-left-dark.png      |  Bin 0 -> 667 bytes
 .../assets/scale-slider-left-insensitive-dark.png  |  Bin 0 -> 471 bytes
 .../assets/scale-slider-left-insensitive.png       |  Bin 0 -> 502 bytes
 .../Adwaita/gtk-3.0/assets/scale-slider-left.png   |  Bin 0 -> 674 bytes
 .../scale-slider-marks-above-horizontal-dark.svg   |  186 -
 ...der-marks-above-horizontal-insensitive-dark.svg |  234 -
 ...arks-above-horizontal-insensitive-unfocused.svg |  234 -
 ...e-slider-marks-above-horizontal-insensitive.svg |  234 -
 ...ale-slider-marks-above-horizontal-unfocused.svg |  234 -
 .../assets/scale-slider-marks-above-horizontal.svg |  254 --
 .../scale-slider-marks-above-vertical-dark.svg     |  221 -
 ...lider-marks-above-vertical-insensitive-dark.svg |  234 -
 ...-marks-above-vertical-insensitive-unfocused.svg |  234 -
 ...ale-slider-marks-above-vertical-insensitive.svg |  234 -
 ...scale-slider-marks-above-vertical-unfocused.svg |  234 -
 .../assets/scale-slider-marks-above-vertical.svg   |  254 --
 .../scale-slider-marks-below-horizontal-dark.svg   |  187 -
 ...der-marks-below-horizontal-insensitive-dark.svg |  171 -
 ...arks-below-horizontal-insensitive-unfocused.svg |  234 -
 ...e-slider-marks-below-horizontal-insensitive.svg |  171 -
 ...ale-slider-marks-below-horizontal-unfocused.svg |  234 -
 .../assets/scale-slider-marks-below-horizontal.svg |  191 -
 .../scale-slider-marks-below-vertical-dark.svg     |  191 -
 ...lider-marks-below-vertical-insensitive-dark.svg |  214 -
 ...-marks-below-vertical-insensitive-unfocused.svg |  234 -
 ...ale-slider-marks-below-vertical-insensitive.svg |  214 -
 ...scale-slider-marks-below-vertical-unfocused.svg |  234 -
 .../assets/scale-slider-marks-below-vertical.svg   |  234 -
 .../assets/scale-slider-right-backdrop-dark.png    |  Bin 0 -> 488 bytes
 ...cale-slider-right-backdrop-insensitive-dark.png |  Bin 0 -> 472 bytes
 .../scale-slider-right-backdrop-insensitive.png    |  Bin 0 -> 479 bytes
 .../gtk-3.0/assets/scale-slider-right-backdrop.png |  Bin 0 -> 492 bytes
 .../gtk-3.0/assets/scale-slider-right-dark.png     |  Bin 0 -> 685 bytes
 .../assets/scale-slider-right-insensitive-dark.png |  Bin 0 -> 470 bytes
 .../assets/scale-slider-right-insensitive.png      |  Bin 0 -> 499 bytes
 .../Adwaita/gtk-3.0/assets/scale-slider-right.png  |  Bin 0 -> 674 bytes
 .../assets/scale-slider-up-backdrop-dark.png       |  Bin 0 -> 493 bytes
 .../scale-slider-up-backdrop-insensitive-dark.png  |  Bin 0 -> 479 bytes
 .../scale-slider-up-backdrop-insensitive.png       |  Bin 0 -> 486 bytes
 .../gtk-3.0/assets/scale-slider-up-backdrop.png    |  Bin 0 -> 497 bytes
 .../gtk-3.0/assets/scale-slider-up-dark.png        |  Bin 0 -> 652 bytes
 .../assets/scale-slider-up-insensitive-dark.png    |  Bin 0 -> 474 bytes
 .../gtk-3.0/assets/scale-slider-up-insensitive.png |  Bin 0 -> 504 bytes
 themes/Adwaita/gtk-3.0/assets/scale-slider-up.png  |  Bin 0 -> 609 bytes
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   53 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   56 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    7 +
 themes/Adwaita/gtk-3.0/gtk.gresource.xml           |   56 +-
 62 files changed, 3162 insertions(+), 6926 deletions(-)

commit cc8cd2154c5d71dbdb2d7b4ca441c08623af462d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 14 16:52:15 2012 -0500

    a11y-base: set a 1px border on color swatches

 themes/a11y-base.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit 865d38feecb1235b7f8d37d1b9ae06a6c18ad617
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Feb 9 15:38:14 2012 -0500

    tooltips: add variations of our border assets for elements in tooltips
    
    This still needs some help from Lapo to make it look top-notch.

 themes/Adwaita/gtk-3.0/borders/Makefile.am         |    6 +-
 .../borders/tooltip-generic-border-dark.svg        |  129 ++++++++++++++++++++
 .../tooltip-generic-border-focused-dark.svg        |   77 ++++++++++++
 .../borders/tooltip-generic-border-focused.svg     |   94 ++++++++++++++
 .../gtk-3.0/borders/tooltip-generic-border.svg     |  100 +++++++++++++++
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   14 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   14 +++
 themes/Adwaita/gtk-3.0/gtk.gresource.xml           |    4 +
 8 files changed, 437 insertions(+), 1 deletion(-)

commit 359d08024a22ffda4de38527d80e1463cd77fe10
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Feb 9 11:47:29 2012 -0500

    Adapt to :selected changes from the wip/colorchooser-v2 GTK branch

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

commit b429258ca2b0378ffb5d1fb147c389fea0b8b2b0
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Feb 8 18:11:46 2012 -0500

    colorchooser: initial styling for GtkColorChooser

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   53 ++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

commit 61ce494cf3e4f94cbaec7fa10e772e66ac8d8828
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 14 16:48:42 2012 -0500

    a11y-base: don't set a default border on buttons

 themes/a11y-base.css |    1 +
 1 file changed, 1 insertion(+)

commit 9b1c0ec3421b185a03c09f3c00d8d2e87c9c5e2a
Author: Alexander Larsson <alexl@redhat.com>
Date:   Tue Feb 14 11:16:52 2012 +0100

    No padding for contacts "square" buttons
    
    Image frames were looking ass with different horizontal and vertical
    padding.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    4 ++++
 1 file changed, 4 insertions(+)

commit a242d92170eb04257e660d81384644dd120a013f
Author: Alexander Larsson <alexl@redhat.com>
Date:   Tue Feb 14 09:05:15 2012 +0100

    Fix contacts sidebar background
    
    The default .sidebar .view was overriding the contacts custom one

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

commit ec641c1bf9cc4521345e9c9708e412e5df7d41fa
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 13 22:52:34 2012 -0500

    treeview: theme the dnd frame of GtkTreeview
    
    Now that GTK supports it.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 +++++++
 1 file changed, 7 insertions(+)

commit b6e51b7cd2a9e89a838f5d44bd4e039d31de5f45
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 13 22:12:13 2012 -0500

    treeview: set bright focus color only for selected:focused state
    
    Otherwise the bright focus is lost when the focused row is outside of
    the selection.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 35328d4c0cdbdf96b5c9cc6d0ed84acada46db7a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 13 21:34:04 2012 -0500

    nautilus: set a different selection color for inactive pane cells

 themes/Adwaita/gtk-3.0/gnome-applications.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 2325f474e18a63e57700534df14e70474dda9585
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 13 09:23:49 2012 -0500

    expander: fix expander in selected:backdrop rows

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit bf472302eae6bb5a41dd18c650f4f084ea97ea0a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Feb 13 14:55:39 2012 +0100

    Widgets: some fixes wrt selected elements in backdrop state.

 themes/Adwaita/gtk-3.0/gtk-main.css    |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

commit a990939dd81498f78434b2d21bd8b8053184f245
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Feb 11 17:23:14 2012 -0500

    a11y-base: improve scrollbars, treeview and insensitive states
    
    Also, theme linked areas/inline-toolbars and infobars.

 themes/a11y-base.css |   67 +++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 58 insertions(+), 9 deletions(-)

commit 13d4659f198f1606bb9a8a796ebc6bc73125d857
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Feb 11 14:37:45 2012 -0500

    a11y-base: fix slider insensitive state colors

 themes/a11y-base.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 34fe255f63ef0bf54b1b7ea325d61ee5c76fe03c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 10 10:12:57 2012 -0500

    a11y-base: add a selector for the progressbar

 themes/a11y-base.css |    7 +++++++
 1 file changed, 7 insertions(+)

commit 6ab1f782d7edf165742e7c7030dba1737ce9277a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 10 10:09:36 2012 -0500

    a11y-base: remove a spurious line

 themes/a11y-base.css |    1 -
 1 file changed, 1 deletion(-)

commit 5c1200b4d762172eeb177fc0b52e67f1935f2e15
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 10 00:55:25 2012 -0500

    HighContrastInverse: use the HighContrast layout
    
    Just define different colors.

 themes/HighContrast/gtk-3.0/gtk.css                |   17 +++++
 themes/HighContrastInverse/gtk-3.0/Makefile.am     |   10 ++-
 themes/HighContrastInverse/gtk-3.0/gtk.css         |   79 +++-----------------
 .../HighContrastInverse/gtk-3.0/gtk.gresource.xml  |    6 ++
 themes/a11y-base.css                               |   14 +---
 5 files changed, 42 insertions(+), 84 deletions(-)

commit ba98b437bfa42db459ca7445226e63c48be1bdbb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 10 00:48:01 2012 -0500

    HighContrast: make the theme a GResource
    
    And split colors from the style definitions, so that we can make a
    HighContrastInverse easily now.

 themes/HighContrast/gtk-3.0/Makefile.am       |   10 +-
 themes/HighContrast/gtk-3.0/gtk.css           |  310 +------------------------
 themes/HighContrast/gtk-3.0/gtk.gresource.xml |    6 +
 themes/Makefile.am                            |    3 +
 themes/a11y-base.css                          |  305 ++++++++++++++++++++++++
 5 files changed, 328 insertions(+), 306 deletions(-)

commit 1c7dfce069efc5f54677b4021e5fd5233b0614e7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 10 00:16:21 2012 -0500

    HighContrast: rework high contast theme
    
    Make it as decent as the GTK2 theme. Inverse variant to follow.

 themes/HighContrast/gtk-3.0/gtk.css |  274 +++++++++++++++++++++++++++++++----
 1 file changed, 248 insertions(+), 26 deletions(-)

commit e2e1a99322a451f431b99272ef9a5a34118fcd6a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Feb 9 17:55:33 2012 +0100

    Widgets: background tabs gradient tweaks, for the bright version.

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

commit 039ec79e14a46b1dc487c8636dbd5849a8119390
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Feb 8 12:06:52 2012 -0500

    toolbars: more inline toolbar backdrop+insensitive fixes

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 89b153db672113d6983d297a5ecc9c8a33ce3da3
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Feb 8 17:48:47 2012 +0100

    Widgets: set correct borders to comboboxes on primary toolbars
             for backdrop windows.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css |    4 +++-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css      |    6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 45a6b2c00c87a88560695c18a069d05e14764c2c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Feb 8 16:12:03 2012 +0100

    Widgets: set correct borders to insensitive buttons on primary
             and inline toolbars for backdrop windows.

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

commit 7ed346443ca7f9db5e16a58bc45d771b199aae1f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Feb 8 09:45:32 2012 -0500

    entry: more fixes for entry backgrounds
    
    Since we had to add a background-color in .entry { } for compatibility
    with GtkStyle, we also have to specify background colors for additional
    states here.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit e4c83339fec2496a812bc1024e3aa25a03043776
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Feb 8 14:47:18 2012 +0100

    Widgets: entry color fixes.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b240d56f648165edbe9347ec7140eef0980e9ca3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 7 18:23:51 2012 -0500

    widgets: add a background-color definition in .entry { }
    
    The deprecated GtkStyle in GTK+ uses the background-color definition
    from the .entry { } selector to fill in text and base color values, so
    we must keep this if we want older applications (not ported to
    GtkStyleContext) to just work.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669499

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 319556426c44eed0e9eea759bc763b038419667f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 7 17:57:14 2012 -0500

    release: prepare for 3.3.5.1

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 970dcadeb8847b7792bfd6b3ab38d83651f1f6c7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 7 17:19:48 2012 -0500

    Revert "widgets: don't set background-color for all widgets"
    
    This breaks too many things to be done at this point.
    
    This reverts commit d93b6f3da922782ed56e36d42743b6c4366d7463.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2cfa5d9cc1e7e92cd88959729b106ad1caaf1c9e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Feb 7 22:17:51 2012 +0100

    Widgets: set color on selected elements, add back tab top treatment
             for backdrop state.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit d93b6f3da922782ed56e36d42743b6c4366d7463
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 7 12:30:17 2012 -0500

    widgets: don't set background-color for all widgets
    
    Widgets that want to have a different background will set it in their
    selector, and we can move this universal selector to GtkWindow itself.
    This also has the nice side-effect of fixing the background of some
    applications such as Gucharmap and Evolution.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669499

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 744d4ddc2fe87698e59ce200f1a8dbd9aeeb0e96
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 7 12:04:10 2012 -0500

    notebook: make sure to reset to zero tab borders for gedit and ephy
    
    Since we override the notebook border for those applications, we also
    make sure to reset to zero the notebook tab region border, or we get bad
    drawing artifacts.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    9 +++++++++
 1 file changed, 9 insertions(+)

commit 94edf3a4caad6f9150333deec6218922bc22b061
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 6 19:48:16 2012 -0500

    release: prepare for 3.3.5

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

commit 3d3a07f3556ca62ca217361920b92803540636e9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 6 19:56:21 2012 -0500

    build: add gtk.gresource to CLEANFILES
    
    Fix distcheck

 themes/Adwaita/gtk-3.0/Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

commit affaa38a1cc2c3e4b7e6d108a21f8ae9fba7ef32
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 6 19:47:55 2012 -0500

    build: bump GTK+ required version
    
    For GResource

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2958ca53e83482e32854c82b093aa764aecc08a8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Feb 4 00:20:50 2012 -0500

    engine: fix a leftover

 src/adwaita_engine.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 137f4ab1db7d97b01b025b269803886d39f84564
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Feb 4 00:18:31 2012 -0500

    engine: tab rendering code minor cleanups
    
    Now the shape code also respects the x coordinate.

 src/adwaita_engine.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit dede3982d966fdb56f49a0286e520e2afe16c7cb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 3 19:57:31 2012 -0500

    notebook: adapt to engine changes
    
    We can simplify the CSS a bit and use linear-gradient to draw the active
    tab highlight with pixel-precision.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   44 ++++++++++++--------------------
 1 file changed, 17 insertions(+), 27 deletions(-)

commit 75c739d60d02eb178b86dc193f61b2d0c52abf5c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 3 19:55:21 2012 -0500

    engine: redo notebook tab rendering
    
    Call into render_background() to render the tab background patter, but
    only after we clipped it to our custom tab shape.
    This allows us to get rid of a custom style property too.

 src/adwaita_engine.c |  151 +++++++++++++-------------------------------------
 1 file changed, 40 insertions(+), 111 deletions(-)

commit af43b250f235c2df6ecbe9ca6ceecf86e61af325
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 3 15:54:29 2012 -0500

    engine: simplify code
    
    We don't need to render a background ourselves here, since GTTK already
    does it for us. We just need to make sure we set background-color to
    transparent (we already do that) so that GTK won't override the asset.

 src/adwaita_engine.c |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit a4e68e764e0d400c0019ed5592730db171e1f8fc
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 3 19:38:24 2012 +0100

    Widgets: fixed insensitive slider border color on the dark variant.

 themes/Adwaita/gtk-3.0/assets.svg                                  |    4 ++--
 .../Adwaita/gtk-3.0/assets/scale-slider-horz-insensitive-dark.png  |  Bin 289 -> 289 bytes
 .../Adwaita/gtk-3.0/assets/scale-slider-vert-insensitive-dark.png  |  Bin 294 -> 294 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)

commit 3c713340b0a1bcfb565895de8e6b1dae3ecd9922
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 3 19:17:33 2012 +0100

    Widgets: remove drop shadow from tab close icon in backdrop state.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit abb0babf5bfd53f8c1d454f4c60347186df2136c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 3 19:15:53 2012 +0100

    Widgets: That's one small step for a man, one giant leap for mankind.
             Killed the resize-grip!

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

commit e30ab33577ac60d381223cffa202986cb0501f93
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 3 12:20:14 2012 -0500

    build: fix gresource list
    
    This was breaking the build after the recent GResource changes.

 themes/Adwaita/gtk-3.0/gtk.gresource.xml |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit 20dd201eae933a774bcdb3f3563dd2e6a7353401
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 3 17:54:45 2012 +0100

    Widgets: converted simple scale sliders to png, added missing
             dark variation assets.
    
             Make the rendering script generate just not existing stuff.

 themes/Adwaita/gtk-3.0/assets.svg                  |  776 ++++++++++++++++++--
 themes/Adwaita/gtk-3.0/assets.txt                  |   16 +
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   28 +-
 .../assets/scale-slider-horizontal-dark.svg        |  191 -----
 .../scale-slider-horizontal-insensitive-dark.svg   |  179 -----
 ...ale-slider-horizontal-insensitive-unfocused.svg |  174 -----
 .../assets/scale-slider-horizontal-insensitive.svg |  179 -----
 .../assets/scale-slider-horizontal-unfocused.svg   |  174 -----
 .../gtk-3.0/assets/scale-slider-horizontal.svg     |  132 ----
 .../assets/scale-slider-horz-backdrop-dark.png     |  Bin 0 -> 292 bytes
 ...scale-slider-horz-backdrop-insensitive-dark.png |  Bin 0 -> 289 bytes
 .../scale-slider-horz-backdrop-insensitive.png     |  Bin 0 -> 289 bytes
 .../gtk-3.0/assets/scale-slider-horz-backdrop.png  |  Bin 0 -> 292 bytes
 .../gtk-3.0/assets/scale-slider-horz-dark.png      |  Bin 0 -> 558 bytes
 .../assets/scale-slider-horz-insensitive-dark.png  |  Bin 0 -> 289 bytes
 .../assets/scale-slider-horz-insensitive.png       |  Bin 0 -> 295 bytes
 .../Adwaita/gtk-3.0/assets/scale-slider-horz.png   |  Bin 0 -> 578 bytes
 .../assets/scale-slider-vert-backdrop-dark.png     |  Bin 0 -> 297 bytes
 ...scale-slider-vert-backdrop-insensitive-dark.png |  Bin 0 -> 294 bytes
 .../scale-slider-vert-backdrop-insensitive.png     |  Bin 0 -> 294 bytes
 .../gtk-3.0/assets/scale-slider-vert-backdrop.png  |  Bin 0 -> 297 bytes
 .../gtk-3.0/assets/scale-slider-vert-dark.png      |  Bin 0 -> 565 bytes
 .../assets/scale-slider-vert-insensitive-dark.png  |  Bin 0 -> 294 bytes
 .../assets/scale-slider-vert-insensitive.png       |  Bin 0 -> 300 bytes
 .../Adwaita/gtk-3.0/assets/scale-slider-vert.png   |  Bin 0 -> 582 bytes
 .../gtk-3.0/assets/scale-slider-vertical-dark.svg  |  221 ------
 .../scale-slider-vertical-insensitive-dark.svg     |  158 ----
 ...scale-slider-vertical-insensitive-unfocused.svg |  112 ---
 .../assets/scale-slider-vertical-insensitive.svg   |  168 -----
 .../assets/scale-slider-vertical-unfocused.svg     |  112 ---
 .../gtk-3.0/assets/scale-slider-vertical.svg       |  132 ----
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   27 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   16 +-
 themes/Adwaita/gtk-3.0/render-assets.sh            |   13 +-
 34 files changed, 772 insertions(+), 2036 deletions(-)

commit 8302a8f04e0fd363ec807249237c96fdc55a63c5
Author: Alexander Larsson <alexl@redhat.com>
Date:   Fri Feb 3 16:42:39 2012 +0100

    Use the new resource file support in Gtk+

 configure.ac                               |    3 +
 themes/Adwaita/gtk-3.0/Makefile.am         |   16 +-
 themes/Adwaita/gtk-3.0/assets/Makefile.am  |    5 +-
 themes/Adwaita/gtk-3.0/borders/Makefile.am |    5 +-
 themes/Adwaita/gtk-3.0/gtk-dark.css        |  199 +------------------------
 themes/Adwaita/gtk-3.0/gtk-main-dark.css   |  198 +++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-main.css        |  218 +++++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css             |  219 +---------------------------
 themes/Adwaita/gtk-3.0/gtk.gresource.xml   |  147 +++++++++++++++++++
 9 files changed, 583 insertions(+), 427 deletions(-)

commit a61870df058b677f21f0429759ec1bc26fd0fa83
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 3 14:59:25 2012 +0100

    Widgets: add hover state to incosistent checks and radios
             on menu dropdowns.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 6299870a3977b19e985b90ef0ccd17bba00d5179
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 3 14:56:54 2012 +0100

    Widgets: fixed a pair of typos and actually install the new pngs...

 themes/Adwaita/gtk-3.0/assets/Makefile.am |   19 +++++++++----------
 themes/Adwaita/gtk-3.0/gtk-widgets.css    |    4 ++--
 2 files changed, 11 insertions(+), 12 deletions(-)

commit d45b0a1a7a137b3a76a44482cb9662c9658b00f1
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 3 14:52:10 2012 +0100

    Widgets: converted menuitem assets to png.
    
             Run optipng on all pngs and added it to the rendering
             script.

 themes/Adwaita/gtk-3.0/assets.svg                  |  674 ++++++++++++++------
 themes/Adwaita/gtk-3.0/assets.txt                  |    9 +
 .../gtk-3.0/assets/checkbox-checked-alt-dark.png   |  Bin 670 -> 660 bytes
 .../gtk-3.0/assets/checkbox-checked-alt.png        |  Bin 710 -> 697 bytes
 .../assets/checkbox-checked-backdrop-dark.png      |  Bin 573 -> 447 bytes
 .../checkbox-checked-backdrop-insensitive-dark.png |  Bin 537 -> 450 bytes
 .../checkbox-checked-backdrop-insensitive.png      |  Bin 525 -> 450 bytes
 .../gtk-3.0/assets/checkbox-checked-backdrop.png   |  Bin 583 -> 447 bytes
 .../assets/checkbox-checked-insensitive-dark.png   |  Bin 552 -> 453 bytes
 .../assets/checkbox-checked-insensitive.png        |  Bin 627 -> 550 bytes
 themes/Adwaita/gtk-3.0/assets/checkbox-checked.png |  Bin 738 -> 723 bytes
 .../gtk-3.0/assets/checkbox-mixed-alt-dark.png     |  Bin 447 -> 401 bytes
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-alt.png  |  Bin 497 -> 427 bytes
 .../assets/checkbox-mixed-backdrop-dark.png        |  Bin 352 -> 256 bytes
 .../checkbox-mixed-backdrop-insensitive-dark.png   |  Bin 329 -> 254 bytes
 .../assets/checkbox-mixed-backdrop-insensitive.png |  Bin 337 -> 254 bytes
 .../gtk-3.0/assets/checkbox-mixed-backdrop.png     |  Bin 350 -> 256 bytes
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.png |  Bin 482 -> 443 bytes
 .../assets/checkbox-mixed-insensitive-dark.png     |  Bin 378 -> 309 bytes
 .../gtk-3.0/assets/checkbox-mixed-insensitive.png  |  Bin 436 -> 378 bytes
 themes/Adwaita/gtk-3.0/assets/checkbox-mixed.png   |  Bin 539 -> 452 bytes
 .../gtk-3.0/assets/checkbox-unchecked-alt-dark.png |  Bin 357 -> 327 bytes
 .../gtk-3.0/assets/checkbox-unchecked-alt.png      |  Bin 411 -> 387 bytes
 .../assets/checkbox-unchecked-backdrop-dark.png    |  Bin 308 -> 230 bytes
 ...heckbox-unchecked-backdrop-insensitive-dark.png |  Bin 305 -> 227 bytes
 .../checkbox-unchecked-backdrop-insensitive.png    |  Bin 310 -> 227 bytes
 .../gtk-3.0/assets/checkbox-unchecked-backdrop.png |  Bin 310 -> 230 bytes
 .../gtk-3.0/assets/checkbox-unchecked-dark.png     |  Bin 399 -> 364 bytes
 .../assets/checkbox-unchecked-insensitive-dark.png |  Bin 346 -> 282 bytes
 .../assets/checkbox-unchecked-insensitive.png      |  Bin 401 -> 355 bytes
 .../Adwaita/gtk-3.0/assets/checkbox-unchecked.png  |  Bin 446 -> 408 bytes
 .../menuitem-checkbox-checked-insensitive.png      |  Bin 0 -> 390 bytes
 .../menuitem-checkbox-checked-insensitive.svg      |   63 --
 .../assets/menuitem-checkbox-checked-selected.png  |  Bin 0 -> 259 bytes
 .../assets/menuitem-checkbox-checked-selected.svg  |   63 --
 .../gtk-3.0/assets/menuitem-checkbox-checked.png   |  Bin 0 -> 398 bytes
 .../gtk-3.0/assets/menuitem-checkbox-checked.svg   |   63 --
 .../assets/menuitem-checkbox-mixed-insensitive.png |  Bin 0 -> 191 bytes
 .../assets/menuitem-checkbox-mixed-insensitive.svg |   66 --
 .../assets/menuitem-checkbox-mixed-selected.png    |  Bin 0 -> 175 bytes
 .../gtk-3.0/assets/menuitem-checkbox-mixed.png     |  Bin 0 -> 188 bytes
 .../gtk-3.0/assets/menuitem-checkbox-mixed.svg     |   66 --
 .../assets/menuitem-radio-checked-insensitive.png  |  Bin 0 -> 212 bytes
 .../assets/menuitem-radio-checked-insensitive.svg  |   67 --
 .../assets/menuitem-radio-checked-selected.png     |  Bin 0 -> 211 bytes
 .../assets/menuitem-radio-checked-selected.svg     |   67 --
 .../gtk-3.0/assets/menuitem-radio-checked.png      |  Bin 0 -> 211 bytes
 .../gtk-3.0/assets/menuitem-radio-checked.svg      |   67 --
 .../assets/menuitem-radio-mixed-insensitive.svg    |   66 --
 .../gtk-3.0/assets/menuitem-radio-mixed.svg        |   66 --
 .../gtk-3.0/assets/radio-checked-alt-dark.png      |  Bin 727 -> 703 bytes
 .../Adwaita/gtk-3.0/assets/radio-checked-alt.png   |  Bin 828 -> 693 bytes
 .../gtk-3.0/assets/radio-checked-backdrop-dark.png |  Bin 606 -> 395 bytes
 .../radio-checked-backdrop-insensitive-dark.png    |  Bin 569 -> 399 bytes
 .../assets/radio-checked-backdrop-insensitive.png  |  Bin 555 -> 405 bytes
 .../gtk-3.0/assets/radio-checked-backdrop.png      |  Bin 611 -> 397 bytes
 .../Adwaita/gtk-3.0/assets/radio-checked-dark.png  |  Bin 803 -> 743 bytes
 .../assets/radio-checked-insensitive-dark.png      |  Bin 650 -> 461 bytes
 .../gtk-3.0/assets/radio-checked-insensitive.png   |  Bin 732 -> 533 bytes
 themes/Adwaita/gtk-3.0/assets/radio-checked.png    |  Bin 870 -> 734 bytes
 .../gtk-3.0/assets/radio-mixed-alt-dark.png        |  Bin 628 -> 571 bytes
 themes/Adwaita/gtk-3.0/assets/radio-mixed-alt.png  |  Bin 713 -> 586 bytes
 .../gtk-3.0/assets/radio-mixed-backdrop-dark.png   |  Bin 526 -> 373 bytes
 .../radio-mixed-backdrop-insensitive-dark.png      |  Bin 496 -> 363 bytes
 .../assets/radio-mixed-backdrop-insensitive.png    |  Bin 485 -> 369 bytes
 .../gtk-3.0/assets/radio-mixed-backdrop.png        |  Bin 538 -> 373 bytes
 themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.png |  Bin 694 -> 615 bytes
 .../assets/radio-mixed-insensitive-dark.png        |  Bin 586 -> 445 bytes
 .../gtk-3.0/assets/radio-mixed-insensitive.png     |  Bin 654 -> 502 bytes
 themes/Adwaita/gtk-3.0/assets/radio-mixed.png      |  Bin 757 -> 619 bytes
 .../gtk-3.0/assets/radio-unchecked-alt-dark.png    |  Bin 541 -> 490 bytes
 .../Adwaita/gtk-3.0/assets/radio-unchecked-alt.png |  Bin 630 -> 537 bytes
 .../assets/radio-unchecked-backdrop-dark.png       |  Bin 486 -> 351 bytes
 .../radio-unchecked-backdrop-insensitive-dark.png  |  Bin 470 -> 340 bytes
 .../radio-unchecked-backdrop-insensitive.png       |  Bin 458 -> 345 bytes
 .../gtk-3.0/assets/radio-unchecked-backdrop.png    |  Bin 501 -> 351 bytes
 .../gtk-3.0/assets/radio-unchecked-dark.png        |  Bin 610 -> 534 bytes
 .../assets/radio-unchecked-insensitive-dark.png    |  Bin 568 -> 427 bytes
 .../gtk-3.0/assets/radio-unchecked-insensitive.png |  Bin 624 -> 481 bytes
 themes/Adwaita/gtk-3.0/assets/radio-unchecked.png  |  Bin 685 -> 580 bytes
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   29 +-
 themes/Adwaita/gtk-3.0/render-assets.sh            |   10 +-
 82 files changed, 503 insertions(+), 873 deletions(-)

commit 75014eae5eac5b07d355b522f50f2ab504833ecc
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Feb 2 23:53:08 2012 +0100

    Widgets: started using pngs as assets where possible.
    
    The current png assets are rendered from a single-sheet
    svg, using the (brutal) render-assets.sh script I made.

 themes/Adwaita/gtk-3.0/assets.svg                  | 2793 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/assets.txt                  |   60 +
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |  122 +-
 .../gtk-3.0/assets/checkbox-checked-alt-dark.png   |  Bin 0 -> 670 bytes
 .../gtk-3.0/assets/checkbox-checked-alt.png        |  Bin 0 -> 710 bytes
 .../assets/checkbox-checked-backdrop-dark.png      |  Bin 0 -> 573 bytes
 .../checkbox-checked-backdrop-insensitive-dark.png |  Bin 0 -> 537 bytes
 .../checkbox-checked-backdrop-insensitive.png      |  Bin 0 -> 525 bytes
 .../gtk-3.0/assets/checkbox-checked-backdrop.png   |  Bin 0 -> 583 bytes
 .../gtk-3.0/assets/checkbox-checked-dark.png       |  Bin 0 -> 698 bytes
 .../gtk-3.0/assets/checkbox-checked-dark.svg       |  323 ---
 .../assets/checkbox-checked-insensitive-dark.png   |  Bin 0 -> 552 bytes
 .../assets/checkbox-checked-insensitive-dark.svg   |  235 --
 .../checkbox-checked-insensitive-unfocused.svg     |   83 -
 .../assets/checkbox-checked-insensitive.png        |  Bin 0 -> 627 bytes
 .../assets/checkbox-checked-insensitive.svg        |  112 -
 .../gtk-3.0/assets/checkbox-checked-no-hilight.svg |  199 --
 .../gtk-3.0/assets/checkbox-checked-scalable.svg   |  191 --
 .../gtk-3.0/assets/checkbox-checked-unfocused.svg  |   83 -
 themes/Adwaita/gtk-3.0/assets/checkbox-checked.png |  Bin 0 -> 738 bytes
 themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg |  205 --
 .../checkbox-menuitem-checked-insensitive.svg      |   63 -
 .../assets/checkbox-menuitem-checked-selected.svg  |   63 -
 .../gtk-3.0/assets/checkbox-menuitem-checked.svg   |   63 -
 .../assets/checkbox-menuitem-mixed-insensitive.svg |   66 -
 .../gtk-3.0/assets/checkbox-menuitem-mixed.svg     |   66 -
 .../gtk-3.0/assets/checkbox-mixed-alt-dark.png     |  Bin 0 -> 447 bytes
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-alt.png  |  Bin 0 -> 497 bytes
 .../assets/checkbox-mixed-backdrop-dark.png        |  Bin 0 -> 352 bytes
 .../checkbox-mixed-backdrop-insensitive-dark.png   |  Bin 0 -> 329 bytes
 .../assets/checkbox-mixed-backdrop-insensitive.png |  Bin 0 -> 337 bytes
 .../gtk-3.0/assets/checkbox-mixed-backdrop.png     |  Bin 0 -> 350 bytes
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.png |  Bin 0 -> 482 bytes
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg |  283 --
 .../assets/checkbox-mixed-insensitive-dark.png     |  Bin 0 -> 378 bytes
 .../assets/checkbox-mixed-insensitive-dark.svg     |  238 --
 .../checkbox-mixed-insensitive-unfocused.svg       |   97 -
 .../gtk-3.0/assets/checkbox-mixed-insensitive.png  |  Bin 0 -> 436 bytes
 .../gtk-3.0/assets/checkbox-mixed-insensitive.svg  |  113 -
 .../gtk-3.0/assets/checkbox-mixed-no-hilight.svg   |  195 --
 .../gtk-3.0/assets/checkbox-mixed-unfocused.svg    |   86 -
 themes/Adwaita/gtk-3.0/assets/checkbox-mixed.png   |  Bin 0 -> 539 bytes
 themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg   |  201 --
 .../gtk-3.0/assets/checkbox-unchecked-alt-dark.png |  Bin 0 -> 357 bytes
 .../gtk-3.0/assets/checkbox-unchecked-alt.png      |  Bin 0 -> 411 bytes
 .../assets/checkbox-unchecked-backdrop-dark.png    |  Bin 0 -> 308 bytes
 ...heckbox-unchecked-backdrop-insensitive-dark.png |  Bin 0 -> 305 bytes
 .../checkbox-unchecked-backdrop-insensitive.png    |  Bin 0 -> 310 bytes
 .../gtk-3.0/assets/checkbox-unchecked-backdrop.png |  Bin 0 -> 310 bytes
 .../gtk-3.0/assets/checkbox-unchecked-dark.png     |  Bin 0 -> 399 bytes
 .../gtk-3.0/assets/checkbox-unchecked-dark.svg     |  246 --
 .../assets/checkbox-unchecked-insensitive-dark.png |  Bin 0 -> 346 bytes
 .../assets/checkbox-unchecked-insensitive-dark.svg |  208 --
 .../checkbox-unchecked-insensitive-unfocused.svg   |   76 -
 .../assets/checkbox-unchecked-insensitive.png      |  Bin 0 -> 401 bytes
 .../assets/checkbox-unchecked-insensitive.svg      |  105 -
 .../assets/checkbox-unchecked-no-hilight.svg       |  155 --
 .../assets/checkbox-unchecked-unfocused.svg        |   79 -
 .../Adwaita/gtk-3.0/assets/checkbox-unchecked.png  |  Bin 0 -> 446 bytes
 .../Adwaita/gtk-3.0/assets/checkbox-unchecked.svg  |  161 --
 .../menuitem-checkbox-checked-insensitive.svg      |   63 +
 .../assets/menuitem-checkbox-checked-selected.svg  |   63 +
 .../gtk-3.0/assets/menuitem-checkbox-checked.svg   |   63 +
 .../assets/menuitem-checkbox-mixed-insensitive.svg |   66 +
 .../gtk-3.0/assets/menuitem-checkbox-mixed.svg     |   66 +
 .../assets/menuitem-radio-checked-insensitive.svg  |   67 +
 .../assets/menuitem-radio-checked-selected.svg     |   67 +
 .../gtk-3.0/assets/menuitem-radio-checked.svg      |   67 +
 .../assets/menuitem-radio-mixed-insensitive.svg    |   66 +
 .../gtk-3.0/assets/menuitem-radio-mixed.svg        |   66 +
 .../gtk-3.0/assets/radio-checked-alt-dark.png      |  Bin 0 -> 727 bytes
 .../Adwaita/gtk-3.0/assets/radio-checked-alt.png   |  Bin 0 -> 828 bytes
 .../gtk-3.0/assets/radio-checked-backdrop-dark.png |  Bin 0 -> 606 bytes
 .../radio-checked-backdrop-insensitive-dark.png    |  Bin 0 -> 569 bytes
 .../assets/radio-checked-backdrop-insensitive.png  |  Bin 0 -> 555 bytes
 .../gtk-3.0/assets/radio-checked-backdrop.png      |  Bin 0 -> 611 bytes
 .../Adwaita/gtk-3.0/assets/radio-checked-dark.png  |  Bin 0 -> 803 bytes
 .../assets/radio-checked-insensitive-dark.png      |  Bin 0 -> 650 bytes
 .../gtk-3.0/assets/radio-checked-insensitive.png   |  Bin 0 -> 732 bytes
 themes/Adwaita/gtk-3.0/assets/radio-checked.png    |  Bin 0 -> 870 bytes
 .../assets/radio-menuitem-checked-insensitive.svg  |   67 -
 .../assets/radio-menuitem-checked-selected.svg     |   67 -
 .../gtk-3.0/assets/radio-menuitem-checked.svg      |   67 -
 .../assets/radio-menuitem-mixed-insensitive.svg    |   66 -
 .../gtk-3.0/assets/radio-menuitem-mixed.svg        |   66 -
 .../gtk-3.0/assets/radio-mixed-alt-dark.png        |  Bin 0 -> 628 bytes
 themes/Adwaita/gtk-3.0/assets/radio-mixed-alt.png  |  Bin 0 -> 713 bytes
 .../gtk-3.0/assets/radio-mixed-backdrop-dark.png   |  Bin 0 -> 526 bytes
 .../radio-mixed-backdrop-insensitive-dark.png      |  Bin 0 -> 496 bytes
 .../assets/radio-mixed-backdrop-insensitive.png    |  Bin 0 -> 485 bytes
 .../gtk-3.0/assets/radio-mixed-backdrop.png        |  Bin 0 -> 538 bytes
 themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.png |  Bin 0 -> 694 bytes
 themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg |  562 ----
 .../assets/radio-mixed-insensitive-dark.png        |  Bin 0 -> 586 bytes
 .../assets/radio-mixed-insensitive-dark.svg        |  242 --
 .../assets/radio-mixed-insensitive-unfocused.svg   |  115 -
 .../gtk-3.0/assets/radio-mixed-insensitive.png     |  Bin 0 -> 654 bytes
 .../gtk-3.0/assets/radio-mixed-insensitive.svg     |  120 -
 .../gtk-3.0/assets/radio-mixed-no-hilight.svg      |  195 --
 .../gtk-3.0/assets/radio-mixed-unfocused.svg       |  120 -
 themes/Adwaita/gtk-3.0/assets/radio-mixed.png      |  Bin 0 -> 757 bytes
 themes/Adwaita/gtk-3.0/assets/radio-mixed.svg      |  202 --
 .../Adwaita/gtk-3.0/assets/radio-selected-dark.svg |  536 ----
 .../assets/radio-selected-insensitive-dark.svg     |  243 --
 .../radio-selected-insensitive-unfocused.svg       |  116 -
 .../gtk-3.0/assets/radio-selected-insensitive.svg  |  121 -
 .../gtk-3.0/assets/radio-selected-no-hilight.svg   |  272 --
 .../gtk-3.0/assets/radio-selected-unfocused.svg    |  197 --
 themes/Adwaita/gtk-3.0/assets/radio-selected.svg   |  279 --
 .../gtk-3.0/assets/radio-unchecked-alt-dark.png    |  Bin 0 -> 541 bytes
 .../Adwaita/gtk-3.0/assets/radio-unchecked-alt.png |  Bin 0 -> 630 bytes
 .../assets/radio-unchecked-backdrop-dark.png       |  Bin 0 -> 486 bytes
 .../radio-unchecked-backdrop-insensitive-dark.png  |  Bin 0 -> 470 bytes
 .../radio-unchecked-backdrop-insensitive.png       |  Bin 0 -> 458 bytes
 .../gtk-3.0/assets/radio-unchecked-backdrop.png    |  Bin 0 -> 501 bytes
 .../gtk-3.0/assets/radio-unchecked-dark.png        |  Bin 0 -> 610 bytes
 .../assets/radio-unchecked-insensitive-dark.png    |  Bin 0 -> 568 bytes
 .../gtk-3.0/assets/radio-unchecked-insensitive.png |  Bin 0 -> 624 bytes
 themes/Adwaita/gtk-3.0/assets/radio-unchecked.png  |  Bin 0 -> 685 bytes
 .../gtk-3.0/assets/radio-unselected-dark.svg       |  506 ----
 .../assets/radio-unselected-insensitive-dark.svg   |  233 --
 .../radio-unselected-insensitive-unfocused.svg     |  106 -
 .../assets/radio-unselected-insensitive.svg        |  111 -
 .../gtk-3.0/assets/radio-unselected-no-hilight.svg |  154 --
 .../gtk-3.0/assets/radio-unselected-unfocused.svg  |   89 -
 themes/Adwaita/gtk-3.0/assets/radio-unselected.svg |  161 --
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |  144 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   60 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   20 +-
 themes/Adwaita/gtk-3.0/render-assets.sh            |    8 +
 130 files changed, 3738 insertions(+), 9131 deletions(-)

commit 7d50216c5474b38dd7de102524934526516a4a7f
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Feb 2 20:25:52 2012 +0100

    contacts: Update app css a bit

 themes/Adwaita/gtk-3.0/gnome-applications.css |    9 +++++++++
 1 file changed, 9 insertions(+)

commit 4ed51577959e221d84b1af824e896536f6ede7a6
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Feb 2 20:12:17 2012 +0100

    Remove now unused contacts style classes

 themes/Adwaita/gtk-3.0/gnome-applications.css |   22 ----------------------
 1 file changed, 22 deletions(-)

commit f80e2d81f8be7890a3d20046df2f9d9d49cb0e24
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Thu Feb 2 09:05:43 2012 +0100

    Fix sed errors introduced when adding "px".

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

commit 7923435170c6011a1694dda1d3cda41e075a64c1
Author: Benjamin Otte <otte@redhat.com>
Date:   Fri Jan 27 15:07:14 2012 +0100

    all: Make margin and padding properties use 'px'

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

commit 1d8cf06f94462c13d9bfdbf6fc82ceefda9e9380
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Jan 17 14:10:49 2012 -0500

    all: adapt to GTK wip/css changes
    
    We need to specify the unit of measure for border widths and radiuses.

 themes/Adwaita/gtk-3.0/gnome-applications.css      |   70 +++++-----
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   44 +++---
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   44 +++---
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    4 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |  142 ++++++++++----------
 5 files changed, 152 insertions(+), 152 deletions(-)

commit 20bbd6edd4ea9a9aadd150d2256081a3c80c4f16
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Feb 1 00:50:20 2012 -0500

    combobox: remove various padding workarounds
    
    All these workarounds were necessary because of some bugs in GtkComboBox
    code, which is now fixed.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

commit 91fc74ac0e248086f5bd8a63a62e7911f00db87f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Feb 1 00:49:12 2012 -0500

    widgets: don't set a global 1px padding
    
    We should remove this padding property from the universal selector
    altogether, but the default Raleigh theme sets it in its universal
    selector too. It will go once that's fixed.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c9bb6abfde5c5b7dd3b8dfa70739eb2e9827e8ca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Jan 31 10:27:32 2012 -0500

    entry: adapt to GTK master changes

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit 8ae1b17bf553c4a51c0be107afafdc9906ca15b9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jan 28 16:08:18 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 8e481039b75c9affa19cb0d6e7a54c6ddb58cb30
Author: Alexander Larsson <alexl@redhat.com>
Date:   Fri Jan 27 09:13:58 2012 +0100

    Add Custom CSS from gnome contacts

 themes/Adwaita/gtk-3.0/gnome-applications.css |  126 +++++++++++++++++++++++++
 1 file changed, 126 insertions(+)

commit ae0c665fd81a799331e7f19484f92aed1d1e3a00
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Jan 24 10:11:30 2012 -0500

    grip: turn resize grip rendering into a SVG asset
    
    Instead of drawing it ourselves manually with cairo.

 src/adwaita_engine.c                          |   71 +--------------
 themes/Adwaita/gtk-3.0/assets/Makefile.am     |    1 +
 themes/Adwaita/gtk-3.0/assets/resize-grip.svg |  117 +++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css |    9 ++
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |    4 -
 5 files changed, 131 insertions(+), 71 deletions(-)

commit 6483ec4d56287de2267d5a2944a9e09770705021
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 24 15:31:56 2012 +0100

    Widgets: applied text-shadow to .primary-toolbar directly
             istead of using ugly selectors involving GtkLabel.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 81b18a59f31f935fa65ca8d55149a785d65cfccf
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 24 14:44:25 2012 +0100

    Widget: fixed a typo...

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 58b218a9a5f29c48f0eed1da99b1f775fd58cf06
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 24 14:35:32 2012 +0100

    Widgets: notebook close button tweaks.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 289d40007f77a99d1a0ffff2b7160e583f97808b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 24 11:05:57 2012 +0100

    Widgets: add text shadows to labels on primary-toolbars,
             see airplane mode in the network panel.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 89c5f41310772febe4f1816577539e53e395e029
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 24 10:12:03 2012 +0100

    Widgets: tab close button styling.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

commit c6a58ce9aefaf9ec10714424a38039ab049adb78
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 24 09:04:36 2012 +0100

    Widgets: fix switches on primary toolbars,
             resized the resize grip,
             added linked text entries.

 themes/Adwaita/gtk-3.0/gnome-applications.css  |    9 +------
 themes/Adwaita/gtk-3.0/gtk-backgrounds.css     |    8 ++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    3 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css         |   33 +++++++++++++++++-------
 themes/Adwaita/gtk-3.0/gtk.css                 |    2 ++
 5 files changed, 36 insertions(+), 19 deletions(-)

commit c56984c0f16d40da119bde328bd57a56a819c7ba
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Jan 24 00:34:38 2012 +0100

    Widgets: GtkImage background should be transparent

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 21be7c3e51916ee20ab2fae853c101b70c111e98
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 21:56:48 2012 +0100

    Widgets: remove superfluous borders from gnome-terminal notebook.
    
    Window decorations: set bottom width to 1 istead of 2.

 themes/Adwaita/gtk-3.0/gnome-applications.css  |    6 ++++++
 themes/Adwaita/metacity-1/metacity-theme-3.xml |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit d8423d800c3096da5ead2053c5f2c8afe0bc648b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 16:04:20 2012 +0100

    Widgets: some more tweaks to backdrop progressbar dark variation.

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

commit 4f12d0348b9fce743f0d8df58b477085e363141d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 15:20:17 2012 +0100

    Widgets: backdrop state progressbar tweaks.

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

commit 35223667578d2db3913888e434c3d71992405ab3
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 14:59:46 2012 +0100

    Widgets: changed selected colors for backdrop state to grays.

 themes/Adwaita/gtk-3.0/gtk-dark.css |    4 ++--
 themes/Adwaita/gtk-3.0/gtk.css      |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit da3dcf6b547bd17f63b583fb3881747f60247d12
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 14:49:03 2012 +0100

    Widget: remove bottom border too from NautilusNotebook.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    1 +
 1 file changed, 1 insertion(+)

commit 5739a606c8a15ff52f1fb30530bee4fea8a68fc8
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 14:47:22 2012 +0100

    Widgets: remove superfluous side borders from NautilusNotebook.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 8fda6ba12aed42dc8b5349bdb795f32a0bad4adc
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 14:06:49 2012 +0100

    Widgets: combobox entries more consistent with the rest.

 themes/Adwaita/gtk-3.0/gnome-applications.css      |   10 +++--
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    2 +-
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   20 +++++++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   45 +++++++++++++++++---
 4 files changed, 64 insertions(+), 13 deletions(-)

commit 9e11230c6afe92766c3765057ae3beaaa2e73e65
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 13:36:17 2012 +0100

    Widget: fix text shadow in pushed nautilus search button.

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

commit 7709673c6ba6218263976da68290b73aaf0c8d3a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Jan 19 00:02:12 2012 +0100

    Widget: make separators inside buttons do not change color while
            the button is pressed.

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

commit 48dfa470cc4a50d78be823a19ffa7643d85f62dc
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 18 23:51:31 2012 +0100

    Widgets: fixed text color for insensitive comboboxes.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 8817dffe1283167aa8495ee61aa084ce3a9732ab
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 18 23:19:20 2012 +0100

    Widget: Focused entry tweakings.

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

commit 153e040440f1b6bdff14c8ba3ff278502c70166f
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 18 22:58:52 2012 +0100

    Widgets: added hover and pressed state to tab close button with
             symbolic icons. Fixed bright background showing up while
             hovering backdrop primary toolbar buttons.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   16 ++++++++++++++--
 themes/Adwaita/gtk-3.0/gtk.css         |    8 ++++----
 2 files changed, 18 insertions(+), 6 deletions(-)

commit 240e434d8e975c8d3e222cd746d68a41e13a2a44
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Wed Jan 18 21:16:36 2012 +0100

    metacity: Don't set title/button borders on borderless windows

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    2 ++
 1 file changed, 2 insertions(+)

commit 286709dbac78ce8bec207b1e5f78015a266c4325
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 18 18:52:28 2012 +0100

    Widgets: changes to pushed buttons, removed the gradients and increased lateral
             padding to fullscreen apps toolbars.

 themes/Adwaita/gtk-3.0/gnome-applications.css         |    3 ++-
 themes/Adwaita/gtk-3.0/gtk-dark.css                   |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |    8 ++++++--
 themes/Adwaita/gtk-3.0/gtk.css                        |    4 ++--
 5 files changed, 12 insertions(+), 7 deletions(-)

commit 3caad2c7f588ecc929aee5ec491a0675f60a2b0b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Jan 17 14:23:46 2012 -0500

    button: don't set child-displacement-y
    
    We don't want to move the content around when hovering over a button.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668124

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

commit f8fe17e112e7ba0bbc27a1c99c58042243fb4353
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jan 16 21:13:30 2012 -0500

    release: prepare for 3.3.4

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 4893faebcdd115253745171535a5274ced4524ca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jan 16 21:12:47 2012 -0500

    build: require GTK 3.3.7
    
    Don't pretend to work with non-master GTK.

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d49171fe8b58225e5c48c530703886d016034e76
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 17 01:41:52 2012 +0100

    Widgets: fix insensitive pushed toggle text color for the dark variation.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit 9f3a1b7f95b16eb7296ae3a899f47fb59d6150c7
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 17 01:28:44 2012 +0100

    Widgets: do not use a border image for button borders on infobars
             on unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit ddeaa5ad1a1f7ee10007ca171a32d489a6ddfa5b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 17 01:14:42 2012 +0100

    Widget: Ephy menu button styling and selected menubar item tweaks.

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

commit 32dd2805819907c68ac75c2fd2e521ea6f78b5e6
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 17 00:39:19 2012 +0100

    Widgets: fixed backdrop entry selected text color, reverted toolbar buttons padding change.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   21 +++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   10 +++++-----
 2 files changed, 26 insertions(+), 5 deletions(-)

commit ecc340846701f4b46c2f9441175b80c2df5459bd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jan 16 18:32:31 2012 -0500

    menus: make sure menubar style doesn't override real menuitems
    
    Since we now in GTK propagate the style from the triggering element to
    the generated menu, we have to make sure .menubar .menuitem { }
    selectors don't override the actual menuitem style.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

commit 72df8b95e61fb5c8f6ef89934a1f0d7db8efaf93
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Jan 16 20:47:28 2012 +0100

    Widgets: toolbar button padding fix and some more Ephy tweaks.

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

commit cab52f4c42f6990d06c47fe37804b05575f68664
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Jan 16 20:19:19 2012 +0100

    Widgets: Ephy unfocused window style fixes.

 themes/Adwaita/gtk-3.0/gnome-applications.css      |   23 +++++++++++++++-----
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    3 ++-
 2 files changed, 20 insertions(+), 6 deletions(-)

commit 45bd71b417be6c930a05b164d1b9ebcb520388c5
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Jan 16 19:29:28 2012 +0100

    Widget: some more custom Ephy styling.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   35 ++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 6 deletions(-)

commit 7b2a9588971efb1db9242ddf0bd09aecb7b01d42
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Jan 16 18:44:52 2012 +0100

    Widgets: fixed linked button styling, some initial Ephy custom style.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   32 +++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   72 ++++++++++++-------------
 2 files changed, 68 insertions(+), 36 deletions(-)

commit 1c27c59b0f0fabb8df92721f77f7cda8aa6135cb
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Jan 16 15:53:41 2012 +0000

    Revert "widgets: Use transparent as background-color for GtkPaned and its separator"
    
    This reverts commit b4c1a15233b66a31a315df33f99f8c2d67fe2c57.
    
    It's causing a rendering bug in, at least, epiphany.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

commit 0c0948fb40f1dde1343bb4712d4b61780679a5a5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jan 13 17:23:47 2012 -0500

    infobars: fix infobar theming of previous commit
    
    Some selectors were using the wrong color definition; also some
    selectors were not necessary.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   47 ++-----------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   13 +++----
 2 files changed, 6 insertions(+), 54 deletions(-)

commit 57e44bf1a3e1853a8b7317066296b3cd1fa99c28
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Jan 13 20:09:53 2012 +0100

    Widgets: some initial infobars work.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   48 ++++++++++++++++++++++---
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   46 ++++++++++++++++++++++++
 2 files changed, 90 insertions(+), 4 deletions(-)

commit db2f9bba9fd9043b302d9c269f79b31e29b5557a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jan 13 12:30:35 2012 -0500

    dark: fix icon-shadow selectors for dark toolbar buttons

 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   34 ++++++++------------
 1 file changed, 13 insertions(+), 21 deletions(-)

commit 1fcf3584753acf9330c437e4a8a1bdd3a4ddd81c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jan 13 12:20:40 2012 -0500

    dark: sync the cleaned up selectors from the light theme

 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   73 ++++++++------------
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    2 -
 2 files changed, 28 insertions(+), 47 deletions(-)

commit 80b23098e053fc1c6682340633607ceb401ac58e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jan 13 12:08:11 2012 -0500

    buttons: remove commented out selectors

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   50 +++-----------------------------
 1 file changed, 4 insertions(+), 46 deletions(-)

commit ada96c00a1e6becd7e83dcacec0003d3329acba7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jan 13 12:07:13 2012 -0500

    buttons: add selectors for toolbar backdrop buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

commit 8ad4babe95bc7a776775a7c5daf37a8070666598
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jan 13 11:50:45 2012 -0500

    buttons: cleanup useless selectors

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   14 --------------
 1 file changed, 14 deletions(-)

commit 500c889a726f8ac0a0d948da4b3d10b1217fb33f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jan 13 11:48:02 2012 -0500

    buttons: fixup borders for insensitive inline toolbar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 34685815824bc6ea657522cb69ad44154cfe5510
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Jan 13 15:27:22 2012 +0100

    Widgets: fixed spinbutton button insensitive background on unfocused windows.

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

commit 3f40343ab17aae42976abb7273cbd57875d521d0
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Jan 13 15:15:55 2012 +0100

    Widget theme: nautilus floating bar for unfocused windows.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 7953d9e833203bab710424f4b65bd7cf2d0abca1
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Jan 13 15:03:46 2012 +0100

    Widget theme: fix selections on nautilus icon view.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 6d70ed8184909088b3b7768a19b66cb534a78235
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Jan 13 14:58:41 2012 +0100

    Widget theme: fixed active hover toggles on toolbars.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   24 ++++++++------------
 1 file changed, 9 insertions(+), 15 deletions(-)

commit d8ebddc4a79c3663349239c5b5e9eeeedbce8d31
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jan 12 18:08:28 2012 -0500

    buttons: fixup colors and text/icon-shadow for toolbar buttons
    
    Fixup some regressions in color and text-icon shadow for the backdrop
    state.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   81 ++++++++++++++------------------
 1 file changed, 35 insertions(+), 46 deletions(-)

commit 729b415de5c606f0a7ab324bd931208e21ac2da0
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jan 12 17:36:22 2012 -0500

    buttons: cleanup commented selectors

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

commit a45f76837dc50c3214811860abe0c62680b18287
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 11 23:43:56 2012 +0100

    Widget theme: yet more fixes.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    9 +-
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   93 +++++++++-----------
 3 files changed, 46 insertions(+), 58 deletions(-)

commit b4c1a15233b66a31a315df33f99f8c2d67fe2c57
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Jan 11 19:28:58 2012 +0000

    widgets: Use transparent as background-color for GtkPaned and its separator

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   25 +++++--------------------
 1 file changed, 5 insertions(+), 20 deletions(-)

commit c46333674ecebb070a67bc302c8d17d231c1f242
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 11 20:57:00 2012 +0100

    Widget theme: some more fixes...

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   38 ++++-----
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   81 +++++++++++++-------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   67 ++++++++--------
 themes/Adwaita/gtk-3.0/gtk.css                     |    1 +
 5 files changed, 104 insertions(+), 84 deletions(-)

commit 434fc3f2f832c6bbc5c01c130355d3de40e6acbc
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 11 18:38:13 2012 +0100

    Widget theme: some Company related styling.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   66 ++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

commit 33f0911b3e776b6b2b2c6768a609cb972239cff4
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 11 18:09:36 2012 +0100

    Widget theme: comboboxentry fixes.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   17 +----
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   17 +----
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   66 +++-----------------
 3 files changed, 15 insertions(+), 85 deletions(-)

commit be009acca76d75edcc3a710fa3313ff7318e086d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 11 16:59:43 2012 +0100

    Widget theme: fixed column-headers.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |   45 ++++++++----------------
 1 file changed, 14 insertions(+), 31 deletions(-)

commit c210f617dcc6ced2b806d2fe0244611e8005a943
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Jan 11 16:50:50 2012 +0100

    Widget theme: fixed primary toolbar buttons pushed state.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit bd51a7c0b0ce7110b7ddd2448022ceb0ce38a6da
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jan 11 09:57:51 2012 -0500

    Revert "widgets: remove generic universal selector"
    
    Pushed this by accident.
    
    This reverts commit f0c9c463682565b3fd15dd452a937d79bcc5198e.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit f0c9c463682565b3fd15dd452a937d79bcc5198e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jan 11 09:40:52 2012 -0500

    widgets: remove generic universal selector
    
    We can fold the background into GtkWindow and completely remove the
    color: inherit from the universal selector, rendering it empty.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

commit 878c14c15cd22da5c910fec0251b1038084c2827
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Jan 10 17:42:48 2012 -0500

    widgets: inherit color from parent by default
    
    This also fixes the dark theme with master GTK.

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

commit 068acf65272ff3726bd49b20e7fa004dfe7be47a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 10 18:21:17 2012 +0100

    Widget theme: some more fixes for latest gtk+ changes, not there yet.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   38 +++++++-----------
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   16 ++++----
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   42 ++++----------------
 3 files changed, 30 insertions(+), 66 deletions(-)

commit a52880dfc11500d2024114eb589855c5802c12b0
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Jan 10 16:23:50 2012 +0100

    Widget theme: fixed text-shadow on insensitive buttons on primary toolbars.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d21f399c78b44555f99c96bf3d48569d868bb3e4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 9 15:46:02 2012 -0500

    Fix theme syntax for gtk master
    
    We no longer accept 'none' as a color name, its 'transparent' now.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c347493dbee49531536207cdfab9e29633abbc6
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Jan 5 17:00:33 2012 +0000

    Widget theme: rename 'window-unfocused' to 'backdrop' as in the gtk+ change

 themes/Adwaita/gtk-3.0/gnome-applications.css      |    4 +-
 themes/Adwaita/gtk-3.0/gtk-backgrounds.css         |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   76 ++---
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   38 +--
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   30 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   32 +-
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |  356 ++++++++++----------
 8 files changed, 270 insertions(+), 270 deletions(-)

commit c1239b059824c37ecbc4652e33e83a9d5e17a6a0
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Fri Jan 6 14:19:26 2012 +0100

    scrollbars: disable border for now.
    
    - makes things look uncentered now. Needs to be a proper border.

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

commit e9c8c3919063503bd13593112e2bf4efdb0d7939
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 30 15:02:39 2011 +0100

    Widget theme: fixed borders for focused pushed buttons on primary toolbars.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    1 +
 1 file changed, 1 insertion(+)

commit a6531d67b6f440ca070bcfe123fc1a621fe77002
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 30 14:55:39 2011 +0100

    Widget theme: fixed background of pushed entry style buttons.

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

commit 166e4b0cfe8bd6922b6ba4bf1dfa6d320469a04b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 28 14:18:43 2011 +0100

    Widget theme: toned down text entries background gradient.

 themes/Adwaita/gtk-3.0/gnome-applications.css      |    7 +++++++
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    9 +++++----
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   12 ++++++++++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    2 ++
 themes/Adwaita/gtk-3.0/gtk.css                     |    8 ++++----
 5 files changed, 28 insertions(+), 10 deletions(-)

commit 8adf00e48904cbdda5d9408d66eb0662557b0e52
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 23 20:12:45 2011 +0100

    Widget theme: gedit styling, some nautilus and infobars tweaks.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   75 +++++++++++++++++++++++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   54 ++++++++++++++++++
 2 files changed, 124 insertions(+), 5 deletions(-)

commit c483bf5b74201a6c0bea69c57fc82e73b721e15c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 20:01:08 2011 +0100

    Widget theme: notebook non active tabs tweakings.

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

commit 30737523847b0eea94e93592f6502149e5b3f205
Author: Benjamin Otte <otte@redhat.com>
Date:   Fri Dec 23 17:59:37 2011 +0100

    adwaita: Check the pattern isn't NULL before using it
    
    Otherwise we'll error the cairo context, and that looks really not very
    nice.

 src/adwaita_engine.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d9bc00bc29dd993760d7536855a4e6399582a50
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 16:32:29 2011 +0100

    Widget theme: some more button gradients tweakings.

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    7 ++++---
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    3 ++-
 themes/Adwaita/gtk-3.0/gtk.css                     |    3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

commit 7d3057504a858afd9154b7d9837f5c4e2bfa85ed
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 16:01:30 2011 +0100

    Widget theme: some initial gradients refresh.

 themes/Adwaita/gtk-3.0/gtk-dark.css                |   13 ++++---
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   41 +++++++++++---------
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    5 +++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    2 +
 themes/Adwaita/gtk-3.0/gtk.css                     |   23 ++++++++---
 5 files changed, 54 insertions(+), 30 deletions(-)

commit d4d515a5be6b0e8c3a439cca7026c6361fc8f472
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 14:16:39 2011 +0100

    Dark theme: fix column-hedaers last child for window unfocused, some scrollbars tweakings.

 themes/Adwaita/gtk-3.0/gtk-dark.css                   |    4 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |    4 +++-
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    7 +++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   14 ++++++++++++--
 themes/Adwaita/gtk-3.0/gtk.css                        |    4 ++--
 5 files changed, 26 insertions(+), 7 deletions(-)

commit 6a3a6cfbf1e563364a56fc1e4785e4cac052fce0
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 12:35:24 2011 +0100

    Widget theme: sidebar scrollbars styling and unfocused window sidebar.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   17 ++++++++++---
 themes/Adwaita/gtk-3.0/gtk-dark.css           |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   34 +++++++++++++++++++++++--
 themes/Adwaita/gtk-3.0/gtk.css                |    3 ++-
 4 files changed, 48 insertions(+), 8 deletions(-)

commit 25dc3a47d638e3fc82c3da22f7391c772477f1bc
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Dec 22 03:23:23 2011 +0000

    Widget theme: fix calendar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 622a4279fdbdc30cd577ce5fe194e41aca38f6ab
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Dec 22 03:20:55 2011 +0000

    Widget theme: fix typos in column header buttons' selectors

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

commit a649f1bd5001751367b3349c76c607a309746784
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 02:31:58 2011 +0100

    Widget theme: added ver subtle borders to scrollbar trough.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 3597401e734933a9f6ad6a7533b26260fda4dc6a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 01:31:41 2011 +0100

    Widget theme: fixed insensitive scale slider with marks below.

 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit e19d577a8bad27b6005966bbf531e50d966258de
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 01:11:39 2011 +0100

    Dark theme: fix spinbuttons wrt latest gtk+ changes.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit 093547ab1d4631d19c1e6b3a49f3f8a07b9d1ff5
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 01:05:10 2011 +0100

    Widget theme: fix wrong color name definition making unfocused window switch text and separators pink.

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1a6f2999f1a6e18b72a4c8fefe5ac4274ca43527
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 01:01:03 2011 +0100

    Widget theme: fix spinbuttons insensitive button background.

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

commit c8e8bb96c2fb8a5c7bf3b2957a8329b4ec3d9a75
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 22 00:28:34 2011 +0100

    Widget theme: fix spinbuttons wrt latest gtk+ changes.

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

commit 1c237835a9d08c469c43262e12e8fe83cde48898
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 17:59:09 2011 +0100

    Widget theme: unfocused windows new style scrollbars.

 themes/Adwaita/gtk-3.0/gtk-dark.css    |    2 ++
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   34 +++++++++++++++++++++++---------
 themes/Adwaita/gtk-3.0/gtk.css         |    4 +++-
 3 files changed, 30 insertions(+), 10 deletions(-)

commit 50ce5dc511fe4eaf59dbfc7f705ef5ca491174b8
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 17:39:35 2011 +0100

    Widget theme: more scrollbar iterations.

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

commit e2d9d101a9c8bda8f55ceed9fde3a97c9d18e8c2
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 17:14:31 2011 +0100

    Widget theme: some more iterations on the scrollbars.

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

commit d670483cf01391b027d52d522fcfcee4b55b924a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 16:48:34 2011 +0100

    Widget theme: fix active flat buttons on primary toolbars.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    1 +
 1 file changed, 1 insertion(+)

commit f3be0d86611e0cdf1d1c640a74f2828034856dbe
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 16:01:55 2011 +0100

    Widget theme: correct selected fg color for unfocused windows.

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

commit 8c525f6887b26dc19a0793ebae262337c5a5d4fb
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 15:58:28 2011 +0100

    Widget theme: scrollbar tweaks.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit 9b60594e41516850583c57cb0a37a5c28d20a1a7
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 15:40:22 2011 +0100

    Widget theme: new scrollbar design.

 themes/Adwaita/gtk-3.0/Makefile.am                 |    1 -
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    7 +-
 .../Adwaita/gtk-3.0/gtk-scrollbar-experiments.css  |   46 ---------
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    6 --
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |  103 +++++++-------------
 themes/Adwaita/gtk-3.0/gtk.css                     |    8 +-
 6 files changed, 45 insertions(+), 126 deletions(-)

commit 312fecb00e07149e8ee480c56f66fbdc9e8b0a9b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 15:07:00 2011 +0100

    Widget theme: tiny css cleanup.

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    6 +++---
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |    1 -
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    4 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   20 ++++++++++----------
 themes/Adwaita/gtk-3.0/gtk.css                     |    4 ++--
 5 files changed, 19 insertions(+), 16 deletions(-)

commit bb108d679322691cc5115972403a8a1af2e4972b
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 20 19:11:10 2011 +0100

    background: nighttime variant darker.

 themes/Adwaita/backgrounds/good-night.jpg |  Bin 117329 -> 517632 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 0a6528f142d56c03d6133f8c8d692905053957f4
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 04:16:32 2011 +0100

    Widget theme: add a 2px transparent border to primary toolbar buttons (fixes jumpy toolbars), properly center combobox-entry button decoration.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

commit 8c9dae0296275c9feeaefdc42bf0f6dd3dddbea0
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 02:03:07 2011 +0100

    Widget theme: fixed combobox-entry button borders and background, trimmed some unneded selectors.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    5 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   25 +++++++-------------
 3 files changed, 14 insertions(+), 18 deletions(-)

commit d09321336a646677a537d9b315ab6cc22ceda43f
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 00:32:20 2011 +0100

    Widget theme: really fix comboxbox entry buttons borders.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 4be513af3bfc17d113a1794dea17935037d3780a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 00:20:34 2011 +0100

    Widget theme: fix comboxbox entry buttons borders.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 4a0a03187539b824fe203b4c2d218056990f86b3
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 21 00:09:29 2011 +0100

    Widget theme: add back separations to column-headers.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 89eaef3935f78f84caac5a014510d75a45ace186
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 20 23:47:15 2011 +0100

    Dark theme: unfocused windows tweakings.

 themes/Adwaita/gtk-3.0/gtk-dark.css                 |    6 +++---
 themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 3fa80d856be72e9e0baeadd472cb72f46f5cecb8
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 20 19:15:59 2011 +0100

    Widget theme: some defined colors cleanup and some initial dark theme unfocused window work.

 .../borders/generic-border-unfocused-dark.svg      |    8 +--
 ...imary-toolbar-generic-border-unfocused-dark.svg |    8 +--
 themes/Adwaita/gtk-3.0/gtk-dark.css                |   13 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   14 ++---
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    2 +-
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    4 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   66 ++++++++++++--------
 themes/Adwaita/gtk-3.0/gtk.css                     |   12 ++--
 9 files changed, 68 insertions(+), 61 deletions(-)

commit 7b3eca93afb2300601518d655f5101f606232d21
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Dec 20 19:08:51 2011 +0100

    button: adapt to GTK master changes in button border allocations

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

commit e6ef5888c5cbb4d65391b4604ad12a404e07c66f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Dec 20 17:38:19 2011 +0100

    button: focus-line-width cleanups

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 ---
 1 file changed, 3 deletions(-)

commit 90e272109ed4672d94afe4bc837ef961e6a9f2ae
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 20 16:42:06 2011 +0100

    Widget theme: fixed insensitive linked buttons.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 614bead96d11c3ebda0142468e51c6967be35109
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 20 16:24:19 2011 +0100

    Widget theme: toned down insensitive color of primary toolbar text for unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aba07a7460644da9386916e10daab42afcb604da
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 20 16:08:57 2011 +0100

    Widget theme: insensitive radios assets for unfocused window.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    3 +
 .../assets/radio-mixed-insensitive-unfocused.svg   |  115 +++++++++++++++++++
 .../radio-selected-insensitive-unfocused.svg       |  116 ++++++++++++++++++++
 .../gtk-3.0/assets/radio-selected-insensitive.svg  |    6 +-
 .../radio-unselected-insensitive-unfocused.svg     |  106 ++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   17 +++
 6 files changed, 360 insertions(+), 3 deletions(-)

commit 42847db21015445cbb1e3b6b1fd8f1d80c6a0196
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 20 15:26:26 2011 +0100

    Widget theme: insensitive checks assets for unfocused window.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    3 +
 .../checkbox-checked-insensitive-unfocused.svg     |   83 +++++++++++++++++
 .../checkbox-mixed-insensitive-unfocused.svg       |   97 ++++++++++++++++++++
 .../checkbox-unchecked-insensitive-unfocused.svg   |   76 +++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   20 +++-
 5 files changed, 277 insertions(+), 2 deletions(-)

commit 0620c46e4ad9d4e385b4b64afc32ac9f74ccd4b1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Dec 19 12:25:40 2011 +0100

    release: prepare for 3.3.3

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 19aec36820601ee01bcdbd97810f79d6eeca140c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Dec 19 12:18:39 2011 +0100

    doap: update DOAP files with the current maintainers
    
    Add me and Lapo to the maintainers list for the module.

 gnome-themes-standard.doap |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 6b916966e71222e155ec2e05c799545741019b2e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Dec 19 12:13:55 2011 +0100

    Widget theme: fixed checks/radios on notebook background on hover.

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

commit 9b1592a2f9cb6b5ea7c0dfe2889fbf291c49b60a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Dec 19 12:03:09 2011 +0100

    Widget theme: preliminary borders assets for the dark theme and various tweaks.

 themes/Adwaita/gtk-3.0/borders/Makefile.am         |    4 +-
 .../borders/generic-border-unfocused-dark.svg      |   77 +++++++++++++
 ...imary-toolbar-generic-border-unfocused-dark.svg |  121 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gnome-applications.css      |    2 +-
 themes/Adwaita/gtk-3.0/gtk-dark.css                |   15 ++-
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   39 ++++++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    6 +-
 themes/Adwaita/gtk-3.0/gtk.css                     |    8 +-
 8 files changed, 260 insertions(+), 12 deletions(-)

commit fa9a2752efbd524d8f0d26e9a0f8cbd67fb589fa
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 21:29:41 2011 +0100

    Widget theme: fixed several background-color: none.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   20 ++++++++++----------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   14 +++++++-------
 2 files changed, 17 insertions(+), 17 deletions(-)

commit 7e8288b62858703ff42e6f3a848f7acf34d84507
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 20:57:48 2011 +0100

    Widget theme: fixed wrong background on combobox-entry button when focused.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit dd2c97144775a30d65d1fa4caa426be28553bdf5
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 20:53:23 2011 +0100

    Widget theme: killed *:hover and *:active, I want to deal with it widget by widget, fixed GtkCheckButton background changing on activation, some ore tweaks to the insensitive switch.

 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |    6 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    4 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |  110 +++++++++-----------
 4 files changed, 57 insertions(+), 65 deletions(-)

commit 57b339e9f09116f27403fdff15667aebab80d494
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 19:03:55 2011 +0100

    Widget theme: correct background for focused pushed buttons and switch tweaks.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css    |   10 +++++++---
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    4 +---
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |    9 +++------
 3 files changed, 11 insertions(+), 12 deletions(-)

commit 1c62c93e5d02a826da4e0eb90e9fbe7edbe09056
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 12:16:23 2011 +0100

    Widget theme: insensitive switch refresh.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

commit bc714e99b024a09484af4515dd703b2e38309b2d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 11:32:35 2011 +0100

    Widget theme: tuned down button text-shadow.

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8a4da71cbc09c2ab86763ee8ae6dccd16c27e9f2
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 10:32:05 2011 +0100

    Widget theme: bumped up the bottom hilight of elements on primary and inline toolbars.

 themes/Adwaita/gtk-3.0/borders/generic-border-dark.svg     |    2 +-
 .../borders/primary-toolbar-button-border-focused.svg      |    6 +++---
 .../gtk-3.0/borders/primary-toolbar-button-border.svg      |    6 +++---
 .../borders/primary-toolbar-generic-border-focused.svg     |    6 +++---
 .../gtk-3.0/borders/primary-toolbar-generic-border.svg     |   12 ++++++------
 5 files changed, 16 insertions(+), 16 deletions(-)

commit 78e44d26beb705643eefd3587b09ba8dae56aeb0
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 10:25:27 2011 +0100

    Dark theme: slightly darker borders.

 .../Adwaita/gtk-3.0/borders/button-border-dark.svg |   32 +++++++++---
 .../gtk-3.0/borders/generic-border-dark.svg        |   43 +++++++++++++---
 .../borders/primary-toolbar-button-border-dark.svg |   54 +++++++++++++++-----
 .../primary-toolbar-generic-border-dark.svg        |   47 ++++++++++++++---
 4 files changed, 143 insertions(+), 33 deletions(-)

commit 02d5606f73ac099088281d1d21fd9ccf18537f0d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Dec 18 10:15:31 2011 +0100

    Widget theme: slightly darker pushed button background for primary and inline toolbars.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   29 +++++++++++++++++---
 1 file changed, 25 insertions(+), 4 deletions(-)

commit d886ea35a3a4e9f750e13f6aa6cb49520dc97c7c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 17 14:06:40 2011 +0100

    Widget theme: pane separators for unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit edc22d26e7fab96c786cd58c2a723f52a4d67883
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 17 14:04:10 2011 +0100

    Widget theme: dimmed separators on unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit 2f263c393f9a97dbc0fe2a32b083914a89c92a8a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 17 14:00:17 2011 +0100

    Widget theme: fixed pane separators on notebooks.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit afa8270946f5921ba7d6534c5d801ebddb20f7db
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 17 13:49:10 2011 +0100

    Widget theme: commented out style for linked single button (!?!)

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 99e1252585f3d8174a22fa89ec805c54048859f8
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 17 13:41:44 2011 +0100

    Widget theme: fixed a typo did some house keeping.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

commit 6e3059ea1f64bbdaa4d630245ca5f31a6dcff337
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 17 12:36:31 2011 +0100

    Widget theme: insensitive linked buttons fixes for the unfocused state.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   34 +++++++++++++++++---------------
 1 file changed, 18 insertions(+), 16 deletions(-)

commit 1753e6fe92a6a5c596bf38fd2c62c492781236ef
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 17 12:29:07 2011 +0100

    Widget theme: insensitive linked buttons fixes.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   50 ++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

commit 49d9206107474b967f8b3880b9d5d8d8a188b8c6
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 16 15:11:04 2011 +0100

    Widget theme: window unfocused scale sliders.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    8 +
 .../gtk-3.0/assets/checkbox-checked-unfocused.svg  |   92 ++------
 .../gtk-3.0/assets/checkbox-mixed-unfocused.svg    |   67 ++----
 .../gtk-3.0/assets/radio-mixed-unfocused.svg       |   20 +-
 .../gtk-3.0/assets/radio-selected-unfocused.svg    |   14 +-
 ...arks-above-horizontal-insensitive-unfocused.svg |  234 ++++++++++++++++++++
 ...ale-slider-marks-above-horizontal-unfocused.svg |  234 ++++++++++++++++++++
 ...-marks-above-vertical-insensitive-unfocused.svg |  234 ++++++++++++++++++++
 ...scale-slider-marks-above-vertical-unfocused.svg |  234 ++++++++++++++++++++
 ...arks-below-horizontal-insensitive-unfocused.svg |  234 ++++++++++++++++++++
 ...ale-slider-marks-below-horizontal-unfocused.svg |  234 ++++++++++++++++++++
 ...-marks-below-vertical-insensitive-unfocused.svg |  234 ++++++++++++++++++++
 ...scale-slider-marks-below-vertical-unfocused.svg |  234 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   33 ++-
 14 files changed, 1972 insertions(+), 134 deletions(-)

commit e3db4f155f07a9b68328f2a7cdb6b6446ccf90c9
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 16 04:33:00 2011 +0100

    Widget theme: radios, checks and scrollbars for window unfocused, initial GtkScale work, progressbars, tabs and switch tweaks.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   10 +
 .../gtk-3.0/assets/checkbox-checked-unfocused.svg  |  129 +++++++++++++
 .../gtk-3.0/assets/checkbox-mixed-unfocused.svg    |  111 +++++++++++
 .../assets/checkbox-unchecked-unfocused.svg        |   79 ++++++++
 .../gtk-3.0/assets/radio-mixed-no-hilight.svg      |   15 +-
 .../gtk-3.0/assets/radio-mixed-unfocused.svg       |  120 ++++++++++++
 .../gtk-3.0/assets/radio-selected-no-hilight.svg   |   23 +--
 .../gtk-3.0/assets/radio-selected-unfocused.svg    |  197 ++++++++++++++++++++
 .../gtk-3.0/assets/radio-unselected-no-hilight.svg |   23 +--
 .../gtk-3.0/assets/radio-unselected-unfocused.svg  |   89 +++++++++
 ...ale-slider-horizontal-insensitive-unfocused.svg |  174 +++++++++++++++++
 .../assets/scale-slider-horizontal-unfocused.svg   |  174 +++++++++++++++++
 ...scale-slider-vertical-insensitive-unfocused.svg |  112 +++++++++++
 .../assets/scale-slider-vertical-unfocused.svg     |  112 +++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   52 ++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |  113 ++++++++---
 themes/Adwaita/gtk-3.0/gtk.css                     |    3 +-
 17 files changed, 1468 insertions(+), 68 deletions(-)

commit 18e15a52d2f64d971508ac07f1ac4e859fad9a6b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 16 01:33:12 2011 +0100

    Widget theme: unfocused window notebook.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit 0f998b7be5b9f4f79654e8a8ab7fa1d9ae016dd2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Dec 15 12:23:12 2011 +0100

    menuitem: don't use a non existent style property
    
    horizontal-padding is a property of GtkMenuItem, not
    GtkSeparatorMenuItem, so that wouldn't work.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dc561460e3d6e53d1d222f3e41548e6715e0cfe5
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Dec 10 13:42:02 2011 +0100

    Better error message for missing dependencies
    
    Let pkg-config give the default error message, it will tell you
    whether GTK+ or librsvg (or both) are missing. Right now we just say
    GTK+ is not present, even if it's librsvg the one missing.
    
    Also use DEPENDENCIES for the variable instead of GTK, since there's
    more dependencies than GTK+.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665909

 configure.ac    |    7 +++----
 src/Makefile.am |    4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

commit 2f440505a62da6439e2c0bb964f616cc6cd68b06
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Dec 14 17:23:20 2011 +0100

    trough: adapt to GTK master changes
    
    GTK now renders the two scale areas with different style classes, to
    make it possible to use different shades for the areas before/after the
    current value.
    We don't do anything special about it yet, but we need to make sure the
    highlight part gets the right style.

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

commit cf1bc9726edf1734dad1e18d216df6e16bcaf640
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 10 14:51:20 2011 +0100

    Widget theme: window unfocused tests for some not working (yet) widgets.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   31 ++++++++++++++++++++++++-------
 1 file changed, 24 insertions(+), 7 deletions(-)

commit 8cdd27b851db2ec68f43b1dc280117b0608badcb
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 9 19:18:57 2011 +0100

    Widget borders: Fixed insensitive buttons text on primary tollbars vanishing in the unfocused window.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 +++++++++
 1 file changed, 9 insertions(+)

commit b1261dbd9c04216d94d2e42377f77fa5027d648e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 8 18:04:28 2011 +0100

    Widget theme: window unfocused insensitive text color.

 themes/Adwaita/gtk-3.0/gtk-dark.css    |    3 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   11 ++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css         |    3 ++-
 3 files changed, 14 insertions(+), 3 deletions(-)

commit 5e8796994958962fdf4fbcb6c4e3afb991a1a159
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 8 16:25:09 2011 +0100

    Widget theme: window unfocused column header, views and other misc bits.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |   16 +++++++++++++++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css         |   22 +++++++++++++++-------
 themes/Adwaita/gtk-3.0/gtk.css                 |    5 ++---
 3 files changed, 32 insertions(+), 11 deletions(-)

commit 5bdf319c42a1761cf5260ff4e3a373a4c2a3cffe
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 8 14:23:20 2011 +0100

    Widget theme: fixed active switch text color for the unfocused windows.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit bc89295e44ecc1c6dd01adf0944c37cc8ba14805
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 8 13:22:40 2011 +0100

    Widget theme: getting there with the unfocused window styling, still some issues here and there.

 themes/Adwaita/gtk-3.0/gtk-backgrounds.css         |    6 ++
 themes/Adwaita/gtk-3.0/gtk-dark.css                |   11 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   62 +++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   12 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   95 +++++++++++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css                     |   10 ++-
 6 files changed, 183 insertions(+), 13 deletions(-)

commit bd542edd1b963505defa1097a77d797cf4d71840
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Wed Dec 7 21:46:10 2011 +0100

    metacity: Implement border-only style for maximized windows
    
    Windows with the _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED property will
    be border-only, so Adwaita should use a proper style rather than
    falling back to the "blank" fallback.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2897a8d5f5eeccbd1ba93eed8e5c53341238c84e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 22:02:31 2011 +0100

    Window decorations: added `borderless` frame_style.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   36 ++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 3 deletions(-)

commit e4ca58003ae97e78f721d9646db19da77d02322d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 19:07:55 2011 +0100

    Widget theme: some more unfocused window fighting.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 49523bf3106b27580b8d00ed184db23c5547029b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 18:57:35 2011 +0100

    Widget theme: some more unfocused window styling.

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

commit 92660bfaa977885c42926801de58cbe2f24026e1
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 18:41:09 2011 +0100

    Widget theme: initial window-unfocused work.

 themes/Adwaita/gtk-3.0/Makefile.am                 |    1 -
 themes/Adwaita/gtk-3.0/borders/Makefile.am         |    4 +-
 .../gtk-3.0/borders/generic-border-unfocused.svg   |   77 ++++++++++++
 .../primary-toolbar-generic-border-unfocused.svg   |  121 ++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   22 ++++
 .../gtk-3.0/gtk-widgets-window-unfocused.css       |  132 --------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   37 ++++--
 themes/Adwaita/gtk-3.0/gtk.css                     |   10 +-
 8 files changed, 259 insertions(+), 145 deletions(-)

commit 2381e5930c806d5bd160921f06ef907243ffaa6a
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 15:05:45 2011 +0100

    Widget theme: make active column-header the same color of text once again.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 78bebe45d2b2e7abc039e3234e47d65532d4464e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 14:47:46 2011 +0100

    Widget theme: fixed entry borders on nautlus search bar.

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

commit 440ad1ff77949c94cdc6c766a2d62510b8daa612
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 14:35:13 2011 +0100

    Widget theme: toned down a bit non active tabs gradient.

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

commit a64dfabf61a38ab3d7fa8d1bb3be7c3db3a69859
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 7 14:26:29 2011 +0100

    Widget theme: fixed text-shadow for raised buttons, blue text for active buttons.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    9 ++++++++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   15 ++++++++++-----
 2 files changed, 18 insertions(+), 6 deletions(-)

commit 36ee541f0e9608f147c9bf930a5fbea2b78fc7a5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Dec 6 11:25:38 2011 -0500

    toolbars: fix inline-toolbar buttons borders

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

commit 795564246fd63b175aadde512db87555991c76e3
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Dec 5 19:32:54 2011 +0100

    Dark theme: tone down inactive tabs.

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

commit 6db60ee8945aa2385b4820186b58c86917530132
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Dec 5 18:17:52 2011 +0100

    Widget theme: some borders and backgrounds cleanup, set treeview background to theme_base_color.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    8 ++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   10 ++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    6 ++++++
 3 files changed, 24 insertions(+)

commit fafdf62a55390a0209c61edbe03e5ab1cb7a2743
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Dec 5 17:38:44 2011 +0100

    Build fixes...

 themes/Adwaita/gtk-3.0/borders/Makefile.am |    4 ----
 1 file changed, 4 deletions(-)

commit 914c76a86a935d242899c5e19935371dca4d93e7
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Dec 5 17:35:54 2011 +0100

    Widget theme: column headers love.

 .../gtk-3.0/borders/column-header-border-dark.svg  |  116 --------------
 .../borders/column-header-border-last-dark.svg     |  110 -------------
 .../gtk-3.0/borders/column-header-border-last.svg  |  163 -------------------
 .../gtk-3.0/borders/column-header-border.svg       |  169 --------------------
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   10 +-
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   13 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   13 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   62 ++++---
 themes/Adwaita/gtk-3.0/gtk.css                     |    2 +-
 9 files changed, 59 insertions(+), 599 deletions(-)

commit 973f5ccb6d78b47528caaf866cde0a5627f6f67b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Dec 2 11:58:50 2011 -0500

    engine: remove hack to override color for arrows in GtkMenuItems
    
    GTK+ now properly sets a style class when rendering the arrow, thus we
    can remove the override from the C engine.

 src/adwaita_engine.c                   |   21 ---------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 ++++-
 2 files changed, 4 insertions(+), 22 deletions(-)

commit e1fded1c3b555e40cdcfc07456bebe96bf7d9041
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Dec 2 12:03:00 2011 -0500

    engine: don't use a custom property for GtkSwitch slider lines
    
    We can just use color here...

 src/adwaita_engine.c                   |   15 +++------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 2 files changed, 4 insertions(+), 13 deletions(-)

commit 37023c35bb5010deaf2e7fbf6e2d613cc4f917b4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Dec 2 11:44:00 2011 -0500

    engine: remove useless overrides of render_check and render_option
    
    GtkThemingEngine does the same thing now if background-image is not
    none.

 src/adwaita_engine.c |   26 --------------------------
 1 file changed, 26 deletions(-)

commit 07a766eda6fdfb3056520d91b43b5b681c3e785d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Dec 2 11:39:36 2011 -0500

    engine: don't use style_pattern_set_matrix()
    
    But scale the cairo context twice to scale the pattern, like
    GtkThemingEngine does.

 src/adwaita_engine.c |   10 +++++++---
 src/adwaita_utils.c  |   31 -------------------------------
 src/adwaita_utils.h  |    6 ------
 3 files changed, 7 insertions(+), 40 deletions(-)

commit 7160102758cdd834472eda1dcd515e0fa5f8e05a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Dec 2 11:38:19 2011 -0500

    engine: draw both background image and color on notebook tabs
    
    Like GTK+ does.

 src/adwaita_engine.c |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 55f97dba9c77cc5f570a662fdc1b23c14c60c316
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 2 16:32:30 2011 +0100

    Widget theme: dimmed down edge hilight on various assets for the bright version.

 themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg |    4 +-
 themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg   |    8 +--
 .../Adwaita/gtk-3.0/assets/checkbox-unchecked.svg  |    8 +--
 themes/Adwaita/gtk-3.0/assets/radio-selected.svg   |   12 ++---
 themes/Adwaita/gtk-3.0/assets/radio-unselected.svg |   12 ++---
 .../gtk-3.0/borders/button-border-focused.svg      |   12 ++---
 themes/Adwaita/gtk-3.0/borders/button-border.svg   |   16 +++---
 .../gtk-3.0/borders/generic-border-focused.svg     |    6 +--
 themes/Adwaita/gtk-3.0/borders/generic-border.svg  |   14 +++---
 .../primary-toolbar-button-border-focused.svg      |   52 ++++++++++----------
 .../borders/primary-toolbar-button-border.svg      |   51 ++++++++++---------
 .../primary-toolbar-generic-border-focused.svg     |   47 +++++++++++++++---
 .../borders/primary-toolbar-generic-border.svg     |   47 +++++++++++++++---
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    6 ---
 14 files changed, 179 insertions(+), 116 deletions(-)

commit 5918f84545b8e4f616f356c9c0f6c64c7c278315
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Dec 2 14:52:41 2011 +0100

    Dark theme: slightly lighter.

 .../gtk-3.0/borders/column-header-border-dark.svg  |    8 ++++----
 .../borders/column-header-border-last-dark.svg     |    4 ++--
 themes/Adwaita/gtk-3.0/gtk-dark.css                |   20 ++++++++++----------
 3 files changed, 16 insertions(+), 16 deletions(-)

commit 9000c67b0613a835e843ed501e6b7f7c3919105f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Dec 1 16:55:20 2011 -0500

    Don't use wildcarded selector if possible

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

commit 02d1332803043f4ece0093408202dc8db51de95d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 1 22:43:34 2011 +0100

    Widget theme: dark version entry background color tweaks, fixed disabled active buttons on primary toolbars.

 themes/Adwaita/gtk-3.0/gtk-dark.css                 |    4 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css  |    3 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css      |    1 +
 4 files changed, 6 insertions(+), 3 deletions(-)

commit f03d58adc02f3e5620d89d72d6d2fdaea667ef18
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 1 22:13:33 2011 +0100

    Dark theme: finished color tweaking.

 .../gtk-3.0/borders/column-header-border-dark.svg  |   10 ++++----
 .../borders/column-header-border-last-dark.svg     |    8 +++---
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    8 +++---
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   26 ++++++++++++--------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    4 +--
 themes/Adwaita/gtk-3.0/gtk.css                     |    2 ++
 6 files changed, 34 insertions(+), 24 deletions(-)

commit 52ce077b4f842902073d119d9f2da6d4b5852400
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Dec 1 20:08:32 2011 +0100

    Dark theme: color tweaks. To be continue...

 themes/Adwaita/gtk-3.0/gtk-dark.css |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9a5e68b39f6d1c16e1fc9831a9eef5d5cb8262b0
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Thu Dec 1 12:54:19 2011 +0100

    Dark Widgets: Use dark/inverted textentries.

 themes/Adwaita/gtk-3.0/gtk-dark.css |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit bd37d985ea7b59ffbbf366f902e4f7e6a709cd51
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 30 21:38:13 2011 -0500

    engine: remove unused focus-border-gradient and focus-fill-color
    
    Remove these two style properties, since we don't use them anymore.

 src/adwaita_engine.c                   |   42 +++-----------------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 --
 2 files changed, 3 insertions(+), 41 deletions(-)

commit f040cbc855ff092ea8f4d7a9a0b22ef161dd85e9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 30 21:26:23 2011 -0500

    Make sure gnome-applications.css overrides the other styles

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

commit a8b156bc95f3ef2cfb8b768bcb7a903a1b1e1a49
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 30 21:22:15 2011 -0500

    toolbar: give back 1px padding to toolbar buttons
    
    It was lost when removing the focus ring.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2e5e90724d97d7d379d55b7406c371daa168c218
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 30 21:21:10 2011 -0500

    toolbar: don't use border-style: none for primary toolbar buttons
    
    As it would override to zero the widths we previously set.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit fab29915745d920a2fa6140f1fdb2199efce8e45
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 30 21:19:44 2011 -0500

    combobox: fix text being cut on the right end side
    
    Tweak the padding to fix text being cut. It looks like something's wrong
    in GtkComboBox's allocations though.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 7852ba7652ddc142d5e51479c42ff96850f181f1
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 20:47:35 2011 +0100

    Widget theme: add the glowy effect to the pushed spinbutton buttons.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   12 ++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   13 +++++++++++++
 2 files changed, 25 insertions(+)

commit 3623a2e6532968101eb95664cdaadeea0bc857cd
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 20:20:57 2011 +0100

    Widget theme: comboboxes on primary toolbar will always be styled as raised buttons, misc cleanups.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   19 +++++++++------
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |   25 ++++++++++----------
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   23 ++++++++----------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   23 ++++++++++++++----
 4 files changed, 53 insertions(+), 37 deletions(-)

commit c4276cc1898f8fef42d883eb2af49443a5be90c4
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 18:06:04 2011 +0100

    Dark theme: fixed scrollbars and insensitive spinbuttons.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   12 +++++++++++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   13 +++----------
 2 files changed, 14 insertions(+), 11 deletions(-)

commit 07ff5e0e0f6684957fde2cb26239cf5091f9dc28
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 17:29:39 2011 +0100

    Widget theme: fixed placeholder text for the dark theme, commented out scrollbar experiments css.

 themes/Adwaita/gtk-3.0/gtk-dark.css |    4 +++-
 themes/Adwaita/gtk-3.0/gtk.css      |    3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 2e752aa9c6fbdc16a0305e6fc9046c3b1f9ffd75
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 17:01:37 2011 +0100

    Widget theme: some more styling fixes to the new spinbuttons, added a new css file for experimenting with the scrollbars.

 themes/Adwaita/gtk-3.0/Makefile.am                 |    1 +
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    1 +
 .../Adwaita/gtk-3.0/gtk-scrollbar-experiments.css  |   46 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   10 ++---
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |    9 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   25 ++++++++---
 themes/Adwaita/gtk-3.0/gtk.css                     |    3 +-
 7 files changed, 82 insertions(+), 13 deletions(-)

commit 38216e7ac683f501adc02fce209d6d81d0bbc788
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Wed Nov 30 15:04:07 2011 +0100

    dark: lower the contrast on the entrybox gradient

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

commit a55e055dc73705b209c554db105abbf5de5f19f5
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 15:01:18 2011 +0100

    Widget theme: moved some definitions around.

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |    9 +++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css         |   11 +----------
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 1c97c1cccdf463698360a4e493096d32f096d0d9
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Wed Nov 30 14:50:55 2011 +0100

    dark: darken entries to lower contrast.
    
    - spinbuttons prelight use @internal_element_prelight

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

commit 42dc5c0c2a32780d9e7504cb2ecb8f4808619919
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 14:37:43 2011 +0100

    Widget theme: minor fixes.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 567e344cf4b8c40c886f490700dd9f1d1aaa2c5c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 30 14:11:57 2011 +0100

    Widget theme: subtler styling for new spinbuttons.

 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   10 +++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   40 ++++++++++----------
 2 files changed, 26 insertions(+), 24 deletions(-)

commit 73e1e0cf719dd568d2f48ab01e45a9eb0c43981a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Nov 29 17:55:50 2011 -0500

    primary-toolbar: make sure hover+focus buttons have the right bg

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ed17d678748d4ca26d20df5855b66846f76978aa
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 29 23:41:33 2011 +0100

    Widget theme: removed bold adwaita focus ring from buttons, the normal dashed one is more clear and works better.

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

commit 7f138938a34c5686a13d59a6149de8d618dd4d61
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 29 23:31:42 2011 +0100

    Widget theme: base scale marks color on fg color.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit badc653ae725142d06898c72205f085342aa8486
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 29 23:24:52 2011 +0100

    Widget theme: fixed a text shadow issue introduced in the previous commit for the dark theme (...), refreshed pointy scale sliders assets for the dark theme, finished new spinbuttons styling and some minor tweaks.

 .../scale-slider-marks-above-horizontal-dark.svg   |  243 +++++++-----------
 .../scale-slider-marks-above-vertical-dark.svg     |  260 ++++++++++----------
 .../scale-slider-marks-below-horizontal-dark.svg   |  244 +++++++-----------
 .../scale-slider-marks-below-vertical-dark.svg     |  242 ++++++++----------
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    8 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   30 +--
 6 files changed, 442 insertions(+), 585 deletions(-)

commit 85b27df470704d3ebc9bb925f7c6159bdb237ccd
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 29 21:55:42 2011 +0100

    Widget theme: removed text-shadow from insenitive combobox and GtkLinkButtons, some small cleanups.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   11 +++++------
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   15 +++++++++++----
 2 files changed, 16 insertions(+), 10 deletions(-)

commit e89cc870de4ec9393d44e37908f0663ddb50b81c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 29 20:07:34 2011 +0100

    Widget theme: fixed separators on buttons prelight state.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    5 +++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 34bd3279516c725b21be2d3513672b0bd0448b79
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Nov 29 11:18:00 2011 -0500

    combobox: add text-shadow for GtkComboBox

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

commit 3f1a2e2962c7a32adc8ad91a0b1d20ddc6fe1d8a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 28 18:45:12 2011 -0500

    Cleanups

 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css |   19 -------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css         |    9 ---------
 2 files changed, 28 deletions(-)

commit d185e9ebd2f383cfb1f4d5a8c2f6e3dc657b6bdc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 28 18:02:02 2011 -0500

    Update for GTK master.

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

commit 673d0e130cb44ea989cd21e21169435f227258cf
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Nov 22 12:32:24 2011 -0500

    spinbutton: remove box-shadow from spinbuttons arrows

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 47ef1b49feac10ec7f7448e49bae5b4362b61e78
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 18:24:51 2011 +0100

    Widget theme: icon-shadow added to raised buttons and inline toolbar buttons, dimmed text shadow on pressed buttons in the light theme.

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    3 +-
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   29 ++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   31 +++++++++++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css                     |    4 +--
 4 files changed, 63 insertions(+), 4 deletions(-)

commit 9f05f9c6b3e7faa127c0796c53611a68536c38ca
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 17:40:24 2011 +0100

    Widget theme: remove text-shadow from inactive buttons.

 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    4 ----
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |    4 +---
 2 files changed, 1 insertion(+), 7 deletions(-)

commit 6a3f14daaa9bbdd6b46a849b194bf46dae16f69e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 17:09:19 2011 +0100

    Widget theme: text-shadows on buttons.

 themes/Adwaita/gtk-3.0/gtk-dark.css                   |    3 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   14 +++++---------
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   17 ++++++++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css                        |    3 +++
 4 files changed, 27 insertions(+), 10 deletions(-)

commit d6b4e93cc024cf4b94e611b5da858fcfc68c9544
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 16:10:23 2011 +0100

    Dark theme: toned down buttons hilight.

 themes/Adwaita/gtk-3.0/borders/button-border-dark.svg          |    2 +-
 themes/Adwaita/gtk-3.0/borders/button-border-focused-dark.svg  |    8 ++++----
 .../gtk-3.0/borders/primary-toolbar-button-border-dark.svg     |    6 +++---
 .../borders/primary-toolbar-button-border-focused-dark.svg     |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

commit 77b82e9e598cc51195bedf2b3396f153d528f596
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 16:07:17 2011 +0100

    Dark theme: random fixes and darker active tab border.

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

commit ee1c0c98231072694e935ac2ed6c026c5612a7ba
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 16:00:25 2011 +0100

    Widget theme: assets cleanup and some GtkScale refresh.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   20 +-
 .../gtk-3.0/assets/button-active-border-dark.svg   |  130 ------------
 .../Adwaita/gtk-3.0/assets/button-border-dark.svg  |  175 ----------------
 .../gtk-3.0/assets/button-default-border-dark.svg  |  122 -----------
 .../gtk-3.0/assets/button-default-border.svg       |  148 -------------
 .../gtk-3.0/assets/entry-border-focused-dark.svg   |   74 -------
 .../gtk-3.0/assets/entry-border-normal-dark.svg    |  102 ---------
 .../primary-toolbar-button-active-border-dark.svg  |  119 -----------
 .../primary-toolbar-raised-button-border-dark.svg  |  131 ------------
 .../gtk-3.0/assets/progressbar-border-dark.svg     |   97 ---------
 .../assets/progressbar-border-vertical-dark.svg    |   97 ---------
 .../trough-active-border-horizontal-dark.svg       |  141 -------------
 .../assets/trough-active-border-horizontal.svg     |  142 -------------
 .../assets/trough-active-border-vertical-dark.svg  |  141 -------------
 .../assets/trough-active-border-vertical.svg       |  131 ------------
 .../assets/trough-border-horizontal-dark.svg       |  219 --------------------
 .../gtk-3.0/assets/trough-border-horizontal.svg    |  187 -----------------
 .../gtk-3.0/assets/trough-border-vertical-dark.svg |  176 ----------------
 .../gtk-3.0/assets/trough-border-vertical.svg      |  187 -----------------
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    6 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   36 ----
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   21 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    8 +-
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   14 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   39 ++--
 25 files changed, 54 insertions(+), 2609 deletions(-)

commit 5b4d05f185b4e8a26268ab75c651e7c727838681
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 13:08:53 2011 +0100

    Dark theme: progressbar colors tweaks.

 themes/Adwaita/gtk-3.0/gtk-dark.css                   |   12 ++++++------
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    4 ----
 2 files changed, 6 insertions(+), 10 deletions(-)

commit e39188d601fecd0ddd4071d384423c3ab66b50bf
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 12:50:23 2011 +0100

    Dark theme: darkened insensitive elements background, fixed insensitive switch and normalized insensitive scale sliders

 .../assets/scale-slider-horizontal-insensitive-dark.svg      |    8 ++++----
 .../scale-slider-marks-above-horizontal-insensitive-dark.svg |    8 ++++----
 .../scale-slider-marks-above-vertical-insensitive-dark.svg   |    8 ++++----
 .../scale-slider-marks-below-horizontal-insensitive-dark.svg |    8 ++++----
 .../scale-slider-marks-below-vertical-insensitive-dark.svg   |    8 ++++----
 .../assets/scale-slider-vertical-insensitive-dark.svg        |   10 +++++-----
 themes/Adwaita/gtk-3.0/gtk-dark.css                          |    4 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css        |    4 ----
 8 files changed, 27 insertions(+), 31 deletions(-)

commit 3a7c65df9789f6531b2e12b123ef60a6d9a18033
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 09:34:03 2011 +0100

    Widget theme: added an initial gap to notebooks as in the original mockups.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit a86140e0d84eeb80da41eb3f4da257071b3a3f24
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Nov 22 02:01:02 2011 -0500

    dark-theme: use a solid color for insensitive background
    
    Or it won't play nice with the way we're sometimes shading the color.
    This also fixes buttons having different background colors in the dark
    theme depending on where they were placed (as seen in e.g. Totem's
    plugins dialog).

 themes/Adwaita/gtk-3.0/gtk-dark.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 91e55e330a78b014b32d7b949b66728c0d06cff5
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 00:37:51 2011 +0100

    Widget theme: Added two missing svgs to the dark theme.

 themes/Adwaita/gtk-3.0/borders/Makefile.am         |    2 +
 .../gtk-3.0/borders/column-header-border-dark.svg  |  116 ++++++++++++++++++++
 .../borders/column-header-border-last-dark.svg     |  110 +++++++++++++++++++
 3 files changed, 228 insertions(+)

commit 5836eb5406a3215983339215f9f6c97141395414
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 22 00:23:50 2011 +0100

    Widget theme: toned down a lot focused borders color for the dark theme, added a blue glow inside focused text entry to make the focus more evident.

 .../gtk-3.0/borders/button-border-focused-dark.svg       |   14 +++++++-------
 .../gtk-3.0/borders/generic-border-focused-dark.svg      |    6 +++---
 .../primary-toolbar-button-border-focused-dark.svg       |    8 ++++----
 .../primary-toolbar-generic-border-focused-dark.svg      |    8 ++++----
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css    |    4 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css                   |    7 +++++--
 6 files changed, 27 insertions(+), 20 deletions(-)

commit a173c58230dabdcbb33bb85add6f362221d1c5c3
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 23:59:08 2011 +0100

    Widget theme: remove hilight to checks and radios on selected rows for the bright theme, dark version to come.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    6 +
 .../gtk-3.0/assets/checkbox-checked-no-hilight.svg |  199 ++++++++++++++
 .../gtk-3.0/assets/checkbox-mixed-no-hilight.svg   |  195 ++++++++++++++
 .../assets/checkbox-unchecked-no-hilight.svg       |  155 +++++++++++
 .../gtk-3.0/assets/radio-mixed-no-hilight.svg      |  202 ++++++++++++++
 .../gtk-3.0/assets/radio-selected-no-hilight.svg   |  279 ++++++++++++++++++++
 .../gtk-3.0/assets/radio-unselected-no-hilight.svg |  161 +++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   42 ++-
 8 files changed, 1227 insertions(+), 12 deletions(-)

commit 904a80781ad7d63cfddad205c595d36981839898
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 21 17:32:03 2011 -0500

    build: install gtk-widgets-borders-dark.css

 themes/Adwaita/gtk-3.0/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

commit c4b401cc9d6aa1b0310f5440db53ab1612d0a66b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 23:22:17 2011 +0100

    Widget theme: first stab at the dark theme rebuild.

 .../Adwaita/gtk-3.0/borders/button-border-dark.svg |   43 ++----
 .../gtk-3.0/borders/button-border-focused-dark.svg |   20 +--
 .../gtk-3.0/borders/generic-border-dark.svg        |   47 +++---
 .../borders/generic-border-focused-dark.svg        |  123 +++++++--------
 .../borders/primary-toolbar-button-border-dark.svg |   65 ++------
 .../primary-toolbar-button-border-focused-dark.svg |   45 ++----
 .../primary-toolbar-generic-border-dark.svg        |  136 ++++-------------
 ...primary-toolbar-generic-border-focused-dark.svg |   45 ++----
 themes/Adwaita/gtk-3.0/gnome-applications.css      |   10 +-
 themes/Adwaita/gtk-3.0/gtk-dark.css                |   12 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   71 +--------
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |  161 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    9 --
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   11 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    9 +-
 themes/Adwaita/gtk-3.0/gtk.css                     |    3 +-
 16 files changed, 354 insertions(+), 456 deletions(-)

commit 5ad6a9854334f52c53f23347b4e146fb157b3d3e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 19:41:21 2011 +0100

    Widget theme: added svg placeholder for dark theme restructure. Fixing the build breakage I introduced a pair of commits ago...

 .../Adwaita/gtk-3.0/borders/button-border-dark.svg |  135 +++++++++++++
 .../gtk-3.0/borders/button-border-focused-dark.svg |  114 +++++++++++
 .../gtk-3.0/borders/generic-border-dark.svg        |  106 ++++++++++
 .../borders/generic-border-focused-dark.svg        |  102 ++++++++++
 .../borders/primary-toolbar-button-border-dark.svg |  182 ++++++++++++++++++
 .../primary-toolbar-button-border-focused-dark.svg |  160 ++++++++++++++++
 .../primary-toolbar-generic-border-dark.svg        |  202 ++++++++++++++++++++
 ...primary-toolbar-generic-border-focused-dark.svg |  130 +++++++++++++
 8 files changed, 1131 insertions(+)

commit 2f5f77d1982cedc97ce4f144ef09e77bcbb67b01
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 18:21:14 2011 +0100

    Widget theme: first stab at column headers.

 themes/Adwaita/gtk-3.0/borders/Makefile.am         |   12 +-
 .../gtk-3.0/borders/column-header-border-last.svg  |  163 +++++++++++++++++++
 .../gtk-3.0/borders/column-header-border.svg       |  169 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   33 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   61 +++++--
 5 files changed, 422 insertions(+), 16 deletions(-)

commit 5ac4a597faf0315dc05db63dca3800fcfaa3e117
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 16:16:45 2011 +0100

    Widget theme: checks and radios refresh, some tweaks to the switch.

 .../assets/checkbox-checked-insensitive.svg        |  105 ++------
 themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg |  138 +++++-----
 .../checkbox-menuitem-checked-insensitive.svg      |    4 +-
 .../assets/checkbox-menuitem-mixed-insensitive.svg |    4 +-
 .../gtk-3.0/assets/checkbox-menuitem-mixed.svg     |    2 +-
 .../gtk-3.0/assets/checkbox-mixed-insensitive.svg  |  115 +--------
 themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg   |  237 +++++++----------
 .../assets/checkbox-unchecked-insensitive.svg      |   70 +----
 .../Adwaita/gtk-3.0/assets/checkbox-unchecked.svg  |  147 +++++------
 .../assets/radio-menuitem-checked-insensitive.svg  |    4 +-
 .../assets/radio-menuitem-mixed-insensitive.svg    |    2 +-
 .../gtk-3.0/assets/radio-mixed-insensitive.svg     |  179 +------------
 themes/Adwaita/gtk-3.0/assets/radio-mixed.svg      |  267 +++++---------------
 .../gtk-3.0/assets/radio-selected-insensitive.svg  |  149 +----------
 themes/Adwaita/gtk-3.0/assets/radio-selected.svg   |  245 +++++++-----------
 .../assets/radio-unselected-insensitive.svg        |   84 +-----
 themes/Adwaita/gtk-3.0/assets/radio-unselected.svg |  225 ++++-------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   12 +-
 themes/Adwaita/gtk-3.0/gtk.css                     |    2 +-
 19 files changed, 505 insertions(+), 1486 deletions(-)

commit f3ee89dc84e4393a7d6826fb67344614ee10ae48
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 13:29:04 2011 +0100

    Widget theme: moved all :window-unfocused stuff to a new file (commented out in gtk.css for now), since it almost never intersect with other stuff.

 themes/Adwaita/gtk-3.0/Makefile.am                 |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   52 +-------
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   22 +---
 .../gtk-3.0/gtk-widgets-window-unfocused.css       |  132 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   46 +------
 themes/Adwaita/gtk-3.0/gtk.css                     |    3 +-
 6 files changed, 138 insertions(+), 118 deletions(-)

commit c595e02aae077324565f6e536262e8512a8096fa
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 12:48:19 2011 +0100

    Fix build breakage I introduced deleted a pair of assests...

 themes/Adwaita/gtk-3.0/assets/Makefile.am |    2 --
 1 file changed, 2 deletions(-)

commit 1dd3c4c8a9e28e39bc316ca22effac2de75f84df
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 21 12:39:23 2011 +0100

    Widget theme: Progressbars refresh.

 .../gtk-3.0/assets/progressbar-border-vertical.svg |   98 --------------------
 .../Adwaita/gtk-3.0/assets/progressbar-border.svg  |   97 -------------------
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   11 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   24 +----
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   47 +++-------
 themes/Adwaita/gtk-3.0/gtk.css                     |    4 +-
 6 files changed, 32 insertions(+), 249 deletions(-)

commit e58cc0043c3acf92b679b72c8d383a6858f8881c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Nov 20 21:47:11 2011 +0100

    Widget theme: Switch styling refresh and some additional work on the unfocused window state.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   18 +++++++--
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   19 ++++++----
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   40 +++++++++-----------
 themes/Adwaita/gtk-3.0/gtk.css                     |    4 +-
 4 files changed, 47 insertions(+), 34 deletions(-)

commit a5ceb92dad05d913cbe8bb2bd7aea081802d3078
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Nov 20 15:24:12 2011 +0100

    Widget theme: some more unfocused window work.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   11 +++-
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   64 +++++---------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   27 ++++++++-
 themes/Adwaita/gtk-3.0/gtk.css                     |    2 +
 4 files changed, 51 insertions(+), 53 deletions(-)

commit f68699d475d5e312b5f5fe22591b0416e60272e2
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sun Nov 20 13:05:50 2011 +0100

    Widget theme: some initial window-unfocused work.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   53 +++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |   61 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   28 ++++-----
 themes/Adwaita/gtk-3.0/gtk.css                     |    6 ++
 4 files changed, 130 insertions(+), 18 deletions(-)

commit 81cc3804b0c6e2cf206b641e0b4daa97b55ffe3c
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Nov 18 23:23:12 2011 +0100

    Widget theme: nautilus pane separator fixes.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    9 +++++++++
 1 file changed, 9 insertions(+)

commit e98f987edf68edf52bd081c704e41877afba0fcb
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Nov 17 15:17:41 2011 -0500

    adwaita: first pass of a big rewrite for borders and linked areas
    
    We want to reduce the number of SVG assets we use for borders, and at
    the same time add some outset shadows to elements using border-image.
    
    Two new CSS files are created and included:
    - gtk-widgets-backgrounds.css: defines the background gradients for
      common widgets such as entries, buttons and comboboxes
    - gtk-widgets-borders.css: defines the borders for such common elements
    
    This is a first pass of implementing this new style for the light theme
    (dark theme support is still missing).

 configure.ac                                       |    1 +
 themes/Adwaita/gtk-3.0/Makefile.am                 |    4 +-
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    7 -
 .../gtk-3.0/assets/button-active-border.svg        |  130 ----
 themes/Adwaita/gtk-3.0/assets/button-border.svg    |  118 ----
 .../assets/combobox-entry-border-active.svg        |  112 ---
 .../gtk-3.0/assets/entry-border-focused.svg        |   74 --
 .../Adwaita/gtk-3.0/assets/entry-border-normal.svg |  123 ----
 .../primary-toolbar-button-active-border.svg       |  119 ----
 .../primary-toolbar-raised-button-border.svg       |  118 ----
 themes/Adwaita/gtk-3.0/borders/Makefile.am         |   12 +
 .../gtk-3.0/borders/button-border-focused.svg      |  114 +++
 themes/Adwaita/gtk-3.0/borders/button-border.svg   |  135 ++++
 .../gtk-3.0/borders/generic-border-focused.svg     |  102 +++
 themes/Adwaita/gtk-3.0/borders/generic-border.svg  |  106 +++
 .../primary-toolbar-button-border-focused.svg      |  160 +++++
 .../borders/primary-toolbar-button-border.svg      |  182 +++++
 .../primary-toolbar-generic-border-focused.svg     |  130 ++++
 .../borders/primary-toolbar-generic-border.svg     |  202 ++++++
 themes/Adwaita/gtk-3.0/gtk-backgrounds.css         |   56 ++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |  159 +----
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |  103 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |  141 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |  726 +++++++++-----------
 themes/Adwaita/gtk-3.0/gtk.css                     |    7 +-
 25 files changed, 1784 insertions(+), 1357 deletions(-)

commit 3a2bef10b0e7008f3535749d995e04aef73a1f46
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 30 18:22:44 2011 -0500

    documents: set transparent bg color on osd toolbars
    
    This broke after background-color behavior change in GTK master.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit 9bfa51934cbb1d1b15bfa2eac131fd5613c0433e
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Wed Nov 30 20:14:50 2011 +0100

    backgrounds: Don't use hardcoded paths

 themes/Adwaita/backgrounds/Makefile.am          |    8 +++-
 themes/Adwaita/backgrounds/adwaita-timed.xml    |   53 -----------------------
 themes/Adwaita/backgrounds/adwaita-timed.xml.in |   51 ++++++++++++++++++++++
 3 files changed, 57 insertions(+), 55 deletions(-)

commit d3e9dbf49022fbc2c1e82216650c865931b5b9e2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 28 20:41:56 2011 -0500

    spinbutton: round corners for first/last button

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit b2abbc8ec6be3c33de80fd9114df783f5747bae6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 28 14:45:14 2011 -0500

    linked: turn the GtkPathBar linked button style into a generic style
    
    Now that GTK+ defines the linked style class, we can use these selectors
    for a more generic linked button style.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   69 ++++++++++++++++----------------
 1 file changed, 35 insertions(+), 34 deletions(-)

commit 820ee557b03dfa42b0d68667195740b5202f9c4d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 23 10:56:03 2011 -0500

    spinbutton: update for horizontal layout redesign

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   49 +++++++++++++++++++-------------
 1 file changed, 30 insertions(+), 19 deletions(-)

commit 25d713490ee32f1adf9917e988e6a961dc655004
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Nov 27 22:53:41 2011 -0500

    Update for GTK+ master changes
    
    GTK+ master now renders background-color below background-image, so we
    need to set a transparent background color when we don't want it rendered.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   11 +++++++++++
 1 file changed, 11 insertions(+)

commit c779b6cbb33fdd7941a30642168b86c974ae4148
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Nov 26 02:44:54 2011 -0500

    documents: style for entry tag buttons

 themes/Adwaita/gtk-3.0/gnome-applications.css |   31 +++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit b5c7f87ce00bc4a30fd3842a79bc20033b6910b3
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Thu Nov 24 17:35:30 2011 +0100

    update static wallpaper to an animated one.

 themes/Adwaita/backgrounds/Makefile.am       |    6 ++-
 themes/Adwaita/backgrounds/adwaita-timed.xml |   53 ++++++++++++++++++++++++++
 themes/Adwaita/backgrounds/adwaita.xml.in.in |    2 +-
 themes/Adwaita/backgrounds/bright-day.jpg    |  Bin 0 -> 330495 bytes
 themes/Adwaita/backgrounds/good-night.jpg    |  Bin 0 -> 117329 bytes
 themes/Adwaita/backgrounds/morning.jpg       |  Bin 0 -> 246770 bytes
 themes/Adwaita/backgrounds/stripes.jpg       |  Bin 330495 -> 0 bytes
 7 files changed, 59 insertions(+), 2 deletions(-)

commit d8acad42b43270496d4104e37e803d4d76d09c48
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 23 13:27:58 2011 -0500

    documents: tweak text color for selection mode toolbars

 themes/Adwaita/gtk-3.0/gnome-applications.css |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 12 insertions(+), 1 deletion(-)

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 file 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 file changed, 1 insertion(+), 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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 2 insertions(+), 1 deletion(-)

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 file changed, 1 insertion(+), 1 deletion(-)

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 file changed, 39 insertions(+)

commit 587d6f1cf141f1f3c69d10d88e89ecf0fa746ac1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Oct 25 12:12:18 2011 -0400

    release: prepare for 3.3.1

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

commit 4888306c315885ae96b67167a03cdbd213e82ed1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 24 16:47:53 2011 -0400

    notebook: propagate the bg color for viewports inside notebooks
    
    The notebook doesn't use the standard bg color, so if there's a viewport
    in a notebook page, propagate the different background to it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655635

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 22c518801c04445342e6cde991d9830fc861fca3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 24 15:08:21 2011 -0400

    switch: cleanup color names

 themes/Adwaita/gtk-3.0/gtk-dark.css    |    7 +++----
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++--
 themes/Adwaita/gtk-3.0/gtk.css         |    5 ++---
 3 files changed, 7 insertions(+), 9 deletions(-)

commit b49cf4a52b66e2eee3b761e6e09a738bcb59a60b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 24 15:04:14 2011 -0400

    dark: fix active switch slider and trough states for the dark theme
    
    This also removes the SVG assets we used for the switch sliders,
    replacing them with a regular border together with a box-shadow.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    2 -
 .../gtk-3.0/assets/switch-slider-active-border.svg |  105 --------------------
 .../gtk-3.0/assets/switch-slider-border.svg        |  105 --------------------
 .../trough-active-border-horizontal-dark.svg       |   22 ++--
 .../assets/trough-active-border-vertical-dark.svg  |   12 +--
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    4 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    9 --
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |    8 --
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    9 +-
 themes/Adwaita/gtk-3.0/gtk.css                     |    2 +-
 10 files changed, 26 insertions(+), 252 deletions(-)

commit 38c04c7476caeb73f9e6e04a79aa22c2a6b9e638
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 24 14:25:56 2011 -0400

    dark: correctly theme the active text for dark switch trough

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

commit 76440706e29d00f9f48d53b043ce25b809193f03
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 24 14:23:17 2011 -0400

    dark: correctly theme insensitive slider trough bg for dark theme

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

commit b9d06e3ce7e5f9f5de0c9b48ad43685069d2a4a4
Author: György Balló <ballogy@freestart.hu>
Date:   Mon Oct 24 09:30:42 2011 -0400

    fallback: fix menu applets theming on gnome-panel
    
    Some menu applets (e.g. Window Selector) are not themed properly. Now we
    add an additional selector to theming them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662492

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 2e136210f297980b6598572ffea8ebdd55223768
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Oct 12 14:31:15 2011 -0400

    tooltips: enable transparency and rounded corners
    
    Now that GTK+ supports it, we can make the tooltip rounded and
    transparent as it is in the mockups.

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

commit 261cc06476e25fb2fc61bd020a5e5f96db16a1d7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Oct 18 15:09:52 2011 -0400

    treeview: match column-header.button in addition to column-header .button
    
    Some custom widgets render their column header as part of the canvas,
    and use custom canvas items with a .button style class to simulate
    button children. Support that.
    This kind of behavior is seen e.g. in Evolution's ETable implementation.

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

commit 241cda992651662d437e6072333969877d99c4fd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 15 02:08:27 2011 -0400

    notebook: increase 1px top padding for the notebook label
    
    This essentially restores the tab to be the same height as it is in the
    3.2 theme.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 3e9b7879791e93fc04ddede48cc1cc9b6cf7d20d
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Wed Oct 5 11:28:32 2011 +0300

    Initial Finnish translation

 po/LINGUAS |    1 +
 po/fi.po   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

commit 425ad0ca7c46142cca4ff556d155fe9bfaa1ab44
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 3 21:12:03 2011 -0400

    fallback: tweak padding for the panel button

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7cd3b3403d038bc94fd620c221976e30907b092d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 3 21:03:57 2011 -0400

    fallback: add a missing selector

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 66337c9988063766f2b84f9fbea61915e617693e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 3 20:41:04 2011 -0400

    fallback: fixup gnome-panel theming for fallback mode
    
    The panel in fallback mode looks really bad with the current theme.
    Fixup a number of issues with the background colors and borders for the
    taskbar, menu and clock items.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   53 ++++++++++++++++++--------------
 1 file changed, 30 insertions(+), 23 deletions(-)

commit c143dc2ba40c897d256de30226d9b582cff3bdbb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 22 09:42:09 2011 -0400

    notebook: flip padding according to the tab position
    
    Now that GtkNotebook supports indicating the tab position with a style
    class, use it to flip the padding if the tab is on the bottom side.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   34 ++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)

commit 7cfb2153d5ea0b508ef316dc3fa3ac3246b2c9e1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 22 09:34:09 2011 -0400

    notebook: tweak padding for notebook tab active state

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

commit bdbd71625539f470d9268cb5b7bca1bebcc99fbd
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Sep 27 16:26:35 2011 +0200

    Update the default wallpaper.

 themes/Adwaita/backgrounds/stripes.jpg |  Bin 246770 -> 330495 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit ecb6ccf492a21a2b6dbb8519683abc249a7235fa
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 26 11:14:51 2011 -0400

    release: prepare for 3.2.0

 NEWS         |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit b543c8f8d520f9f13f59f009871ff64e60c24700
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 26 11:14:37 2011 -0400

    build: switch to dist-xz

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 260e17a2a6e426855a036688841ae0dd649fb9ed
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Sat Sep 24 16:22:30 2011 +0530

    Updated Assamese Translations:bugzilla#659595

 po/as.po |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 64a9ecd9a26e89088a77dbd424daee82d4e6ab8c
Author: ipraveen <mail2ipn@gmail.com>
Date:   Fri Sep 23 15:31:26 2011 +0530

    Updated Telugu Translation

 po/te.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 96ca0798d6e5e748eb997bbec59afcece92d45a1
Author: ipraveen <mail2ipn@gmail.com>
Date:   Fri Sep 23 10:08:55 2011 +0530

    Added Telugu Translation

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit a8feab2600308f7f5d3ce99afcbd7942aedf9763
Author: ipraveen <mail2ipn@gmail.com>
Date:   Fri Sep 23 10:08:31 2011 +0530

    Updated Telugu Translation

 po/te.po |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

commit e2eb16c5dd6b0822a0600caa360db81c117521ef
Author: Pavol Šimo <palo.simo@gmail.com>
Date:   Wed Sep 21 21:50:04 2011 +0200

    Added sk to languages

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 7222e910c725ec756f05f05d4e27073197f820cb
Author: Stanislav Petrek <stanislav.petrek@gmail.com>
Date:   Wed Sep 21 21:49:44 2011 +0200

    Initial Slovak translation

 po/sk.po |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

commit 3ed6f66bdb67b5b6d0237fdfc8ef95dcde57246a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 20 16:42:00 2011 -0400

    toolbar: fix border for pressed state of inline-toolbar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit f1884daf049330a9dd9de84f8956579feb86c978
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 19 10:53:50 2011 -0400

    release: prepare for 3.1.92

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 83977ea29ef738ce0edff93ddeae1d4e72da27f6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 19 10:45:56 2011 -0400

    Theme mixed checkbox and radio menuitems

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    4 ++
 .../assets/checkbox-menuitem-mixed-insensitive.svg |   66 ++++++++++++++++++++
 .../gtk-3.0/assets/checkbox-menuitem-mixed.svg     |   66 ++++++++++++++++++++
 .../assets/radio-menuitem-mixed-insensitive.svg    |   66 ++++++++++++++++++++
 .../gtk-3.0/assets/radio-menuitem-mixed.svg        |   66 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   16 +++++
 6 files changed, 284 insertions(+)

commit 167f276e1e8211e438352118b46205e8d55ac6fd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 19 10:45:12 2011 -0400

    Theme insensitive+active state for radio and check menuitems
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659263

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    2 +
 .../checkbox-menuitem-checked-insensitive.svg      |   63 ++++++++++++++++++
 .../assets/radio-menuitem-checked-insensitive.svg  |   67 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    8 +++
 4 files changed, 140 insertions(+)

commit d6c1366f541c292fac093f33b80a18dfa0dcc215
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 19 10:27:24 2011 -0400

    Theme inconsistent+insensitive radio and check for the dark theme

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    6 +-
 .../assets/checkbox-mixed-insensitive-dark.svg     |  238 +++++++++++++++++++
 .../assets/radio-mixed-insensitive-dark.svg        |  242 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   12 +
 4 files changed, 496 insertions(+), 2 deletions(-)

commit e57b27efff640e35fa241a93aff9d9224e14b6b9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 19 10:22:47 2011 -0400

    Theme inconsistent+insensitive radio and check for the light theme

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    2 +
 .../gtk-3.0/assets/checkbox-mixed-insensitive.svg  |  208 ++++++++++++++
 .../gtk-3.0/assets/radio-mixed-insensitive.svg     |  295 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   12 +
 4 files changed, 517 insertions(+)

commit a0afb5c140d5930054bc90fbdea2018a5638a8ce
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Sep 17 16:03:36 2011 +0200

    Window decorations: remove a leftover line from utility and dialog unfocused titlebar.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 800320d43be4df7a41ff71f2b8458801b3b1cc90
Author: Tiffany Antopolski <tiffany@antopolski.com>
Date:   Fri Sep 16 19:24:30 2011 -0400

    Added en_CA.po

 po/LINGUAS  |    1 +
 po/en_CA.po |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

commit dcd41b6e1c890bebb1c64d3a0a4a704cb1f096ae
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Sep 16 19:35:14 2011 +0200

    Fix GtkPathBar active buttons styling.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

commit 4cbda9094de882b7aa276031a8da7c7c57ad7696
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Fri Sep 16 17:42:08 2011 +0200

    Avoid inner gap for :active default buttons
    
    The pushed state of default buttons would have a light inner border.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 18f0ad2049bc2f40882988c6f2c96ee345b05d35
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 13 16:11:29 2011 -0400

    menu: fix appearance of scroll buttons in menus
    
    Don't give them the regular button background/border, but fade them in
    the menu background.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   46 ++++++++++++++++++++------------
 1 file changed, 29 insertions(+), 17 deletions(-)

commit c40dd357fdd24150c8cea92f32ea16bb633df92e
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Tue Sep 13 22:03:56 2011 +0530

    updated Tamil translation

 po/ta.po |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit e739fad818d78a5bbb4c076e76d6eeb62de993fa
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Apr 3 05:50:14 2011 +0530

    Added ta translation

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 7daf5fda5d5c3d7e09a92c999972211d7bae53f3
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Apr 3 05:50:00 2011 +0530

    Updated Tamil translation

 po/ta.po |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

commit 3ad9ea75dd27c39466ce29464de4b6fe423becb8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 12 22:10:24 2011 -0400

    nautilus: use the right shadow for icons on the desktop
    
    Make it (1, 1) px offset, as it was in 3.0.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed60348e75e14ef70855d67a2fb7f2133e892682
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Sep 12 16:18:52 2011 +0200

    Window decorations: fixed attached modals.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

commit 6efac2bee07d6d8819bc87f49374b0a0d9ce4c1c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 8 18:23:01 2011 -0400

    combobox-entry: switch radius/borders when in RTL mode
    
    Don't assume the entry is always the first child and the button is
    always the last. Instead, use nth-child(first) and nth-child(last) to
    decide where the junction should be drawn.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658507

 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css |   23 ++++++++++++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   41 +++++++++++++++++++++++--
 2 files changed, 60 insertions(+), 4 deletions(-)

commit db71297f298a28ea38f7cc3e2ba1ca52d2d6f54f
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Sep 8 14:33:37 2011 +0530

    Updated Gujarati Translations

 po/gu.po |   37 +++++++++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 6 deletions(-)

commit 519c8837f7049e894fd3ea4db1caf3f22cbc216a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Sep 7 21:18:02 2011 -0400

    dnd: add a style selector for the dnd style class
    
    It's a stock GTK class and it's used by Nautilus, so it should be
    supported here.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 +++++++
 1 file changed, 7 insertions(+)

commit d8a74919cb4d72f1d73a02d76fb657af3bcfff8a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Sep 7 15:35:03 2011 -0400

    nautilus: ensure the searchbar icon has the right color
    
    See also
    http://git.gnome.org/browse/nautilus/commit/?id=0ae354ce50394d18be01ca670fdf190d63c1591e
    for more rationale.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 1c20fd28f4c2e389daaa3f370053178735661162
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Sep 7 15:06:54 2011 -0400

    all: move applications overrides into a separate stylesheet
    
    And import the Nautilus styles there as well.

 themes/Adwaita/gtk-3.0/Makefile.am            |    1 +
 themes/Adwaita/gtk-3.0/gnome-applications.css |  109 +++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-dark.css           |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets.css        |   15 ----
 themes/Adwaita/gtk-3.0/gtk.css                |    1 +
 5 files changed, 112 insertions(+), 15 deletions(-)

commit df8e5eef8601a896ec436c74f2e84e7dbc04d93c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Sep 7 14:55:57 2011 -0400

    rubberband: style rubberband class for views

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 5444e49ac5b2baf6ad8676581a53bcbcafd5ea9d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 7 17:34:26 2011 +0100

    build: Make error on older GTK+ nicer
    
    "configure: error: GTK+-3.0 is required to compile gnome-themes-standard"
    
    But I have something even newer than that! And it's definitely
    installed, I hear you cry. Yeah, it wasn't you, it was us. No, really,
    it was us.
    
    "configure: error: GTK+ 3.1.18 is required to compile gnome-themes-standard"

 configure.ac |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit f7b8d93fe1ef09baae5a6395ddcb1c19d8a53500
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Sep 7 10:54:25 2011 -0400

    image: always set a color for the image class
    
    Not only for images in an entry.

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

commit c0d10fb8233be7bbd8582aa1e69f1afdecc9d831
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Sep 7 10:45:18 2011 -0400

    button: remove highlight from active button border
    
    As suggested by Lapo Calamandrei.

 themes/Adwaita/gtk-3.0/assets/button-active-border.svg |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

commit d05c0db5aad57783928aed5f95b491909cf979d5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 6 15:14:40 2011 -0400

    release: prepare for 3.1.91

 NEWS         |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 5fd6c56b24903185e61d52b9dcba62deba7cce6e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 6 15:13:47 2011 -0400

    build: bump GTK+ required version
    
    3.1.18 is now required for pathbar theming and GtkThemingEngine's
    gtk_render_line() implementation which we rely upon now.

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d64782dce4d8fe2a843111792264a16b977d052c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 6 09:51:25 2011 -0400

    pathbar: apply a linked style to the filechooser pathbar buttons
    
    This requires GTK+ 3.1.18 to work properly, which added nth-child()
    support in GtkPathBar.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

commit 78b47f883dde22951348acfe364807373807fea6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Sep 2 16:21:46 2011 -0400

    slider: ensure we don't render a line on the slider

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 986b4e871e0f2b2523581428381958e241f68307
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Sep 2 15:32:32 2011 -0400

    separator: correctly set the color for tree view separators

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 4eb5e8e3bcc24e7c9cfb15cf832557c125f6513e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 1 14:12:10 2011 -0400

    adwaita: remove our custom gtk_render_line() implementation
    
    Use the stock GtkThemingEngine one now that it's fixed.

 src/adwaita_engine.c                   |   45 --------------------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   31 ++++++++++------------
 2 files changed, 14 insertions(+), 62 deletions(-)

commit d5a8558015d2d780347cf91226bb47a054df57ee
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Sep 1 15:14:31 2011 -0400

    menuitem: make the insensitive text color a bit darker

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 08a1cb2a74874b7556276021074b294fed10e8df
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Aug 29 19:36:48 2011 -0400

    release: prepare for 3.1.90

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit b8ce292e702d01d32deface58a529d7e2d922cb1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Aug 26 16:25:20 2011 -0400

    toolbars: enable the raised and linked classes on non-primary toolbars
    
    Such as the 'menu/toolbar' seen in Documents.

 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   42 +++++-----
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   42 +++++-----
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   83 +++++++++-----------
 3 files changed, 75 insertions(+), 92 deletions(-)

commit c3ed1e61a9d1572d24b7bedf71627ce6227f2ad1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Aug 26 13:22:19 2011 -0400

    fail-whale: don't override color for the dialog internals

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

commit 77bc16c52a6eb790d8c5bf371ab483b2dfd73109
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Aug 26 13:15:44 2011 -0400

    button: make sure to set a default color

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

commit 90c4f48cf7720fb9b31e8388843a5fa6b8f3f705
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Aug 24 17:31:51 2011 -0400

    menubutton: add support for the menubutton style
    
    As seen in gnome-contacts.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit 23ad7d205c19d9e003da0ba57cdd243fdf03c649
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 2 12:49:51 2011 +0200

    sidebar: use a flat style for radiobuttons on sidebars
    
    As seen in the Documents mockups.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    6 ++
 .../gtk-3.0/assets/sidebar-radio-checked-dark.svg  |   66 ++++++++++++++++++++
 .../gtk-3.0/assets/sidebar-radio-checked.svg       |   66 ++++++++++++++++++++
 .../gtk-3.0/assets/sidebar-radio-prelight.svg      |   66 ++++++++++++++++++++
 .../gtk-3.0/assets/sidebar-radio-selected-dark.svg |   66 ++++++++++++++++++++
 .../assets/sidebar-radio-selected-prelight.svg     |   66 ++++++++++++++++++++
 .../gtk-3.0/assets/sidebar-radio-selected.svg      |   66 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   20 ++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   20 ++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    7 +++
 10 files changed, 449 insertions(+)

commit 3b120283d02fd8d751b3b63e87ebb683cdee5937
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 2 12:48:40 2011 +0200

    toolbars: style toolbars with a menubar class
    
    Like the one in the Documents application.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit e190475892cd04e0e71fede3e3244d69aba152dd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Aug 22 15:13:29 2011 -0400

    tooltips: propagate the background color to child widgets

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit f9c8b69ec57e83cdcb89c85d3f7502beb1c81958
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 16 11:01:25 2011 +0200

    release: prepare for 3.1.5

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

commit 5b24fbab471d5ea8613e721e8a455887652af025
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 16 10:59:14 2011 +0200

    combobox-entry: match new combobox-entry style on primary-toolbars
    
    It needs an additional selector, as primary toolbar buttons already have
    a different style.

 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    3 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |    3 +++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    9 ++++++++-
 3 files changed, 14 insertions(+), 1 deletion(-)

commit 60ed7bb0a89010aa330c2efd3e2395a0c331c26b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Aug 12 15:05:58 2011 +0200

    expander: only apply the padding hack for regular treeview expanders
    
    What we do here is really bad.

 src/adwaita_engine.c                   |   24 +++++++++++++++---------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++--
 2 files changed, 17 insertions(+), 11 deletions(-)

commit 7aee51da2d1fa871c6e988cfd5f6cbac2c37c73c
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Fri Aug 12 12:36:12 2011 +0200

    flat menus will work better for outset toolbars (Documents, Music..)

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit 06eec732e5cecfbc95c0d0353469f0518cc589d5
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Fri Aug 12 12:16:06 2011 +0200

    spinbutton padding.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b59895cbdac5240708ec767e8bbd9cb6d76b891e
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Fri Aug 12 11:42:21 2011 +0200

    pushed state for dakr buttons.

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

commit 35a60360797f68d09ce5d74db564799c27120f14
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Fri Aug 12 11:25:09 2011 +0200

    gtkscale+through shading.

 .../assets/scale-slider-horizontal-dark.svg        |   96 ++++++++++++++---
 .../scale-slider-horizontal-insensitive-dark.svg   |   14 +--
 .../gtk-3.0/assets/scale-slider-vertical-dark.svg  |  114 ++++++++++++++++++--
 .../scale-slider-vertical-insensitive-dark.svg     |   42 ++------
 .../assets/trough-border-horizontal-dark.svg       |   62 +++++++++--
 .../gtk-3.0/assets/trough-border-vertical-dark.svg |   25 +++--
 6 files changed, 272 insertions(+), 81 deletions(-)

commit ff177897389988012a3bcbe77c7b53f76aa9c12c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Aug 11 13:11:43 2011 +0200

    settings: use gtk-visible-focus = automatic
    
    The new gtk-visible-focus GTK setting disables focus rings until keynav
    is used.

 configure.ac                        |    2 +-
 themes/Adwaita/gtk-3.0/settings.ini |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 77138f113c2a8b9261d61b6819b309aa2f5ed970
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Aug 11 10:07:27 2011 +0200

    spinbutton: use the correct color for the arrow prelight state

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

commit ace971663ce4abbc465100e3bd181c56e8075b13
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Aug 11 09:52:11 2011 +0200

    entry: don't use a special border for primary toolbar entries
    
    It's not needed anymore now that the entry has been restyled.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    1 -
 .../primary-toolbar-entry-border-normal-dark.svg   |  113 --------------------
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    4 -
 3 files changed, 118 deletions(-)

commit ffb63b7d74fc0e1d7fa8204e656e22ca935bda30
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Aug 10 16:50:39 2011 +0200

    entry: theme symbolic icons inside text entries

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 00676a69af14b5ba58670c920326b4c4160c4c52
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Aug 10 16:44:08 2011 +0200

    combobox: fix the active state of the entry button in the dark theme

 themes/Adwaita/gtk-3.0/gtk-dark.css                   |    7 ++++---
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    4 ----
 themes/Adwaita/gtk-3.0/gtk-widgets.css                |   14 +++++++++++---
 themes/Adwaita/gtk-3.0/gtk.css                        |    3 +++
 4 files changed, 18 insertions(+), 10 deletions(-)

commit f1dca7d70524d3c5baf3fa19b9c4aec26fb65540
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 20:12:48 2011 +0200

    combobox: fix combobox padding for good

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

commit 0252dc3db8e698130de6d0f7b8169caa34b8fa6d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 20:12:22 2011 +0200

    expander: fix expander size to match the treeview sizing hack

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

commit ca2a8b20d579f4388656c47437e264d6eca46c90
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 20:11:28 2011 +0200

    Use a new style for entries and theme comboboxes with entries correctly

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    1 +
 .../assets/combobox-entry-border-active.svg        |  112 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    5 +
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    6 ++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |    9 ++
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    5 -
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   31 ++++++
 themes/Adwaita/gtk-3.0/gtk.css                     |    5 +
 8 files changed, 169 insertions(+), 5 deletions(-)

commit a1d64e6da6ef88501b5c26109a707f9f96c7860d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 13:09:47 2011 +0200

    combobox: actually set the padding on the right selector
    
    Otherwise it breaks width consistency

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

commit af794847f1bbe9b2b19688188f01255551c2633e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 13:04:00 2011 +0200

    combobox: re-add left-side padding in comboboxes

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d64dac3fdf719d98aeb515cf25ebb8f68ef5df7f
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Aug 9 12:35:32 2011 +0200

    prelight of wm icons on unfocused windows.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d64d0cbfb1173b202501a1a6e8a23d4ce0100484
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Aug 8 19:51:19 2011 +0200

    Dark theme buttons, combobox arrow fixes.

 .../Adwaita/gtk-3.0/assets/button-border-dark.svg  |   62 +++++++++++++++++---
 .../gtk-3.0/assets/entry-border-normal-dark.svg    |    6 +-
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    6 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    7 +--
 themes/Adwaita/gtk-3.0/gtk.css                     |    1 +
 5 files changed, 64 insertions(+), 18 deletions(-)

commit 8299ebc9460af9f2cc9054bf1518dd9bd3a9b68e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 12:56:55 2011 +0200

    inline-toolbar: make the background transparent for raised buttons

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

commit 503f47224a29e7168cec5c9e1e5fc658d1c0a0f5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 12:56:31 2011 +0200

    expanders: tweak the border color and padding for treeview expanders

 src/adwaita_engine.c                   |    9 +++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   12 +++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit eecd19ce475433cd978fcdef86a447250ba055b1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Aug 9 12:55:08 2011 +0200

    focus: tweak the focus ring padding for treeview rows

 src/adwaita_engine.c                   |   19 ++++++++++++++++---
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 ++++---
 2 files changed, 20 insertions(+), 6 deletions(-)

commit 4dedecd2e972a74786b207ba364d9327e5fe803b
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Aug 9 00:49:44 2011 +0100

    expander: ensure both x and y are rounded to their integral part
    
    Otherwise we might end up drawing between pixels, which looks blurry.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656187

 src/adwaita_engine.c |    3 +++
 1 file changed, 3 insertions(+)

commit 13cf8d731c57edc0953e4b3563c361abab2a5492
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Aug 8 18:42:34 2011 +0200

    progressbar trough fill & stroke fixes.

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

commit 6055b89336339a0747434495897ec98032b5e0d3
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Aug 8 18:41:44 2011 +0200

    make selected menuitem span all width.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d93234bde3621c9a6563e2b047dd9bf8543bb88d
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Aug 8 17:42:08 2011 +0200

    Fix vertical trough progress shading, primary toolbar highlight.

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

commit 97a8da20563c8eb2b5d445542724b9e0f8916755
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Aug 8 17:17:02 2011 +0200

    Tone down menu separators.

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

commit ca97ae1a6894e2b7d16dfb64f36ec921a66298fc
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Aug 8 16:37:36 2011 +0200

    1px shaved of vertical size of the titlebar.

 themes/Adwaita/gtk-3.0/gtk-dark.css            |    6 +++---
 themes/Adwaita/gtk-3.0/gtk.css                 |    3 +++
 themes/Adwaita/metacity-1/metacity-theme-3.xml |    6 ++++--
 3 files changed, 10 insertions(+), 5 deletions(-)

commit 62a699af5341471c194539113d12d9362b8b901c
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Aug 7 12:43:47 2011 +0200

    gtk side of colored names

 themes/Adwaita/gtk-3.0/gtk-dark.css |   20 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css      |   17 +++++++++++++++++
 2 files changed, 37 insertions(+)

commit 81380e768fc00c30f4f22fca1c914b30d3e0043b
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Wed Aug 3 18:04:03 2011 +0200

    Use named colors for titlebar and wm buttons.
    
    - with a single mutter theme makes both light & dark thems shaded properly (needs more contrast for lighter theme).

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   62 ++++++++++--------------
 1 file changed, 26 insertions(+), 36 deletions(-)

commit 0c5a136aba31a6ebf6d2b51b0029e05b16fc2f03
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Sun Jul 31 20:52:57 2011 +0200

    trough: Fix theming for custom widgets (bgo#655682)

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5a851bd14f87a999ef919f48c109560b82955e1e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jul 25 16:01:47 2011 +0200

    release: update for 3.1.4

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 8ef8e6213af9adb1c3f6825b8bfecdafb52a250f
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Jul 25 15:15:05 2011 +0200

    Minor tweaks to the contrast of the dark select/checkboxes

 .../gtk-3.0/assets/checkbox-checked-dark.svg       |   73 ++++++++++++++++----
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg |   31 ++++++---
 themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg |   25 +++++--
 .../Adwaita/gtk-3.0/assets/radio-selected-dark.svg |   12 ++--
 4 files changed, 105 insertions(+), 36 deletions(-)

commit a40b2b791c5bf638c0f0b06ff5597d419dad338e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jul 18 10:05:25 2011 -0400

    First iteration of a blue-based dark theme

 .../gtk-3.0/assets/button-active-border-dark.svg   |   75 +++----
 .../Adwaita/gtk-3.0/assets/button-border-dark.svg  |   39 ++--
 .../gtk-3.0/assets/button-default-border-dark.svg  |  113 +++++------
 .../gtk-3.0/assets/checkbox-checked-dark.svg       |  124 ++++++------
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg |  214 ++++++++------------
 .../gtk-3.0/assets/checkbox-unchecked-dark.svg     |  193 ++++++++----------
 .../gtk-3.0/assets/entry-border-focused-dark.svg   |   12 +-
 .../gtk-3.0/assets/entry-border-normal-dark.svg    |   15 +-
 .../primary-toolbar-button-active-border-dark.svg  |   10 +-
 .../gtk-3.0/assets/progressbar-border-dark.svg     |    8 +-
 .../assets/progressbar-border-vertical-dark.svg    |    8 +-
 themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg |  205 +++++++++++++++----
 .../Adwaita/gtk-3.0/assets/radio-selected-dark.svg |   27 ++-
 .../gtk-3.0/assets/radio-unselected-dark.svg       |  142 ++++++++++---
 themes/Adwaita/gtk-3.0/gtk-dark.css                |   45 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    6 +-
 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   20 ++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    2 +-
 themes/Adwaita/gtk-3.0/gtk.css                     |    1 -
 19 files changed, 706 insertions(+), 553 deletions(-)

commit abe0bf1f84b148f6d6de08e69678b29a85b69e81
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Thu Jul 21 02:06:31 2011 +0300

    Added Belarusian translation.

 po/LINGUAS |    1 +
 po/be.po   |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

commit 1e6c5e1579ba8c533b3a5a63b6a6622a0f2887c2
Author: Brian Cameron <brian.cameron@oracle.com>
Date:   Fri Jul 15 21:01:43 2011 -0500

    Fix compile bug #654714.

 src/engine.symbols |    1 -
 1 file changed, 1 deletion(-)

commit aa68c51d09305e8dd630478e9f1b261833164be3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 13 16:08:24 2011 -0400

    inline-toolbars: support nth-child for buttons packed into boxes too
    
    This allows theming for groups of buttons packed into boxes into
    inline-toolbars.

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

commit 8adba93d234f91b310e8ed03b8f28fd41f8b71bf
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Tue Jul 12 18:23:29 2011 +0300

    Added Lithuanian translation

 po/LINGUAS |    1 +
 po/lt.po   |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 162a72c61bb35f378eb343ac618d8e5477108e7a
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue May 24 19:48:40 2011 +0200

    Use light menus after working around border issue with mutter shadow.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=649374

 themes/Adwaita/gtk-3.0/gtk.css |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 495a55054aafa3d6f7b89178b8b6d80e257eda89
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 15:05:49 2011 -0400

    icon-view: use a border-only selection for the dark theme

 themes/Adwaita/gtk-3.0/Makefile.am                    |    1 +
 themes/Adwaita/gtk-3.0/gtk-dark.css                   |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |    9 +++++++++
 3 files changed, 11 insertions(+)

commit b3d3418f47ad9b167cae0c582c3c75decb575825
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 15:01:08 2011 -0400

    dim-label: make the label dim if it's in a selected/focused item
    
    Such as an icon view cell.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit 27fb3624e2d22fa705de553c6130916c1e30a141
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 14:40:25 2011 -0400

    raised-buttons: support raised hints on the button itself
    
    These two configurations for raised buttons should 'just work' with the
    theme:
    - a raised hint is set on the GtkToolItem, matched by '.raised .button'
    - a raised hint is set on a GtkButton, which is packed (possibly
      together with other buttons) in a GtkToolItem, needed for nth-child
      support in complex toolbar layouts. This is matched by
      '.raised.button'.

 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    4 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |    4 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   32 +++++++++++++++-----
 3 files changed, 31 insertions(+), 9 deletions(-)

commit 860b2dfefdbe0d596f8532fe752fe0982b1df199
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 13:04:07 2011 -0400

    linked-buttons: first implementation of linked+raised button areas

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   29 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   28 +++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   27 ++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css                     |    1 +
 5 files changed, 86 insertions(+)

commit 062754718ac3a99294c6c6c871ba50d58aa9a2ce
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 13:02:23 2011 -0400

    raised-buttons: tweak the border image for raised dark buttons

 .../primary-toolbar-raised-button-border-dark.svg  |   43 +++++++++++++-------
 1 file changed, 28 insertions(+), 15 deletions(-)

commit 18b008340218f8c7233a87902738d3e44987dbda
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 12:55:27 2011 -0400

    entry: remove an useless fill in the entry border

 themes/Adwaita/gtk-3.0/assets/entry-border-normal.svg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7ed1451982d9248955fc94797aa56ec4a54dfee1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 12:49:41 2011 -0400

    entry: tweak border for entries on primary toolbars in the dark theme

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    1 +
 .../primary-toolbar-entry-border-normal-dark.svg   |  113 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    4 +
 3 files changed, 118 insertions(+)

commit e0ab012977360b2960644264eb3041322bd84b50
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 12:46:57 2011 -0400

    entry: split colors for entries on primary toolbars
    
    And add a first dark theme version

 themes/Adwaita/gtk-3.0/gtk-dark.css    |   11 +++++++----
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 themes/Adwaita/gtk-3.0/gtk.css         |    3 +++
 3 files changed, 15 insertions(+), 4 deletions(-)

commit b92742c807079916fc4a11c65287a84d4c5d4f3b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 12:43:27 2011 -0400

    raised-buttons: split raised button colors into their own definition
    
    And add one for the dark theme

 themes/Adwaita/gtk-3.0/gtk-dark.css    |    6 ++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++----
 themes/Adwaita/gtk-3.0/gtk.css         |   10 ++++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)

commit 46092237c5a68c4fdec8a5d6f8cc0cf1206e8f07
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 12:36:36 2011 -0400

    primary-toolbar: use a normal border for the primary toolbars
    
    Also, tweak the border for the dark theme

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

commit e1637152cf1f7c2d8d6e087bfc4f00a54b6997ea
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 12:22:44 2011 -0400

    build: explicitly require librsvg
    
    This is now required, as we use many SVG assets.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653040

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0244677414c6897301682b2bbe3b74e22c391720
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 8 12:18:39 2011 -0400

    inline-toolbars: implement button relief style for inline toolbars
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643702

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 57c2a34ad69a5d72c7c7d7b492e63bd01949c00d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jul 1 21:48:01 2011 -0400

    release: prepare for 3.1.3

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 0b2f5d0f92f85b50e2561eed7eb84fd40070ae32
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 20 09:29:38 2011 -0400

    build: require GTK+ >= 3.1.6
    
    We use features from GTK+ master, so we should require it.

 configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit bac47b5d22da378bed9bc7ca0976b0fe7ac795c3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 17 02:21:11 2011 -0400

    dark: use a consistent insensitive style for the dark theme
    
    Based on the original Jakub's insensitive dark assets palette.

 .../scale-slider-horizontal-insensitive-dark.svg   |   10 +++----
 ...der-marks-above-horizontal-insensitive-dark.svg |   10 +++----
 ...lider-marks-above-vertical-insensitive-dark.svg |   10 +++----
 ...der-marks-below-horizontal-insensitive-dark.svg |   10 +++----
 ...lider-marks-below-vertical-insensitive-dark.svg |   14 +++++-----
 .../scale-slider-vertical-insensitive-dark.svg     |   28 +++++++++++++-------
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    6 ++---
 7 files changed, 49 insertions(+), 39 deletions(-)

commit 27d38abf11ed28ce831ab0e2c282e644976fd633
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 17 01:08:48 2011 -0400

    dark: misc fixes for the dark theme

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    2 ++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    2 ++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    2 +-
 themes/Adwaita/gtk-3.0/gtk.css                     |    2 ++
 4 files changed, 7 insertions(+), 1 deletion(-)

commit eed5cd61dff0f5ac88568b85c1fcddcd11a44d97
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 17 00:03:03 2011 -0400

    toolbars: make padding distribution more uniform for toolbars

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 413ff5f17b9fd1ad7bd0fe3d732b24e944809d10
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 16 23:55:29 2011 -0400

    combobox: improve GtkComboBox with entries styling a bit

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit f6f7af86af58942f7f485e10f05381448eceec48
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 16 23:54:58 2011 -0400

    notebook: tweak background gradient for active notebook tab

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

commit 905508a8908cfe1abd4312236e6ead4dd0e93484
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 16 23:50:24 2011 -0400

    combobox: fix padding for GtkComboBox with entries

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

commit f81d27a36b8014c9f497a7d281426f4f9545d2b0
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 16 23:48:49 2011 -0400

    spinbutton: tweak padding

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 4739bee4c235a193da8b85434338e9c1756a1f56
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 16 23:48:05 2011 -0400

    all: fix some border radii

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

commit f6a06b8b96d5abdde0b92428ce1a08e1f5139d03
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 16 23:42:47 2011 -0400

    all: add some missing assets for vertical progressbars
    
    And fix trough/sliders for GtkScales with no orientation.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    2 +
 .../assets/progressbar-border-vertical-dark.svg    |   97 +++++++++++++++++++
 .../gtk-3.0/assets/progressbar-border-vertical.svg |   98 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |    7 ++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |    7 ++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   16 ++++
 6 files changed, 227 insertions(+)

commit b394bca95671e03f43212ceb508ee89c18e79a6c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jun 15 00:10:51 2011 -0400

    entry: fix horizontal whitespace around progressbars in GtkEntry
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652599

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

commit 0b870305c6e70bd28b49dd52fa05a28a55c488b5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 13 17:49:47 2011 -0400

    release: prepare for 3.1.2.1

 NEWS         |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit bdc842dc288d1f9584c0d0569e41ca3ab5aa7f4c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 13 15:45:17 2011 -0400

    entry: fix padding for GtkEntry and spinbuttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit 6535e8f84b5239f1c600eb0b77be1210e7465314
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 13 12:06:33 2011 -0400

    release: update for 3.1.2

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 79336b920f6b70f978c16483cb361369f9b7bd95
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 13 11:57:57 2011 -0400

    button: use a lighter inset for the default button border

 themes/Adwaita/gtk-3.0/assets/button-default-border.svg |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 6515ee93a784c952f3cb94639064060650e17a9d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 13 11:50:43 2011 -0400

    menuitem: use the insensitive color for menu separators

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ec1329a9389a0a5d1473b9eed872a9f81a886cca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 13 11:50:25 2011 -0400

    scrollbars: don't change border color for insensitive scrollbar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 8461f958eea60b84c5865f29b8b3e2f9879c5d2e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 13 11:19:36 2011 -0400

    Revert "Revert "entry: fix progressbars on entries""
    
    This reverts commit 24443f26438bee9b442cd31c6f06c69536ddf3fd.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit ced61f1c528254baa6c49cf6af77bc765ba40a09
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Jun 11 21:37:39 2011 -0400

    menuitem: set the right border width for menuitem separators

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

commit 3de79775d1aae5b2631a9e2707510f045f932f8d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Jun 11 18:39:44 2011 -0400

    menuitem: clear background for insensitive check/radio menuitems

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 24443f26438bee9b442cd31c6f06c69536ddf3fd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Jun 11 14:45:02 2011 -0400

    Revert "entry: fix progressbars on entries"
    
    This reverts commit 7f069f38b2fab1ed5f0dcdc0b8e9cf1382db7856.
    Needs fixes in GtkEntry to work properly.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

commit 34099fb4a6ebed94479d6d9fd089128b328fe44b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Jun 11 13:44:47 2011 -0400

    notebook: remove border-image for buttons on notebook tabs

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 130b651bbd670f70ab47ca0461628288e4d19059
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Jun 11 13:44:10 2011 -0400

    focus: set a default transparent focus fill
    
    GTK+ master resolves unknown colors to pink, so we need to define this
    color always.

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

commit 7f069f38b2fab1ed5f0dcdc0b8e9cf1382db7856
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Jun 11 13:43:05 2011 -0400

    entry: fix progressbars on entries
    
    We have to use GtkEntry-internal-border and GtkEntry-progress-border for
    now, as using padding doesn't allow the progressbar to extend inside all
    the entry.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit 95681175bc1b635ed361f6ff80779b1fec805766
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 21:02:32 2011 -0400

    scrollbars: don't set border-image on scrollbar buttons

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

commit a4c7b4788cb5a142a81163a40835212ffe1c2334
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 20:54:13 2011 -0400

    progressbar: fix progressbars for dark theme

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    1 +
 .../gtk-3.0/assets/progressbar-border-dark.svg     |   97 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-dark.css                |    4 +-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   18 ++--
 4 files changed, 109 insertions(+), 11 deletions(-)

commit a429aab2b208cc95f90d0946b50a6bba7c283f9a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 20:42:38 2011 -0400

    entry: fix the dark entry border color

 themes/Adwaita/gtk-3.0/assets/entry-border-normal-dark.svg |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit cb3b22a8f43a3344a3ecb129095c3457929ebae5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 16:24:15 2011 -0400

    buttons: add a primary-toolbar raised variant of the button border

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    2 +
 .../primary-toolbar-raised-button-border-dark.svg  |  118 ++++++++++++++++++++
 .../primary-toolbar-raised-button-border.svg       |  118 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   35 +++---
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   19 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   15 +--
 6 files changed, 276 insertions(+), 31 deletions(-)

commit 2407cedcadfeb34db63ba59e07475a17675e214b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 16:11:12 2011 -0400

    buttons: use SVG assets to render button borders

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    6 +
 .../gtk-3.0/assets/button-active-border-dark.svg   |  139 ++++++++++++++++++
 .../gtk-3.0/assets/button-active-border.svg        |  139 ++++++++++++++++++
 .../Adwaita/gtk-3.0/assets/button-border-dark.svg  |  118 ++++++++++++++++
 themes/Adwaita/gtk-3.0/assets/button-border.svg    |  118 ++++++++++++++++
 .../gtk-3.0/assets/button-default-border-dark.svg  |  139 ++++++++++++++++++
 .../gtk-3.0/assets/button-default-border.svg       |  148 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   18 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   19 ++-
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |    9 +-
 10 files changed, 847 insertions(+), 6 deletions(-)

commit 8380fb47b2e379cf287855ef943391311d979b7e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 15:21:29 2011 -0400

    adwaita: remove unused code to draw scale sliders

 src/adwaita_engine.c |   96 --------------------------------------------------
 1 file changed, 96 deletions(-)

commit b521bb784a2080eb75f0131b24f26c1dc954ee64
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 15:17:00 2011 -0400

    menuitem: use SVG assets to draw menuitem radio/check

 src/adwaita_engine.c                               |   90 --------------------
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |    4 +
 .../assets/checkbox-menuitem-checked-selected.svg  |   63 ++++++++++++++
 .../gtk-3.0/assets/checkbox-menuitem-checked.svg   |   63 ++++++++++++++
 .../assets/radio-menuitem-checked-selected.svg     |   67 +++++++++++++++
 .../gtk-3.0/assets/radio-menuitem-checked.svg      |   67 +++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   20 +++--
 7 files changed, 276 insertions(+), 98 deletions(-)

commit eab4327897200aa8f86332df9188a5e66f0a91b2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 14:53:35 2011 -0400

    menuitem: use non-uniform rounded corners for menubar active items
    
    Instead of hardcoding our custom code for it.

 src/adwaita_engine.c                   |  124 --------------------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 2 files changed, 1 insertion(+), 125 deletions(-)

commit cc90635f255502b10801ac6db12f64cea7002093
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 14:30:06 2011 -0400

    adwaita: add dark variants of slider/toolbar button assets
    
    Based on the current iteration of the dark theme.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   13 ++
 .../primary-toolbar-button-active-border-dark.svg  |  119 ++++++++++
 .../assets/scale-slider-horizontal-dark.svg        |  121 ++++++++++
 .../scale-slider-horizontal-insensitive-dark.svg   |  179 ++++++++++++++
 .../scale-slider-marks-above-horizontal-dark.svg   |  243 ++++++++++++++++++++
 ...der-marks-above-horizontal-insensitive-dark.svg |  234 +++++++++++++++++++
 .../scale-slider-marks-above-vertical-dark.svg     |  223 ++++++++++++++++++
 ...lider-marks-above-vertical-insensitive-dark.svg |  234 +++++++++++++++++++
 .../scale-slider-marks-below-horizontal-dark.svg   |  243 ++++++++++++++++++++
 ...der-marks-below-horizontal-insensitive-dark.svg |  171 ++++++++++++++
 .../scale-slider-marks-below-vertical-dark.svg     |  223 ++++++++++++++++++
 ...lider-marks-below-vertical-insensitive-dark.svg |  214 +++++++++++++++++
 .../gtk-3.0/assets/scale-slider-vertical-dark.svg  |  121 ++++++++++
 .../scale-slider-vertical-insensitive-dark.svg     |  168 ++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   71 +++---
 15 files changed, 2542 insertions(+), 35 deletions(-)

commit 73aa24de3c3e5b3295b7a5f0dff418da1e7acb9f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 13:53:12 2011 -0400

    sliders: use SVG assets instead of doing our own rendering

 src/adwaita_engine.c                               |   85 +------
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   12 +
 .../assets/scale-slider-horizontal-insensitive.svg |  179 ++++++++++++++
 .../gtk-3.0/assets/scale-slider-horizontal.svg     |  132 ++++++++++
 ...e-slider-marks-above-horizontal-insensitive.svg |  234 ++++++++++++++++++
 .../assets/scale-slider-marks-above-horizontal.svg |  254 ++++++++++++++++++++
 ...ale-slider-marks-above-vertical-insensitive.svg |  234 ++++++++++++++++++
 .../assets/scale-slider-marks-above-vertical.svg   |  254 ++++++++++++++++++++
 ...e-slider-marks-below-horizontal-insensitive.svg |  171 +++++++++++++
 .../assets/scale-slider-marks-below-horizontal.svg |  191 +++++++++++++++
 ...ale-slider-marks-below-vertical-insensitive.svg |  214 +++++++++++++++++
 .../assets/scale-slider-marks-below-vertical.svg   |  234 ++++++++++++++++++
 .../assets/scale-slider-vertical-insensitive.svg   |  168 +++++++++++++
 .../gtk-3.0/assets/scale-slider-vertical.svg       |  132 ++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   49 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   48 ++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   53 +---
 17 files changed, 2522 insertions(+), 122 deletions(-)

commit a35f62f01f87822e31ac2f24f56830072503922d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 13:49:02 2011 -0400

    adwaita: remove unused adwaita_render_from_assets_common()

 src/adwaita_utils.c |   41 -----------------------------------------
 src/adwaita_utils.h |    8 --------
 2 files changed, 49 deletions(-)

commit f066b124a2ab2b803a6e7aaa4adf58f0ce4e451a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 13:48:26 2011 -0400

    adwaita: don't use custom code to render background-image assets

 src/adwaita_engine.c                   |   14 +++-----------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   13 +++++++++++++
 2 files changed, 16 insertions(+), 11 deletions(-)

commit 2e5798919fe47d26ef30513fc9efee1a03376848
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Jun 10 01:09:18 2011 -0400

    adwaita: remove unused code

 src/adwaita_utils.c                    |   26 --------------------------
 src/adwaita_utils.h                    |   10 ----------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 -
 3 files changed, 37 deletions(-)

commit 960dc4a211f91acdc3ede3f09b7cd82c169196d7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 9 23:38:04 2011 -0400

    adwaita: remove render_frame_default()
    
    We don't need border-gradient for the frame anymore. It's still needed
    for sliders and notebook tabs, for which we need to find a smart
    solution and render them using CSS properties only.

 src/adwaita_engine.c |   58 ++++----------------------------------------------
 1 file changed, 4 insertions(+), 54 deletions(-)

commit d42bb895032cea923da89e35da4c29e0da1b4f49
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 9 21:10:20 2011 -0400

    adwaita: remove unused inset properties

 src/adwaita_engine.c |  114 --------------------------------------------------
 1 file changed, 114 deletions(-)

commit be0513f0e3cbeb178c3ac30a8539de55abfe7a9e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 9 16:10:41 2011 -0400

    border-image: use border-image to render border gradients
    
    This is done slicing SVG 16x16 borders.

 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   20 ++-
 .../gtk-3.0/assets/entry-border-focused-dark.svg   |   74 ++++++++
 .../gtk-3.0/assets/entry-border-focused.svg        |   74 ++++++++
 .../gtk-3.0/assets/entry-border-normal-dark.svg    |  113 ++++++++++++
 .../Adwaita/gtk-3.0/assets/entry-border-normal.svg |  123 +++++++++++++
 .../primary-toolbar-button-active-border.svg       |  119 +++++++++++++
 .../Adwaita/gtk-3.0/assets/progressbar-border.svg  |   97 ++++++++++
 .../gtk-3.0/assets/switch-slider-active-border.svg |  105 +++++++++++
 .../gtk-3.0/assets/switch-slider-border.svg        |  105 +++++++++++
 .../trough-active-border-horizontal-dark.svg       |  141 +++++++++++++++
 .../assets/trough-active-border-horizontal.svg     |  142 +++++++++++++++
 .../assets/trough-active-border-vertical-dark.svg  |  141 +++++++++++++++
 .../assets/trough-active-border-vertical.svg       |  131 ++++++++++++++
 .../assets/trough-border-horizontal-dark.svg       |  177 ++++++++++++++++++
 .../gtk-3.0/assets/trough-border-horizontal.svg    |  187 ++++++++++++++++++++
 .../gtk-3.0/assets/trough-border-vertical-dark.svg |  177 ++++++++++++++++++
 .../gtk-3.0/assets/trough-border-vertical.svg      |  187 ++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   47 +++++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   48 +++++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |  137 ++++++--------
 themes/Adwaita/gtk-3.0/gtk.css                     |    2 +-
 21 files changed, 2257 insertions(+), 90 deletions(-)

commit 1f8ec6b8f51ffeb9ce9c5d4974b6c10ba6094ced
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 9 23:04:13 2011 -0400

    toolbars: add text-shadow for toolbar elements too

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 353acbd24eaf43d26d0acbf354975aa569469a6e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Jun 6 10:53:00 2011 -0400

    toolbars: add icon-shadow for raised and inline toolbar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 5a42d78daba26a977c65ddecef57f9a30fc8bbad
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jun 9 23:01:34 2011 -0400

    adwaita: remove render_icon_pixbuf() implementation, now useless

 src/adwaita_engine.c |  162 --------------------------------------------------
 1 file changed, 162 deletions(-)

commit f28bb11840c7afc696cf5ae33d4ca659ad32069a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jun 1 22:54:11 2011 -0400

    inline-toolbar: set the correct border radius for inline toolbars
    
    Using nth-child we can easily special case the case when inline toolbars
    are first/last in the parent box.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 89d64ec0e9bb39fd43a8bf8a3eb164ff3a870f67
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun May 29 18:42:36 2011 +0200

    [l10n]Added Catalan (Valencian) translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po |   54 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 42f36f7bdd38869688f81a4eefc2d996eab139b4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu May 19 23:11:44 2011 -0400

    menu: define a separate color for the border of combobox menus

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

commit d5276d075fcf50793e0c0e1f44be5e66b0af7227
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu May 19 12:13:50 2011 -0400

    adwaita: ensure background-color is always defined
    
    Otherwise widgets that do not override background-color will get the
    fallback color from the default GTK+ CSS provider, which is especially
    bad for the dark theme.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 378d78fc6a025681e4938ba525363aec74c72762
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed May 18 17:31:52 2011 -0400

    assistant: improve assistant appearance

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

commit fa18432cf167d6e4e8e76265ec2f91dcc7fd2f9d
Author: Martin Stransky <stransky@redhat.com>
Date:   Thu May 19 10:27:55 2011 -0400

    handle: add a missing cairo_restore() call

 src/adwaita_engine.c |    1 +
 1 file changed, 1 insertion(+)

commit 1b5e395309034fffeb989ab799e4835900b8fe48
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu May 19 01:37:58 2011 -0400

    column-header: dim the arrow if it's not prelight
    
    Make it consistent with the combobox behavior.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 2b6182ebad76eb110eb7cea202ad29ec02c109ff
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu May 19 01:36:10 2011 -0400

    scrolledwindow: reduce border-radius to 2, and remove padding
    
    border-radius = 2 is consistent with the other popular frames, such as
    GtkEntry and GtkButton.
    padding = 0 makes the scrollbars finally behave like in the mockups; no
    more whitespace between the frame and the scrollbars \o/

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f090deccb1b6a79674f0a4eaa69f13c92d66dbf3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu May 19 01:35:37 2011 -0400

    toolbars: fix rendering of text in insensitive primary toolbar buttons

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

commit e77469c61b26218e55ed7c77bccc679356b2aa88
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu May 19 00:30:04 2011 -0400

    toolbars: ensure style for apps who set the hint on the editable vbox
    
    If the primary-toolbar hint is set on the EggEditableToolbar vbox, we
    need to match for "any descendant of a primary-toolbar which is a
    toolbar"; a bit tedious, but just copy-paste.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit d721be980690f9ee2899981d7479c30acefe10f5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu May 19 00:28:01 2011 -0400

    combobox: ensure comboboxes are rendered with no shadow

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f049572942418b98b36550449c6c37199cd34b1d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed May 18 17:55:10 2011 -0400

    expander: ensure the side is odd only after having centered the figure
    
    Otherwise we end up drawing between pixels, which looks blurry.

 src/adwaita_engine.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c53536afe162b8f9f17f8641fcfa265ec84b7673
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed May 18 17:40:18 2011 -0400

    frame: re-add border-width: 0
    
    It got lost in the cleanup.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 246b9fd9812279bb88e23d01cfab6bf05588f8c6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed May 18 14:36:24 2011 -0400

    all: make sure not to add spaces in "url()", as for the CSS spec
    
    The new CSS parser is more strict about this, so it will warn out if
    there are spaces between 'url' and '('.

 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   20 ++++++++++----------
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   20 ++++++++++----------
 themes/LowContrast/gtk-3.0/gtk.css                 |    2 +-
 3 files changed, 21 insertions(+), 21 deletions(-)

commit 5b26d189b3f61bea3019fbb3bb127ea4625a38ca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 15:57:38 2011 -0400

    view: fix sidebar/view rendering
    
    Setting the bg color to "view *" is wrong; also, make the sidebar bg a
    bit brighter.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   33 +++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

commit 8125154a9c95101be876312caf08e4f8bfc5d756
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue May 17 14:45:29 2011 -0400

    menus: theme GtkComboBox menus in light theme.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   41 ++++++++++++++++++++++++++------
 1 file changed, 34 insertions(+), 7 deletions(-)

commit 0cb26829553dd4bc3da7ca839ec640e7c418d6ea
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue May 17 14:45:00 2011 -0400

    menus: cleanups/fixes for parser branch update

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

commit ac7e698c197b4c8b4cee3b7d18978745d844bb6d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 21:06:16 2011 -0400

    toolbars: workarounds for lack of inherit

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit bb123011881e2adeba9504a2e5a15ad3464281e6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 20:33:33 2011 -0400

    toolbar: use the right padding for the toolbar buttons
    
    Now that we removed the toolbar style property we only use this padding
    to control the toolbar appearance.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit cad0c0823f4d899f1853e7be2f193bef0ec39d20
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 20:32:55 2011 -0400

    all: misc cleanups
    
    Mostly reordering/removing of useless properties.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |  214 ++++++++++++++++----------------
 1 file changed, 107 insertions(+), 107 deletions(-)

commit 9bc8b0f4dd6436a5e1739601f07c122d26eaa694
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 19:48:09 2011 -0400

    background: remove useless selector

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ------
 1 file changed, 6 deletions(-)

commit 6e022bac2c0d447985c790046b490bebf96c3760
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 19:40:56 2011 -0400

    adwaita: move general color definitions to GtkWindow
    
    So that inherit could work properly by getting that as a fallback. By
    keeping it in * {}, it would always trigger an exact match for any
    widget, so it would have a higher priority of an inherited value.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 506b91ccc75077b3da6da607f221765cc5871fd1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 19:40:24 2011 -0400

    toolbars: more primary toolbar cleanups

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

commit 23337019003abed71fcdc517763f085f1e4074bc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 16:04:49 2011 -0400

    menu: fix menuitems prelight and insensitive colors

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

commit daa1a56fad57064ce3dd4ae0b430f16f05ac0622
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 16:00:04 2011 -0400

    scrollbars: fix scrollbar buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 4199e764f2d2e997ee6ad4047d1bda42eef712c2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 15:57:18 2011 -0400

    toolbars: fix entry on primary toolbar

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 997dd102ddab4cc4f0c095857fb1f9ffd9ecab95
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 15:56:50 2011 -0400

    toolbars: fix raised buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 56aaf5159a326e32ff8fc43c7682c7b82b0ee690
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 15:32:52 2011 -0400

    all: don't use integer values for enum types

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

commit b76c33f0c14a7ffea93120023023089c2b9224bf
Author: Benjamin Otte <otte@redhat.com>
Date:   Sun May 15 14:29:40 2011 +0200

    toolbars: Properly seperate toolbar classes from toolbutton classes
    
    Otherwise the CSS won't match with a bugfixed CSS parser
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650270

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   34 ++++++++++++++++----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit 703f6e99a9327ed640b26d9a635361e5e3993993
Author: Benjamin Otte <otte@redhat.com>
Date:   Sun May 15 14:43:12 2011 +0200

    menus: Use correct classes for menuitems
    
    .menu.check doesn't describe checks of menuitems, but checks of menus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650270

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 7799205c4de570de025b9e6201ea1dd16164ae4e
Author: Benjamin Otte <otte@redhat.com>
Date:   Sun May 15 14:36:43 2011 +0200

    menus: Split menu classes from menuitem classes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650270

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

commit 1d0e192558d4a9e4409fcf69eddcfc4ee61929c2
Author: Benjamin Otte <otte@redhat.com>
Date:   Sun May 15 14:37:11 2011 +0200

    menus: Make sure all menu children use the menu colors
    
    And not as previously, all children that are menus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650270

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

commit 5750626a1d582fef797809abd802122fd02bcc7d
Author: Benjamin Otte <otte@redhat.com>
Date:   Sun May 15 14:49:13 2011 +0200

    menus: Add hack to properly render prelit menubar labels
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650270

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 1 file changed, 5 insertions(+)

commit a0c3ed246fb3a04b58f6470c464053e632d775a0
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 16 21:07:36 2011 -0400

    treeview: don't override rendering the column header border
    
    This has the side effect of making it more similar to mockups.

 src/adwaita_engine.c                   |   53 +++-----------------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   26 +++++++++-------
 2 files changed, 19 insertions(+), 60 deletions(-)

commit bcddc049f1fdf53e5c19b1c42302919a571031e6
Author: William Jon McCann <jmccann@redhat.com>
Date:   Tue May 17 18:35:00 2011 -0400

    style assistant sidebar highlights
    
    To be bold instead of the default highlight color.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit e9a022aeaf48be4bad419dbbaec99ec60d6274e9
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sun May 15 18:05:56 2011 +0200

    Add Esperanto translation

 po/LINGUAS |    1 +
 po/eo.po   |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit bbbbd6185826f57e1f2017072692c264700a89a1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 14:53:56 2011 -0400

    release: prepare for 3.1.1

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)

commit d5cdea363e3cf24d68837a536d937b0863e87fa7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 14:51:17 2011 -0400

    adwaita: use a consistent coding style
    
    It's a bit painful to change coding style on the fly, but this is not a
    huge amount of code, so it's fine.
    We now use the same coding style of GTK+.

 src/adwaita_engine.c | 2634 +++++++++++++++++++++++++-------------------------
 src/adwaita_utils.c  |   56 +-
 src/adwaita_utils.h  |    1 -
 3 files changed, 1368 insertions(+), 1323 deletions(-)

commit 0439fd602c2d90b01db1fe689bdab4f5ecf42bfe
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 14:31:37 2011 -0400

    adwaita: factor out some common code into utils

 src/adwaita_engine.c |   61 ++++++++------------------------------------------
 src/adwaita_utils.c  |   29 ++++++++++++++++++++++++
 src/adwaita_utils.h  |    9 +++++++-
 3 files changed, 46 insertions(+), 53 deletions(-)

commit ef76b8192aa422363ca7eeb181397ea8cb6eb904
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 14:16:34 2011 -0400

    pane-separators: fix separator alignment in horizontal mode

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

commit 6b470a9de0528b690b08656310030235ddf509ec
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 14:06:25 2011 -0400

    adwaita: remove an unused variable

 src/adwaita_engine.c |    2 --
 1 file changed, 2 deletions(-)

commit 43c916058b532bb8719b6e66418add9216309846
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 14:05:43 2011 -0400

    all: use gtk_theming_engine_get_border() where possible
    
    And avoid a couple of extra allocations.

 src/adwaita_engine.c |   31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)

commit 541f5c1a819386e03d7e953dcfdf762af4162290
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 13:54:05 2011 -0400

    menus: make sure combobox menu labels get the right colors

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   37 ++++++++++++++++----------------
 1 file changed, 19 insertions(+), 18 deletions(-)

commit 85ef85147886833848fecfcc95379ccbb1e19ac1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 9 13:53:01 2011 -0400

    expander: use stock render_frame and render_background
    
    Don't use custom code to render frame and background for the expander,
    and make the rendering engine code more generic.

 src/adwaita_engine.c                   |   59 ++++++++++++++++++--------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   16 +++++++--
 2 files changed, 48 insertions(+), 27 deletions(-)

commit ec8a9376c0a4caa324c80d5800467f6b1fefc584
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri May 6 15:14:09 2011 -0400

    progressbar: remove hack to draw the progressbar fill over the trough
    
    It's not needed anymore now that things have been fixed in GTK+ proper.

 src/adwaita_engine.c                   |   46 --------------------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 ++++
 2 files changed, 5 insertions(+), 46 deletions(-)

commit 756f2ea3229aeab10fcb5b318a44b19f33dd39bb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri May 6 15:19:53 2011 -0400

    progressbar: theme GtkCellRendererProgress correctly

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

commit fa61561bd72688e29c4d9710577cb39b5de3e715
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri May 6 15:18:39 2011 -0400

    progressbar: make sure the text on primary toolbars is rendered black

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

commit 697b9e3385ae6b3d64bc96bb562a87e4e8f4f1d4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri May 6 15:15:41 2011 -0400

    progressbar: add a progressbar-pattern style property
    
    This allows us to remove the hardcoded pattern in the engine, and easily
    enable/disable its rendering from the CSS for progressbars inside
    special widgets.

 src/adwaita_engine.c                   |   34 +++++++++++++++++++-------------
 themes/Adwaita/gtk-3.0/gtk-dark.css    |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   14 ++++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css         |    1 +
 4 files changed, 35 insertions(+), 15 deletions(-)

commit 933db1bbd209a1e626f06bf5ee726aa656593305
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 2 14:02:56 2011 -0400

    adwaita: split some common code into a separate source file

 src/Makefile.am      |    2 +
 src/adwaita_engine.c |  215 ++-----------------------------------------------
 src/adwaita_utils.c  |  219 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/adwaita_utils.h  |   74 +++++++++++++++++
 4 files changed, 301 insertions(+), 209 deletions(-)

commit 062fc8a82e0fc3f4e1f8d93565bc45c4a26cc012
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 2 13:27:12 2011 -0400

    spinbutton: don't apply insets to the spinbutton
    
    It doesn't look nice, as the widget is composed by two separate
    backgrounds.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a9680e29e42c2599a97e38b277ee579bf9083ad9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 2 13:03:14 2011 -0400

    primary-toolbars: tweak primary toolbar buttons insensitive states

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   35 ++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 11 deletions(-)

commit a803d7ed0a8a64294afe5ea12a08aafe3d50eec9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Apr 29 21:28:29 2011 -0400

    adwaita: improve scales and entry in dark variation

 themes/Adwaita/gtk-3.0/gtk-dark.css    |   11 ++++++++---
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   14 +++++++-------
 themes/Adwaita/gtk-3.0/gtk.css         |   12 +++++++++---
 3 files changed, 24 insertions(+), 13 deletions(-)

commit 5e287ecf8d0ee322bda800dfa58473f81fce4676
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Apr 29 21:17:48 2011 -0400

    adwaita: fix the insensitive state border

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 690ab08c3924d19a8f12fe1738a105493ddb24db
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Apr 29 21:16:41 2011 -0400

    adwaita: set the border gradient pattern on frames to expand
    
    This is apparently needed if we do weird tricks with the width and
    height to render, like for the GtkScale trough.

 src/adwaita_engine.c |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 960c9cd503dfd72b6e70531f0bcf6a03c619f2b9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Apr 29 21:15:42 2011 -0400

    adwaita: add inset-* properties, to draw inset shadow lines
    
    And hook it up with all the widgets that had it in the mockups.

 src/adwaita_engine.c                   |  110 ++++++++++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk-dark.css    |    6 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   81 ++++++++++++++---------
 themes/Adwaita/gtk-3.0/gtk.css         |    5 +-
 4 files changed, 168 insertions(+), 34 deletions(-)

commit 84f1cfa01271742c45069997cbf214454439514f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 17:03:28 2011 -0400

    primary-toolbar: draw the uneven border with -adwaita-border-gradient
    
    Instead of hacking it into the background gradient.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit 81a780bc0587f7f3706bbbbf1ab66d72323f3bf5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 17:02:47 2011 -0400

    adwaita: support uneven frame with -adwaita-border-gradient

 src/adwaita_engine.c |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

commit 592e4591c1c6e26b72c7a8458778a7e497619fd7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 17:00:28 2011 -0400

    adwaita: import _cairo_uneven_frame() from GTK+ master
    
    Replace _cairo_round_rectangle() with this, and update every use in the
    engine.

 src/adwaita_engine.c |  154 ++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 132 insertions(+), 22 deletions(-)

commit dac123d2dc66d4fcf16aff936b75ce354c47ca06
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 16:19:22 2011 -0400

    adwaita: remove unused variable

 src/adwaita_engine.c |    1 -
 1 file changed, 1 deletion(-)

commit 92366ea4ed9e169e0c44a59235b12e3e4aea6727
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 16:18:53 2011 -0400

    adwaita: don't use _cairo_round_rectangle() for rectangles with radius 0

 src/adwaita_engine.c |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 2099ba3b2dd53267f7a00172422922a0b9e0c5a3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 16:17:50 2011 -0400

    adwaita: remove fallback code paths for checkboxes/radiobuttons
    
    No point in using a fallback different from the GTK+ one.

 src/adwaita_engine.c |  161 ++++----------------------------------------------
 1 file changed, 12 insertions(+), 149 deletions(-)

commit c3634424536e892d62098e34108ea7c2ae374230
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon May 2 09:32:24 2011 -0400

    rubberband: add a rubberband selector
    
    https://bugzilla.gnome.org/show_bug.cgi?id=648888

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit c5a88e1d8e6534dd69b5f42c81468c8205350cdd
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sat Apr 30 03:58:19 2011 +0300

    Added Turkish translation

 po/LINGUAS |    1 +
 po/tr.po   |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 9711130922bf2ee5235b077b535f061d46a761d7
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Apr 29 16:31:28 2011 +0200

    windows decorations: made metacity theme for fallback look like the mutter theme and fixed maximized windows titlebar height for both mutter and metacity theme.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |  427 ++++++++++++++++++------
 themes/Adwaita/metacity-1/metacity-theme-3.xml |    7 +-
 2 files changed, 335 insertions(+), 99 deletions(-)

commit 7da786b40d877dda0684cc514c1fc765d988fd7d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 15:48:04 2011 -0400

    progressbar: reverse the gradient direction for the progressbar fill

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

commit 6b351f7454d52bbff38d12cb06f12c7ac9435e31
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Apr 28 15:08:27 2011 -0400

    switch: make the inactive GtkSwitch label color darker
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645922

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cae928f4bf707dff8e6addc3da3f011cec2a5fca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 26 18:22:11 2011 -0400

    pane-separator: render background and frame with stock engine methods
    
    This makes it possible for themes to blend in the pane separator into
    the UI content if they want, and makes the code cleaner too.

 src/adwaita_engine.c                   |   16 +++++-----------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 +++---
 2 files changed, 8 insertions(+), 14 deletions(-)

commit 69976663cd8e479133608acfbab63c52462681fd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 26 14:43:52 2011 -0400

    css: don't use border-radius: 3 by default
    
    It causes performance slowdowns for no reason.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=647929

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 -
 1 file changed, 1 deletion(-)

commit 3f2ffc5a57d3717d2edf3fa53df2d2453ea838d3
Author: Mehdi Moshtaghi <mehdi.mm@gmail.com>
Date:   Sun Apr 24 17:38:25 2011 +0430

    Updated Persian translation

 po/fa.po |   35 ++++++++++++++++++++++++++++++-----
 1 file changed, 30 insertions(+), 5 deletions(-)

commit b4114ac2a21c432432abb0cb7eb5fe27ade54e5f
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Apr 24 17:31:42 2011 +0700

    Updated Thai translation.

 po/th.po |   34 +++++++++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 5 deletions(-)

commit cb159b219d99bfeedfb3620bb95d5f06158ad417
Author: Daniel Martinez Cucalon <entaltoaragon@gmail.com>
Date:   Thu Apr 21 15:06:01 2011 +0200

    Added Aragonese translation

 po/LINGUAS |    1 +
 po/an.po   |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 3833f84a045a5029fb5ce91b1be4571ddedf44e5
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Apr 19 17:50:12 2011 +0200

    space the arrow on dropdowns

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 2ad2fa0a1ee019b26fee340d94ca4822543a7d6a
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Apr 19 17:12:01 2011 +0200

    Turns out .view is fairly generic :) Revert changes as it breaks things elsewhere on the desktop.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be8bfc46d0118acb17334ab9cbefdd57931b8fd8
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Apr 19 17:06:16 2011 +0200

    turns out it was the wrong selector, the intent was to style the sidebar.

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

commit 53ace090878f3a7d5d81f4734af763f3c047c1e9
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Apr 19 16:57:02 2011 +0200

    The padding fix by Sean went a litle too far for regular app toolbars. Avoid using hardcoded colors.
    
    - used @bg_color #ededed instead of #eaeaea
    - we should special case nautilus pathbar to make it more compact

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

commit 3ee80644b1d69abd0d37235fda37956ee75c6fa0
Author: Sean Wilson <suseux@gmail.com>
Date:   Tue Apr 19 15:02:32 2011 +0100

    Adwaita Theme Tweaks.

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

commit 1e0177d3acbca072c5bd4a7199a7ca7714af6c83
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Apr 19 15:20:14 2011 +0200

    smaller close icon again.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 15bcf407dfedd70794b3e4b59dbf55ff98c587a5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 5 23:48:42 2011 -0400

    adwaita: make button, spinbutton, combobox and entry height consistent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645824

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   42 ++++++++++++++++++++------------
 1 file changed, 27 insertions(+), 15 deletions(-)

commit 13ae5b4e45eacd6d9363006184a496fed49fbd1d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 11 13:09:00 2011 -0400

    Fix insensitive menu items text

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit fa068682b4de828fe314ce64f91178a75847a778
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Apr 10 12:32:42 2011 +0200

    more subtle shading of the attached modal dialog border.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 9b64edce872fc1049877b0bfd4e9f3f02fde239c
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Apr 10 11:55:11 2011 +0200

    menu shortcuts, radios, checkboxes.

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

commit bdd94e0ec027b15bc4c353b04b8bc53fa6a497be
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Apr 10 11:05:09 2011 +0200

    Vertical centering of the title.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 70435d4978456f948ac281e82dfcdb3e11c32b59
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Apr 10 01:46:51 2011 +0200

    improve shading of the modal attached dialogs.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit cc27a914ff3948171c63e679b4d59b6a46505503
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Apr 10 00:58:33 2011 +0200

    shorter titlebar still needs gap below close button.
    
    - looks nasty if app has no menubar.
    - made button icons larger

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 77cab5253bc00155838395d843d73c1c29b95d42
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Apr 10 00:36:17 2011 +0200

    made titlebars slightly more compact.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 50293e305734ae8fe88e42cd3044c42d310d0c80
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sat Apr 9 23:54:26 2011 +0200

    make toolbar buttons more subtle.
    I wish I could have an edge highlight at the bottom :/

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit cbf92e4a3b5e2630282d81f0eef9011b5a9c2a88
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sat Apr 9 23:33:09 2011 +0200

    dark menus without th eseparator glitch
    
    - to work around the fact we cannot get rif of the separator between menubar
      menutitem and the actual menu, we do not draw the border. Sadly that looks odd
      for light backgrounds. Having grey similar to the button is sadly the grey
      where the contrast to fg sucks most. So the lesser evil is to use a dark
      border.

 themes/Adwaita/gtk-3.0/gtk-dark.css    |    3 +++
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   29 ++++++++++++++++++-----------
 themes/Adwaita/gtk-3.0/gtk.css         |    3 +++
 3 files changed, 24 insertions(+), 11 deletions(-)

commit 182b15819af76e6497faf8e2cd343e06c16ac0ae
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 4 10:40:43 2011 -0400

    release: require latest stable GTK+

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e7cce16f19ff41aae46a4e2963df05356bc0afed
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 4 10:39:41 2011 -0400

    release: add a README file

 README |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit 305c39c6e754553b0e06014ab3b3337d26174c87
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Apr 4 20:59:35 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |   33 +++++++++++++++++++++++++++++----
 po/zh_TW.po |   33 +++++++++++++++++++++++++++++----
 2 files changed, 58 insertions(+), 8 deletions(-)

commit dd9ab76857a6737fdd14528422b2cb3106d7377b
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Apr 2 11:19:32 2011 +0700

    Updated Vietnamese translation

 po/vi.po |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 9decfc9ba863b84a9a7ad3f6a673956273e60836
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Apr 2 11:18:41 2011 +0700

    po/vi.po: import from Damned Lies

 po/vi.po |   29 +++++++++++++++++++++++++++--
 1 file changed, 27 insertions(+), 2 deletions(-)

commit 32c07e84ff8fba5acc533387af473a9955a7c360
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Mar 31 22:19:15 2011 +0200

    Added Basque language

 po/LINGUAS |    1 +
 po/eu.po   |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

commit c1b3c38550b6627ea9e481ab2017e7f2dfd135cb
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Wed Mar 30 22:39:42 2011 +0200

    Updated Danish translation

 po/da.po |   32 +++++++++++++++++++++++++++++---
 1 file changed, 29 insertions(+), 3 deletions(-)

commit ac904d170b141b9dd2e11076dfd2b19282bea912
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 30 11:41:56 2011 -0400

    adwaita: don't propagate an 1px separator width to the whole toolbar
    
    Instead, set a match rule on GtkSeparatorToolItem, which is what we
    actuallly want to theme.
    
    This fixes e.g. GtkComboboxes showing separators when on primary
    toolbars, as described in https://bugzilla.gnome.org/show_bug.cgi?id=646194

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit b61b63ceaabf0ba19e3b034c98f66246c9be0279
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Tue Mar 29 23:46:59 2011 +0530

    tray icon: add icon-size property
    
    This lets us fix tray icons at a specific size: 16x16.
    
    Bug #645232

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 698bb970e1ff12d42464eff091ffa164c3f57ade
Author: Hermien Bos <hermienbos@gmail.com>
Date:   Mon Mar 28 22:16:46 2011 +0200

    Update translation for Afrikaans (af)

 po/af.po |   33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

commit 4c13c0f75c6c5f25d1de17402d61e25c76b0f6c7
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Thu Mar 24 23:54:06 2011 +0100

    dark: rework of the dark theme
    
    - avoid inverting the shade on buttons and tabs.
    - decrease overall contrast
    - new SVG dark assets for checkboxes and radiobuttons

 themes/Adwaita/gtk-3.0/Makefile.am                 |    2 +
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   12 +-
 .../gtk-3.0/assets/checkbox-checked-dark.svg       |  268 ++++++++++
 .../assets/checkbox-checked-insensitive-dark.svg   |  235 +++++++++
 .../gtk-3.0/assets/checkbox-checked-scalable.svg   |  191 +++++++
 .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg |  320 ++++++++++++
 .../gtk-3.0/assets/checkbox-unchecked-dark.svg     |  263 ++++++++++
 .../assets/checkbox-unchecked-insensitive-dark.svg |  208 ++++++++
 themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg |  426 ++++++++++++++++
 .../Adwaita/gtk-3.0/assets/radio-selected-dark.svg |  539 ++++++++++++++++++++
 .../assets/radio-selected-insensitive-dark.svg     |  243 +++++++++
 .../gtk-3.0/assets/radio-unselected-dark.svg       |  412 +++++++++++++++
 .../assets/radio-unselected-insensitive-dark.svg   |  233 +++++++++
 themes/Adwaita/gtk-3.0/gtk-dark.css                |   68 +--
 themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |   66 +++
 themes/Adwaita/gtk-3.0/gtk-widgets-assets.css      |   65 +++
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   66 ---
 themes/Adwaita/gtk-3.0/gtk.css                     |    1 +
 18 files changed, 3517 insertions(+), 101 deletions(-)

commit 19fabd52ce42e371590e1bd1a0ea1145773009f8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 28 10:08:53 2011 -0400

    build: bump version to 3.1.0 on master

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6aa303c54c32b90921237547b71dcd909275d3c7
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Mon Mar 28 16:21:29 2011 +0530

    hindi added and translated and lingua upodated

 po/LINGUAS |    1 +
 po/hi.po   |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

commit 26d288534675891a8ea15e3c06cf57721170828c
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:59:01 2011 +0200

    Added UG translation

 po/ug.po |   45 ++++++++++++++++++++++++++++++++++-----------
 1 file changed, 34 insertions(+), 11 deletions(-)

commit 479973e26d50fe96b930150eb229836d29c8759e
Author: Gil Forcada <gforcada@gnome.org>
Date:   Fri Mar 25 00:05:13 2011 +0100

    [l10n]Updated Catalan translation

 po/ca.po |   33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

commit 973250cc28b1ecb87c1f5d8713155c7654287f96
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 24 12:02:01 2011 -0400

    terminal: sync the terminal bg color with the notebook bg color
    
    Otherwise the first tab will have a different color.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0ccb1454c2a5aa8e8f9f5fe6c3c18425df056a7d
Author: Djavan Fagundes <djavan@comum.org>
Date:   Wed Mar 23 16:23:30 2011 -0300

    Added Brazilian Portuguese translation by Tiago 'Trex' Menezes <mail@tiagomenezes.com.br> and myself.

 po/LINGUAS  |    1 +
 po/pt_BR.po |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

commit d957664172bb81bd8b2665e5794d4f83d271c85c
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Wed Mar 23 23:40:46 2011 +0900

    Forgot to update LINGUAS.

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 249fec014a9eb0c9049e2295a30e75371f34be18
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Wed Mar 23 23:39:21 2011 +0900

    Added Japanese translation.

 po/ja.po |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

commit 6a13f4d2a673d6296e592f5fb665d4b85f8e2f96
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Wed Mar 23 11:32:28 2011 +0200

    Updated Bulgarian translation

 po/bg.po |   31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 47be04cdd5a22139e1e1ebc0fc1112ca29cf9245
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 20:30:16 2011 -0400

    dark: use a better final color for the dark toolbar gradient

 themes/Adwaita/gtk-3.0/gtk-dark.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6051c123a892dfff81db749a0107b45d45e919f7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 18:38:28 2011 -0400

    Update for 2.91.92.1

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 31ffa93876ca048535affbca27b1f36064a4855a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 18:35:30 2011 -0400

    Revert "Adwaita: Adjust gtk2 theme to be closer to the gtk3 one"
    
    This reverts commit 4b72e33a6ff535c9c8a4222fa7dd3278e260f005.

 themes/Adwaita/gtk-2.0/gtkrc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 90f000e82866b2e239db121b12c9bd1f73c840c4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 18:35:21 2011 -0400

    Revert "gtkrc: don't touch GTK+2 tooltip color, or it will look even worse"
    
    This reverts commit 15ee67c21dc30c9b523b01be8e58febb7cc1b7cf.

 themes/Adwaita/gtk-2.0/gtkrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8627f6f9da461395a94d53687f4d67f49df32edc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 18:35:09 2011 -0400

    Revert "gtk2: Fix tooltips to look more like the gtk3 ones"
    
    This reverts commit 1f675723c052bbf2102f4c0a8811751c4c916e44.

 themes/Adwaita/gtk-2.0/gtkrc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 131968228f617707e0c760794bc9a139985b6338
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Mar 21 18:23:53 2011 -0400

    Theme the gnome session fail whale dialog

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 +++++++
 1 file changed, 7 insertions(+)

commit 86ee8a9bcdb9e4a5c98d8a0a225ecb394b4b0061
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 17:18:50 2011 -0400

    Update for 2.91.92

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 79173f1ccb4c681017f9cd8973fdc18812c2d83b
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Mar 21 14:26:24 2011 -0400

    Make fonts in the fallback panel boldface
    
    A bit more consistent with gnome-shell

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 1 file changed, 5 insertions(+)

commit e5ca3601be50804be6efdace5e70d82690d26ae7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 10:30:24 2011 -0400

    adwaita: fix raised buttons gradients after last changes

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c9686c3f8a29f8274161a03b647cd4c0a5bd0edc
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Mon Mar 21 12:44:28 2011 +0530

    Adding as to list of languages

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 2b46b1a72fe84b05560cda442bcd323be9b05325
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Mon Mar 21 12:10:07 2011 +0530

    Updated Assamese translations

 po/as.po |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

commit 3f241100d0687140f23b371a38f6b439b84ca62a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 21 00:11:30 2011 -0400

    dark: tweak dark colors
    
    As I didn't really like the blue-ish selection color I decided to use a
    gray shell-like selection color pattern for now.

 themes/Adwaita/gtk-3.0/gtk-dark.css    |   31 ++++++++++++++++++-------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |   22 +++++++++++-----------
 themes/Adwaita/gtk-3.0/gtk.css         |    5 +++++
 3 files changed, 34 insertions(+), 24 deletions(-)

commit 24aecc91154398a073f092a00bd4ea98fe1d2d65
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Mar 20 21:50:38 2011 -0400

    dark: tweak button gradients for dark theme
    
    Make them more consistent with the light theme.

 themes/Adwaita/gtk-3.0/gtk-dark.css    |   11 ++++++++---
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++----
 themes/Adwaita/gtk-3.0/gtk.css         |    7 ++++++-
 3 files changed, 18 insertions(+), 8 deletions(-)

commit 7f43306629faea75d371feb6c7731396e4e371d2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Mar 20 15:21:27 2011 -0400

    adwaita: remove unused color define

 themes/Adwaita/gtk-3.0/gtk.css |    1 -
 1 file changed, 1 deletion(-)

commit 187621ca731eaf98e2a717d7c4f1530416b91dc1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Mar 20 15:18:01 2011 -0400

    dark: more dark colors tweakings
    
    Try to make the dark theme look a bit better.

 themes/Adwaita/gtk-3.0/gtk-dark.css |   48 +++++++++++++++++------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

commit 3b6fb5dde6739dad2336d69bb119ccdc912417bd
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Mar 20 15:32:46 2011 +0200

    Updated Latvian translation.

 po/lv.po |   33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

commit 3d80a1729285964673e38d11e062a9950c881c21
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 18:42:28 2011 -0400

    Add os_chrome stuff to dark variant

 themes/Adwaita/gtk-3.0/gtk-dark.css |    5 +++++
 1 file changed, 5 insertions(+)

commit f42a23d1df9ec3b16b16a30dd944454184182122
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 18:41:48 2011 -0400

    Add more tray icon padding

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2804eb3cd50066f2a231548b09219fbe0c35d02b
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 17:20:05 2011 -0400

    Use the same border size for all button modes
    
    So it doesn't jiggle.

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

commit 3c263fd677f73f7eaf1c6afa7265f0471fd4f2f9
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 17:10:28 2011 -0400

    Add a slight border around selected panel items

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

commit bfd2d7f7daa544aefddd71e4448ec658b8784b1f
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 16:49:30 2011 -0400

    Fix up style of toggle buttons in fallback panel a bit

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

commit d73ae06f369a812ae65d40fa42a6bb61709c1d6b
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 16:30:32 2011 -0400

    Fix style of button type PanelApplets
    
    Broken by 30dc5d78d0823597eadbdb2fc6f16671f7a68bcc

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 821d1cf63b264c0cff506ca188a18827b2554e3f
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 15:45:26 2011 -0400

    Try something else for fallback menus since gradient doesn't work

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

commit c0b5dc40ef695c9cc623150c9a689e7ff53be057
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 14:59:54 2011 -0400

    Style the fallback panel selected menubar
    
    For some reason the gradient isn't working.  Need to figure out why.

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

commit ed2793520bab9f1153fbd06714dd0ae92919e480
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 13:07:54 2011 -0400

    Define colors for the os shell (fallback mode panel)

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

commit a0fdfb497b1e76986cace10c5cf6b6e64afef5ad
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 12:42:10 2011 -0400

    Better style for fallback tasklist and pager
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643034

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit 9bb612f88079f86f6325ecac73e4d6564df71d1a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Mar 19 12:34:31 2011 -0400

    Better support for some applets that are in a menu bar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643026

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 file changed, 1 insertion(+)

commit 2c9eb84ca7cd057afcd330c33f913d6d87b284a7
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 12:29:26 2011 -0400

    Add padding to notification area items
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643021

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 92d9edd4ffcd4858c25b6a463f03d424651d4482
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Mar 19 12:22:11 2011 -0400

    Use black again for the panel backgrounnd

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

commit 8e59f116de9a5defa44d29ba4faa3459ac157e4a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 19 23:27:27 2011 +0900

    Updated Korean translation

 po/ko.po |   31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 7b413917c25fbb383ce601c9797726ae507607d2
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Sat Mar 19 19:07:15 2011 +0700

    Updated Indonesian translation

 po/id.po |   40 ++++++++++++++++++++++++++++++++++------
 1 file changed, 34 insertions(+), 6 deletions(-)

commit 8c5caa8f4ca70b6fada403fc4c5821a9091c6280
Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com>
Date:   Sat Mar 19 12:40:59 2011 +0100

    Added Serbian translation

 po/LINGUAS     |    2 ++
 po/sr.po       |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sr@latin.po |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 106 insertions(+)

commit bd9aa940b55d3b00ed502ca671041e9b3a5a5e03
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Mar 19 01:23:25 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |   28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

commit de308d2c26741356da11506063cba0bcd60ae25e
Author: Sense Hofstede <sense@ubuntu.com>
Date:   Fri Mar 18 19:59:58 2011 +0100

    Added Frisian translation

 po/LINGUAS |    1 +
 po/fy.po   |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

commit faa061049772afeb9239b1fe6f9e61ed8dccd5fd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 18 13:07:03 2011 -0400

    adwaita: more dark colors tweaking

 themes/Adwaita/gtk-3.0/gtk-dark.css    |   37 ++++++++++++++------------------
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++--
 2 files changed, 18 insertions(+), 23 deletions(-)

commit 6c0598809d4e7846616d97f3e9f6de44a4ee7ca2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 18 12:54:09 2011 -0400

    adwaita: add the first iteration of a dark variant

 themes/Adwaita/gtk-3.0/Makefile.am     |    2 +
 themes/Adwaita/gtk-3.0/gtk-dark.css    |   86 +++
 themes/Adwaita/gtk-3.0/gtk-widgets.css | 1177 +++++++++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css         | 1179 +-------------------------------
 4 files changed, 1267 insertions(+), 1177 deletions(-)

commit 410a9ef054f397c55cd839a76b4ace527a0a24f9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 18 11:13:13 2011 -0400

    adwaita: add a focus ring for primary toolbar buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645090

 themes/Adwaita/gtk-3.0/gtk.css |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 25dc423e950c4530675293627019e8de339465e5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 18 09:53:48 2011 -0400

    scale: correctly theme insensitive GtkScale state

 src/adwaita_engine.c           |   13 ++++++++++---
 themes/Adwaita/gtk-3.0/gtk.css |   10 ++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)

commit 5f88ed814c4e932181f4229c955186f49bed8ccb
Author: chiachen <luojiazhen@gmail.com>
Date:   Fri Mar 18 19:26:01 2011 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |   31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

commit 01578923e0ddf6cf2d36314f0534bb1a0da68a4b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 21:03:47 2011 -0400

    switch: render a gradient on the border
    
    The mockups have it.

 themes/Adwaita/gtk-3.0/gtk.css |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit beca3e42d2c07985349fd03868d9b89c13db06e7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 21:03:28 2011 -0400

    entry: render a gradient on the border
    
    The mockups have it.

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

commit a3832a66307377dddb3599b927ae577ea4c49e07
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 21:02:02 2011 -0400

    adwaita: render slider border with -adwaita-border-gradient from CSS

 src/adwaita_engine.c           |   41 ++++++++++++++--------------------------
 themes/Adwaita/gtk-3.0/gtk.css |   34 ++++++++++++++++++++++++++++++++-
 2 files changed, 47 insertions(+), 28 deletions(-)

commit 665db4943822ea052e8b102791dd1a41f342c95e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 17:33:15 2011 -0400

    sidebar: also theme views inside sidebars
    
    So that setting the sidebar class on a container widget will always
    propagate the background to e.g. a tree view inside it.

 themes/Adwaita/gtk-3.0/gtk.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d779d3006177283f982fdca29bc1aed3317a7beb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 17:16:33 2011 -0400

    sidebar: add a background color for the sidebar style class

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

commit d322fa5c5f76d66852c929575fc3891c52c56ae6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 17:16:02 2011 -0400

    treeview: properly theme treeview separator lines

 src/adwaita_engine.c           |    6 ++++--
 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 2287f1a87759e49a1ab3406fb00d0212d7727b59
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 15:24:56 2011 -0400

    adwaita: add an initial class for inline toolbars

 themes/Adwaita/gtk-3.0/gtk.css |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 323f16e47449ede5f00e1e6040b49ad390e097a3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 11:02:20 2011 -0400

    frame: don't set a bold font
    
    There's no need to.

 themes/Adwaita/gtk-3.0/gtk.css |    1 -
 1 file changed, 1 deletion(-)

commit 4e812d72dcc3b5dea5686b171cf10c93e496adb6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 16 18:58:59 2011 -0400

    switch: set a smaller bold font for the switch

 themes/Adwaita/gtk-3.0/gtk.css |    5 +++++
 1 file changed, 5 insertions(+)

commit e3612a5b98ff3ea6ffb0fc1198efec7f6c685c96
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Mar 17 15:34:33 2011 +0100

    Implemented shading in the mutter theme, do not worry it is not exposed anywhere :-)

 themes/Adwaita/metacity-1/metacity-theme-3.xml |  335 +++++++++++++++++++-----
 1 file changed, 269 insertions(+), 66 deletions(-)

commit f730a3d04d123feaba5e6d50bbc73853c76d4a58
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 16 22:49:49 2011 -0400

    More LowContrast stuff

 themes/LowContrast/icons/48x48/actions/Makefile.am |   16 ++++++++++++
 .../icons/48x48/actions/system-lock-screen.png     |  Bin 0 -> 2305 bytes
 themes/LowContrast/icons/48x48/apps/Makefile.am    |   26 ++++++++++++++++++++
 themes/LowContrast/icons/48x48/apps/bluetooth.png  |  Bin 0 -> 2340 bytes
 .../icons/48x48/apps/gnome-power-manager.png       |  Bin 0 -> 2814 bytes
 .../icons/48x48/apps/multimedia-volume-control.png |  Bin 0 -> 2117 bytes
 .../apps/preferences-desktop-accessibility.png     |  Bin 0 -> 2675 bytes
 .../48x48/apps/preferences-desktop-display.png     |  Bin 0 -> 2194 bytes
 .../48x48/apps/preferences-desktop-keyboard.png    |  Bin 0 -> 1879 bytes
 .../48x48/apps/preferences-desktop-locale.png      |  Bin 0 -> 2137 bytes
 .../48x48/apps/preferences-desktop-wallpaper.png   |  Bin 0 -> 1727 bytes
 .../48x48/apps/preferences-system-network.png      |  Bin 0 -> 2767 bytes
 .../icons/48x48/apps/preferences-system-time.png   |  Bin 0 -> 3336 bytes
 .../LowContrast/icons/48x48/apps/system-users.png  |  Bin 0 -> 2842 bytes
 .../LowContrast/icons/48x48/categories/Makefile.am |   16 ++++++++++++
 .../icons/48x48/categories/applications-system.png |  Bin 0 -> 3170 bytes
 themes/LowContrast/icons/48x48/devices/Makefile.am |   18 ++++++++++++++
 .../icons/48x48/devices/drive-optical.png          |  Bin 0 -> 1771 bytes
 .../icons/48x48/devices/input-mouse.png            |  Bin 0 -> 2130 bytes
 themes/LowContrast/icons/48x48/devices/printer.png |  Bin 0 -> 1753 bytes
 20 files changed, 76 insertions(+)

commit 5ba3359fb0ec221b5923e66970a2775f928d1f89
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 16 18:49:37 2011 -0400

    Fix lowcontrast icon theme

 configure.ac                               |    4 ++++
 themes/LowContrast/icons/48x48/Makefile.am |    2 +-
 themes/LowContrast/icons/index.theme       |   22 +++++++++++++++++++++-
 3 files changed, 26 insertions(+), 2 deletions(-)

commit 8b85710999737c5a3f09fc85d74cd9b40b538fdb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 16 17:17:24 2011 -0400

    switch: render the switch grip on top of the slider background

 src/adwaita_engine.c           |   55 ++++++++++++++++++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css |    2 ++
 2 files changed, 57 insertions(+)

commit e7fa49a14d58e587b723ee703a152fd0e818a935
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 16 16:57:10 2011 -0400

    switch: make sure the off gradient direction is the right one

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

commit 414e6780ef186a668807c1b27a19fd516a889288
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 16 14:07:13 2011 -0400

    menus: use a different color for menu accelerators

 themes/Adwaita/gtk-3.0/gtk.css |    9 +++++++++
 1 file changed, 9 insertions(+)

commit 9a6cd3c3c475d6b7eb4e8add230e59f7a8c2914f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 16 14:06:21 2011 -0400

    adwaita: add a way to theme menu arrows
    
    With an engine property, there seems no way to do that from GTK+ proper.

 src/adwaita_engine.c           |   21 +++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 2 files changed, 25 insertions(+)

commit 218b1bf07c132b3a7339cbeec2adf85f36943caf
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 16 13:50:20 2011 -0400

    scrollbars: add 1px spacing between stepper and slider
    
    Now that the GTK+ bug is fixed we can finally have scrollbars the way we
    want :)

 themes/Adwaita/gtk-3.0/gtk.css |    3 +++
 1 file changed, 3 insertions(+)

commit 07935c5e5d2ef5f74bcc8f07a50c284cdbb43603
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Wed Mar 16 20:20:05 2011 +0300

    Updated Russian translation

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit fa174ba198e83d1394324329cb8ee36bda340f1c
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Wed Mar 16 20:18:42 2011 +0300

    Updated Russian translation

 po/ru.po |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

commit 5ee00203af291c74fa0c9e50ced9936c04193918
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Wed Mar 16 13:32:00 2011 +0200

    l10n: Updated Greek translation for gnome-themes-standard

 po/el.po |   50 +++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 37 insertions(+), 13 deletions(-)

commit 1829be275364b932988f64e34f75682e4f185ceb
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Mar 16 00:16:18 2011 +0000

    Updated Portuguese translation

 po/LINGUAS |    1 +
 po/pt.po   |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

commit 100b6d7a3414842e381ed6ad742d6c4840abf34d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 15 17:45:30 2011 -0400

    adwaita: properly theme GtkScale marks

 src/adwaita_engine.c           |   39 +++++++++++++++++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 2 files changed, 43 insertions(+)

commit 1f675723c052bbf2102f4c0a8811751c4c916e44
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:   Tue Mar 15 22:26:47 2011 +0100

    gtk2: Fix tooltips to look more like the gtk3 ones

 themes/Adwaita/gtk-2.0/gtkrc |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 15ee67c21dc30c9b523b01be8e58febb7cc1b7cf
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 15 17:10:46 2011 -0400

    gtkrc: don't touch GTK+2 tooltip color, or it will look even worse
    
    Revert one bit of the previous commit.

 themes/Adwaita/gtk-2.0/gtkrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cf9d8ce5bf03b9585ba0bd522f792b339e5490a6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 15 15:47:09 2011 -0400

    css: remove the nautilus extra widget from here for now
    
    Nautilus uses its own CSS for this now.
    It's still not clear whether apps are recommended to install their CSS
    or not, as this somehow hardcodes the dependency on Adwaita for them,
    but let's remove this in the meanwhile.

 themes/Adwaita/gtk-3.0/gtk.css |    5 -----
 1 file changed, 5 deletions(-)

commit 4b72e33a6ff535c9c8a4222fa7dd3278e260f005
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:   Sun Feb 27 12:26:22 2011 +0100

    Adwaita: Adjust gtk2 theme to be closer to the gtk3 one
    
    Adjust the gtk2 gtkrc file to use the same colors and menu border
    radius as the gtk3 theme to minimize the differences between the two.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=643404

 themes/Adwaita/gtk-2.0/gtkrc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit a08d1485cb7e1bee3156e78c8d4a8158deb2436d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 18:45:16 2011 -0400

    notebook: use adwaita-border-gradient to render the active tab gradient

 src/adwaita_engine.c           |   25 +++----------------------
 themes/Adwaita/gtk-3.0/gtk.css |    7 +++++--
 2 files changed, 8 insertions(+), 24 deletions(-)

commit 4cd52d9fa2356107b69eceb9c8a2f7aab3b3614a
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Mar 14 23:18:02 2011 +0100

    Updated Czech translation

 po/cs.po |   29 ++++++++++++++++++++++++++---
 1 file changed, 26 insertions(+), 3 deletions(-)

commit d0249db1eba6b19dc31d0cc1ab4e7aa7a875771f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 17:43:16 2011 -0400

    Release 2.91.91.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit c0fac29e08f550bc1318474819fbde1be95fd1b3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 16:43:32 2011 -0400

    toggle: make sure to align check/radio buttons to the text label

 src/adwaita_engine.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 22329977261fa4139e047076d100373b33e1aac5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 16:23:38 2011 -0400

    css: forgot to add a color define

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

commit b86d00f93aefeed99d58546ac46842401c35137f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 11:44:11 2011 -0400

    treeview: use the old focus ring color for the treeview rows

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 file changed, 1 insertion(+)

commit 04c5834dce100baca6c7d7613eb48b84e0ab4616
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 11:39:22 2011 -0400

    notebook: tweak the focus padding for the notebook tab shape

 src/adwaita_engine.c           |   12 +++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css |    4 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 05c18fcfa08361e18d78244fbba64cdc30b39fdb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 11:33:20 2011 -0400

    adwaita: add a focus-dashes style property
    
    focus-dashes enables a dashed line for focus.

 src/adwaita_engine.c           |   12 ++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css |    6 +++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

commit 3f25b70407819f45a2be3f5c80da241787a4ddbc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 16:04:47 2011 -0400

    separators: cleanup a bit the CSS for menu/toolbar separators

 themes/Adwaita/gtk-3.0/gtk.css |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

commit 9fbb1c8558dc5be2f94108031bac475fbf015f08
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 16:04:16 2011 -0400

    focus: use a pattern property for the focus gradient

 src/adwaita_engine.c           |   49 ++++++++--------------------------------
 themes/Adwaita/gtk-3.0/gtk.css |   12 +++++-----
 2 files changed, 16 insertions(+), 45 deletions(-)

commit f597129dab2fd01391603cd8d8eb39bd6e58dee7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 16:03:15 2011 -0400

    toolbars: theme active items for primary toolbars like in new mockups

 src/adwaita_engine.c           |   92 +++++++++++++++++++++++++++++++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css |   36 ++++++++++------
 2 files changed, 114 insertions(+), 14 deletions(-)

commit 327931099676d212f3e3e503601a6f499c41f784
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Mon Mar 14 21:04:05 2011 +0100

    Updated Italian translation

 po/it.po |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 4455117089dcc99192c31ee43b07a1faa43bdbc1
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Mar 14 14:06:05 2011 -0400

    Add a dim-label class
    
    Currently used in settings panels in order to accentuate
    the value rather than the label.

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 4a81ff5c5b4e4d25039842c55dfb5b3eb538e4be
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 11:27:50 2011 -0400

    notebook: make sure to align the notebook tab borders properly
    
    One of the last commits broke bottom orientation.

 src/adwaita_engine.c |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit b35910472708645ab7071075f32f9f492ded5ace
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 14 09:41:19 2011 -0400

    pane-separator: theme pane-separators

 src/adwaita_engine.c           |   42 +++++++++++++++++++++++++++++++++++++---
 themes/Adwaita/gtk-3.0/gtk.css |   13 ++++++++++++-
 2 files changed, 51 insertions(+), 4 deletions(-)

commit 51651576a5f7a9e8c455ff1e86945418ef5c138e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Mar 14 02:36:37 2011 +0100

    Added hu to LINGUAS

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit fbd85425a884e76db4404e5a37fbb7c60efd66c9
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Mar 14 02:36:29 2011 +0100

    Added Hungarian translation

 po/hu.po |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

commit 2e5477487d39a48e00a30153f60e908c3cf1a056
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Mon Mar 14 02:10:54 2011 +0100

    Updated Romanian translation

 po/ro.po |   30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

commit 3e721e6d9de8363db72ebd1ea719ffe063f0bddf
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun Mar 13 18:57:52 2011 +0100

    [l10n]Updated German translation

 po/de.po |   30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

commit 8f4fdebb79d3212aecedceb40250f016bb8da774
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   Sat Mar 12 12:22:49 2011 +0100

    adwaita: Use 1px border without any style for menu items
    
    The prelighted state uses a border that makes the whole menubar taller.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643315

 themes/Adwaita/gtk-3.0/gtk.css |    5 +++++
 1 file changed, 5 insertions(+)

commit 8db08376c91dbb828e0a3b8e33d60fff0cd1ad4a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 9 21:54:02 2011 +0100

    Updated Polish translation

 po/LINGUAS |    1 +
 po/pl.po   |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

commit 9c68cc61c3706a8e5b656e7ed32afe97dd6c12ab
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 9 15:39:34 2011 -0500

    toolbar: make insensitive raised buttons actually raised

 themes/Adwaita/gtk-3.0/gtk.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit dd5dcaea691bec2d1a7ec41405367d4ec83bf7d2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 9 15:38:12 2011 -0500

    notebook: don't draw an 1px border below the active tab

 src/adwaita_engine.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 4d4f11b974819cfd3d11c5923cca8a1204ab96ca
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Mar 9 17:40:31 2011 +0100

    Updated Slovenian translation

 po/sl.po |   34 +++++++++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 5 deletions(-)

commit 30dc5d78d0823597eadbdb2fc6f16671f7a68bcc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 8 21:07:12 2011 -0500

    adwaita: big cleanup of the CSS
    
    - remove hardcoded layouts for primary toolbars
    - cleanup spacing
    - fixed a typo found by the now-fixed CSS validator in master

 themes/Adwaita/gtk-3.0/gtk.css |  114 ++++++++++------------------------------
 1 file changed, 28 insertions(+), 86 deletions(-)

commit 94a9820bd0915919862591e33b6a170fc917e5b4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 8 19:15:04 2011 -0500

    adwaita: add theming for raised toolbar buttons

 themes/Adwaita/gtk-3.0/gtk.css |   52 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit 4e9c851cd5ec2da1b830b947a7a56d70a3cbb243
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Mar 8 20:13:59 2011 +0000

    Forgot to update LINGUAS

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit ed61db5c01e9e8c9be6a38e86b294d5c4330e79c
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Mar 8 20:11:39 2011 +0000

    Added British English translation

 po/en_GB.po |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

commit 2a83e5dbc8d0ac1f4c59dfb36dd10fdbe479440a
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Mar 8 11:52:21 2011 +0100

    Bump required GTK+ version to 3.0.2

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc6c05dbda865cc98b44f3c09701121698d38210
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Tue Mar 8 14:38:17 2011 +0100

    Adwaita: Fix a typo
    
    The decimal separator is '.', not ',' - the error used to be ignored,
    but the CSS parser in GTK+ got stricter, causing the theme to fail.

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4ba847817563b4e0824dcac7592be1bcdbe71d1d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Mar 8 08:26:05 2011 +0100

    Updated Swedish translation

 po/sv.po |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit f4a9788ae2cb2ee9832bf15af35834c76894eaca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 7 16:52:30 2011 -0500

    build: prepare for 2.91.91

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

commit c25bd440b2e38b32e1332a965c11b758ba8a7c8d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 7 16:42:27 2011 -0500

    adwaita: tweak the focus-ring color for icon view
    
    This is not optimal, but it's the best we can do for now.

 themes/Adwaita/gtk-3.0/gtk.css |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit b7925932040211569eda5c009b6b45d97ef81819
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Mar 7 16:03:52 2011 -0500

    Ease corners of selection in icon view
    
    Reduce the visibility of the focus rect against the selection
    background.

 themes/Adwaita/gtk-3.0/gtk.css |    7 +++++++
 1 file changed, 7 insertions(+)

commit d380bd0f1aed4aeed469896e1cd8fb044b7d1fcb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 7 15:23:35 2011 -0500

    entry: fixup progressbar in entries, and non-focused entry border
    
    Progressbar in entries still need a design for proper colors, but this
    is better than nothing.

 themes/Adwaita/gtk-3.0/gtk.css |   46 ++++++++++++++++++++++++++++++++++------
 1 file changed, 40 insertions(+), 6 deletions(-)

commit ba2aa57177a9d2fdb55696ee1b5df0b42fc71709
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 7 14:29:44 2011 -0500

    css: cleanup a bit the expander section, and tweak the treeview focus

 themes/Adwaita/gtk-3.0/gtk.css |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 3c32c1f50c236fbbf7255b86062e6c42ee7e3c38
Author: Fran Diéguez <fran@openhost.es>
Date:   Mon Mar 7 19:37:08 2011 +0100

    Updated Galician translations

 po/gl.po |   36 ++++++++++++++++++++++++++++++------
 1 file changed, 30 insertions(+), 6 deletions(-)

commit a6021ce8683761121a90b8c63db446f3097647d2
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Mon Mar 7 16:45:35 2011 +0530

    Updated Oriya Translation

 po/or.po |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

commit d0a296559108d6efaa4cf724284c796d17bdcc29
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Mon Mar 7 16:25:35 2011 +0530

    Updated Oriya Translation

 po/or.po |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

commit 7ae36726bf8190e3f582fd4f364e37db452a8060
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Mon Mar 7 16:25:31 2011 +0530

    Added Oriya(or) into the list

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 2c592f4f4c249bda42cf39bbc87f44e967a95bd5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 7 01:35:55 2011 -0500

    adwaita: make sure entries on primary toolbars don't get the toolbar bg
    
    This fixes e.g. Epiphany's location entry.

 themes/Adwaita/gtk-3.0/gtk.css |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit e7153e9296b40c33f366f7d1363ad228e253323c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 7 00:58:15 2011 -0500

    adwaita: theme the treeview to make it more like mockups
    
    We're not completely there yet but this changes
    - expander's shape
    - selection colors

 src/adwaita_engine.c           |   14 ++++---
 themes/Adwaita/gtk-3.0/gtk.css |   91 ++++++++++++++++++++++------------------
 2 files changed, 58 insertions(+), 47 deletions(-)

commit fc93ff7a8cbea2f1ec13bdfe7fc0ab2e44295f97
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Mar 7 00:56:32 2011 -0500

    adwaita: make the focus border radius configurable

 src/adwaita_engine.c           |   12 ++++++++++--
 themes/Adwaita/gtk-3.0/gtk.css |    2 ++
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 9fb56bf4f100563f2a3729cbfb92404cd89deaf2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Mar 6 22:14:13 2011 -0500

    notebook: tweak the CSS to hide the curvature for inactive tabs

 themes/Adwaita/gtk-3.0/gtk.css |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit c4c60d12c56719c552e42b86f6f8c0ef93d715b1
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Mar 6 16:28:56 2011 +0200

    Updated Arabic translation

 po/ar.po |   28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

commit 35b8125caf9b245686aeab2fd33c394f598a0960
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Mar 6 00:55:20 2011 -0500

    HighContrast: Add gtk-ok

 themes/HighContrast/icons/48x48/stock/Makefile.am |    1 +
 themes/HighContrast/icons/48x48/stock/gtk-ok.png  |  Bin 0 -> 614 bytes
 2 files changed, 1 insertion(+)

commit dc8430aefea541d490e23c099275e5ffe766090c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Mar 5 22:33:26 2011 -0500

    LowContrast: Add dialog-password icon

 themes/LowContrast/icons/48x48/stock/Makefile.am         |    1 +
 themes/LowContrast/icons/48x48/stock/dialog-password.png |  Bin 0 -> 2646 bytes
 2 files changed, 1 insertion(+)

commit 95fc30fdbc3960f1ba928a47a54520c688924eca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Mar 5 15:28:18 2011 -0500

    css: don't add border to insensitive rows

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 1bf1a647596cefc86917c674eed4c6698395f333
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Mar 5 15:27:32 2011 -0500

    css: make sure insensitive scrollbars apperar like they should

 themes/Adwaita/gtk-3.0/gtk.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 1d5ad685cd857ed57b0c8966783e75ba72c05dc4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Mar 5 15:25:56 2011 -0500

    adwaita: override render_icon_pixbuf() not to apply the checkboard
    
    Insensitive images are now dimmed with a 50% black alpha layer.

 src/adwaita_engine.c |  154 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 154 insertions(+)

commit 3e49a34b5ca1b11c79d2ba35aaeed98a918bd33f
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Mar 5 20:52:45 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

commit 8f016010094ea51210a68dd90b7139798f8adf46
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 15:43:08 2011 -0500

    notebook: make sure label do not get cut

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

commit 8eff045109a2edd12d2d91e66b4109635e5dd008
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 15:26:52 2011 -0500

    tooltip: don't put a border in the tooltip
    
    Until we can do rounded tooltips, this is the best we can do.

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 file changed, 1 insertion(+)

commit 21e8d354304d9cfbd15e20734ac31081e078ccc5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 15:26:29 2011 -0500

    grips: draw resize grips like like in mockups

 src/adwaita_engine.c           |   38 +++++++++++++-------------------------
 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 2 files changed, 17 insertions(+), 25 deletions(-)

commit f9dbd3a30e2954f35c583806182014e0a6b11571
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 14:39:20 2011 -0500

    sliders: some fixes to make them like in the mockups

 src/adwaita_engine.c           |   37 ++++++++++++++++++++++---------------
 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 2 files changed, 23 insertions(+), 16 deletions(-)

commit 0aa0a9f127865c79430f154fe3a9752607984460
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 13:36:58 2011 -0500

    scale: theme scale fill according to mockups

 src/adwaita_engine.c           |    3 ++-
 themes/Adwaita/gtk-3.0/gtk.css |   18 +++++++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 22629bc19e0b3208a49e3b953e595717617ce9c0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Mar 4 11:46:10 2011 -0500

    Fix a save/restore mismatch
    
    ...early exits are evil.
    This was causing treeview headers to not be drawn, sometimes.

 src/adwaita_engine.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 640231b0989eeda87bf22d45a3cc18cba0e214b6
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Mar 4 15:51:14 2011 +0100

    Added French translation

 po/LINGUAS |    1 +
 po/fr.po   |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

commit 0a5c7dfbf54273c72dc5036372b6ea1cb46b4a83
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 03:27:58 2011 -0500

    adwaita: remove border from treeview cells

 themes/Adwaita/gtk-3.0/gtk.css |    6 ++++++
 1 file changed, 6 insertions(+)

commit cdc608b1afea6188f13b810cd6f770a3b66bd342
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 03:19:09 2011 -0500

    adwaita: always theme separators

 themes/Adwaita/gtk-3.0/gtk.css |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

commit 8c2f004e9689276ac203804afbabd0da4b34d4cc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 02:53:40 2011 -0500

    adwaita: rethink some of the previous borders
    
    It looks more balanced now.

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

commit be65b902c9a5e4a9aadc94a6f30eff5f1e5af0c0
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 02:12:23 2011 -0500

    adwaita: cleanup borders and paddings for notebook and scrolled window

 themes/Adwaita/gtk-3.0/gtk.css |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit 61cd23246a0cd36d2eb929205a11dd197991fd9b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 02:00:14 2011 -0500

    adwaita: fix toolbar gradient

 src/adwaita_engine.c           |    6 +++---
 themes/Adwaita/gtk-3.0/gtk.css |    7 +++----
 2 files changed, 6 insertions(+), 7 deletions(-)

commit ab9407368046c3f53dc60284c271201cf494c268
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Mar 4 01:58:29 2011 -0500

    notebook: properly align border strokes

 src/adwaita_engine.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8f3b7963145cd5da051cfd39a1d4b3e9d8050de2
Merge: 3152205 7fd8e2f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:26:22 2011 -0500

    adwaita: restyle according to 3.0 designs
    
    Most of the render paths are now changed according to the design mockups.
    
    Notable things missing:
    - raised buttons for toolbars.
    - GtkTreeView is missing both the assets for its expander icons and some
      mockups for colors/multi-row selection, so I left it as is.
    - slider of pane is basically unthemed, needs a design first.
    - GtkSpinButton's arrows are not themed properly.

commit 7fd8e2f589abd2f348212d71af09ed6f1afc7aed
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:25:14 2011 -0500

    adwaita: add myself to the authors

 src/adwaita_engine.c |    4 ++++
 1 file changed, 4 insertions(+)

commit a8146f1bed9639bc333ce9f546dd1eaea1de371b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:19:46 2011 -0500

    adwaita: cleanup unused variables

 src/adwaita_engine.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 30bdbee632778aa343e6b50799011a2d2340f8eb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:14:36 2011 -0500

    toolbars: re-add special classes until applications use the new class

 themes/Adwaita/gtk-3.0/gtk.css |   44 ++++++++++++++++++++++++++++++++--------
 1 file changed, 36 insertions(+), 8 deletions(-)

commit 5855c1d0a589f26110e157b6354864960d5ba52c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:14:18 2011 -0500

    css: cleanup a bit the file

 themes/Adwaita/gtk-3.0/gtk.css |  152 ++++++++++++++++++++--------------------
 1 file changed, 77 insertions(+), 75 deletions(-)

commit 2a70cad0fca6d9fe4f6cdb780b2a824c24712b9a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:13:25 2011 -0500

    notebook: don't expose the button background on the tab

 themes/Adwaita/gtk-3.0/gtk.css |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit ade92b57e5036cc13526e949c79512800c7f902d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:12:48 2011 -0500

    adwaita: implement the two different slider shapes for scales

 src/adwaita_engine.c |  105 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 100 insertions(+), 5 deletions(-)

commit 76740c2136e475773a11d91e9e9edc6cb1768952
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 17:05:47 2011 -0500

    scale: theme GtkScale according to the mockups
    
    It's missing a different shape for the case when the range has marks.

 src/adwaita_engine.c           |   82 +++++++++++++++++++---------------------
 themes/Adwaita/gtk-3.0/gtk.css |   62 ++++++++++++++++++++----------
 2 files changed, 80 insertions(+), 64 deletions(-)

commit fe18e6cce50f665f3a54c4807ea3ecc9689a9634
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 22:23:08 2011 -0500

    progressbars: theme progress bars according to mockups

 src/adwaita_engine.c           |   50 ++++++++++++++++++++++++++++++++++++--
 themes/Adwaita/gtk-3.0/gtk.css |   52 +++++++++++++++++++++++++---------------
 2 files changed, 81 insertions(+), 21 deletions(-)

commit 32d99ea7ae5ca66bda25ceac155c9c376477031d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 14:50:14 2011 -0500

    toolbars: cleanup CSS for toolbars a little more

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

commit 3514d1574b3d324f0eee75dda1a9bb02273a97b5
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 11:12:26 2011 -0500

    Cleanup the CSS file a bit

 themes/Adwaita/gtk-3.0/gtk.css |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 1c477d84ff731c7363ab77aaa5b8edc0572a195e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 11:10:10 2011 -0500

    scrollbars: theme scrollbars more closely to the mockups
    
    Remove hard contrast between the arrow and the button background.

 themes/Adwaita/gtk-3.0/gtk.css |   34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

commit adf58f9bf7855cd6cecdee871670d8aeb4976677
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 11:07:19 2011 -0500

    adwaita: use correct colors for menus

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

commit e58b5a841e67604030877f87c9c75de0ed9f9c88
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 11:05:27 2011 -0500

    adwaita: use the new primary toolbar style class for main toolbars

 themes/Adwaita/gtk-3.0/gtk.css |   55 +++++++++++++++++++++-------------------
 1 file changed, 29 insertions(+), 26 deletions(-)

commit d57b15d97bca1e8b27506e8df1a4fa9fcd738e53
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 11:03:47 2011 -0500

    adwaita: ship the radio-mixed button

 themes/Adwaita/gtk-3.0/assets/Makefile.am     |    3 +-
 themes/Adwaita/gtk-3.0/assets/radio-mixed.svg |  343 +++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css                |    6 +-
 3 files changed, 346 insertions(+), 6 deletions(-)

commit a71b9d4793d3e3bd8bddc6680f3915c0e9a7d9d3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 3 01:53:49 2011 -0500

    notebook: theme notebook tabs like in the mockups
    
    There's a couple of things to mention:
    - GtkNotebook should be able to resize the allocation of its page header
      according to the 'tab-curvature' and 'tab-overlap' style properties,
      in order not to make the action widget (or the label) overflow under
      the next tab. When it does, we should use that feature to make
      inactive tabs smaller and more tightly stacked.
    - The left and right orientations do not let the theme choose the render
      orientation of the label, and render the label horizontally, which
      conflicts with this design, so we let the GTK+ default handler render
      that, as no sane applications seem to use that; or maybe we need an
      updated design?

 src/adwaita_engine.c           |  143 ++++++++++++++++++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css |   24 ++++---
 2 files changed, 159 insertions(+), 8 deletions(-)

commit 3efa5fcaef82024e467890a70a8c177006ce8b25
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 2 20:01:28 2011 -0500

    adwaita: use the separator class and render tool separators entirely from CSS

 src/adwaita_engine.c           |   55 ----------------------------------------
 themes/Adwaita/gtk-3.0/gtk.css |   16 ++++++------
 2 files changed, 8 insertions(+), 63 deletions(-)

commit 85821993cdec8d99b76084db5c3d31c0ac4eb52e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 2 20:01:08 2011 -0500

    adwaita: theme menus according to mockups

 src/adwaita_engine.c           |  135 +++++++++++++++++++++++++++++++++++++++-
 themes/Adwaita/gtk-3.0/gtk.css |   97 +++++++++++++++--------------
 2 files changed, 185 insertions(+), 47 deletions(-)

commit 640242bae1c1ad1cafd62602d475f066ec6d2c92
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 2 14:35:03 2011 -0500

    adwaita: make sure to use the asset image for cell renderers

 themes/Adwaita/gtk-3.0/gtk.css |   41 ++++++++++++++++++++++++++++++----------
 1 file changed, 31 insertions(+), 10 deletions(-)

commit 71bf9f2d48be7da5db08a09e273b6c2de556b777
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 2 13:56:10 2011 -0500

    css: general cleanups, and theme checkbox arrows

 themes/Adwaita/gtk-3.0/gtk.css |   53 ++++++++++++++++++++++++++++------------
 1 file changed, 37 insertions(+), 16 deletions(-)

commit c8bdc8323359dc670aa90819506bd234e07256cd
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 2 13:55:37 2011 -0500

    adwaita: theme buttons according to mockups

 themes/Adwaita/gtk-3.0/gtk.css |   44 ++++++++++++++++------------------------
 1 file changed, 18 insertions(+), 26 deletions(-)

commit 0a67536fe00f124c1ce7edec5a37df163d32e866
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 2 13:54:26 2011 -0500

    adwaita: render focus ring according to mockups

 src/adwaita_engine.c           |   89 +++++++++++++++++++++++++++++++++++-----
 themes/Adwaita/gtk-3.0/gtk.css |   18 +++++---
 2 files changed, 92 insertions(+), 15 deletions(-)

commit ffe6c42b321220aba11a5202e2e89e3591b52b39
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 1 21:43:53 2011 -0500

    adwaita: use SVG assets to render checkoxes and radiobuttons
    
    Using the CSS background-image property.
    
    Courtesy of Jakub Steiner, imported here from the gnome-design gitorious
    repo.

 src/adwaita_engine.c                               |  272 ++++++---------
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   13 +
 .../assets/checkbox-checked-insensitive.svg        |  175 ++++++++++
 themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg |  191 +++++++++++
 themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg   |  250 ++++++++++++++
 .../assets/checkbox-unchecked-insensitive.svg      |  149 +++++++++
 .../Adwaita/gtk-3.0/assets/checkbox-unchecked.svg  |  168 ++++++++++
 .../gtk-3.0/assets/radio-selected-insensitive.svg  |  264 +++++++++++++++
 themes/Adwaita/gtk-3.0/assets/radio-selected.svg   |  350 ++++++++++++++++++++
 .../assets/radio-unselected-insensitive.svg        |  189 +++++++++++
 themes/Adwaita/gtk-3.0/assets/radio-unselected.svg |  298 +++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css                     |   72 ++--
 12 files changed, 2207 insertions(+), 184 deletions(-)

commit 3152205d8f41d1ce8e8c3e57a20533bc4a0ba205
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Thu Mar 3 10:52:17 2011 +0200

    Uploaded Ukranian

 po/uk.po |   28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

commit 13fbde95ba9d1cf75454cd59a86d2d3034abda54
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Mar 3 08:25:07 2011 +0530

    update Punjabi Translation by A S Alam

 po/pa.po |   33 +++++++++++++++++++++++++++++----
 1 file changed, 29 insertions(+), 4 deletions(-)

commit e6ea9f6cae9f8dd2d237106a5391adae958c91ee
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 2 20:46:55 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   32 +++++++++++++++++++++++++++-----
 1 file changed, 27 insertions(+), 5 deletions(-)

commit 56bb56ced6c67f04bf4df0cf1f751e41793d912b
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Mar 2 20:03:58 2011 +0200

    Updated Hebrew translation.

 po/he.po |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

commit ba80a7961db8cd49ee24b087378b34d4245a941c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 2 02:01:30 2011 -0500

    Add a HighContrastInverse icon theme
    
    Based on the old a11y themes in gnome-themes.

 configure.ac                                       |    3 +
 themes/HighContrastInverse/icons/48x48/Makefile.am |    4 +
 .../icons/48x48/stock/Makefile.am                  |  110 ++++++++++++++++++++
 .../icons/48x48/stock/application-exit.png         |  Bin 0 -> 1013 bytes
 .../icons/48x48/stock/audio-input-microphone.png   |  Bin 0 -> 1455 bytes
 .../icons/48x48/stock/audio-volume-high.png        |  Bin 0 -> 2527 bytes
 .../icons/48x48/stock/audio-volume-low.png         |  Bin 0 -> 1601 bytes
 .../icons/48x48/stock/audio-volume-medium.png      |  Bin 0 -> 1994 bytes
 .../icons/48x48/stock/audio-volume-muted.png       |  Bin 0 -> 1816 bytes
 .../icons/48x48/stock/dialog-error.png             |  Bin 0 -> 1243 bytes
 .../icons/48x48/stock/dialog-information.png       |  Bin 0 -> 1446 bytes
 .../icons/48x48/stock/dialog-question.png          |  Bin 0 -> 1212 bytes
 .../icons/48x48/stock/dialog-warning.png           |  Bin 0 -> 1156 bytes
 .../icons/48x48/stock/document-new.png             |  Bin 0 -> 805 bytes
 .../icons/48x48/stock/document-open.png            |  Bin 0 -> 1015 bytes
 .../icons/48x48/stock/document-print-preview.png   |  Bin 0 -> 1462 bytes
 .../icons/48x48/stock/document-print.png           |  Bin 0 -> 862 bytes
 .../icons/48x48/stock/document-properties.png      |  Bin 0 -> 1145 bytes
 .../icons/48x48/stock/document-revert.png          |  Bin 0 -> 1016 bytes
 .../icons/48x48/stock/document-save-as.png         |  Bin 0 -> 1293 bytes
 .../icons/48x48/stock/document-save.png            |  Bin 0 -> 836 bytes
 .../icons/48x48/stock/double-click-maybe.png       |  Bin 0 -> 3359 bytes
 .../icons/48x48/stock/double-click-off.png         |  Bin 0 -> 2727 bytes
 .../icons/48x48/stock/double-click-on.png          |  Bin 0 -> 3560 bytes
 .../icons/48x48/stock/drive-harddisk.png           |  Bin 0 -> 667 bytes
 .../icons/48x48/stock/edit-clear.png               |  Bin 0 -> 1352 bytes
 .../icons/48x48/stock/edit-copy.png                |  Bin 0 -> 1041 bytes
 .../icons/48x48/stock/edit-cut.png                 |  Bin 0 -> 1560 bytes
 .../icons/48x48/stock/edit-delete.png              |  Bin 0 -> 1130 bytes
 .../icons/48x48/stock/edit-find-replace.png        |  Bin 0 -> 1335 bytes
 .../icons/48x48/stock/edit-find.png                |  Bin 0 -> 1338 bytes
 .../icons/48x48/stock/edit-paste.png               |  Bin 0 -> 990 bytes
 .../icons/48x48/stock/edit-redo.png                |  Bin 0 -> 1074 bytes
 .../icons/48x48/stock/edit-undo.png                |  Bin 0 -> 1103 bytes
 .../icons/48x48/stock/format-justify-center.png    |  Bin 0 -> 684 bytes
 .../icons/48x48/stock/format-justify-fill.png      |  Bin 0 -> 624 bytes
 .../icons/48x48/stock/format-justify-left.png      |  Bin 0 -> 672 bytes
 .../icons/48x48/stock/format-justify-right.png     |  Bin 0 -> 694 bytes
 .../icons/48x48/stock/format-text-bold.png         |  Bin 0 -> 1024 bytes
 .../icons/48x48/stock/format-text-italic.png       |  Bin 0 -> 1123 bytes
 .../48x48/stock/format-text-strikethrough.png      |  Bin 0 -> 993 bytes
 .../icons/48x48/stock/format-text-underline.png    |  Bin 0 -> 1153 bytes
 .../icons/48x48/stock/go-bottom.png                |  Bin 0 -> 911 bytes
 .../icons/48x48/stock/go-down.png                  |  Bin 0 -> 796 bytes
 .../icons/48x48/stock/go-first.png                 |  Bin 0 -> 965 bytes
 .../icons/48x48/stock/go-home.png                  |  Bin 0 -> 1152 bytes
 .../icons/48x48/stock/go-jump.png                  |  Bin 0 -> 1261 bytes
 .../icons/48x48/stock/go-last.png                  |  Bin 0 -> 977 bytes
 .../icons/48x48/stock/go-next.png                  |  Bin 0 -> 861 bytes
 .../icons/48x48/stock/go-previous.png              |  Bin 0 -> 863 bytes
 .../icons/48x48/stock/go-top.png                   |  Bin 0 -> 874 bytes
 .../icons/48x48/stock/go-up.png                    |  Bin 0 -> 756 bytes
 .../icons/48x48/stock/gtk-apply.png                |  Bin 0 -> 708 bytes
 .../icons/48x48/stock/gtk-cancel.png               |  Bin 0 -> 921 bytes
 .../icons/48x48/stock/gtk-connect.png              |  Bin 0 -> 1083 bytes
 .../icons/48x48/stock/gtk-convert.png              |  Bin 0 -> 990 bytes
 .../icons/48x48/stock/gtk-disconnect.png           |  Bin 0 -> 1060 bytes
 .../icons/48x48/stock/gtk-dnd-multiple.png         |  Bin 0 -> 502 bytes
 .../icons/48x48/stock/gtk-dnd.png                  |  Bin 0 -> 379 bytes
 .../icons/48x48/stock/gtk-edit.png                 |  Bin 0 -> 1156 bytes
 .../icons/48x48/stock/gtk-index.png                |  Bin 0 -> 1125 bytes
 .../icons/48x48/stock/gtk-no.png                   |  Bin 0 -> 921 bytes
 .../icons/48x48/stock/gtk-ok.png                   |  Bin 0 -> 708 bytes
 .../icons/48x48/stock/gtk-preferences.png          |  Bin 0 -> 1312 bytes
 .../icons/48x48/stock/gtk-select-color.png         |  Bin 0 -> 720 bytes
 .../icons/48x48/stock/gtk-select-font.png          |  Bin 0 -> 1368 bytes
 .../icons/48x48/stock/gtk-undelete.png             |  Bin 0 -> 1240 bytes
 .../icons/48x48/stock/gtk-yes.png                  |  Bin 0 -> 708 bytes
 .../icons/48x48/stock/help-about.png               |  Bin 0 -> 1180 bytes
 .../icons/48x48/stock/help-contents.png            |  Bin 0 -> 1793 bytes
 .../icons/48x48/stock/image-missing.png            |  Bin 0 -> 1034 bytes
 .../icons/48x48/stock/list-add.png                 |  Bin 0 -> 761 bytes
 .../icons/48x48/stock/list-remove.png              |  Bin 0 -> 545 bytes
 .../icons/48x48/stock/media-eject.png              |  Bin 0 -> 801 bytes
 .../icons/48x48/stock/media-floppy.png             |  Bin 0 -> 836 bytes
 .../icons/48x48/stock/media-optical.png            |  Bin 0 -> 1414 bytes
 .../icons/48x48/stock/media-playback-pause.png     |  Bin 0 -> 661 bytes
 .../icons/48x48/stock/media-playback-start.png     |  Bin 0 -> 1005 bytes
 .../icons/48x48/stock/media-playback-stop.png      |  Bin 0 -> 441 bytes
 .../icons/48x48/stock/media-record.png             |  Bin 0 -> 718 bytes
 .../icons/48x48/stock/media-seek-backward.png      |  Bin 0 -> 1464 bytes
 .../icons/48x48/stock/media-seek-forward.png       |  Bin 0 -> 1465 bytes
 .../icons/48x48/stock/media-skip-backward.png      |  Bin 0 -> 1304 bytes
 .../icons/48x48/stock/media-skip-forward.png       |  Bin 0 -> 1284 bytes
 .../icons/48x48/stock/process-stop.png             |  Bin 0 -> 974 bytes
 .../icons/48x48/stock/system-lock-screen.png       |  Bin 0 -> 1113 bytes
 .../icons/48x48/stock/system-log-out.png           |  Bin 0 -> 1536 bytes
 .../icons/48x48/stock/system-run.png               |  Bin 0 -> 1577 bytes
 .../icons/48x48/stock/system-search.png            |  Bin 0 -> 2195 bytes
 .../icons/48x48/stock/tools-check-spelling.png     |  Bin 0 -> 1245 bytes
 .../icons/48x48/stock/view-refresh.png             |  Bin 0 -> 1464 bytes
 .../icons/48x48/stock/view-sort-ascending.png      |  Bin 0 -> 1253 bytes
 .../icons/48x48/stock/view-sort-descending.png     |  Bin 0 -> 1239 bytes
 .../icons/48x48/stock/window-close.png             |  Bin 0 -> 921 bytes
 .../icons/48x48/stock/zoom-fit-best.png            |  Bin 0 -> 1480 bytes
 .../icons/48x48/stock/zoom-in.png                  |  Bin 0 -> 1493 bytes
 .../icons/48x48/stock/zoom-original.png            |  Bin 0 -> 1525 bytes
 .../icons/48x48/stock/zoom-out.png                 |  Bin 0 -> 1409 bytes
 themes/HighContrastInverse/icons/Makefile.am       |    8 ++
 themes/HighContrastInverse/icons/index.theme       |   10 ++
 100 files changed, 135 insertions(+)

commit e28515bf8bc25f7eaca987de6a7dabf64514749d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 2 02:00:36 2011 -0500

    Adjust Makefile.am for new filenames, too

 themes/LowContrast/icons/48x48/stock/Makefile.am |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

commit ad6c1f675e589f30836e12ce1641e9f9cc91c1d0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 2 01:50:29 2011 -0500

    Rename LowContrast media icons to standard names

 themes/LowContrast/icons/48x48/stock/media-backward.png       |  Bin 1186 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/media-forward.png        |  Bin 1057 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/media-next.png           |  Bin 1421 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/media-pause.png          |  Bin 3111 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/media-play.png           |  Bin 3083 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/media-playback-pause.png |  Bin 0 -> 3111 bytes
 themes/LowContrast/icons/48x48/stock/media-playback-start.png |  Bin 0 -> 3083 bytes
 themes/LowContrast/icons/48x48/stock/media-playback-stop.png  |  Bin 0 -> 781 bytes
 themes/LowContrast/icons/48x48/stock/media-prev.png           |  Bin 1571 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/media-seek-backward.png  |  Bin 0 -> 1186 bytes
 themes/LowContrast/icons/48x48/stock/media-seek-forward.png   |  Bin 0 -> 1057 bytes
 themes/LowContrast/icons/48x48/stock/media-skip-backward.png  |  Bin 0 -> 1571 bytes
 themes/LowContrast/icons/48x48/stock/media-skip-forward.png   |  Bin 0 -> 1421 bytes
 themes/LowContrast/icons/48x48/stock/media-stop.png           |  Bin 781 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/metacity-delete.png      |  Bin 433 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/metacity-maximize.png    |  Bin 159 -> 0 bytes
 themes/LowContrast/icons/48x48/stock/metacity-minimize.png    |  Bin 119 -> 0 bytes
 17 files changed, 0 insertions(+), 0 deletions(-)

commit f1b629f610409623e86b2909be764452d3e3016d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 2 01:21:23 2011 -0500

    Fix name of LowContrast icon theme

 themes/LowContrast/icons/index.theme |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7deb478a1cb479d18e6ef54c8adb1bdb6300cf49
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 2 01:19:01 2011 -0500

    Add a HighContrastInverse gtk2 theme
    
    Based on the old a11y themes in gnome-themes.

 configure.ac                                   |    1 +
 themes/HighContrastInverse/Makefile.am         |    2 +-
 themes/HighContrastInverse/gtk-2.0/Makefile.am |    6 ++
 themes/HighContrastInverse/gtk-2.0/gtkrc       |   78 ++++++++++++++++++++++++
 4 files changed, 86 insertions(+), 1 deletion(-)

commit bba5cdef16d4894b2005429fdd1a8c34383f5c52
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 2 01:13:47 2011 -0500

    Add LowContrast gtk2 and icon themes
    
    These are strongly based on the old a11y themes in gnome-themes,
    the difference being that we no longer assign stock icons in the
    rc file, but rely on the icon theme.
    
    The icon theme is less complete than the HighContrast one and
    could use some love.

 configure.ac                                       |    6 +-
 themes/LowContrast/Makefile.am                     |    3 +-
 themes/LowContrast/gtk-2.0/Makefile.am             |    6 ++
 themes/LowContrast/gtk-2.0/gtkrc                   |   48 +++++++++
 themes/LowContrast/icons/48x48/Makefile.am         |    4 +
 themes/LowContrast/icons/48x48/stock/Makefile.am   |  108 ++++++++++++++++++++
 .../icons/48x48/stock/application-exit.png         |  Bin 0 -> 1691 bytes
 .../icons/48x48/stock/audio-input-microphone.png   |  Bin 0 -> 2549 bytes
 .../icons/48x48/stock/audio-volume-high.png        |  Bin 0 -> 2036 bytes
 .../icons/48x48/stock/audio-volume-low.png         |  Bin 0 -> 1503 bytes
 .../icons/48x48/stock/audio-volume-medium.png      |  Bin 0 -> 1763 bytes
 .../icons/48x48/stock/audio-volume-muted.png       |  Bin 0 -> 1765 bytes
 .../LowContrast/icons/48x48/stock/dialog-error.png |  Bin 0 -> 2319 bytes
 .../icons/48x48/stock/dialog-information.png       |  Bin 0 -> 2420 bytes
 .../icons/48x48/stock/dialog-question.png          |  Bin 0 -> 3071 bytes
 .../icons/48x48/stock/dialog-warning.png           |  Bin 0 -> 2417 bytes
 .../LowContrast/icons/48x48/stock/document-new.png |  Bin 0 -> 927 bytes
 .../icons/48x48/stock/document-open.png            |  Bin 0 -> 1652 bytes
 .../icons/48x48/stock/document-print-preview.png   |  Bin 0 -> 2066 bytes
 .../icons/48x48/stock/document-print.png           |  Bin 0 -> 1428 bytes
 .../icons/48x48/stock/document-properties.png      |  Bin 0 -> 1863 bytes
 .../icons/48x48/stock/document-revert.png          |  Bin 0 -> 2098 bytes
 .../icons/48x48/stock/document-save-as.png         |  Bin 0 -> 2006 bytes
 .../icons/48x48/stock/document-save.png            |  Bin 0 -> 1243 bytes
 .../icons/48x48/stock/drive-harddisk.png           |  Bin 0 -> 3218 bytes
 .../LowContrast/icons/48x48/stock/edit-clear.png   |  Bin 0 -> 3489 bytes
 themes/LowContrast/icons/48x48/stock/edit-copy.png |  Bin 0 -> 625 bytes
 themes/LowContrast/icons/48x48/stock/edit-cut.png  |  Bin 0 -> 2575 bytes
 .../LowContrast/icons/48x48/stock/edit-delete.png  |  Bin 0 -> 3203 bytes
 .../icons/48x48/stock/edit-find-replace.png        |  Bin 0 -> 2892 bytes
 themes/LowContrast/icons/48x48/stock/edit-find.png |  Bin 0 -> 1921 bytes
 .../LowContrast/icons/48x48/stock/edit-paste.png   |  Bin 0 -> 1499 bytes
 themes/LowContrast/icons/48x48/stock/edit-redo.png |  Bin 0 -> 1438 bytes
 themes/LowContrast/icons/48x48/stock/edit-undo.png |  Bin 0 -> 1342 bytes
 .../icons/48x48/stock/format-justify-center.png    |  Bin 0 -> 699 bytes
 .../icons/48x48/stock/format-justify-fill.png      |  Bin 0 -> 719 bytes
 .../icons/48x48/stock/format-justify-left.png      |  Bin 0 -> 696 bytes
 .../icons/48x48/stock/format-justify-right.png     |  Bin 0 -> 700 bytes
 .../icons/48x48/stock/format-text-bold.png         |  Bin 0 -> 811 bytes
 .../icons/48x48/stock/format-text-italic.png       |  Bin 0 -> 799 bytes
 .../48x48/stock/format-text-strikethrough.png      |  Bin 0 -> 880 bytes
 .../icons/48x48/stock/format-text-underline.png    |  Bin 0 -> 863 bytes
 themes/LowContrast/icons/48x48/stock/go-bottom.png |  Bin 0 -> 1162 bytes
 themes/LowContrast/icons/48x48/stock/go-down.png   |  Bin 0 -> 953 bytes
 themes/LowContrast/icons/48x48/stock/go-first.png  |  Bin 0 -> 1230 bytes
 themes/LowContrast/icons/48x48/stock/go-home.png   |  Bin 0 -> 1725 bytes
 themes/LowContrast/icons/48x48/stock/go-jump.png   |  Bin 0 -> 2497 bytes
 themes/LowContrast/icons/48x48/stock/go-last.png   |  Bin 0 -> 1438 bytes
 themes/LowContrast/icons/48x48/stock/go-next.png   |  Bin 0 -> 1246 bytes
 .../LowContrast/icons/48x48/stock/go-previous.png  |  Bin 0 -> 1221 bytes
 themes/LowContrast/icons/48x48/stock/go-top.png    |  Bin 0 -> 1193 bytes
 themes/LowContrast/icons/48x48/stock/go-up.png     |  Bin 0 -> 975 bytes
 themes/LowContrast/icons/48x48/stock/gtk-apply.png |  Bin 0 -> 2150 bytes
 .../LowContrast/icons/48x48/stock/gtk-cancel.png   |  Bin 0 -> 1581 bytes
 .../LowContrast/icons/48x48/stock/gtk-convert.png  |  Bin 0 -> 3043 bytes
 .../icons/48x48/stock/gtk-dnd-multiple.png         |  Bin 0 -> 1154 bytes
 themes/LowContrast/icons/48x48/stock/gtk-dnd.png   |  Bin 0 -> 1158 bytes
 themes/LowContrast/icons/48x48/stock/gtk-edit.png  |  Bin 0 -> 2240 bytes
 themes/LowContrast/icons/48x48/stock/gtk-index.png |  Bin 0 -> 1502 bytes
 themes/LowContrast/icons/48x48/stock/gtk-no.png    |  Bin 0 -> 2709 bytes
 themes/LowContrast/icons/48x48/stock/gtk-ok.png    |  Bin 0 -> 2139 bytes
 .../icons/48x48/stock/gtk-preferences.png          |  Bin 0 -> 4131 bytes
 .../icons/48x48/stock/gtk-select-color.png         |  Bin 0 -> 1547 bytes
 .../icons/48x48/stock/gtk-select-font.png          |  Bin 0 -> 1014 bytes
 .../LowContrast/icons/48x48/stock/gtk-undelete.png |  Bin 0 -> 3329 bytes
 themes/LowContrast/icons/48x48/stock/gtk-yes.png   |  Bin 0 -> 2635 bytes
 .../LowContrast/icons/48x48/stock/help-about.png   |  Bin 0 -> 917 bytes
 .../icons/48x48/stock/help-contents.png            |  Bin 0 -> 3920 bytes
 .../icons/48x48/stock/image-missing.png            |  Bin 0 -> 1172 bytes
 themes/LowContrast/icons/48x48/stock/list-add.png  |  Bin 0 -> 1495 bytes
 .../LowContrast/icons/48x48/stock/list-remove.png  |  Bin 0 -> 829 bytes
 .../icons/48x48/stock/media-backward.png           |  Bin 0 -> 1186 bytes
 .../LowContrast/icons/48x48/stock/media-eject.png  |  Bin 0 -> 1663 bytes
 .../LowContrast/icons/48x48/stock/media-floppy.png |  Bin 0 -> 1243 bytes
 .../icons/48x48/stock/media-forward.png            |  Bin 0 -> 1057 bytes
 .../LowContrast/icons/48x48/stock/media-next.png   |  Bin 0 -> 1421 bytes
 .../icons/48x48/stock/media-optical.png            |  Bin 0 -> 2635 bytes
 .../LowContrast/icons/48x48/stock/media-pause.png  |  Bin 0 -> 3111 bytes
 .../LowContrast/icons/48x48/stock/media-play.png   |  Bin 0 -> 3083 bytes
 .../LowContrast/icons/48x48/stock/media-prev.png   |  Bin 0 -> 1571 bytes
 .../LowContrast/icons/48x48/stock/media-record.png |  Bin 0 -> 2657 bytes
 .../LowContrast/icons/48x48/stock/media-stop.png   |  Bin 0 -> 781 bytes
 .../icons/48x48/stock/metacity-delete.png          |  Bin 0 -> 433 bytes
 .../icons/48x48/stock/metacity-maximize.png        |  Bin 0 -> 159 bytes
 .../icons/48x48/stock/metacity-minimize.png        |  Bin 0 -> 119 bytes
 .../LowContrast/icons/48x48/stock/process-stop.png |  Bin 0 -> 2995 bytes
 .../icons/48x48/stock/system-lock-screen.png       |  Bin 0 -> 3008 bytes
 .../icons/48x48/stock/system-log-out.png           |  Bin 0 -> 3086 bytes
 .../LowContrast/icons/48x48/stock/system-run.png   |  Bin 0 -> 2485 bytes
 .../icons/48x48/stock/system-search.png            |  Bin 0 -> 3538 bytes
 .../icons/48x48/stock/tools-check-spelling.png     |  Bin 0 -> 2865 bytes
 .../LowContrast/icons/48x48/stock/view-refresh.png |  Bin 0 -> 2699 bytes
 .../icons/48x48/stock/view-sort-ascending.png      |  Bin 0 -> 1091 bytes
 .../icons/48x48/stock/view-sort-descending.png     |  Bin 0 -> 1118 bytes
 .../LowContrast/icons/48x48/stock/window-close.png |  Bin 0 -> 1581 bytes
 .../icons/48x48/stock/zoom-fit-best.png            |  Bin 0 -> 3119 bytes
 themes/LowContrast/icons/48x48/stock/zoom-in.png   |  Bin 0 -> 3109 bytes
 .../icons/48x48/stock/zoom-original.png            |  Bin 0 -> 3312 bytes
 themes/LowContrast/icons/48x48/stock/zoom-out.png  |  Bin 0 -> 3044 bytes
 themes/LowContrast/icons/Makefile.am               |    8 ++
 themes/LowContrast/icons/index.theme               |   10 ++
 101 files changed, 190 insertions(+), 3 deletions(-)

commit a147015da7217f02dd5108dd1bf899baa287f287
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 2 00:22:56 2011 -0500

    Bring in HighContrast gtk2 and icon themes
    
    These are strongly based on the old a11y themes in gnome-themes,
    the difference being that we no longer assign stock icons in the
    rc file, but rely on the icon theme.

 configure.ac                                       |   32 +++
 themes/HighContrast/Makefile.am                    |    2 +-
 themes/HighContrast/gtk-2.0/Makefile.am            |    6 +
 themes/HighContrast/gtk-2.0/gtkrc                  |   79 +++++++
 themes/HighContrast/icons/48x48/.gitignore         |    2 +
 themes/HighContrast/icons/48x48/Makefile.am        |    4 +
 .../HighContrast/icons/48x48/animations/.gitignore |    2 +
 .../icons/48x48/animations/Makefile.am             |   17 ++
 .../icons/48x48/animations/process-idle.png        |  Bin 0 -> 1101 bytes
 .../icons/48x48/animations/process-idle.svg        |  147 ++++++++++++
 .../icons/48x48/animations/process-working.png     |  Bin 0 -> 6195 bytes
 .../icons/48x48/animations/process-working.xcf     |  Bin 0 -> 44722 bytes
 themes/HighContrast/icons/48x48/stock/Makefile.am  |   31 +++
 .../HighContrast/icons/48x48/stock/gtk-apply.png   |  Bin 0 -> 614 bytes
 themes/HighContrast/icons/48x48/stock/gtk-bold.png |  Bin 0 -> 944 bytes
 .../HighContrast/icons/48x48/stock/gtk-cancel.png  |  Bin 0 -> 821 bytes
 .../HighContrast/icons/48x48/stock/gtk-connect.png |  Bin 0 -> 977 bytes
 .../HighContrast/icons/48x48/stock/gtk-convert.png |  Bin 0 -> 929 bytes
 .../icons/48x48/stock/gtk-disconnect.png           |  Bin 0 -> 920 bytes
 .../icons/48x48/stock/gtk-dnd-multiple.png         |  Bin 0 -> 620 bytes
 themes/HighContrast/icons/48x48/stock/gtk-dnd.png  |  Bin 0 -> 394 bytes
 themes/HighContrast/icons/48x48/stock/gtk-edit.png |  Bin 0 -> 1106 bytes
 .../HighContrast/icons/48x48/stock/gtk-index.png   |  Bin 0 -> 1030 bytes
 themes/HighContrast/icons/48x48/stock/gtk-no.png   |  Bin 0 -> 821 bytes
 .../icons/48x48/stock/gtk-preferences.png          |  Bin 0 -> 1175 bytes
 .../icons/48x48/stock/gtk-select-color.png         |  Bin 0 -> 702 bytes
 .../icons/48x48/stock/gtk-select-font.png          |  Bin 0 -> 1229 bytes
 .../icons/48x48/stock/gtk-undelete.png             |  Bin 0 -> 1144 bytes
 themes/HighContrast/icons/48x48/stock/gtk-yes.png  |  Bin 0 -> 614 bytes
 themes/HighContrast/icons/Makefile.am              |    8 +
 themes/HighContrast/icons/index.theme              |  143 ++++++++++++
 themes/HighContrast/icons/scalable/.gitignore      |    2 +
 themes/HighContrast/icons/scalable/Makefile.am     |   21 ++
 .../icons/scalable/actions-extra/Makefile.am       |   12 +
 .../icons/scalable/actions-extra/bookmark-view.svg |  112 ++++++++++
 .../icons/scalable/actions-extra/history-view.svg  |  101 +++++++++
 .../HighContrast/icons/scalable/actions/.gitignore |    2 +
 .../icons/scalable/actions/Makefile.am             |  126 +++++++++++
 .../icons/scalable/actions/address-book-new.svg    |   63 ++++++
 .../icons/scalable/actions/application-exit.svg    |  102 +++++++++
 .../icons/scalable/actions/appointment-new.svg     |   63 ++++++
 .../icons/scalable/actions/call-start.svg          |  118 ++++++++++
 .../icons/scalable/actions/call-stop.svg           |  133 +++++++++++
 .../icons/scalable/actions/contact-new.svg         |   95 ++++++++
 .../icons/scalable/actions/dialog-cancel.svg       |  110 +++++++++
 .../icons/scalable/actions/dialog-close.svg        |   84 +++++++
 .../icons/scalable/actions/dialog-ok.svg           |   66 ++++++
 .../icons/scalable/actions/document-new.svg        |   91 ++++++++
 .../scalable/actions/document-open-recent.svg      |  101 +++++++++
 .../icons/scalable/actions/document-open.svg       |   67 ++++++
 .../icons/scalable/actions/document-page-setup.svg |   79 +++++++
 .../scalable/actions/document-print-preview.svg    |  123 ++++++++++
 .../icons/scalable/actions/document-print.svg      |  117 ++++++++++
 .../icons/scalable/actions/document-properties.svg |   84 +++++++
 .../icons/scalable/actions/document-revert.svg     |   82 +++++++
 .../icons/scalable/actions/document-save-as.svg    |  115 ++++++++++
 .../icons/scalable/actions/document-save.svg       |   83 +++++++
 .../icons/scalable/actions/document-send.svg       |   63 ++++++
 .../icons/scalable/actions/edit-clear.svg          |  107 +++++++++
 .../icons/scalable/actions/edit-copy.svg           |  159 +++++++++++++
 .../icons/scalable/actions/edit-cut.svg            |  114 ++++++++++
 .../icons/scalable/actions/edit-delete.svg         |   93 ++++++++
 .../icons/scalable/actions/edit-find-replace.svg   |  128 +++++++++++
 .../icons/scalable/actions/edit-find.svg           |   96 ++++++++
 .../icons/scalable/actions/edit-paste.svg          |  126 +++++++++++
 .../icons/scalable/actions/edit-redo.svg           |   76 +++++++
 .../icons/scalable/actions/edit-select-all.svg     |   63 ++++++
 .../icons/scalable/actions/edit-undo.svg           |   71 ++++++
 .../icons/scalable/actions/folder-new.svg          |  104 +++++++++
 .../icons/scalable/actions/format-indent-less.svg  |  138 ++++++++++++
 .../icons/scalable/actions/format-indent-more.svg  |  137 ++++++++++++
 .../scalable/actions/format-justify-center.svg     |   88 ++++++++
 .../icons/scalable/actions/format-justify-fill.svg |   88 ++++++++
 .../icons/scalable/actions/format-justify-left.svg |   88 ++++++++
 .../scalable/actions/format-justify-right.svg      |   88 ++++++++
 .../icons/scalable/actions/format-text-bold.svg    |  114 ++++++++++
 .../scalable/actions/format-text-direction-ltr.svg |   63 ++++++
 .../scalable/actions/format-text-direction-rtl.svg |   63 ++++++
 .../icons/scalable/actions/format-text-italic.svg  |   90 ++++++++
 .../scalable/actions/format-text-strikethrough.svg |  121 ++++++++++
 .../scalable/actions/format-text-underline.svg     |  152 +++++++++++++
 .../icons/scalable/actions/go-bottom.svg           |   78 +++++++
 .../icons/scalable/actions/go-down.svg             |   64 ++++++
 .../icons/scalable/actions/go-first.svg            |   78 +++++++
 .../icons/scalable/actions/go-home.svg             |   85 +++++++
 .../icons/scalable/actions/go-jump.svg             |   71 ++++++
 .../icons/scalable/actions/go-last.svg             |   78 +++++++
 .../icons/scalable/actions/go-next.svg             |   64 ++++++
 .../icons/scalable/actions/go-previous.svg         |   64 ++++++
 .../HighContrast/icons/scalable/actions/go-top.svg |   78 +++++++
 .../HighContrast/icons/scalable/actions/go-up.svg  |   63 ++++++
 .../icons/scalable/actions/help-about.svg          |  125 +++++++++++
 .../icons/scalable/actions/help-contents.svg       |  100 +++++++++
 .../icons/scalable/actions/help-faq.svg            |  133 +++++++++++
 .../icons/scalable/actions/insert-image.svg        |  188 ++++++++++++++++
 .../icons/scalable/actions/insert-link.svg         |   63 ++++++
 .../icons/scalable/actions/insert-object.svg       |   72 ++++++
 .../icons/scalable/actions/insert-text.svg         |  178 +++++++++++++++
 .../icons/scalable/actions/list-add.svg            |   71 ++++++
 .../icons/scalable/actions/list-remove.svg         |   68 ++++++
 .../icons/scalable/actions/mail-forward.svg        |  126 +++++++++++
 .../icons/scalable/actions/mail-mark-important.svg |  119 ++++++++++
 .../icons/scalable/actions/mail-mark-junk.svg      |   63 ++++++
 .../icons/scalable/actions/mail-mark-notjunk.svg   |   63 ++++++
 .../icons/scalable/actions/mail-mark-read.svg      |  105 +++++++++
 .../icons/scalable/actions/mail-mark-unread.svg    |  114 ++++++++++
 .../icons/scalable/actions/mail-message-new.svg    |  127 +++++++++++
 .../icons/scalable/actions/mail-reply-all.svg      |  166 ++++++++++++++
 .../icons/scalable/actions/mail-reply-sender.svg   |  123 ++++++++++
 .../icons/scalable/actions/mail-send-receive.svg   |  119 ++++++++++
 .../icons/scalable/actions/mail-send.svg           |   63 ++++++
 .../icons/scalable/actions/media-eject.svg         |  129 +++++++++++
 .../scalable/actions/media-playback-pause.svg      |  140 ++++++++++++
 .../scalable/actions/media-playback-start.svg      |   69 ++++++
 .../icons/scalable/actions/media-playback-stop.svg |  122 ++++++++++
 .../icons/scalable/actions/media-record.svg        |  132 +++++++++++
 .../icons/scalable/actions/media-seek-backward.svg |   96 ++++++++
 .../icons/scalable/actions/media-seek-forward.svg  |   95 ++++++++
 .../icons/scalable/actions/media-skip-backward.svg |  136 ++++++++++++
 .../icons/scalable/actions/media-skip-forward.svg  |  137 ++++++++++++
 .../scalable/actions/object-flip-horizontal.svg    |  119 ++++++++++
 .../scalable/actions/object-flip-vertical.svg      |  119 ++++++++++
 .../icons/scalable/actions/object-rotate-left.svg  |  119 ++++++++++
 .../icons/scalable/actions/object-rotate-right.svg |  119 ++++++++++
 .../icons/scalable/actions/process-stop.svg        |   68 ++++++
 .../icons/scalable/actions/system-lock-screen.svg  |   76 +++++++
 .../icons/scalable/actions/system-log-out.svg      |  105 +++++++++
 .../icons/scalable/actions/system-reboot.svg       |   63 ++++++
 .../icons/scalable/actions/system-run.svg          |   72 ++++++
 .../icons/scalable/actions/system-search.svg       |  157 +++++++++++++
 .../icons/scalable/actions/system-shutdown.svg     |   74 +++++++
 .../icons/scalable/actions/tool-check-spelling.svg |   31 +++
 .../scalable/actions/tools-check-spelling.svg      |   91 ++++++++
 .../icons/scalable/actions/view-fullscreen.svg     |   85 +++++++
 .../icons/scalable/actions/view-refresh.svg        |   98 ++++++++
 .../icons/scalable/actions/view-restore.svg        |   78 +++++++
 .../icons/scalable/actions/view-sort-ascending.svg |  117 ++++++++++
 .../scalable/actions/view-sort-descending.svg      |  111 ++++++++++
 .../icons/scalable/actions/window-close.svg        |   84 +++++++
 .../icons/scalable/actions/window-new.svg          |   96 ++++++++
 .../icons/scalable/actions/zoom-fit-best.svg       |  217 ++++++++++++++++++
 .../icons/scalable/actions/zoom-in.svg             |  220 ++++++++++++++++++
 .../icons/scalable/actions/zoom-original.svg       |  165 ++++++++++++++
 .../icons/scalable/actions/zoom-out.svg            |  215 ++++++++++++++++++
 .../icons/scalable/apps-extra/Makefile.am          |   28 +++
 .../icons/scalable/apps-extra/brasero.svg          |  174 +++++++++++++++
 .../icons/scalable/apps-extra/bug-buddy.svg        |  189 ++++++++++++++++
 .../icons/scalable/apps-extra/firefox-icon.svg     |  141 ++++++++++++
 .../icons/scalable/apps-extra/glchess.svg          |  130 +++++++++++
 .../scalable/apps-extra/internet-group-chat.svg    |   73 ++++++
 .../icons/scalable/apps-extra/internet-mail.svg    |  114 ++++++++++
 .../scalable/apps-extra/internet-news-reader.svg   |   63 ++++++
 .../scalable/apps-extra/internet-web-browser.svg   |   63 ++++++
 .../icons/scalable/apps-extra/orca.svg             |  175 +++++++++++++++
 .../icons/scalable/apps-extra/pidgin.svg           |   73 ++++++
 .../preferences-system-network-proxy.svg           |   63 ++++++
 .../apps-extra/preferences-system-session.svg      |   63 ++++++
 .../apps-extra/preferences-system-windows.svg      |  107 +++++++++
 .../icons/scalable/apps-extra/rhythmbox.svg        |  163 ++++++++++++++
 .../icons/scalable/apps-extra/sound-juicer.svg     |  132 +++++++++++
 .../icons/scalable/apps-extra/thunderbird-icon.svg |  114 ++++++++++
 .../icons/scalable/apps-extra/tomboy.svg           |  110 +++++++++
 .../icons/scalable/apps-extra/totem.svg            |  154 +++++++++++++
 themes/HighContrast/icons/scalable/apps/.gitignore |    2 +
 .../HighContrast/icons/scalable/apps/Makefile.am   |   38 ++++
 .../icons/scalable/apps/accessories-calculator.svg |  167 ++++++++++++++
 .../scalable/apps/accessories-character-map.svg    |  147 ++++++++++++
 .../icons/scalable/apps/accessories-dictionary.svg |   63 ++++++
 .../scalable/apps/accessories-text-editor.svg      |  110 +++++++++
 .../icons/scalable/apps/help-browser.svg           |  155 +++++++++++++
 .../scalable/apps/multimedia-volume-control.svg    |  100 +++++++++
 .../apps/preferences-desktop-accessibility.svg     |  217 ++++++++++++++++++
 .../scalable/apps/preferences-desktop-font.svg     |   64 ++++++
 .../scalable/apps/preferences-desktop-keyboard.svg |   63 ++++++
 .../scalable/apps/preferences-desktop-locale.svg   |  126 +++++++++++
 .../apps/preferences-desktop-multimedia.svg        |   63 ++++++
 .../apps/preferences-desktop-screensaver.svg       |  182 +++++++++++++++
 .../scalable/apps/preferences-desktop-theme.svg    |   63 ++++++
 .../apps/preferences-desktop-wallpaper.svg         |   63 ++++++
 .../icons/scalable/apps/system-file-manager.svg    |  133 +++++++++++
 .../scalable/apps/system-software-install.svg      |   63 ++++++
 .../icons/scalable/apps/system-software-update.svg |   63 ++++++
 .../scalable/apps/utilities-system-monitor.svg     |  159 +++++++++++++
 .../icons/scalable/apps/utilities-terminal.svg     |  167 ++++++++++++++
 .../icons/scalable/categories-extra/Makefile.am    |   10 +
 .../icons/scalable/categories/.gitignore           |    2 +
 .../icons/scalable/categories/Makefile.am          |   38 ++++
 .../categories/applications-accessories.svg        |  110 +++++++++
 .../categories/applications-development.svg        |  122 ++++++++++
 .../categories/applications-engineering.svg        |   63 ++++++
 .../scalable/categories/applications-games.svg     |  122 ++++++++++
 .../scalable/categories/applications-graphics.svg  |   83 +++++++
 .../scalable/categories/applications-internet.svg  |  141 ++++++++++++
 .../categories/applications-multimedia.svg         |  163 ++++++++++++++
 .../scalable/categories/applications-office.svg    |   63 ++++++
 .../scalable/categories/applications-other.svg     |   63 ++++++
 .../scalable/categories/applications-science.svg   |  119 ++++++++++
 .../scalable/categories/applications-system.svg    |   94 ++++++++
 .../scalable/categories/applications-utilities.svg |   63 ++++++
 .../categories/preferences-desktop-peripherals.svg |  210 ++++++++++++++++++
 .../categories/preferences-desktop-personal.svg    |   63 ++++++
 .../scalable/categories/preferences-desktop.svg    |  118 ++++++++++
 .../scalable/categories/preferences-other.svg      |   63 ++++++
 .../categories/preferences-system-network.svg      |   63 ++++++
 .../scalable/categories/preferences-system.svg     |   99 +++++++++
 .../icons/scalable/categories/system-help.svg      |   63 ++++++
 .../icons/scalable/devices-extra/Makefile.am       |   11 +
 .../icons/scalable/devices-extra/media-flash.svg   |  148 +++++++++++++
 .../HighContrast/icons/scalable/devices/.gitignore |    2 +
 .../icons/scalable/devices/Makefile.am             |   46 ++++
 .../icons/scalable/devices/audio-card.svg          |   63 ++++++
 .../scalable/devices/audio-input-microphone.svg    |  144 ++++++++++++
 .../icons/scalable/devices/battery.svg             |  123 ++++++++++
 .../icons/scalable/devices/camera-photo.svg        |  115 ++++++++++
 .../icons/scalable/devices/camera-video.svg        |  110 +++++++++
 .../icons/scalable/devices/camera-web.svg          |   63 ++++++
 .../icons/scalable/devices/computer.svg            |  226 +++++++++++++++++++
 .../icons/scalable/devices/drive-harddisk.svg      |  128 +++++++++++
 .../icons/scalable/devices/drive-optical.svg       |  128 +++++++++++
 .../scalable/devices/drive-removable-media.svg     |  128 +++++++++++
 .../icons/scalable/devices/input-gaming.svg        |   63 ++++++
 .../icons/scalable/devices/input-keyboard.svg      |  172 ++++++++++++++
 .../icons/scalable/devices/input-mouse.svg         |  181 +++++++++++++++
 .../icons/scalable/devices/input-tablet.svg        |   63 ++++++
 .../icons/scalable/devices/media-flash.svg         |   88 ++++++++
 .../icons/scalable/devices/media-floppy.svg        |   85 +++++++
 .../icons/scalable/devices/media-optical.svg       |  132 +++++++++++
 .../icons/scalable/devices/media-tape.svg          |  130 +++++++++++
 .../HighContrast/icons/scalable/devices/modem.svg  |   63 ++++++
 .../icons/scalable/devices/multimedia-player.svg   |  120 ++++++++++
 .../icons/scalable/devices/network-wired.svg       |  127 +++++++++++
 .../icons/scalable/devices/network-wireless.svg    |  230 +++++++++++++++++++
 themes/HighContrast/icons/scalable/devices/pda.svg |   63 ++++++
 .../HighContrast/icons/scalable/devices/phone.svg  |  186 ++++++++++++++++
 .../icons/scalable/devices/printer.svg             |   99 +++++++++
 .../icons/scalable/devices/scanner.svg             |   63 ++++++
 .../icons/scalable/devices/video-display.svg       |  211 ++++++++++++++++++
 .../icons/scalable/emblems-extra/Makefile.am       |   10 +
 .../HighContrast/icons/scalable/emblems/.gitignore |    2 +
 .../icons/scalable/emblems/Makefile.am             |   32 +++
 .../icons/scalable/emblems/emblem-default.svg      |  132 +++++++++++
 .../icons/scalable/emblems/emblem-documents.svg    |   91 ++++++++
 .../icons/scalable/emblems/emblem-downloads.svg    |  118 ++++++++++
 .../icons/scalable/emblems/emblem-favorite.svg     |  115 ++++++++++
 .../icons/scalable/emblems/emblem-important.svg    |  119 ++++++++++
 .../icons/scalable/emblems/emblem-mail.svg         |  114 ++++++++++
 .../icons/scalable/emblems/emblem-photos.svg       |  121 ++++++++++
 .../icons/scalable/emblems/emblem-readonly.svg     |   76 +++++++
 .../icons/scalable/emblems/emblem-shared.svg       |   63 ++++++
 .../scalable/emblems/emblem-symbolic-link.svg      |   72 ++++++
 .../icons/scalable/emblems/emblem-synchronized.svg |   63 ++++++
 .../icons/scalable/emblems/emblem-system.svg       |  134 +++++++++++
 .../icons/scalable/emblems/emblem-unreadable.svg   |  118 ++++++++++
 .../icons/scalable/emotes-extra/Makefile.am        |   10 +
 .../HighContrast/icons/scalable/emotes/.cvignore   |    2 +
 .../HighContrast/icons/scalable/emotes/Makefile.am |   40 ++++
 .../icons/scalable/emotes/face-angel.svg           |   63 ++++++
 .../icons/scalable/emotes/face-angry.svg           |   63 ++++++
 .../icons/scalable/emotes/face-cool.svg            |  118 ++++++++++
 .../icons/scalable/emotes/face-crying.svg          |   63 ++++++
 .../icons/scalable/emotes/face-devilish.svg        |   63 ++++++
 .../icons/scalable/emotes/face-embarrassed.svg     |   63 ++++++
 .../icons/scalable/emotes/face-kiss.svg            |   63 ++++++
 .../icons/scalable/emotes/face-laugh.svg           |   63 ++++++
 .../icons/scalable/emotes/face-monkey.svg          |   63 ++++++
 .../icons/scalable/emotes/face-plain.svg           |  136 ++++++++++++
 .../icons/scalable/emotes/face-raspberry.svg       |   63 ++++++
 .../icons/scalable/emotes/face-sad.svg             |  137 ++++++++++++
 .../icons/scalable/emotes/face-sick.svg            |   63 ++++++
 .../icons/scalable/emotes/face-smile-big.svg       |  138 ++++++++++++
 .../icons/scalable/emotes/face-smile.svg           |  138 ++++++++++++
 .../icons/scalable/emotes/face-smirk.svg           |   63 ++++++
 .../icons/scalable/emotes/face-surprise.svg        |  152 +++++++++++++
 .../icons/scalable/emotes/face-tired.svg           |   63 ++++++
 .../icons/scalable/emotes/face-uncertain.svg       |   63 ++++++
 .../icons/scalable/emotes/face-wink.svg            |  138 ++++++++++++
 .../icons/scalable/emotes/face-worried.svg         |   63 ++++++
 .../icons/scalable/mimetypes-extra/Makefile.am     |   10 +
 .../icons/scalable/mimetypes/.gitignore            |    2 +
 .../icons/scalable/mimetypes/Makefile.am           |   34 +++
 .../mimetypes/application-x-executable.svg         |   60 +++++
 .../icons/scalable/mimetypes/audio-x-generic.svg   |  163 ++++++++++++++
 .../icons/scalable/mimetypes/font-x-generic.svg    |   87 ++++++++
 .../icons/scalable/mimetypes/image-x-generic.svg   |   93 ++++++++
 .../icons/scalable/mimetypes/package-x-generic.svg |  116 ++++++++++
 .../icons/scalable/mimetypes/text-html.svg         |  129 +++++++++++
 .../scalable/mimetypes/text-x-generic-template.svg |   11 +
 .../icons/scalable/mimetypes/text-x-generic.svg    |   94 ++++++++
 .../icons/scalable/mimetypes/text-x-preview.icon   |    2 +
 .../icons/scalable/mimetypes/text-x-preview.svg    |   83 +++++++
 .../icons/scalable/mimetypes/text-x-script.svg     |   92 ++++++++
 .../icons/scalable/mimetypes/video-x-generic.svg   |  234 ++++++++++++++++++++
 .../scalable/mimetypes/x-office-address-book.svg   |  143 ++++++++++++
 .../icons/scalable/mimetypes/x-office-calendar.svg |  188 ++++++++++++++++
 .../icons/scalable/mimetypes/x-office-document.svg |  109 +++++++++
 .../scalable/mimetypes/x-office-presentation.svg   |  160 +++++++++++++
 .../scalable/mimetypes/x-office-spreadsheet.svg    |   90 ++++++++
 .../icons/scalable/places-extra/Makefile.am        |   14 ++
 .../places-extra/library-internet-radio.svg        |  158 +++++++++++++
 .../scalable/places-extra/library-podcast.svg      |   99 +++++++++
 .../scalable/places-extra/playlist-automatic.svg   |  125 +++++++++++
 .../icons/scalable/places-extra/playlist.svg       |  109 +++++++++
 .../HighContrast/icons/scalable/places/.gitignore  |    2 +
 .../HighContrast/icons/scalable/places/Makefile.am |   21 ++
 .../icons/scalable/places/folder-remote.svg        |  101 +++++++++
 .../HighContrast/icons/scalable/places/folder.svg  |   99 +++++++++
 .../icons/scalable/places/network-server.svg       |  147 ++++++++++++
 .../icons/scalable/places/network-workgroup.svg    |  168 ++++++++++++++
 .../icons/scalable/places/start-here.svg           |  153 +++++++++++++
 .../icons/scalable/places/user-bookmarks.svg       |  112 ++++++++++
 .../icons/scalable/places/user-desktop.svg         |  136 ++++++++++++
 .../icons/scalable/places/user-home.svg            |   85 +++++++
 .../icons/scalable/places/user-trash.svg           |   87 ++++++++
 .../icons/scalable/status-extra/Makefile.am        |   14 ++
 .../icons/scalable/status-extra/nm-signal-100.svg  |  147 ++++++++++++
 .../icons/scalable/status-extra/nm-signal-25.svg   |  123 ++++++++++
 .../icons/scalable/status-extra/nm-signal-50.svg   |  131 +++++++++++
 .../icons/scalable/status-extra/nm-signal-75.svg   |  139 ++++++++++++
 .../icons/scalable/status-extra/user.svg           |  147 ++++++++++++
 .../HighContrast/icons/scalable/status/.gitignore  |    2 +
 .../HighContrast/icons/scalable/status/Makefile.am |   78 +++++++
 .../icons/scalable/status/appointment-missed.svg   |   63 ++++++
 .../icons/scalable/status/appointment-soon.svg     |   63 ++++++
 .../icons/scalable/status/audio-volume-high.svg    |  135 +++++++++++
 .../icons/scalable/status/audio-volume-low.svg     |  120 ++++++++++
 .../icons/scalable/status/audio-volume-medium.svg  |  125 +++++++++++
 .../icons/scalable/status/audio-volume-muted.svg   |  139 ++++++++++++
 .../icons/scalable/status/battery-caution.svg      |  151 +++++++++++++
 .../icons/scalable/status/battery-low.svg          |  151 +++++++++++++
 .../icons/scalable/status/dialog-error.svg         |   76 +++++++
 .../icons/scalable/status/dialog-information.svg   |  113 ++++++++++
 .../icons/scalable/status/dialog-password.svg      |   76 +++++++
 .../icons/scalable/status/dialog-question.svg      |   72 ++++++
 .../icons/scalable/status/dialog-warning.svg       |   95 ++++++++
 .../icons/scalable/status/folder-drag-accept.svg   |   70 ++++++
 .../icons/scalable/status/folder-open.svg          |   70 ++++++
 .../icons/scalable/status/folder-visiting.svg      |   84 +++++++
 .../icons/scalable/status/image-loading.svg        |   63 ++++++
 .../icons/scalable/status/image-missing.svg        |  143 ++++++++++++
 .../icons/scalable/status/mail-attachment.svg      |   69 ++++++
 .../icons/scalable/status/mail-read.svg            |   63 ++++++
 .../icons/scalable/status/mail-replied.svg         |   63 ++++++
 .../icons/scalable/status/mail-signed-verified.svg |   63 ++++++
 .../icons/scalable/status/mail-signed.svg          |   63 ++++++
 .../icons/scalable/status/mail-unread.svg          |   63 ++++++
 .../scalable/status/media-playlist-repeat.svg      |  111 ++++++++++
 .../scalable/status/media-playlist-shuffle.svg     |  120 ++++++++++
 .../icons/scalable/status/network-error.svg        |   63 ++++++
 .../icons/scalable/status/network-idle.svg         |   63 ++++++
 .../icons/scalable/status/network-offline.svg      |   90 ++++++++
 .../icons/scalable/status/network-online.svg       |   94 ++++++++
 .../icons/scalable/status/network-receive.svg      |   63 ++++++
 .../scalable/status/network-transmit-receive.svg   |   63 ++++++
 .../icons/scalable/status/network-transmit.svg     |   63 ++++++
 .../icons/scalable/status/printer-error.svg        |   18 ++
 .../icons/scalable/status/printer-printing.svg     |   32 +++
 .../icons/scalable/status/security-high.svg        |   63 ++++++
 .../icons/scalable/status/security-low.svg         |   63 ++++++
 .../icons/scalable/status/security-medium.svg      |   63 ++++++
 .../scalable/status/software-update-available.svg  |  154 +++++++++++++
 .../scalable/status/software-update-urgent.svg     |  169 ++++++++++++++
 .../icons/scalable/status/sync-error.svg           |   63 ++++++
 .../icons/scalable/status/sync-synchronizing.svg   |   63 ++++++
 .../icons/scalable/status/task-due.svg             |   63 ++++++
 .../icons/scalable/status/task-past-due.svg        |   63 ++++++
 .../icons/scalable/status/user-away.svg            |   63 ++++++
 .../icons/scalable/status/user-idle.svg            |   63 ++++++
 .../icons/scalable/status/user-offline.svg         |   63 ++++++
 .../icons/scalable/status/user-online.svg          |   63 ++++++
 .../icons/scalable/status/user-trash-full.svg      |   77 +++++++
 .../icons/scalable/status/weather-clear-night.svg  |  152 +++++++++++++
 .../icons/scalable/status/weather-clear.svg        |  141 ++++++++++++
 .../scalable/status/weather-few-clouds-night.svg   |  163 ++++++++++++++
 .../icons/scalable/status/weather-few-clouds.svg   |  160 +++++++++++++
 .../icons/scalable/status/weather-fog.svg          |  123 ++++++++++
 .../icons/scalable/status/weather-overcast.svg     |  109 +++++++++
 .../icons/scalable/status/weather-severe-alert.svg |   63 ++++++
 .../scalable/status/weather-showers-scattered.svg  |  230 +++++++++++++++++++
 .../icons/scalable/status/weather-showers.svg      |  178 +++++++++++++++
 .../icons/scalable/status/weather-snow.svg         |  177 +++++++++++++++
 .../icons/scalable/status/weather-storm.svg        |  110 +++++++++
 381 files changed, 34741 insertions(+), 1 deletion(-)

commit d0175e83cdcdeb779252989219430bc159129a39
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 1 17:58:23 2011 -0500

    adwaita: render regular radios and checkboxes like in mockups
    
    This is implemented by importing the SVG elements in the theme as assets
    and rendering them instead of drawing them manually.
    Icon names are hardcoded, and the past code path is kept as a fallback
    in case the icons are not found.

 configure.ac                       |    1 +
 src/Makefile.am                    |    9 +-
 src/adwaita_engine.c               |  207 +++++++++++++++++++++++++++++++++++-
 themes/Adwaita/gtk-3.0/Makefile.am |    2 +
 themes/Adwaita/gtk-3.0/gtk.css     |    5 +-
 5 files changed, 216 insertions(+), 8 deletions(-)

commit ed21331e06634cdd05d00298cdcb92d449ea1c53
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Tue Mar 1 22:49:44 2011 +0100

    Updated Italian translation

 po/it.po |   36 ++++++++++++++++++++++++++++++------
 1 file changed, 30 insertions(+), 6 deletions(-)

commit 09d2fbdcb4c4be0c0a9fd629eed1bea65e90bb1a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Mar 1 22:23:21 2011 +0100

    Updated Spanish translation

 po/es.po |   25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

commit c082153ca9a0d68a32223e38462220b11991a1c6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Mar 1 22:20:10 2011 +0100

    Updated Spanish translation

 po/es.po |   31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 080a795170118ace9892315039142e40117b63ac
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Mar 1 18:06:20 2011 +0100

    Updated POTFILES.in

 po/POTFILES.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9654a219798a04b3e73e30b107fcd84406be6e0b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 28 20:23:44 2011 -0500

    combobox: use the arrow-spacing property

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 1 file changed, 4 insertions(+)

commit 1d522068dbb4bff30cc8a10afa4480f092e32f2e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 28 17:36:18 2011 -0500

    switch: theme according to mockups

 themes/Adwaita/gtk-3.0/gtk.css |   44 +++++++++++++++++++++++++++++++++-------
 1 file changed, 37 insertions(+), 7 deletions(-)

commit 1db09f5e1012b0ed11ac5638050756b92661b148
Author: Florian Müllner <florian.muellner@gmail.com>
Date:   Tue Mar 1 14:08:28 2011 +0100

    build: Complete renaming AdwaitaLowContrast to LowContrast
    
    Commit e36d5c11 renamed the low contrast theme, but left-over
    some references to the old name in configure.ac.

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 36bed8b33d63f478fb047ff2c100f6405f674299
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Mar 1 20:24:38 2011 +0800

    Update simplified Chinese translation.

 po/zh_CN.po |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit a30f62d5a2628f9b3b65141890f96de55f3d3d9d
Author: liuzhen <liuzhen1191@gmail.com>
Date:   Tue Mar 1 20:22:15 2011 +0800

    [l10n]Update Simplified Chinese translation.

 po/zh_CN.po |   33 +++++++++++++++++++++++++++++----
 1 file changed, 29 insertions(+), 4 deletions(-)

commit 2e6ac15ea4bc702b584254771b2fc4d423245ffe
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Mar 1 09:08:25 2011 +0100

    Updated Swedish translation

 po/sv.po |   38 +++++++++++++++++++++++++++++++-------
 1 file changed, 31 insertions(+), 7 deletions(-)

commit 954c9906a3061823903abb082f02c26253e36c04
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Tue Mar 1 01:19:08 2011 +0200

    Added Latvian translation.

 po/LINGUAS |    1 +
 po/lv.po   |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

commit e36d5c117f214b62442eabef2a614db6e0d8d40b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 28 14:56:32 2011 -0500

    Rename AdwaitaLowContrast to LowContrast
    
    This is necessary since gtk2 and gtk3 are sharing a single
    XSetting for the theme name, so we have to keep using the same
    theme names as gnome-themes.

 themes/AdwaitaLowContrast/Makefile.am         |   16 -------
 themes/AdwaitaLowContrast/gtk-3.0/Makefile.am |    7 ---
 themes/AdwaitaLowContrast/gtk-3.0/gtk.css     |   60 -------------------------
 themes/AdwaitaLowContrast/index.theme.in      |   10 -----
 themes/LowContrast/Makefile.am                |   16 +++++++
 themes/LowContrast/gtk-3.0/Makefile.am        |    7 +++
 themes/LowContrast/gtk-3.0/gtk.css            |   60 +++++++++++++++++++++++++
 themes/LowContrast/index.theme.in             |   10 +++++
 themes/Makefile.am                            |    2 +-
 9 files changed, 94 insertions(+), 94 deletions(-)

commit 0529a7f52951635ba360af87800e3cc605d7218a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 28 10:48:11 2011 -0500

    toolbars: fix epiphany-style button matching

 themes/Adwaita/gtk-3.0/gtk.css |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 70a9bb8a8f07c9718554211357dfd5d72fb89810
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 28 09:49:19 2011 -0500

    adwaita: silence compiler warnings

 src/adwaita_engine.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 5e852eb2217a6e48bf9d076138c304a4afb110ca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 28 00:28:40 2011 -0500

    toolbars: fix toolbar theming to match the mockups

 src/adwaita_engine.c           |   55 +++++++++++++++++++++++++
 themes/Adwaita/gtk-3.0/gtk.css |   89 ++++++++++++++++++++++------------------
 2 files changed, 104 insertions(+), 40 deletions(-)

commit 1a800118973caff3c3f3fe7d7c0b1122395678aa
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Feb 27 21:52:45 2011 -0500

    scrollbars: theme according to mockups

 themes/Adwaita/gtk-3.0/gtk.css |   36 +++++++++++++++++++++++-------------
 1 file changed, 23 insertions(+), 13 deletions(-)

commit 5a97295e77bad5b1e934ffc1f6fbbf4a3627ea93
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Feb 27 21:46:07 2011 -0500

    adwaita: rework the arrow render implementation

 src/adwaita_engine.c |   41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

commit 017d22f06716cd65c7985e20565ffb6fc6f291d6
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Feb 27 23:10:24 2011 +0200

    Updated Hebrew translation.

 po/he.po |   37 ++++++++++++++++++++++++++++++++-----
 1 file changed, 32 insertions(+), 5 deletions(-)

commit 916a533d3448008b17ff7e1237457e52185181c0
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Feb 27 20:34:33 2011 +0100

    Fix high contrast's index.theme install dir

 themes/HighContrast/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3d4b2e16b6e3d4e36c7ff5a25cc9978c8a4b0cea
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Feb 27 20:31:44 2011 +0100

    Add high contrast inverse theme

 configure.ac                                   |    2 +
 po/POTFILES.in                                 |    1 +
 themes/HighContrastInverse/Makefile.am         |   15 +++++
 themes/HighContrastInverse/gtk-3.0/Makefile.am |    7 ++
 themes/HighContrastInverse/gtk-3.0/gtk.css     |   83 ++++++++++++++++++++++++
 themes/HighContrastInverse/index.theme.in      |   10 +++
 themes/Makefile.am                             |    2 +-
 7 files changed, 119 insertions(+), 1 deletion(-)

commit d43aba06b9c693f062c9055f00e74624e3770310
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Feb 27 19:39:11 2011 +0100

    Add high contrast theme.

 configure.ac                            |    2 +
 po/POTFILES.in                          |    1 +
 themes/HighContrast/Makefile.am         |   15 ++++++
 themes/HighContrast/gtk-3.0/Makefile.am |    7 +++
 themes/HighContrast/gtk-3.0/gtk.css     |   83 +++++++++++++++++++++++++++++++
 themes/HighContrast/index.theme.in      |   10 ++++
 themes/Makefile.am                      |    2 +-
 7 files changed, 119 insertions(+), 1 deletion(-)

commit 0cf12e7748747142f1ab8e674bb74417ac56736f
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Feb 27 18:19:01 2011 +0100

    Add low contrast theme.

 configure.ac                                  |    2 +
 po/POTFILES.in                                |    1 +
 themes/AdwaitaLowContrast/Makefile.am         |   16 +++++++
 themes/AdwaitaLowContrast/gtk-3.0/Makefile.am |    7 +++
 themes/AdwaitaLowContrast/gtk-3.0/gtk.css     |   60 +++++++++++++++++++++++++
 themes/AdwaitaLowContrast/index.theme.in      |   10 +++++
 themes/Makefile.am                            |    2 +-
 7 files changed, 97 insertions(+), 1 deletion(-)

commit 3e7bdd373f3ff2f4d23fa8e2c739d223fcde1852
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Feb 27 18:17:28 2011 +0100

    Export explicitly the notebook border color

 themes/Adwaita/gtk-3.0/gtk.css |    3 +++
 1 file changed, 3 insertions(+)

commit b8ad891b001a8ba73439f713e902a0118c4328d6
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun Feb 27 18:05:09 2011 +0100

    po/LINGUAS: Added 'de'
    po/de.po: Added new file
    [l10n] Updated German translation

 po/LINGUAS |    1 +
 po/de.po   |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit 8953605912dd9b1e7cf7b4a9ea81eedc4e982a60
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 27 03:44:14 2011 +0900

    Added ko to the language list

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 92d470670b98b7ddac5419f71a2d91a276aeaab7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 27 03:08:06 2011 +0900

    Updated Korean translation

 po/ko.po |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

commit 435027d944e0792732f92c6d9f057b09ede3df6a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 23 01:35:29 2011 +0100

    Fix to correctly theme applets handles
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643027

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 file changed, 1 insertion(+)

commit c363bc449aa0b1d4b9ae7a030124f44b82f174de
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Feb 24 14:05:38 2011 +0100

    Added Italian translation

 po/LINGUAS |    1 +
 po/it.po   |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

commit 5b53552abd39655567af2e34072af919397a8f6c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Feb 22 19:06:26 2011 -0500

    2.91.90.1

 NEWS         |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 610de9038cfb12ca6ca4317024c0ed02a025a6a3
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Feb 22 18:30:47 2011 +0100

    Use base color for check/radio buttons.
    
    bg color was used instead. Noticed by Cossimo Cecchi

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ab71ab9ca25fb5fdb5ca6ab8326660ff300a880b
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Tue Feb 22 18:29:30 2011 +0530

    Added Bengali India to the list of languages

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit f286f5bad7083cc00f89845b1c3e018d5c134e87
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Tue Feb 22 18:28:37 2011 +0530

    Added Bengali India Translations

 po/bn_IN.po |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 132e4f4de7f08a6e9e2911602767c01a39738614
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Feb 22 00:33:38 2011 -0500

    Post-release bump

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7e2d90370e62e10f137aa55e55d85d6f0d0c298b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Feb 22 00:31:22 2011 -0500

    Update NEWS

 NEWS |    8 ++++++++
 1 file changed, 8 insertions(+)

commit d4fed1e17ebe872522586df3794e8b67b6adc8f4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Feb 22 00:29:25 2011 -0500

    Bump version to 2.91.90

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 26c6591f3d193d66f4cce2198a23155830883e5c
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Feb 21 12:58:59 2011 +0530

    Added & translated kn.po and also updated LINGUAS

 po/LINGUAS |    1 +
 po/kn.po   |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

commit 2ec1beb22f3b7012e827913240cac2e12748de1b
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Sat Feb 19 22:21:18 2011 +0200

    New translation in Afrikaans (af)

 po/LINGUAS |    1 +
 po/af.po   |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit a9a435ad8312b5abf4203a3b7cac94aab3789f99
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Fri Feb 18 16:25:24 2011 +0100

    Add settings.ini file defining the default color scheme for Adwaita

 themes/Adwaita/gtk-3.0/Makefile.am  |    6 +++---
 themes/Adwaita/gtk-3.0/settings.ini |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

commit d6a4c91689817be3c06b9243c379cb7563ce3017
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Fri Feb 18 11:56:09 2011 +0100

    Remove 2 FIXMES
    
    There were some changes pending to the treeview style-context changes,
    which landed before GTK+ 3.0.

 src/adwaita_engine.c           |    7 -------
 themes/Adwaita/gtk-3.0/gtk.css |    2 --
 2 files changed, 9 deletions(-)

commit f545d1597f47ff729922d54c48d4409f11c9a2f3
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Feb 17 19:53:37 2011 +0100

    Separate the colors used in the theme from the gtk color scheme names
    
    This enables us to make gtk-dark.css variants that bypass
    the color scheme provided through GtkSettings

 themes/Adwaita/gtk-3.0/gtk.css |  232 +++++++++++++++++++++-------------------
 1 file changed, 122 insertions(+), 110 deletions(-)

commit 0eabb1fc75820ee7244a978edc2396600ad91a3a
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Feb 17 19:05:31 2011 +0100

    Make gtk.css mostly rely on colors defined in the color map.

 themes/Adwaita/gtk-3.0/gtk.css |  173 +++++++++++++++++++++++-----------------
 1 file changed, 98 insertions(+), 75 deletions(-)

commit 2344c5d38a7cb397011abf49602e480a94a36ada
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Feb 15 20:20:31 2011 +0100

    Make insensitive labels in toolbars readable
    
    Use an alpha version of @fg_color so it's still
    readable, but distinguishable from sensitive text.
    Fixes bug 640459 - Insensitive text in toolbars is
    gray-on-gray, illegible. Reported by Jason Clinton

 themes/Adwaita/gtk-3.0/gtk.css |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b0100827923d2185ea050ae0b1eb8e84c98d0419
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Feb 18 11:26:03 2011 +0100

    window decorations: fixed attached window focused state top border.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 6ff80dddf50e078733d56aee7715ecbbec0e53fa
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Feb 17 13:04:17 2011 +0100

    window decorations: tiled states.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |  205 ++++++++++++++++++++++++
 1 file changed, 205 insertions(+)

commit 9e0083cc90867f35fab3d2477b06ba67cb9fb3b4
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Feb 17 12:20:25 2011 +0530

    Updated Gujarati Translations & Added LINGUAS

 po/LINGUAS |    1 +
 po/gu.po   |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

commit 25d6665426528d5da6ddfe624218f9fd855c97c1
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Feb 16 16:46:58 2011 -0500

    Fix the style for gnome-panel buttons

 themes/Adwaita/gtk-3.0/gtk.css |   39 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)

commit 0375a8101f7a8367677afcc8e58ea7cb79b8782f
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Jan 26 15:02:23 2011 -0500

    Style non-top toolbars like scrolled window

 themes/Adwaita/gtk-3.0/gtk.css |    8 ++++++++
 1 file changed, 8 insertions(+)

commit be98d9f95038d322306033ece0ad397b396d235c
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Jan 26 14:28:30 2011 -0500

    Fix indentation

 themes/Adwaita/gtk-3.0/gtk.css |   70 ++++++++++++++++++++--------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

commit ecd566e1d3a0e22b1e0735d413a0473a896d137a
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Wed Feb 16 09:46:36 2011 +0200

    Added uk translation

 po/LINGUAS |    1 +
 po/uk.po   |   31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

commit bfd19503cbc92bee08a1bbaade33e0abfb8533a8
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Feb 14 18:36:06 2011 +0100

    Enable window dragging for toolbars on top of windows
    
    Fixes bug 641218 - Does not activate window-dragging on Toolbars
    and Statusbar, reported by Diego Escalante.

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 file changed, 1 insertion(+)

commit 5a9cccc7e956adeb0297ae3c87a3de2186dc44f1
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Feb 14 18:24:57 2011 +0100

    Bug 641859 - fill-level on scales looks bad
    
    Render the sliders' fill level as thin as the trough. Reported
    by Bastien Nocera.

 src/adwaita_engine.c |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 4b482241653a74cbce2ec3b6cfbccb6e69245f61
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Fri Feb 11 21:29:12 2011 +0100

    Added UG translation

 po/ug.po |   26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

commit 7b19f139b5becd4d8306920854937e372cf2446c
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Thu Feb 10 13:03:02 2011 +0100

    Add some depth to the wait cursors. They were too flat.

 themes/Adwaita/cursors/data/X_cursor               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/bottom_right_corner    |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/bottom_side            |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/bottom_tee             |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/copy                   |  Bin 15680 -> 15680 bytes
 themes/Adwaita/cursors/data/dnd-ask                |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-copy               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-link               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-move               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-none               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/grabbing               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/hand2                  |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/left_ptr_watch         |  Bin 126096 -> 126096 bytes
 themes/Adwaita/cursors/data/left_tee               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/link                   |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/move                   |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/pencil                 |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/question_arrow         |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/right_side             |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/right_tee              |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/tcross                 |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/top_left_corner        |  Bin 15680 -> 15680 bytes
 themes/Adwaita/cursors/data/top_right_corner       |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/top_side               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/top_tee                |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/ur_angle               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/watch                  |  Bin 126096 -> 126096 bytes
 themes/Adwaita/cursors/data/xterm                  |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/src/adwaita.svg             |  149 +++++++++++++++-----
 themes/Adwaita/cursors/src/pngs/24x24/dnd-copy.png |  Bin 1004 -> 1004 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0001.png |  Bin 1364 -> 1375 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0002.png |  Bin 1366 -> 1381 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0003.png |  Bin 1376 -> 1376 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0004.png |  Bin 1378 -> 1382 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0005.png |  Bin 1385 -> 1384 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0006.png |  Bin 1372 -> 1384 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0007.png |  Bin 1368 -> 1367 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0008.png |  Bin 1366 -> 1381 bytes
 themes/Adwaita/cursors/src/pngs/24x24/move.png     |  Bin 1167 -> 1168 bytes
 .../cursors/src/pngs/24x24/question_arrow.png      |  Bin 1277 -> 1291 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0001.png  |  Bin 1602 -> 1628 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0002.png  |  Bin 1625 -> 1646 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0003.png  |  Bin 1596 -> 1640 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0004.png  |  Bin 1627 -> 1647 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0005.png  |  Bin 1603 -> 1638 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0006.png  |  Bin 1616 -> 1648 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0007.png  |  Bin 1598 -> 1626 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0008.png  |  Bin 1613 -> 1632 bytes
 themes/Adwaita/cursors/src/pngs/24x24/xterm.png    |  Bin 642 -> 641 bytes
 .../Adwaita/cursors/src/pngs/32x32/bottom_side.png |  Bin 1388 -> 1388 bytes
 themes/Adwaita/cursors/src/pngs/32x32/copy.png     |  Bin 1712 -> 1712 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-ask.png  |  Bin 1310 -> 1310 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-link.png |  Bin 1566 -> 1564 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-move.png |  Bin 1346 -> 1342 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0001.png |  Bin 2000 -> 2006 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0002.png |  Bin 2006 -> 2000 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0003.png |  Bin 1976 -> 1991 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0004.png |  Bin 1989 -> 1986 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0005.png |  Bin 1986 -> 2012 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0006.png |  Bin 1988 -> 2004 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0007.png |  Bin 1988 -> 1990 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0008.png |  Bin 1986 -> 1980 bytes
 themes/Adwaita/cursors/src/pngs/32x32/left_tee.png |  Bin 917 -> 918 bytes
 themes/Adwaita/cursors/src/pngs/32x32/link.png     |  Bin 1820 -> 1818 bytes
 themes/Adwaita/cursors/src/pngs/32x32/pencil.png   |  Bin 1658 -> 1658 bytes
 .../Adwaita/cursors/src/pngs/32x32/right_side.png  |  Bin 1399 -> 1396 bytes
 .../cursors/src/pngs/32x32/top_left_corner.png     |  Bin 1610 -> 1611 bytes
 themes/Adwaita/cursors/src/pngs/32x32/top_side.png |  Bin 1452 -> 1450 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0001.png  |  Bin 2207 -> 2328 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0002.png  |  Bin 2188 -> 2318 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0003.png  |  Bin 2209 -> 2322 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0004.png  |  Bin 2193 -> 2301 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0005.png  |  Bin 2216 -> 2314 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0006.png  |  Bin 2202 -> 2311 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0007.png  |  Bin 2210 -> 2292 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0008.png  |  Bin 2211 -> 2295 bytes
 themes/Adwaita/cursors/src/pngs/48x48/X_cursor.png |  Bin 2560 -> 2559 bytes
 .../cursors/src/pngs/48x48/bottom_right_corner.png |  Bin 2099 -> 2106 bytes
 .../Adwaita/cursors/src/pngs/48x48/bottom_tee.png  |  Bin 1158 -> 1161 bytes
 .../Adwaita/cursors/src/pngs/48x48/crosshair.png   |  Bin 1419 -> 1424 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-ask.png  |  Bin 1918 -> 1922 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-link.png |  Bin 2413 -> 2412 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-move.png |  Bin 1831 -> 1830 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-none.png |  Bin 2064 -> 2061 bytes
 themes/Adwaita/cursors/src/pngs/48x48/grabbing.png |  Bin 1947 -> 1948 bytes
 themes/Adwaita/cursors/src/pngs/48x48/hand1.png    |  Bin 2084 -> 2089 bytes
 themes/Adwaita/cursors/src/pngs/48x48/hand2.png    |  Bin 2208 -> 2208 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0001.png |  Bin 3102 -> 3212 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0002.png |  Bin 3140 -> 3246 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0003.png |  Bin 3134 -> 3260 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0004.png |  Bin 3150 -> 3251 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0005.png |  Bin 3140 -> 3229 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0006.png |  Bin 3186 -> 3258 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0007.png |  Bin 3150 -> 3242 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0008.png |  Bin 3095 -> 3217 bytes
 .../Adwaita/cursors/src/pngs/48x48/right_side.png  |  Bin 1951 -> 1948 bytes
 .../Adwaita/cursors/src/pngs/48x48/right_tee.png   |  Bin 1105 -> 1106 bytes
 themes/Adwaita/cursors/src/pngs/48x48/tcross.png   |  Bin 831 -> 829 bytes
 .../cursors/src/pngs/48x48/top_left_corner.png     |  Bin 2549 -> 2548 bytes
 .../cursors/src/pngs/48x48/top_right_corner.png    |  Bin 2287 -> 2286 bytes
 themes/Adwaita/cursors/src/pngs/48x48/top_side.png |  Bin 2172 -> 2175 bytes
 themes/Adwaita/cursors/src/pngs/48x48/top_tee.png  |  Bin 1080 -> 1087 bytes
 themes/Adwaita/cursors/src/pngs/48x48/ur_angle.png |  Bin 1049 -> 1056 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0001.png  |  Bin 3496 -> 3783 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0002.png  |  Bin 3517 -> 3834 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0003.png  |  Bin 3541 -> 3794 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0004.png  |  Bin 3564 -> 3836 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0005.png  |  Bin 3564 -> 3825 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0006.png  |  Bin 3570 -> 3826 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0007.png  |  Bin 3523 -> 3818 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0008.png  |  Bin 3559 -> 3799 bytes
 themes/Adwaita/cursors/src/pngs/48x48/xterm.png    |  Bin 1048 -> 1048 bytes
 112 files changed, 113 insertions(+), 36 deletions(-)

commit 62f6c7d9325d9732f0f8b61c43d91c71e041bf1f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Feb 8 15:58:44 2011 -0500

    css: don't hardcode cantarell in the CSS file
    
    We'll let gsettings-desktop-schemas control it with a gsetting.

 themes/Adwaita/gtk-3.0/gtk.css |    1 -
 1 file changed, 1 deletion(-)

commit 709859807831dfc0e97b3c0ab99e4717ed587771
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 7 21:35:27 2011 -0500

    Make epiphany toolbar match again
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641344

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 file changed, 1 insertion(+)

commit fe2de3b565c685e5ec87e8d1def67da22c0504bb
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Feb 6 14:33:44 2011 +0100

    Handle better panel applets.
    
    A gradient was clobbering the background-color set in
    the css rules for the panel applets. Fixes bug #641425,
    reported by Bastien Nocera.

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

commit 84c287e49568a8c8512c9a8602985020dabf313f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 4 13:44:53 2011 -0500

    css: buttons can be active without be hovered
    
    For instance, GtkToggleButton implementations which are not radio/check
    buttons; those were themed as normal buttons, which makes them not
    recognizable as active.
    The gradient for this is stolen from a previous version of this same CSS
    file.

 themes/Adwaita/gtk-3.0/gtk.css |    7 +++++++
 1 file changed, 7 insertions(+)

commit ee48a2b9f1abdf5417a0eb2b187a7b1cd68c53dc
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Feb 1 16:02:37 2011 -0500

    Bump version

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8053a3db93bd7b8388b9b92bfaa0bdb5d568f7c1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Feb 1 15:56:42 2011 -0500

    Update for 2.91.8

 NEWS |    7 +++++++
 1 file changed, 7 insertions(+)

commit e44c7191f064ed30e77ee6ccc5bd2b8f3bed9a59
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Jan 31 18:19:57 2011 +0100

    Add a more specific selector for entries in toolbars.
    
    The changes in toolbar theming introduced more specific rules that
    also happen to match on the entries within, so this new selector
    overrules these. Fixes bug #640770, reported by William Jon McCann.

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9068f737759c9c158273f4e52db1e4288c0f620c
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   Wed Jan 26 14:37:11 2011 +0100

    Do not set a background color for evince view
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640636

 themes/Adwaita/gtk-3.0/gtk.css |    1 -
 1 file changed, 1 deletion(-)

commit 35ff39750b9b0a26ef4284bfe2ccd50644f479f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 31 12:56:25 2011 +0000

    Remove gtkrc file for GTK+ 3.0
    
    It's not used at all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640979

 themes/Adwaita/gtk-3.0/gtkrc |  603 ------------------------------------------
 1 file changed, 603 deletions(-)

commit 38bc9d908bbaf00daa8e54e3c25aab0756e7c7f8
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Jan 26 14:06:54 2011 -0500

    Only use inset style on toolbars at the top of windows

 themes/Adwaita/gtk-3.0/gtk.css |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 8610fcab812e25902bdfbf98647f3e787dc7e2db
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Jan 25 19:14:26 2011 +0800

    Added Traditional Chinese translation (Hong Kong and Taiwan)

 po/LINGUAS  |    2 ++
 po/zh_HK.po |   29 +++++++++++++++++++++++++++++
 po/zh_TW.po |   29 +++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+)

commit 792fcdbd8ed787ea0da2f65f3da3121eaf2c8aed
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Jan 23 17:04:43 2011 -0500

    Bump version

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b7c85e4c7c7228405fef14f54441b37260ca04cb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Jan 23 17:02:52 2011 -0500

    Update NEWS for 2.91.7

 NEWS |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 78c5d8b302bfa05ec8460faf5d96332645b678f0
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Jan 23 21:42:08 2011 +0100

    Take resize grip rendering from clearlooks

 src/adwaita_engine.c |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 97 insertions(+)

commit 5a4e9c784686d9172366ec1de0c91f34dd5f00cc
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sun Jan 23 21:17:36 2011 +0100

    Fix gnome-terminal styling
    
    text was being rendered as light-on-light

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

commit f85412fb1737ee47632d942d6cb6f951363b43f9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 20 14:36:57 2011 -0500

    Fix expander rendering

 src/adwaita_engine.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e511807f936f997b2fc069aeeab780670f469025
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jan 20 12:17:01 2011 +0100

    Explicitly set the right colors for the "selected" class

 themes/Adwaita/gtk-3.0/gtk.css |    5 +++++
 1 file changed, 5 insertions(+)

commit f74995290f63077a216bd51bcdf25e842c7d48d1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Jan 20 12:16:03 2011 +0100

    Remove NautilusIconContainer style properties
    
    Those will be moved to nautilus now that it has its own CSS file.

 themes/Adwaita/gtk-3.0/gtk.css |    8 --------
 1 file changed, 8 deletions(-)

commit b4d5efa91b47df99e58cc60f410b0cb9bbb71771
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 19 09:36:47 2011 -0500

    Set GTK_VERSION in configure.in
    
    I forgot to copy this from gtk-theme-engine-clearlooks

 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

commit ade4e08a1a9eda14d8dc32a2247d0471be381b99
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 19 09:23:23 2011 -0500

    Post-release version bump

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 31845d8491575be030a85cd8e5817b4e3d32e7ac
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 19 09:20:38 2011 -0500

    Update NEWS

 NEWS |    5 +++++
 1 file changed, 5 insertions(+)

commit c3f544eff074daabc85008fc46d00105f45cb97d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 19 09:17:30 2011 -0500

    Add the Adwaita theme engine

 Makefile.am          |   16 +-
 configure.ac         |   25 +-
 src/Makefile.am      |   15 ++
 src/adwaita_engine.c |  707 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/engine.symbols   |    4 +
 5 files changed, 764 insertions(+), 3 deletions(-)

commit c506abe881cb5303d7b7ddfb62d6127786a2ff24
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 11:47:17 2011 +0100

    Handle different info bars colors

 themes/Adwaita/gtk-3.0/gtk.css |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit 9dd984ced89a1537a643f950bc918132d083f187
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:46:56 2011 +0100

    Correct some spacings in widget properties

 themes/Adwaita/gtk-3.0/gtk.css |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit 805eedf8e30a63f877608c728756199d9ac5a91e
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:46:28 2011 +0100

    Theme GtkSwitches and GtkScales as per the mockups

 themes/Adwaita/gtk-3.0/gtk.css |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit bd938d30efd09ac4a7711d0476fd1cdb54099e51
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:45:39 2011 +0100

    Implement treeview as per the mockups

 themes/Adwaita/gtk-3.0/gtk.css |   66 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

commit edf91985f060d1c5e1dfe4a43e401f3fe15ebc6e
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:44:59 2011 +0100

    Improve calendars styling

 themes/Adwaita/gtk-3.0/gtk.css |   31 +++++++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)

commit 6add7ec871caa8aacb9f1a6b437555d5206924f1
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:39:40 2011 +0100

    Theme progressbars as per the mockups

 themes/Adwaita/gtk-3.0/gtk.css |   13 +++++++++++++
 1 file changed, 13 insertions(+)

commit b13224a31e4eda55319fbdedbef9eb7b757f707a
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:38:25 2011 +0100

    Improve menus styling

 themes/Adwaita/gtk-3.0/gtk.css |   47 ++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

commit f2ed9ed9414c1d1b94f5fc9ca590cccdef07fe7f
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:36:13 2011 +0100

    ensure scrollbars' border is solid

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 file changed, 1 insertion(+)

commit c81765e0201b182a0a00d4248a3cd3b9667b820c
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:35:40 2011 +0100

    Fix notebook tabs spacing

 themes/Adwaita/gtk-3.0/gtk.css |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit ce1e73207aad01304189927eb3d81f4b17524441
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:34:26 2011 +0100

    Fix spinbutton button rendering spacing

 themes/Adwaita/gtk-3.0/gtk.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 38c79dffc4b60c8399847289bb4d072d70d68ff6
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Jan 19 04:32:16 2011 +0100

    Ensure entries in toolbars don't inherit background-image

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 file changed, 1 insertion(+)

commit 2b7184b74a1e7578d8792eab80b04fc787facfe0
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Jan 17 04:42:29 2011 +0100

    Fix menu items spacing so it matches the mockups

 themes/Adwaita/gtk-3.0/gtk.css |   71 +++++++++++++++++++---------------------
 1 file changed, 34 insertions(+), 37 deletions(-)

commit 3357735edafcea224aaec750cd9244136adb3d0e
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Jan 17 04:37:07 2011 +0100

    Fix insensitive color

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

commit 106675eb3771062c4247c74384ec801501c70fea
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Jan 17 04:36:17 2011 +0100

    Fix frames in GtkScrolledWindow and GtkFrame

 themes/Adwaita/gtk-3.0/gtk.css |   34 ++++++++++++++--------------------
 1 file changed, 14 insertions(+), 20 deletions(-)

commit 82ec080af57bcfa69636656923bcb3e991d9c38c
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Jan 17 04:35:08 2011 +0100

    Make notebook tabs closer to the mockups
    
    Implementing these isn't possible yet, so try to get something
    closer to clearlooks instead.

 themes/Adwaita/gtk-3.0/gtk.css |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 20c8e27dd8d7dc6e6f22aad0d54b8891bb7c6633
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Jan 17 04:33:13 2011 +0100

    Implement entries and spinbuttons as per the mockups

 themes/Adwaita/gtk-3.0/gtk.css |   33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

commit 4928d4cee6b18a962a26e24ab8032633703e277d
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon Jan 17 04:27:56 2011 +0100

    Implement buttons and scrollbars as per the mockups
    
    The CSS file uses now the adwaita engine, meant to let as many
    things as possible to the default engine implementation.

 themes/Adwaita/gtk-3.0/gtk.css |  139 +++++++++++++++++++++++-----------------
 1 file changed, 81 insertions(+), 58 deletions(-)

commit c44d7aab2ffe8e9c4cbd68dd2e2b26b1f8d1dc90
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Jan 14 17:47:36 2011 +0200

    Add Arabic

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 53ea7a135615828b6713bd1ee05972da17cfc20c
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Jan 13 00:11:30 2011 +0200

    Updated Bulgarian translation

 po/bg.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 068c69416d564f46471c1073db10ed0e8a5cbfd3
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Jan 12 23:55:13 2011 +0200

    Updated Bulgarian translation

 po/LINGUAS |    1 +
 po/bg.po   |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit 4adac4676b0446caa09dda17cfe0110f5c9e677b
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Jan 12 11:49:29 2011 +0200

    Add Arabic translation

 po/ar.po |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit cf51223786ae132eed0b33f867c51f26417ba10d
Author: Mahyar Moghimi <mahyar.moqimi@gmail.com>
Date:   Tue Jan 11 19:57:59 2011 +0330

    adding persian translation

 po/LINGUAS |    1 +
 po/fa.po   |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

commit 73bb1bb4dc766a69bb4dfd31f6c828534ae09058
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 10 20:55:37 2011 -0500

    Bump version

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bc8553aefbceacb53458833504254abb16904da5
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 10 20:54:03 2011 -0500

    Update news

 NEWS |    5 +++++
 1 file changed, 5 insertions(+)

commit 3b2dc290a338096af06b717dfd0022faf023e635
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Jan 10 19:27:36 2011 +0100

    Adwaita cursors
    
    - import all the sources
    - don't composite blender spinner, use a simple one (8 frames) directly in the SVG

 .../cursors/data/00008160000006810000408080010102  |  Bin 15776 -> 14 bytes
 .../cursors/data/028006030e0e7ebffc7f7070c0600140  |  Bin 15776 -> 14 bytes
 .../cursors/data/03b6e0fcb3499374a867c041f52298f0  |  Bin 15776 -> 14 bytes
 .../cursors/data/08e8e1c95fe2fc01f976f1e063a24ccd  |  Bin 488576 -> 14 bytes
 .../cursors/data/1081e37283d90000800003c07f3ef6bf  |  Bin 15680 -> 4 bytes
 .../cursors/data/14fef782d02440884392942c11205230  |  Bin 15776 -> 17 bytes
 .../cursors/data/2870a09082c103050810ffdffffe0204  |  Bin 15776 -> 17 bytes
 .../cursors/data/3085a0e285430894940527032f8b26df  |  Bin 15776 -> 4 bytes
 .../cursors/data/3ecb610c1bf2410f44200f48c40d3599  |  Bin 488576 -> 14 bytes
 .../cursors/data/4498f0e0c1937ffe01fd06f973665830  |  Bin 15776 -> 4 bytes
 .../cursors/data/5c6cd98b3f3ebcb1f9c7f1c204630408  |  Bin 15776 -> 14 bytes
 .../cursors/data/6407b0e94181790501fd1e167b474872  |  Bin 15680 -> 4 bytes
 .../cursors/data/640fb0e74195791501fd1ed57b41487f  |  Bin 15776 -> 4 bytes
 .../cursors/data/9081237383d90e509aa00f00170e968f  |  Bin 15776 -> 4 bytes
 .../cursors/data/9d800788f1b08800ae810202380a0822  |  Bin 15776 -> 5 bytes
 themes/Adwaita/cursors/data/arrow                  |  Bin 15776 -> 8 bytes
 .../cursors/data/c7088f0f3e6c8088236ef8e1e3e70000  |  Bin 15776 -> 15 bytes
 themes/Adwaita/cursors/data/color-picker           |  Bin 15776 -> 0 bytes
 themes/Adwaita/cursors/data/cross_reverse          |  Bin 15776 -> 5 bytes
 .../cursors/data/d9ce0ab605698f320427677b458ad60b  |  Bin 15776 -> 14 bytes
 themes/Adwaita/cursors/data/diamond_cross          |  Bin 15776 -> 5 bytes
 themes/Adwaita/cursors/data/dnd-ask                |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-copy               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-link               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-move               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/dot_box_mask           |  Bin 15776 -> 6 bytes
 themes/Adwaita/cursors/data/double_arrow           |  Bin 15776 -> 17 bytes
 themes/Adwaita/cursors/data/draft_large            |  Bin 15776 -> 9 bytes
 themes/Adwaita/cursors/data/draft_small            |  Bin 15776 -> 9 bytes
 themes/Adwaita/cursors/data/draped_box             |  Bin 15776 -> 6 bytes
 .../cursors/data/e29285e634086352946a0e7090d73106  |  Bin 15776 -> 5 bytes
 .../cursors/data/fcf1c3c7cd4491d801f1e1c78f100000  |  Bin 15776 -> 15 bytes
 themes/Adwaita/cursors/data/fleur                  |  Bin 15776 -> 8 bytes
 themes/Adwaita/cursors/data/h_double_arrow         |  Bin 15776 -> 17 bytes
 themes/Adwaita/cursors/data/hand                   |  Bin 15776 -> 5 bytes
 themes/Adwaita/cursors/data/hand1                  |  Bin 15776 -> 5 bytes
 themes/Adwaita/cursors/data/help                   |  Bin 15776 -> 14 bytes
 themes/Adwaita/cursors/data/icon                   |  Bin 15776 -> 6 bytes
 themes/Adwaita/cursors/data/left_ptr               |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/left_ptr_help          |  Bin 15776 -> 14 bytes
 themes/Adwaita/cursors/data/left_ptr_watch         |  Bin 488576 -> 126096 bytes
 themes/Adwaita/cursors/data/pencil                 |  Bin 15776 -> 15776 bytes
 themes/Adwaita/cursors/data/pirate                 |  Bin 15776 -> 8 bytes
 themes/Adwaita/cursors/data/target                 |  Bin 15776 -> 6 bytes
 themes/Adwaita/cursors/data/top_left_arrow         |  Bin 15776 -> 8 bytes
 themes/Adwaita/cursors/data/v_double_arrow         |  Bin 15776 -> 17 bytes
 themes/Adwaita/cursors/data/watch                  |  Bin 488576 -> 126096 bytes
 themes/Adwaita/cursors/src/adwaita.svg             | 8900 ++++++++++++++++++++
 themes/Adwaita/cursors/src/pngs/24x24/X_cursor.png |  Bin 0 -> 1157 bytes
 .../cursors/src/pngs/24x24/bd_double_arrow.png     |  Bin 0 -> 1034 bytes
 .../cursors/src/pngs/24x24/bottom_left_corner.png  |  Bin 0 -> 1053 bytes
 .../cursors/src/pngs/24x24/bottom_right_corner.png |  Bin 0 -> 1002 bytes
 .../Adwaita/cursors/src/pngs/24x24/bottom_side.png |  Bin 0 -> 1019 bytes
 .../Adwaita/cursors/src/pngs/24x24/bottom_tee.png  |  Bin 0 -> 695 bytes
 themes/Adwaita/cursors/src/pngs/24x24/circle.png   |  Bin 0 -> 1218 bytes
 themes/Adwaita/cursors/src/pngs/24x24/copy.png     |  Bin 0 -> 1194 bytes
 themes/Adwaita/cursors/src/pngs/24x24/cross.png    |  Bin 0 -> 742 bytes
 .../cursors/src/pngs/24x24/crossed_circle.png      |  Bin 0 -> 1625 bytes
 .../Adwaita/cursors/src/pngs/24x24/crosshair.png   |  Bin 0 -> 799 bytes
 themes/Adwaita/cursors/src/pngs/24x24/dnd-ask.png  |  Bin 0 -> 972 bytes
 themes/Adwaita/cursors/src/pngs/24x24/dnd-copy.png |  Bin 0 -> 1004 bytes
 themes/Adwaita/cursors/src/pngs/24x24/dnd-link.png |  Bin 0 -> 1126 bytes
 themes/Adwaita/cursors/src/pngs/24x24/dnd-move.png |  Bin 0 -> 954 bytes
 themes/Adwaita/cursors/src/pngs/24x24/dnd-none.png |  Bin 0 -> 1004 bytes
 themes/Adwaita/cursors/src/pngs/24x24/dotbox.png   |  Bin 0 -> 854 bytes
 .../cursors/src/pngs/24x24/fd_double_arrow.png     |  Bin 0 -> 1014 bytes
 themes/Adwaita/cursors/src/pngs/24x24/grabbing.png |  Bin 0 -> 1021 bytes
 themes/Adwaita/cursors/src/pngs/24x24/hand1.png    |  Bin 0 -> 1074 bytes
 themes/Adwaita/cursors/src/pngs/24x24/hand2.png    |  Bin 0 -> 1115 bytes
 themes/Adwaita/cursors/src/pngs/24x24/left_ptr.png |  Bin 0 -> 998 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0001.png |  Bin 0 -> 1364 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0002.png |  Bin 0 -> 1366 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0003.png |  Bin 0 -> 1376 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0004.png |  Bin 0 -> 1378 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0005.png |  Bin 0 -> 1385 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0006.png |  Bin 0 -> 1372 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0007.png |  Bin 0 -> 1368 bytes
 .../cursors/src/pngs/24x24/left_ptr_watch_0008.png |  Bin 0 -> 1366 bytes
 .../Adwaita/cursors/src/pngs/24x24/left_side.png   |  Bin 0 -> 1103 bytes
 themes/Adwaita/cursors/src/pngs/24x24/left_tee.png |  Bin 0 -> 663 bytes
 themes/Adwaita/cursors/src/pngs/24x24/link.png     |  Bin 0 -> 1295 bytes
 themes/Adwaita/cursors/src/pngs/24x24/ll_angle.png |  Bin 0 -> 598 bytes
 themes/Adwaita/cursors/src/pngs/24x24/lr_angle.png |  Bin 0 -> 594 bytes
 themes/Adwaita/cursors/src/pngs/24x24/move.png     |  Bin 0 -> 1167 bytes
 themes/Adwaita/cursors/src/pngs/24x24/pencil.png   |  Bin 0 -> 1194 bytes
 themes/Adwaita/cursors/src/pngs/24x24/plus.png     |  Bin 0 -> 633 bytes
 .../cursors/src/pngs/24x24/question_arrow.png      |  Bin 0 -> 1277 bytes
 .../Adwaita/cursors/src/pngs/24x24/right_ptr.png   |  Bin 0 -> 1042 bytes
 .../Adwaita/cursors/src/pngs/24x24/right_side.png  |  Bin 0 -> 1002 bytes
 .../Adwaita/cursors/src/pngs/24x24/right_tee.png   |  Bin 0 -> 661 bytes
 .../cursors/src/pngs/24x24/sb_down_arrow.png       |  Bin 0 -> 935 bytes
 .../cursors/src/pngs/24x24/sb_h_double_arrow.png   |  Bin 0 -> 1200 bytes
 .../cursors/src/pngs/24x24/sb_left_arrow.png       |  Bin 0 -> 889 bytes
 .../cursors/src/pngs/24x24/sb_right_arrow.png      |  Bin 0 -> 881 bytes
 .../Adwaita/cursors/src/pngs/24x24/sb_up_arrow.png |  Bin 0 -> 900 bytes
 .../cursors/src/pngs/24x24/sb_v_double_arrow.png   |  Bin 0 -> 1162 bytes
 themes/Adwaita/cursors/src/pngs/24x24/tcross.png   |  Bin 0 -> 645 bytes
 .../cursors/src/pngs/24x24/top_left_corner.png     |  Bin 0 -> 1130 bytes
 .../cursors/src/pngs/24x24/top_right_corner.png    |  Bin 0 -> 1103 bytes
 themes/Adwaita/cursors/src/pngs/24x24/top_side.png |  Bin 0 -> 1044 bytes
 themes/Adwaita/cursors/src/pngs/24x24/top_tee.png  |  Bin 0 -> 660 bytes
 themes/Adwaita/cursors/src/pngs/24x24/ul_angle.png |  Bin 0 -> 654 bytes
 themes/Adwaita/cursors/src/pngs/24x24/ur_angle.png |  Bin 0 -> 625 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0001.png  |  Bin 0 -> 1602 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0002.png  |  Bin 0 -> 1625 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0003.png  |  Bin 0 -> 1596 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0004.png  |  Bin 0 -> 1627 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0005.png  |  Bin 0 -> 1603 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0006.png  |  Bin 0 -> 1616 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0007.png  |  Bin 0 -> 1598 bytes
 .../Adwaita/cursors/src/pngs/24x24/watch_0008.png  |  Bin 0 -> 1613 bytes
 themes/Adwaita/cursors/src/pngs/24x24/xterm.png    |  Bin 0 -> 642 bytes
 themes/Adwaita/cursors/src/pngs/32x32/X_cursor.png |  Bin 0 -> 1614 bytes
 .../cursors/src/pngs/32x32/bd_double_arrow.png     |  Bin 0 -> 1377 bytes
 .../cursors/src/pngs/32x32/bottom_left_corner.png  |  Bin 0 -> 1480 bytes
 .../cursors/src/pngs/32x32/bottom_right_corner.png |  Bin 0 -> 1436 bytes
 .../Adwaita/cursors/src/pngs/32x32/bottom_side.png |  Bin 0 -> 1388 bytes
 .../Adwaita/cursors/src/pngs/32x32/bottom_tee.png  |  Bin 0 -> 862 bytes
 themes/Adwaita/cursors/src/pngs/32x32/circle.png   |  Bin 0 -> 1742 bytes
 themes/Adwaita/cursors/src/pngs/32x32/copy.png     |  Bin 0 -> 1712 bytes
 themes/Adwaita/cursors/src/pngs/32x32/cross.png    |  Bin 0 -> 1076 bytes
 .../cursors/src/pngs/32x32/crossed_circle.png      |  Bin 0 -> 2381 bytes
 .../Adwaita/cursors/src/pngs/32x32/crosshair.png   |  Bin 0 -> 1239 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-ask.png  |  Bin 0 -> 1310 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-copy.png |  Bin 0 -> 1430 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-link.png |  Bin 0 -> 1566 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-move.png |  Bin 0 -> 1346 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dnd-none.png |  Bin 0 -> 1321 bytes
 themes/Adwaita/cursors/src/pngs/32x32/dotbox.png   |  Bin 0 -> 1415 bytes
 .../cursors/src/pngs/32x32/fd_double_arrow.png     |  Bin 0 -> 1405 bytes
 themes/Adwaita/cursors/src/pngs/32x32/grabbing.png |  Bin 0 -> 1352 bytes
 themes/Adwaita/cursors/src/pngs/32x32/hand1.png    |  Bin 0 -> 1485 bytes
 themes/Adwaita/cursors/src/pngs/32x32/hand2.png    |  Bin 0 -> 1508 bytes
 themes/Adwaita/cursors/src/pngs/32x32/left_ptr.png |  Bin 0 -> 1337 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0001.png |  Bin 0 -> 2000 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0002.png |  Bin 0 -> 2006 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0003.png |  Bin 0 -> 1976 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0004.png |  Bin 0 -> 1989 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0005.png |  Bin 0 -> 1986 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0006.png |  Bin 0 -> 1988 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0007.png |  Bin 0 -> 1988 bytes
 .../cursors/src/pngs/32x32/left_ptr_watch_0008.png |  Bin 0 -> 1986 bytes
 .../Adwaita/cursors/src/pngs/32x32/left_side.png   |  Bin 0 -> 1475 bytes
 themes/Adwaita/cursors/src/pngs/32x32/left_tee.png |  Bin 0 -> 917 bytes
 themes/Adwaita/cursors/src/pngs/32x32/link.png     |  Bin 0 -> 1820 bytes
 themes/Adwaita/cursors/src/pngs/32x32/ll_angle.png |  Bin 0 -> 758 bytes
 themes/Adwaita/cursors/src/pngs/32x32/lr_angle.png |  Bin 0 -> 752 bytes
 themes/Adwaita/cursors/src/pngs/32x32/move.png     |  Bin 0 -> 1584 bytes
 themes/Adwaita/cursors/src/pngs/32x32/pencil.png   |  Bin 0 -> 1658 bytes
 themes/Adwaita/cursors/src/pngs/32x32/plus.png     |  Bin 0 -> 1093 bytes
 .../cursors/src/pngs/32x32/question_arrow.png      |  Bin 0 -> 1796 bytes
 .../Adwaita/cursors/src/pngs/32x32/right_ptr.png   |  Bin 0 -> 1395 bytes
 .../Adwaita/cursors/src/pngs/32x32/right_side.png  |  Bin 0 -> 1399 bytes
 .../Adwaita/cursors/src/pngs/32x32/right_tee.png   |  Bin 0 -> 918 bytes
 .../cursors/src/pngs/32x32/sb_down_arrow.png       |  Bin 0 -> 1183 bytes
 .../cursors/src/pngs/32x32/sb_h_double_arrow.png   |  Bin 0 -> 1707 bytes
 .../cursors/src/pngs/32x32/sb_left_arrow.png       |  Bin 0 -> 1194 bytes
 .../cursors/src/pngs/32x32/sb_right_arrow.png      |  Bin 0 -> 1149 bytes
 .../Adwaita/cursors/src/pngs/32x32/sb_up_arrow.png |  Bin 0 -> 1185 bytes
 .../cursors/src/pngs/32x32/sb_v_double_arrow.png   |  Bin 0 -> 1701 bytes
 themes/Adwaita/cursors/src/pngs/32x32/tcross.png   |  Bin 0 -> 741 bytes
 .../cursors/src/pngs/32x32/top_left_corner.png     |  Bin 0 -> 1610 bytes
 .../cursors/src/pngs/32x32/top_right_corner.png    |  Bin 0 -> 1501 bytes
 themes/Adwaita/cursors/src/pngs/32x32/top_side.png |  Bin 0 -> 1452 bytes
 themes/Adwaita/cursors/src/pngs/32x32/top_tee.png  |  Bin 0 -> 915 bytes
 themes/Adwaita/cursors/src/pngs/32x32/ul_angle.png |  Bin 0 -> 804 bytes
 themes/Adwaita/cursors/src/pngs/32x32/ur_angle.png |  Bin 0 -> 798 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0001.png  |  Bin 0 -> 2207 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0002.png  |  Bin 0 -> 2188 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0003.png  |  Bin 0 -> 2209 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0004.png  |  Bin 0 -> 2193 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0005.png  |  Bin 0 -> 2216 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0006.png  |  Bin 0 -> 2202 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0007.png  |  Bin 0 -> 2210 bytes
 .../Adwaita/cursors/src/pngs/32x32/watch_0008.png  |  Bin 0 -> 2211 bytes
 themes/Adwaita/cursors/src/pngs/32x32/xterm.png    |  Bin 0 -> 977 bytes
 themes/Adwaita/cursors/src/pngs/48x48/X_cursor.png |  Bin 0 -> 2560 bytes
 .../cursors/src/pngs/48x48/bd_double_arrow.png     |  Bin 0 -> 2043 bytes
 .../cursors/src/pngs/48x48/bottom_left_corner.png  |  Bin 0 -> 2085 bytes
 .../cursors/src/pngs/48x48/bottom_right_corner.png |  Bin 0 -> 2099 bytes
 .../Adwaita/cursors/src/pngs/48x48/bottom_side.png |  Bin 0 -> 1886 bytes
 .../Adwaita/cursors/src/pngs/48x48/bottom_tee.png  |  Bin 0 -> 1158 bytes
 themes/Adwaita/cursors/src/pngs/48x48/circle.png   |  Bin 0 -> 2673 bytes
 themes/Adwaita/cursors/src/pngs/48x48/copy.png     |  Bin 0 -> 2593 bytes
 themes/Adwaita/cursors/src/pngs/48x48/cross.png    |  Bin 0 -> 1264 bytes
 .../cursors/src/pngs/48x48/crossed_circle.png      |  Bin 0 -> 3858 bytes
 .../Adwaita/cursors/src/pngs/48x48/crosshair.png   |  Bin 0 -> 1419 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-ask.png  |  Bin 0 -> 1918 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-copy.png |  Bin 0 -> 1906 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-link.png |  Bin 0 -> 2413 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-move.png |  Bin 0 -> 1831 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dnd-none.png |  Bin 0 -> 2064 bytes
 themes/Adwaita/cursors/src/pngs/48x48/dotbox.png   |  Bin 0 -> 1549 bytes
 .../cursors/src/pngs/48x48/fd_double_arrow.png     |  Bin 0 -> 2083 bytes
 themes/Adwaita/cursors/src/pngs/48x48/grabbing.png |  Bin 0 -> 1947 bytes
 themes/Adwaita/cursors/src/pngs/48x48/hand1.png    |  Bin 0 -> 2084 bytes
 themes/Adwaita/cursors/src/pngs/48x48/hand2.png    |  Bin 0 -> 2208 bytes
 themes/Adwaita/cursors/src/pngs/48x48/left_ptr.png |  Bin 0 -> 2087 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0001.png |  Bin 0 -> 3102 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0002.png |  Bin 0 -> 3140 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0003.png |  Bin 0 -> 3134 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0004.png |  Bin 0 -> 3150 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0005.png |  Bin 0 -> 3140 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0006.png |  Bin 0 -> 3186 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0007.png |  Bin 0 -> 3150 bytes
 .../cursors/src/pngs/48x48/left_ptr_watch_0008.png |  Bin 0 -> 3095 bytes
 .../Adwaita/cursors/src/pngs/48x48/left_side.png   |  Bin 0 -> 2136 bytes
 themes/Adwaita/cursors/src/pngs/48x48/left_tee.png |  Bin 0 -> 1158 bytes
 themes/Adwaita/cursors/src/pngs/48x48/link.png     |  Bin 0 -> 2987 bytes
 themes/Adwaita/cursors/src/pngs/48x48/ll_angle.png |  Bin 0 -> 986 bytes
 themes/Adwaita/cursors/src/pngs/48x48/lr_angle.png |  Bin 0 -> 943 bytes
 themes/Adwaita/cursors/src/pngs/48x48/move.png     |  Bin 0 -> 2435 bytes
 themes/Adwaita/cursors/src/pngs/48x48/pencil.png   |  Bin 0 -> 2654 bytes
 themes/Adwaita/cursors/src/pngs/48x48/plus.png     |  Bin 0 -> 1224 bytes
 .../cursors/src/pngs/48x48/question_arrow.png      |  Bin 0 -> 2780 bytes
 .../Adwaita/cursors/src/pngs/48x48/right_ptr.png   |  Bin 0 -> 2168 bytes
 .../Adwaita/cursors/src/pngs/48x48/right_side.png  |  Bin 0 -> 1951 bytes
 .../Adwaita/cursors/src/pngs/48x48/right_tee.png   |  Bin 0 -> 1105 bytes
 .../cursors/src/pngs/48x48/sb_down_arrow.png       |  Bin 0 -> 1614 bytes
 .../cursors/src/pngs/48x48/sb_h_double_arrow.png   |  Bin 0 -> 2613 bytes
 .../cursors/src/pngs/48x48/sb_left_arrow.png       |  Bin 0 -> 1639 bytes
 .../cursors/src/pngs/48x48/sb_right_arrow.png      |  Bin 0 -> 1712 bytes
 .../Adwaita/cursors/src/pngs/48x48/sb_up_arrow.png |  Bin 0 -> 1714 bytes
 .../cursors/src/pngs/48x48/sb_v_double_arrow.png   |  Bin 0 -> 2469 bytes
 themes/Adwaita/cursors/src/pngs/48x48/tcross.png   |  Bin 0 -> 831 bytes
 .../cursors/src/pngs/48x48/top_left_corner.png     |  Bin 0 -> 2549 bytes
 .../cursors/src/pngs/48x48/top_right_corner.png    |  Bin 0 -> 2287 bytes
 themes/Adwaita/cursors/src/pngs/48x48/top_side.png |  Bin 0 -> 2172 bytes
 themes/Adwaita/cursors/src/pngs/48x48/top_tee.png  |  Bin 0 -> 1080 bytes
 themes/Adwaita/cursors/src/pngs/48x48/ul_angle.png |  Bin 0 -> 1031 bytes
 themes/Adwaita/cursors/src/pngs/48x48/ur_angle.png |  Bin 0 -> 1049 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0001.png  |  Bin 0 -> 3496 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0002.png  |  Bin 0 -> 3517 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0003.png  |  Bin 0 -> 3541 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0004.png  |  Bin 0 -> 3564 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0005.png  |  Bin 0 -> 3564 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0006.png  |  Bin 0 -> 3570 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0007.png  |  Bin 0 -> 3523 bytes
 .../Adwaita/cursors/src/pngs/48x48/watch_0008.png  |  Bin 0 -> 3559 bytes
 themes/Adwaita/cursors/src/pngs/48x48/xterm.png    |  Bin 0 -> 1048 bytes
 themes/Adwaita/cursors/src/pngs/X_cursor.in        |    3 +
 themes/Adwaita/cursors/src/pngs/bd_double_arrow.in |    3 +
 .../Adwaita/cursors/src/pngs/bottom_left_corner.in |    3 +
 .../cursors/src/pngs/bottom_right_corner.in        |    3 +
 themes/Adwaita/cursors/src/pngs/bottom_side.in     |    3 +
 themes/Adwaita/cursors/src/pngs/bottom_tee.in      |    3 +
 themes/Adwaita/cursors/src/pngs/circle.in          |    3 +
 themes/Adwaita/cursors/src/pngs/copy.in            |    3 +
 themes/Adwaita/cursors/src/pngs/cross.in           |    3 +
 themes/Adwaita/cursors/src/pngs/crossed_circle.in  |    3 +
 themes/Adwaita/cursors/src/pngs/crosshair.in       |    3 +
 themes/Adwaita/cursors/src/pngs/dnd-ask.in         |    3 +
 themes/Adwaita/cursors/src/pngs/dnd-copy.in        |    3 +
 themes/Adwaita/cursors/src/pngs/dnd-link.in        |    3 +
 themes/Adwaita/cursors/src/pngs/dnd-move.in        |    3 +
 themes/Adwaita/cursors/src/pngs/dnd-none.in        |    3 +
 themes/Adwaita/cursors/src/pngs/dotbox.in          |    3 +
 themes/Adwaita/cursors/src/pngs/fd_double_arrow.in |    3 +
 themes/Adwaita/cursors/src/pngs/grabbing.in        |    3 +
 themes/Adwaita/cursors/src/pngs/hand1.in           |    3 +
 themes/Adwaita/cursors/src/pngs/hand2.in           |    3 +
 themes/Adwaita/cursors/src/pngs/left_ptr.in        |    3 +
 themes/Adwaita/cursors/src/pngs/left_ptr_watch.in  |   24 +
 themes/Adwaita/cursors/src/pngs/left_side.in       |    3 +
 themes/Adwaita/cursors/src/pngs/left_tee.in        |    3 +
 themes/Adwaita/cursors/src/pngs/link.in            |    3 +
 themes/Adwaita/cursors/src/pngs/ll_angle.in        |    3 +
 themes/Adwaita/cursors/src/pngs/lr_angle.in        |    3 +
 themes/Adwaita/cursors/src/pngs/make.sh            |   99 +
 themes/Adwaita/cursors/src/pngs/move.in            |    3 +
 themes/Adwaita/cursors/src/pngs/pencil.in          |    3 +
 themes/Adwaita/cursors/src/pngs/plus.in            |    3 +
 themes/Adwaita/cursors/src/pngs/question_arrow.in  |    3 +
 themes/Adwaita/cursors/src/pngs/right_ptr.in       |    3 +
 themes/Adwaita/cursors/src/pngs/right_side.in      |    3 +
 themes/Adwaita/cursors/src/pngs/right_tee.in       |    3 +
 themes/Adwaita/cursors/src/pngs/sb_down_arrow.in   |    3 +
 .../Adwaita/cursors/src/pngs/sb_h_double_arrow.in  |    3 +
 themes/Adwaita/cursors/src/pngs/sb_left_arrow.in   |    3 +
 themes/Adwaita/cursors/src/pngs/sb_right_arrow.in  |    3 +
 themes/Adwaita/cursors/src/pngs/sb_up_arrow.in     |    3 +
 .../Adwaita/cursors/src/pngs/sb_v_double_arrow.in  |    3 +
 themes/Adwaita/cursors/src/pngs/tcross.in          |    3 +
 themes/Adwaita/cursors/src/pngs/top_left_corner.in |    3 +
 .../Adwaita/cursors/src/pngs/top_right_corner.in   |    3 +
 themes/Adwaita/cursors/src/pngs/top_side.in        |    3 +
 themes/Adwaita/cursors/src/pngs/top_tee.in         |    3 +
 themes/Adwaita/cursors/src/pngs/ul_angle.in        |    3 +
 themes/Adwaita/cursors/src/pngs/ur_angle.in        |    3 +
 themes/Adwaita/cursors/src/pngs/watch.in           |   24 +
 themes/Adwaita/cursors/src/pngs/xterm.in           |    3 +
 themes/Adwaita/cursors/src/renderpngs.py           |  267 +
 292 files changed, 9458 insertions(+)

commit d958fb0f0222791360518fdb0b76c354523b12f0
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Jan 10 18:23:50 2011 +0700

    Added id to LINGUAS
    Added Indonesian translation

 po/LINGUAS |    1 +
 po/id.po   |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit 9ef1afdfcdcdd72be4ad0e1f4d5713e061fe4617
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jan 9 20:39:14 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 61eff3f4103798ac9494b8f14af25d72f51672f8
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Jan 8 18:48:33 2011 +0100

    Added Dutch translation by Wouter Bolsterlee

 po/LINGUAS |    1 +
 po/nl.po   |   31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

commit 5877126b5a5d46d40a5f2158df286fa0a572cf3a
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Jan 4 17:33:37 2011 +0100

    Futile attempt at controlling where engines are used
    
    - clearlooks seems to be used all over even if I use it in the GtkNotebook {} selector
    - if clearlooks is used, background-color for tab:active would affect top stripe on inactive tabs as well.

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

commit 835046658a2cb18f54fe543db11a297cbd0e4b94
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 2 19:25:24 2011 +0100

    Updated Norwegian bokmål translation from Torstein Adolf Winterseth

 po/nb.po |   27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

commit ce72964c28e3e92922e2e3c2a4ac0b6ec97cd7f5
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Dec 28 13:48:11 2010 +0100

    Added Czech translation

 po/LINGUAS |    1 +
 po/cs.po   |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

commit 6500e5dce30aea30c6a833ab7f7bdea917589152
Author: Pau Iranzo <paugnu@gmail.com>
Date:   Mon Dec 27 16:47:59 2010 +0100

    [l10n]Added Catalan translation

 po/LINGUAS |    1 +
 po/ca.po   |   31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

commit 0b0571abb822a8b1f2ceb3c2f2ca87760abc803c
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Dec 26 15:26:06 2010 +0700

    Added Vietnamese translation

 po/LINGUAS |    1 +
 po/vi.po   |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit aaaa731175e54d8d8b306f4454a7a243c14a29c3
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 19:10:22 2010 +0100

    Added UG translation

 po/ug.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c14eb44e9b1852e6caa75e2741b4cd024c700c71
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 20 14:16:07 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b97babe77119b2308a02e4ecd69b2e5ee645b819
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 14 22:07:01 2010 +0100

    Tweaks to the modal dialog border shading to make it look less flat.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 273a5097a9e39838c1335eab8db8f884ea00a563
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 14 20:11:59 2010 +0100

    typo in GtkLabel, but still not doing what one would expect.

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

commit 43728523acb09c91fd729277ef849e792a4dc8ba
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 14 16:29:51 2010 +0100

    lighter trough

 themes/Adwaita/gtk-3.0/gtk.css |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 8780cbba08f4b32766f3f464fd22d85a1beef38e
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 14 15:53:59 2010 +0100

    indentation, struggling with frames.

 themes/Adwaita/gtk-3.0/gtk.css |  178 ++++++++++++++++++++++------------------
 1 file changed, 96 insertions(+), 82 deletions(-)

commit e3d42ea6a1ad71cb4ed8ee71ff35b79c7d553711
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 14 15:34:39 2010 +0100

    Steppers can be styled with GtkScrollbar.button apparently.
    
    But it only works for color :/

 themes/Adwaita/gtk-3.0/gtk.css |   78 +++++++++++++++++++++-------------------
 1 file changed, 41 insertions(+), 37 deletions(-)

commit bb3c9c7f332ea5417dddd28161b839ac1c9613b6
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 14 15:09:07 2010 +0100

    Futile attempts to style scrollbar.

 themes/Adwaita/gtk-3.0/gtk.css |   40 +++++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

commit 8d6e88db7a616c4466a2a4ae558d9909bc945276
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 14 14:23:54 2010 +0100

    Buttons - clearlooks seems broken though
    
    - normal state seems to be flipped with active?

 themes/Adwaita/gtk-3.0/gtk.css |   40 +++++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

commit 1e4c8269585ba0dcf685b045befaa1015805099d
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 11 17:33:49 2010 +0100

    a start at menu styling.

 themes/Adwaita/gtk-3.0/gtk.css |   35 +++++++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 8 deletions(-)

commit c608be9f760a5f7b6fa7d3907cc0240afe79fe02
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 7 22:59:02 2010 +0100

    get slightly further with scrollbars

 themes/Adwaita/gtk-3.0/gtk.css |   29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

commit 5bb1adbf0a3fd18ad38cfdd5a40c84f8545c35dc
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Tue Dec 7 22:08:13 2010 +0100

    Let's wait with forcing clearlooks on everything.
    
    Let's start styling as much as we can without resorting to theme engines and only when a widget is too complex to get away with borders and gradient fills and border-radius, we load the engine for specific widgets.
    
    Probably started with teh wrong widget as GtkScrollbar seems to expose its properties in a really weird way.

 themes/Adwaita/gtk-3.0/gtk.css |   36 ++++++++++++++++++++++--------------
 1 file changed, 22 insertions(+), 14 deletions(-)

commit 80736db499fc9176979bf1c34f5b5ff77aac46c4
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Nov 8 22:25:32 2010 +0100

    more subtle insensitive buttons

 themes/Adwaita/gtk-3.0/gtkrc |    1 +
 1 file changed, 1 insertion(+)

commit bbbbf62c69b5b40276fb100078543a60a150508b
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 7 15:44:20 2010 +0100

    window decorations: fixed maximized titlebar to be like normal one.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1d89049319b80655c0c7f355160434ff79dfe68
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 7 15:41:54 2010 +0100

    gtk3 theme: started playing with the css.

 themes/Adwaita/gtk-3.0/gtk.css |   41 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 38 insertions(+), 3 deletions(-)

commit 4235511f662f112ef1bcac0b63aded1be2c87b79
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Dec 7 15:39:56 2010 +0100

    window decorations: madethe  titlebar gradient end in gtk bg color

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d1665372ffd9dc1c5507ad905fa0fdce92c1a757
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 6 23:09:48 2010 -0500

    Post-release bump

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53fd5f667e5aeb23e582282d5355da1f2c447719
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 6 23:08:40 2010 -0500

    Fix Makefile syntax

 themes/Adwaita/cursors/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 73dee449c0413fa17ab440fd4abd5b9c6a5613b8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 6 22:48:55 2010 -0500

    Update NEWS

 NEWS |    5 +++++
 1 file changed, 5 insertions(+)

commit 88cc2b647ce48c696c2893e7d483fbf64cee9642
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 6 22:48:21 2010 -0500

    Bump version

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d65bcdc662acddd7ddb25839f91ec8888c94e18
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:29:29 2010 +0100

    Miscellaneous fixes.

 themes/Adwaita/gtk-3.0/gtk.css |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 326365f168f16b54df01c9fb70285b18c072d990
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:28:57 2010 +0100

    Handle widgets within scrolled windows.

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

commit 8380740c437b167c477b2d213b2522522891d79d
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:27:19 2010 +0100

    Set transparent background for default toolbar button state.

 themes/Adwaita/gtk-3.0/gtk.css |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 7722eb6fac111c9ca923a884ff5eb5142b70f25e
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:25:46 2010 +0100

    Handle menu elements

 themes/Adwaita/gtk-3.0/gtk.css |   43 +++++++++++++++++++++++++++++++---------
 1 file changed, 34 insertions(+), 9 deletions(-)

commit b34312a3ed066fb30389354a71c73d16e199dcf9
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:25:12 2010 +0100

    Handle button backgrounds.

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

commit 47cd648904cb15b3abe512ffafea155e4bc3553f
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:24:26 2010 +0100

    Handle notebook tabs

 themes/Adwaita/gtk-3.0/gtk.css |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit bf112d314f8230b5c16a8e7e82f7fca23986a171
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:19:28 2010 +0100

    Set default button border and focus color

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

commit debc81e83bd2c5c8b06e9f092103611868cf346e
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Tue Nov 30 03:18:49 2010 +0100

    Fix typo

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

commit e37d55f98cab9a9d45e01c9d781e0421f90d35c1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Nov 17 14:56:35 2010 -0500

    Don't use blue text in entries

 themes/Adwaita/gtk-3.0/gtk.css |    1 -
 1 file changed, 1 deletion(-)

commit 652b3bfdf7894a0bb60083a59e4c5e99a69a7aac
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Nov 17 03:01:35 2010 +0100

    Add beginning of CSS theme
    
    some refinement is due.

 themes/Adwaita/gtk-3.0/Makefile.am |    2 +-
 themes/Adwaita/gtk-3.0/gtk.css     |  297 ++++++++++++++++++++++++++++++++++++
 2 files changed, 298 insertions(+), 1 deletion(-)

commit 2c5114238774dd7790a7bd1f9355fb770c10fee1
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Dec 4 18:45:23 2010 +0100

    window decorations: make the theme looks better with dark themes and minor tweakings.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   55 +++++++++++++-----------
 1 file changed, 30 insertions(+), 25 deletions(-)

commit 4cca82736befb3196501f58482a075ad04768b7e
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 1 17:44:24 2010 +0100

    window decorations: more fixes...

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7cb95feac97c13450f10d4ea9f4292de9aa1ccab
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 1 16:27:55 2010 +0100

    window decorations: fixes.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9128a3021679e97723c74148aa3e05447fc7ae22
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Dec 1 15:25:29 2010 +0100

    window decorations: added versioned 3.3 [right,left]_single_background as a test case for feature implementation.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   53 +++++++++++++++++++++---
 1 file changed, 47 insertions(+), 6 deletions(-)

commit b528ddc22bc511443e601fd7f0a131cc38438233
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Tue Nov 30 02:56:12 2010 +0100

    window decorations: fixed titlebar size growing maximizing the windows.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |    6 +++---
 themes/Adwaita/metacity-1/metacity-theme-3.xml |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 7e2204325b9ac448828128dbf6af3ea3e0546e95
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Mon Nov 29 16:57:35 2010 +0100

    window decorations: attached modal dialogs borders tweakings.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1caf84819f3fe7b3a025ff7dd5b99780a0ad8466
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Nov 28 17:25:53 2010 +0700

    Added Thai translation.

 po/LINGUAS |    1 +
 po/th.po   |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit 28c99e9c1045a7839bed80ca14829ae83f89f7dc
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Sat Nov 27 14:18:11 2010 +0100

    window decorations: shaded the top border of attached modal dialogs.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit 93d45dd12035bf2c9bc52beb9b2ca9acad841546
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Nov 26 11:56:10 2010 +0100

    window decorations: made attached and modal dialogs to be more similar to mockups.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |   27 ++++++++++++------
 themes/Adwaita/metacity-1/metacity-theme-3.xml |   36 +++++++++++++-----------
 2 files changed, 39 insertions(+), 24 deletions(-)

commit e8113bbe0748e1517d96c5803e5420192c308619
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Nov 25 11:57:53 2010 +0100

    window decorations: add another constant (D_icons_grow) to make icons in buttons grow easily w/o touching the drawing mess.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |  241 +++++++++++------------
 themes/Adwaita/metacity-1/metacity-theme-3.xml |  246 ++++++++++++------------
 2 files changed, 247 insertions(+), 240 deletions(-)

commit 96389b0ee2db3dca5ccddc27e597508b8e076232
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Nov 25 08:44:19 2010 +0530

    Added Punjabi Language

 po/LINGUAS |    1 +
 po/pa.po   |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

commit 932054f5c6ea35ce94bc712c772b9f2492e51a43
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Nov 25 01:55:37 2010 +0100

    window decorations: icons parametric for format version 2 as well.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |  244 ++++++++++++++++++------
 1 file changed, 182 insertions(+), 62 deletions(-)

commit 29a0fe0ca01aacb6ed576a0e23e556d604607f27
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Thu Nov 25 01:51:20 2010 +0100

    window decorations: size of icons in buttons is not parametric (D_icons_shrink), just for 3 version format for now.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |  244 ++++++++++++++++++------
 1 file changed, 182 insertions(+), 62 deletions(-)

commit e31a3fad62c5b0e8e939e3a717090c385b812cb8
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 24 16:57:47 2010 +0100

    Window decorations: more evident button backgrounds.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |   14 +++++++-------
 themes/Adwaita/metacity-1/metacity-theme-3.xml |   24 +++++++-----------------
 2 files changed, 14 insertions(+), 24 deletions(-)

commit f19d2720c009214269fe68ed7cb45ea4ffc347ab
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Wed Nov 24 15:29:55 2010 +0100

    mutter and metacity theme full rewrite

 themes/Adwaita/metacity-1/metacity-theme-2.xml | 2067 ++++++++++++---------
 themes/Adwaita/metacity-1/metacity-theme-3.xml | 2346 +++++++++++++-----------
 2 files changed, 2535 insertions(+), 1878 deletions(-)

commit fad9ab8af012298a4358cd0137b087ca138d0535
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Nov 21 13:53:51 2010 +0100

    Added Swedish translation

 po/LINGUAS |    1 +
 po/sv.po   |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit bd394a0fbe0ae0394ba570836acff096a92fe769
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:49:14 2010 +0100

    Added UG translation

 po/ug.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 978d77a247f6653be48f2c1d77c021d03a5824ec
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Nov 19 17:55:38 2010 +0100

    Window decorations: specific decorations for utility windows (only for version 3 format atm).

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   87 +++++++++++++++++++++---
 1 file changed, 79 insertions(+), 8 deletions(-)

commit 07b31fe247d09023df2738a6466759ae9ec331ce
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Nov 19 14:55:10 2010 +0100

    Window decorations: more evident buttonr prelight effect.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |  101 ++++++++++++++++-------
 themes/Adwaita/metacity-1/metacity-theme-3.xml |  103 +++++++++++++++++-------
 2 files changed, 147 insertions(+), 57 deletions(-)

commit 08630b716f09e4d8644a6c02bc1d0912641310f6
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Nov 19 02:08:38 2010 +0100

    Specific window decoration for "attached" modal dialogs.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |  100 +++++++++++++++++++++++-
 1 file changed, 96 insertions(+), 4 deletions(-)

commit 857c7822c45b396adb62b582b54bd11d23322d96
Author: Lapo Calamandrei <calamandrei@gmail.com>
Date:   Fri Nov 19 00:43:39 2010 +0100

    Mutter theme refresh.

 themes/Adwaita/metacity-1/metacity-theme-2.xml |  376 ++++++++---------------
 themes/Adwaita/metacity-1/metacity-theme-3.xml |  381 ++++++++----------------
 2 files changed, 248 insertions(+), 509 deletions(-)

commit acf78172888a4f009512eedf0dbce3d409d9aca7
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Wed Nov 17 15:19:47 2010 +0100

    Updated Danish translation

 po/da.po |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit c8ba8c352a73262521d6800d7a3a3411d803d1dd
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Wed Nov 17 15:19:46 2010 +0100

    Added da to list of languages

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 9bc7cfd7c590759749202ddbef442e26191d7f4c
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Mon Nov 15 18:40:31 2010 +0200

    Updated Romanian translation

 po/LINGUAS |    1 +
 po/ro.po   |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

commit 005490a2be541b5219f757ffa8b078f2ba01d380
Author: Theodore Dimitriadis <liakoni@gmail.com>
Date:   Mon Nov 15 12:48:49 2010 +0200

    l10n: Added Greek (el) to LINGUAS

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 9028746166c8f4f6839e0f577992ae867dc7cdea
Author: Theodore Dimitriadis <liakoni@gmail.com>
Date:   Mon Nov 15 12:47:07 2010 +0200

    l10n: Added Greek translation for gnome-themes-standard

 po/el.po |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit a30ba3ebc938f0f4493795b11f3c72d059450e39
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Nov 14 12:02:46 2010 +0100

    Added sl for Slovenian translation

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 05e4d9fefc7dfc6a3afc438fc79a5e44d6351b30
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Nov 14 12:02:36 2010 +0100

    Added Slovenian translation

 po/sl.po |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit e7783537e3273037259236f3643a8b80c881fe1b
Author: Aron Xu <aronxu@gnome.org>
Date:   Sun Nov 14 13:13:36 2010 +0800

    Add simplified Chinese translation.

 po/LINGUAS  |    1 +
 po/zh_CN.po |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

commit eb30ecd0df3f7032aa97ca262ea73953f7817974
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sun Nov 14 00:08:33 2010 +0100

    Added UG translation

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 51a6360eb784fcb6e69c0b2bfe51a53c0364dae2
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:29:11 2010 +0100

    Added UG translation

 po/ug.po |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

commit 6f90c5d1b4b611b03126ac5c41b17db83a640894
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Nov 13 01:51:38 2010 +0100

    Added Galician to LINGUAS and pofile completed

 po/LINGUAS |    1 +
 po/gl.po   |   31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

commit e945c516d2b57f68185ddcc0389b22639f94ce58
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Nov 11 11:55:17 2010 -0500

    Add cursor theme
    
    Originally from Jakub Steiner's dmz-aa theme

 configure.ac                                                 |    1 +
 themes/Adwaita/Makefile.am                                   |    2 +-
 themes/Adwaita/cursors/Makefile.am                           |    5 +++++
 themes/Adwaita/cursors/data/00008160000006810000408080010102 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/028006030e0e7ebffc7f7070c0600140 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/03b6e0fcb3499374a867c041f52298f0 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/08e8e1c95fe2fc01f976f1e063a24ccd |  Bin 0 -> 488576 bytes
 themes/Adwaita/cursors/data/1081e37283d90000800003c07f3ef6bf |  Bin 0 -> 15680 bytes
 themes/Adwaita/cursors/data/14fef782d02440884392942c11205230 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/2870a09082c103050810ffdffffe0204 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/3085a0e285430894940527032f8b26df |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/3ecb610c1bf2410f44200f48c40d3599 |  Bin 0 -> 488576 bytes
 themes/Adwaita/cursors/data/4498f0e0c1937ffe01fd06f973665830 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/5c6cd98b3f3ebcb1f9c7f1c204630408 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/6407b0e94181790501fd1e167b474872 |  Bin 0 -> 15680 bytes
 themes/Adwaita/cursors/data/640fb0e74195791501fd1ed57b41487f |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/9081237383d90e509aa00f00170e968f |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/9d800788f1b08800ae810202380a0822 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/X_cursor                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/arrow                            |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/bd_double_arrow                  |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/bottom_left_corner               |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/bottom_right_corner              |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/bottom_side                      |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/bottom_tee                       |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/c7088f0f3e6c8088236ef8e1e3e70000 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/circle                           |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/color-picker                     |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/copy                             |  Bin 0 -> 15680 bytes
 themes/Adwaita/cursors/data/cross                            |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/cross_reverse                    |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/crossed_circle                   |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/crosshair                        |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/d9ce0ab605698f320427677b458ad60b |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/diamond_cross                    |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-ask                          |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-copy                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-link                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-move                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/dnd-none                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/dot_box_mask                     |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/dotbox                           |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/double_arrow                     |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/draft_large                      |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/draft_small                      |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/draped_box                       |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/e29285e634086352946a0e7090d73106 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/fcf1c3c7cd4491d801f1e1c78f100000 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/fd_double_arrow                  |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/fleur                            |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/grabbing                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/h_double_arrow                   |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/hand                             |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/hand1                            |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/hand2                            |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/help                             |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/icon                             |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/left_ptr                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/left_ptr_help                    |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/left_ptr_watch                   |  Bin 0 -> 488576 bytes
 themes/Adwaita/cursors/data/left_side                        |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/left_tee                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/link                             |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/ll_angle                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/lr_angle                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/move                             |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/pencil                           |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/pirate                           |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/plus                             |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/question_arrow                   |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/right_ptr                        |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/right_side                       |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/right_tee                        |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/sb_down_arrow                    |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/sb_h_double_arrow                |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/sb_left_arrow                    |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/sb_right_arrow                   |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/sb_up_arrow                      |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/sb_v_double_arrow                |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/target                           |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/tcross                           |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/top_left_arrow                   |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/top_left_corner                  |  Bin 0 -> 15680 bytes
 themes/Adwaita/cursors/data/top_right_corner                 |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/top_side                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/top_tee                          |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/ul_angle                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/ur_angle                         |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/v_double_arrow                   |  Bin 0 -> 15776 bytes
 themes/Adwaita/cursors/data/watch                            |  Bin 0 -> 488576 bytes
 themes/Adwaita/cursors/data/xterm                            |  Bin 0 -> 15776 bytes
 themes/Adwaita/index.theme.in                                |    2 ++
 92 files changed, 9 insertions(+), 1 deletion(-)

commit e216b5142db05cb57f74c97882667f755a08a799
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Nov 11 17:23:45 2010 +0100

    Added Spanish translation

 po/es.po |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

commit 6c9c8d908371e229505de7850c84d805e8dcd4ed
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Nov 11 17:23:39 2010 +0100

    Added es to LINGUAS

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit d593edc1669d3c032db2b7f32e5ae7d5faa30d79
Author: Priit Laes <plaes@plaes.org>
Date:   Thu Nov 11 09:17:07 2010 +0200

    Added Estonian (et) into LINGUAS

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit fc92d6924e60bd8a542fa108750b6656f78c84a8
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Nov 11 09:16:40 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit 33a990986f407ac53bb734dd4c13559e780334c5
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Nov 11 07:19:52 2010 +0200

    Added Hebrew translation

 po/LINGUAS |    1 +
 po/he.po   |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit ca63dc5bcec3a39c9bfc1acd27896a7cda87bf16
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 14:46:20 2010 -0500

    Bump version

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aa28eaf0901403ebbd9fbf2f17eeeb424976982b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 14:34:34 2010 -0500

    Update NEWS

 NEWS |    5 +++++
 1 file changed, 5 insertions(+)

commit 8700175c7e30010b874a9decfadf450fc8d03078
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 14:32:53 2010 -0500

    Set version to 2.91.2.1

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 723b8ef3055c23cf2096c5e44f56182c697e8db1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 14:31:54 2010 -0500

    Ship the metacity-2 theme as well

 themes/Adwaita/metacity-1/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit db7ce96889511bd8dc9877aa07287d886a02f072
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 13:49:34 2010 -0500

    bump version

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 793a24af183f0943b3ebe3051bc913b5e98e868d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 13:45:20 2010 -0500

    Include gtk2 theme

 configure.ac               |    1 +
 themes/Adwaita/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 3a61ac7cf5ba156f60118da893607799cb23177f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 13:44:30 2010 -0500

    Add background description files to POTFILES

 po/POTFILES.in   |    1 +
 po/POTFILES.skip |    1 +
 2 files changed, 2 insertions(+)

commit ffb7c584f48af04703339773d37ff3b72df0253a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 13:44:06 2010 -0500

    Set GETTEXT_PACKAGE

 configure.ac                       |    5 +++++
 themes/Adwaita/gtk-2.0/Makefile.am |    8 ++++++++
 2 files changed, 13 insertions(+)

commit 4efefdf5a3d85ead3d84712149d495c6efd1ba8a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 10:23:20 2010 -0500

    Update NEWS
    
    No news.

 NEWS |    4 ++++
 1 file changed, 4 insertions(+)

commit 1ae17a3c0f04549a8ad4f26869b72be853fa8b40
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 9 10:22:51 2010 -0500

    Set version to 2.91.2

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 804da4b9d82e5432f570ba6afdc860e7ae0d1230
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 8 15:46:42 2010 -0500

    Fix order of button styles
    
    We want to make the toolbarbutton style to override the button style,
    so specify it later.

 themes/Adwaita/gtk-3.0/gtkrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 343b727e36d9ab2438449c6bfebf61c67a589b7e
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Nov 8 18:36:04 2010 +0100

    subtle toolbar separators

 themes/Adwaita/gtk-3.0/gtkrc |    1 +
 1 file changed, 1 insertion(+)

commit ae204614303732811b5836d138cf11847a29e6e2
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Nov 8 16:58:19 2010 +0100

    more subtle focus box

 themes/Adwaita/gtk-3.0/gtkrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 468b5abfc404950d5912a26809c9446f61cd55d7
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Nov 8 16:50:17 2010 +0100

    Focus ring for buttons.
    
    - toolbar buttons' focus ring seems to be ignored.

 themes/Adwaita/gtk-3.0/gtkrc |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 73e252fd9b886e9a0b77cfe1ebecfc8eed4f7fa7
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Mon Nov 8 16:10:54 2010 +0100

    pushed state for toolbar buttons

 themes/Adwaita/gtk-3.0/gtkrc |    1 +
 1 file changed, 1 insertion(+)

commit 76e09a889ae83469ab1e35a327897f966fc1fb56
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 7 16:15:17 2010 -0500

    Make entry cursors black

 themes/Adwaita/gtk-3.0/gtkrc |    7 -------
 1 file changed, 7 deletions(-)

commit dd196d1662d0b1f85332099cccd02e21e34b12b4
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Nov 7 19:05:34 2010 +0100

    toolbar buttons prelight with a gradient

 themes/Adwaita/gtk-3.0/gtkrc |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit dde5dd9845532b843c89a993c95928e143ce56de
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sun Nov 7 18:10:13 2010 +0100

    Toolbar and menubar background shading.
    
    - uses the new gradient drawing from gtk-theme-engine-clearlooks.

 themes/Adwaita/gtk-3.0/gtkrc |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

commit f73a9632de36dd1672009c47cabcc362dd84bc73
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Sat Nov 6 21:37:54 2010 +0100

    Fallback version for metacity 2.30

 themes/Adwaita/metacity-1/metacity-theme-2.xml |  957 ++++++++++++++++++++++++
 1 file changed, 957 insertions(+)

commit 5f427a0adf59949e500928c314cefcd869145a82
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 7 12:09:51 2010 -0500

    Remove dialogbutton themeing

 themes/Adwaita/gtk-3.0/gtkrc |    8 --------
 1 file changed, 8 deletions(-)

commit 4fca10f056f6b799034ef266acc701695d998153
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 7 11:15:32 2010 -0500

    Adapt to GtkDialog changes
    
    The action area is now a GtkButtonBox, not a GtkHButtonBox.

 themes/Adwaita/gtk-3.0/gtkrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9db48671590b737e657982bca82f1d3b9d58767c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 7 11:01:15 2010 -0500

    Make focused entries not all blue

 themes/Adwaita/gtk-3.0/gtkrc |    1 +
 1 file changed, 1 insertion(+)

commit 4fdc8589f513f75f1dbc52892ca67303f3073c37
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sun Oct 31 12:00:11 2010 -0400

    Add po to SUBDIRS

 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 980137a2755df08a85b095a19b11d2a5b85fe2a3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Oct 30 14:40:47 2010 +0200

    Add LINGUAS and put nb in it

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit e18af7dab51ec983915354d0f136bd999b83b45f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Oct 30 14:39:56 2010 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit 53c447db4f3ea73dd13883ee509a3709ca060add
Author: William Jon McCann <jmccann@redhat.com>
Date:   Fri Oct 29 14:41:12 2010 -0400

    Add default background image

 configure.ac                                 |    2 ++
 themes/Adwaita/Makefile.am                   |    2 +-
 themes/Adwaita/backgrounds/Makefile.am       |   19 +++++++++++++++++++
 themes/Adwaita/backgrounds/adwaita.xml.in.in |   11 +++++++++++
 themes/Adwaita/backgrounds/stripes.jpg       |  Bin 0 -> 246770 bytes
 5 files changed, 33 insertions(+), 1 deletion(-)

commit fab589e78a782b01f9848950c6c0818d335ef1cc
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Wed Oct 27 18:40:22 2010 +0200

    do not round the top of dialog windows. Eventually I will need to draw a titlebar there as we want it to feel bent and will need a vertical gradient highlight.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c1ca1e3898ef62c5542e6026c593843e5a83ca8c
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Wed Oct 27 17:34:00 2010 +0200

    Clipping metrics seem to have changes. I don't really grok why it's working with +4 now, but it does. metacity-theme-3.xml won't load in older metacity/mutter anyway, so it's not like we are breaking it for the old WM.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 06fe9e769071487a3167242c4828cdf1a3b0e922
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Wed Oct 27 17:25:41 2010 +0200

    Remove redundant Changelog form the actual WM theme. Add some padding for the titlebar to avoid text being packed towrds the buttons before things start to ellipsize.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   26 ++----------------------
 1 file changed, 2 insertions(+), 24 deletions(-)

commit 7142459cbb14828ad843006586141d85d874a613
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Oct 14 00:42:12 2010 -0400

    Properly center the window title using version 3.1 features
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=591406

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   40 +++++++++++++++++++++---
 1 file changed, 36 insertions(+), 4 deletions(-)

commit 5b638611cef94cb9d2c4c526e05d587a42a7677c
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Oct 13 22:38:58 2010 -0400

    Rename to metacity v3

 themes/Adwaita/metacity-1/Makefile.am          |    2 +-
 themes/Adwaita/metacity-1/metacity-theme-2.xml |  967 ------------------------
 themes/Adwaita/metacity-1/metacity-theme-3.xml |  967 ++++++++++++++++++++++++
 3 files changed, 968 insertions(+), 968 deletions(-)

commit 3ea90929ad045c97caa02c18ab6b87709cec56ec
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Oct 13 21:17:34 2010 -0400

    Add meta-theme index file and translate it

 configure.ac                  |    2 ++
 po/POTFILES.in                |    3 +++
 themes/Adwaita/Makefile.am    |   12 ++++++++++++
 themes/Adwaita/index.theme.in |    8 ++++++++
 4 files changed, 25 insertions(+)

commit e471b4d2fec8bf53d6ac7e533e774d0fc9bfc83e
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Oct 13 20:39:15 2010 -0400

    Initial commit
    
    Adwaita theme was originally developed in gtk-engines 2.90 and
    created by Hylke Bons, Lapo Calamandrei, and Jakub Steiner

 COPYING                                        |  510 +++++++++++++
 Makefile.am                                    |   18 +
 autogen.sh                                     |   21 +
 configure.ac                                   |   22 +
 git.mk                                         |  187 +++++
 gnome-themes-standard.doap                     |   29 +
 themes/Adwaita/Makefile.am                     |    4 +
 themes/Adwaita/gtk-2.0/gtkrc                   |  434 +++++++++++
 themes/Adwaita/gtk-3.0/Makefile.am             |    8 +
 themes/Adwaita/gtk-3.0/gtkrc                   |  578 ++++++++++++++
 themes/Adwaita/metacity-1/Makefile.am          |    8 +
 themes/Adwaita/metacity-1/metacity-theme-2.xml |  967 ++++++++++++++++++++++++
 themes/Makefile.am                             |    4 +
 13 files changed, 2790 insertions(+)
