gtk-css-engine r29 - in bzr-playground: . themes/gtk-css-test/gtk-2.0
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r29 - in bzr-playground: . themes/gtk-css-test/gtk-2.0
- Date: Mon, 18 Aug 2008 13:51:10 +0000 (UTC)
Author: robsta
Date: Mon Aug 18 13:51:10 2008
New Revision: 29
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=29&view=rev
Log:
Simplify test theme, update auxiliary files.
Modified:
bzr-playground/ (props changed)
bzr-playground/README
bzr-playground/TODO
bzr-playground/themes/gtk-css-test/gtk-2.0/styles.css
Modified: bzr-playground/README
==============================================================================
--- bzr-playground/README (original)
+++ bzr-playground/README Mon Aug 18 13:51:10 2008
@@ -5,11 +5,12 @@
Putting stuff together for a gtk theme engine that would be configured using CSS rather than gtkrc syntax.
Bzr repository at:
- http://www.gnome.org/~robsta/bzr/gtk-css-engine
+ http://bzr-playground.gnome.org/~robsta/gtk-css-engine/
bzr+ssh://bzr-playground.gnome.org/bzr/robsta/gtk-css-engine
Andreas' `Gilouche-CSS' branch is at:
- http://www.gnome.org/~andreasn/bzr/gtk-css-engine
+ http://bzr-playground.gnome.org/~andreasn/gtk-css-engine/
+ bzr+ssh://bzr-playground.gnome.org/bzr/andreasn/gtk-css-engine
Primitives
----------
Modified: bzr-playground/TODO
==============================================================================
--- bzr-playground/TODO (original)
+++ bzr-playground/TODO Mon Aug 18 13:51:10 2008
@@ -7,7 +7,7 @@
* Matching (descendant and child).
* Background color.
-* Basic border styles.
+* Basic border styles, also through the `color' property.
* Single background image, repeating, tiling.
* Prototypical default theme.
* Bugzilla module.
@@ -22,6 +22,8 @@
-----------------
* Border images.
+* Border radius.
+* Background image: repeating, tiling.
* Unit tests.
* Test using the theme torturer.
* Test using valgrind.
Modified: bzr-playground/themes/gtk-css-test/gtk-2.0/styles.css
==============================================================================
--- bzr-playground/themes/gtk-css-test/gtk-2.0/styles.css (original)
+++ bzr-playground/themes/gtk-css-test/gtk-2.0/styles.css Mon Aug 18 13:51:10 2008
@@ -1,58 +1,4 @@
-/*
-box {
- background-color: yellow;
- border: 1px dashed green;
- border-bottom: 2px solid red;
-}
-
-box:prelight {
- background-color: red;
-}
-
-box.bar {
- background-color: orange;
-}
-hline {
- border: 2px solid black;
-}
-
-vline {
- border: 2px solid brown;
-}
-
-GtkButton {
- background-color: blue;
-}
-
-GtkButton:prelight {
- background-color: green;
-}
-
-GtkToggleButton {
- background-color: lightblue;
-}
-
-GtkComboBox GtkButton {
- background-color: lightgreen;
-}
-
-GtkVBox GtkButton {
- background-color: indigo;
-}
-
-GtkScrollbar box {
- background-color: lightgreen;
-}
-
-GtkScrollbar box.trough {
- background-color: darkgreen;
-}
-
-GtkCheckButton check.checkbutton {
- background-color: white;
-}
-*/
arrow[orientation=up] {
background-image: url(arrow-up.png);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]