gnome-themes r1502 - in trunk: . gtk-themes/ClearlooksClassic gtk-themes/Glossy gtk-themes/Inverted



Author: bberg
Date: Thu Aug 14 22:55:57 2008
New Revision: 1502
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1502&view=rev

Log:
2008-08-15  Benjamin Berg  <benjamin sipsolutions net>

	* configure.in:
	Bump required gtk-engines version to 2.15.3 (current trunk)

	* gtk-themes/ClearlooksClassic/gtkrc:
	* gtk-themes/Glossy/gtkrc:
	* gtk-themes/Inverted/gtkrc:
	Set a style property that is installed by Gecko on GtkEntry.
	Together with a workaround in the engine, this allows us to have
	properly rounded corners for entries on webpages.


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/gtk-themes/ClearlooksClassic/gtkrc
   trunk/gtk-themes/Glossy/gtkrc
   trunk/gtk-themes/Inverted/gtkrc

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Aug 14 22:55:57 2008
@@ -30,7 +30,7 @@
 PKG_CHECK_MODULES(THEME_ENGINE,
  [gtk+-2.0 >= 2.0.0 dnl
   gdk-pixbuf-2.0 >= 2.0.0 dnl
-  gtk-engines-2 >= 2.9.0 ])
+  gtk-engines-2 >= 2.15.3 ])
 
 GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
 AC_SUBST(GTK_VERSION)

Modified: trunk/gtk-themes/ClearlooksClassic/gtkrc
==============================================================================
--- trunk/gtk-themes/ClearlooksClassic/gtkrc	(original)
+++ trunk/gtk-themes/ClearlooksClassic/gtkrc	Thu Aug 14 22:55:57 2008
@@ -27,6 +27,12 @@
 
   GtkMenu::vertical_padding = 0
   GtkMenu::horizontal_padding = 0
+
+  # The following line hints to gecko (and possibly other appliations)
+  # that the entry should be drawn transparently on the canvas.
+  # Without this, gecko will fill in the background of the entry.
+  GtkEntry       ::honors-transparent-bg-hint = 1
+
   xthickness = 1
   ythickness = 1
 

Modified: trunk/gtk-themes/Glossy/gtkrc
==============================================================================
--- trunk/gtk-themes/Glossy/gtkrc	(original)
+++ trunk/gtk-themes/Glossy/gtkrc	Thu Aug 14 22:55:57 2008
@@ -28,6 +28,11 @@
 
   WnckTasklist   ::fade-overlay-rect = 0
 
+  # The following line hints to gecko (and possibly other appliations)
+  # that the entry should be drawn transparently on the canvas.
+  # Without this, gecko will fill in the background of the entry.
+  GtkEntry       ::honors-transparent-bg-hint = 1
+
   xthickness = 1
   ythickness = 1
 

Modified: trunk/gtk-themes/Inverted/gtkrc
==============================================================================
--- trunk/gtk-themes/Inverted/gtkrc	(original)
+++ trunk/gtk-themes/Inverted/gtkrc	Thu Aug 14 22:55:57 2008
@@ -27,6 +27,12 @@
 
   GtkMenu::vertical_padding = 0
   GtkMenu::horizontal_padding = 0
+
+  # The following line hints to gecko (and possibly other appliations)
+  # that the entry should be drawn transparently on the canvas.
+  # Without this, gecko will fill in the background of the entry.
+  GtkEntry       ::honors-transparent-bg-hint = 1
+
   xthickness = 1
   ythickness = 1
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]