gtk-css-engine r67 - in branches/bzr: . themes/gtk-css-test/gtk-2.0
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r67 - in branches/bzr: . themes/gtk-css-test/gtk-2.0
- Date: Fri, 5 Sep 2008 11:33:39 +0000 (UTC)
Author: robsta
Date: Fri Sep 5 11:33:39 2008
New Revision: 67
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=67&view=rev
Log:
Simplify test theme, update auxiliary files.
Modified:
branches/bzr/ (props changed)
branches/bzr/README
branches/bzr/TODO
branches/bzr/themes/gtk-css-test/gtk-2.0/styles.css
Modified: branches/bzr/README
==============================================================================
--- branches/bzr/README (original)
+++ branches/bzr/README Fri Sep 5 11:33:39 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: branches/bzr/TODO
==============================================================================
--- branches/bzr/TODO (original)
+++ branches/bzr/TODO Fri Sep 5 11:33:39 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: branches/bzr/themes/gtk-css-test/gtk-2.0/styles.css
==============================================================================
--- branches/bzr/themes/gtk-css-test/gtk-2.0/styles.css (original)
+++ branches/bzr/themes/gtk-css-test/gtk-2.0/styles.css Fri Sep 5 11:33:39 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]