]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agoGtkCellRendererPixbuf: Use gtk_widget_render_icon_pixbuf()
Carlos Garcia Campos [Wed, 8 Dec 2010 16:16:02 +0000 (17:16 +0100)]
GtkCellRendererPixbuf: Use gtk_widget_render_icon_pixbuf()

Instead of gtk_widget_render_icon() which is now deprecated.

13 years agoGtkIconFactory: mention gtk_widget_render_icon_pixbuf() in docs
Carlos Garcia Campos [Wed, 8 Dec 2010 16:15:25 +0000 (17:15 +0100)]
GtkIconFactory: mention gtk_widget_render_icon_pixbuf() in docs

Instead of gtk_widget_render_icon() which is now deprecated.

13 years agoGtkStatusIcon: Use gtk_widget_render_icon_pixbuf()
Carlos Garcia Campos [Wed, 8 Dec 2010 16:14:48 +0000 (17:14 +0100)]
GtkStatusIcon: Use gtk_widget_render_icon_pixbuf()

Instead of gtk_widget_render_icon() which is now deprecated.

13 years agoGtkImage: Use gtk_widget_render_icon_pixbuf()
Carlos Garcia Campos [Wed, 8 Dec 2010 16:13:43 +0000 (17:13 +0100)]
GtkImage: Use gtk_widget_render_icon_pixbuf()

Instead of gtk_widget_render_icon() which is now deprecated.

13 years agoGtkFileChooser: Use gtk_widget_render_icon_pixbuf()
Carlos Garcia Campos [Wed, 8 Dec 2010 16:12:59 +0000 (17:12 +0100)]
GtkFileChooser: Use gtk_widget_render_icon_pixbuf()

Instead of gtk_widget_render_icon() which is now deprecated.

13 years agoGtkEntry: Use gtk_widget_render_icon_pixbuf()
Carlos Garcia Campos [Wed, 8 Dec 2010 16:12:14 +0000 (17:12 +0100)]
GtkEntry: Use gtk_widget_render_icon_pixbuf()

Instead of gtk_widget_render_icon() which is now deprecated.

13 years agodnd: Use gtk_widget_render_icon_pixbuf()
Carlos Garcia Campos [Wed, 8 Dec 2010 16:10:34 +0000 (17:10 +0100)]
dnd: Use gtk_widget_render_icon_pixbuf()

Instead of gtk_widget_render_icon() which is now deprecated.

13 years agoAdd gtk_widget_render_icon_pixbuf() prototype to gtkwidget.h
Carlos Garcia Campos [Wed, 8 Dec 2010 15:46:57 +0000 (16:46 +0100)]
Add gtk_widget_render_icon_pixbuf() prototype to gtkwidget.h

And move gtk_widget_render_icon() to deprecation guards block

13 years agoAnnotate ColorButton get_color and get_rgba.
Paolo Borelli [Wed, 8 Dec 2010 14:30:42 +0000 (15:30 +0100)]
Annotate ColorButton get_color and get_rgba.

13 years agoFix gtk_builder_add_objects_from_file g-i annotation
Paolo Borelli [Wed, 8 Dec 2010 14:14:29 +0000 (15:14 +0100)]
Fix gtk_builder_add_objects_from_file g-i annotation

Use the same annotation already used for add_objects_from_string

13 years agoAdd missing X11/Xlib.h include required for X11/extensions/sync.h
Robert Ancell [Wed, 8 Dec 2010 07:44:20 +0000 (18:44 +1100)]
Add missing X11/Xlib.h include required for X11/extensions/sync.h

13 years agoMore annotations for GdkDisplay
Milan Bouchet-Valat [Tue, 7 Dec 2010 18:03:55 +0000 (19:03 +0100)]
More annotations for GdkDisplay

Mostly (out), and a few (allow-none) for parameters.

13 years agoGtkStyleContext migration guide tweaks
Matthias Clasen [Tue, 7 Dec 2010 17:59:17 +0000 (12:59 -0500)]
GtkStyleContext migration guide tweaks

Move the guide into the 2-to-3 guide, since it is something
you have to do when porting from 2 to 3. Also add an example
for handling of temporary state changes and some more text
about color handling.

13 years agoSome doc additions
Matthias Clasen [Tue, 7 Dec 2010 14:55:18 +0000 (09:55 -0500)]
Some doc additions

13 years agoAdded minimum size parameter to GtkWidgetClass->adjust_size_allocation.
Tristan Van Berkom [Tue, 7 Dec 2010 14:45:48 +0000 (23:45 +0900)]
Added minimum size parameter to GtkWidgetClass->adjust_size_allocation.

This allows us to add a check before executing
->get_preferred_height_for_width() to ensure we always
request for at least the minimum required size (and lets
us remove the warning in gtkcontainer.c telling implementors
to do this check manually from thier container implementations).

13 years agolabel: plug a memory leak
Cosimo Cecchi [Tue, 7 Dec 2010 09:13:32 +0000 (10:13 +0100)]
label: plug a memory leak

13 years agoapp-chooser-widget: plug a memory leak
Cosimo Cecchi [Tue, 7 Dec 2010 09:08:47 +0000 (10:08 +0100)]
app-chooser-widget: plug a memory leak

13 years agoBump version
Matthias Clasen [Tue, 7 Dec 2010 01:37:30 +0000 (20:37 -0500)]
Bump version

13 years agoMore !srcdir fixes for the stylecontext test
Matthias Clasen [Tue, 7 Dec 2010 00:05:18 +0000 (19:05 -0500)]
More !srcdir fixes for the stylecontext test

13 years agoUpdate for the removal of gtk_decorated_window_ apis
Matthias Clasen [Mon, 6 Dec 2010 22:44:12 +0000 (17:44 -0500)]
Update for the removal of gtk_decorated_window_ apis

13 years agoFix POTFILES for recent changes
Matthias Clasen [Mon, 6 Dec 2010 19:35:13 +0000 (14:35 -0500)]
Fix POTFILES for recent changes

13 years agoPrepare the stylecontext test to run out-of-srcdir
Matthias Clasen [Mon, 6 Dec 2010 19:11:46 +0000 (14:11 -0500)]
Prepare the stylecontext test to run out-of-srcdir

This is necessary to make distcheck work.

13 years agoAllow + in identifiers
Matthias Clasen [Mon, 6 Dec 2010 19:10:42 +0000 (14:10 -0500)]
Allow + in identifiers

This is necessary since we treat paths as identifiers in
@import rules, and it is common to have a + in there (at least
when distchecking gtk+ ...)

13 years agogdk: Add section docs for GdkRGBA
Benjamin Otte [Mon, 6 Dec 2010 17:56:11 +0000 (18:56 +0100)]
gdk: Add section docs for GdkRGBA

13 years agogtk: Remove old DirectFB code for drawing window decorations
Benjamin Otte [Mon, 6 Dec 2010 16:20:13 +0000 (17:20 +0100)]
gtk: Remove old DirectFB code for drawing window decorations

I'm not sure it'd even compile.

13 years agogdk: Remove GdkWindowObject typedef
Benjamin Otte [Mon, 6 Dec 2010 16:19:56 +0000 (17:19 +0100)]
gdk: Remove GdkWindowObject typedef

It's unused by now.

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 6 Dec 2010 17:13:24 +0000 (18:13 +0100)]
Updated Norwegian bokmål translation

13 years agointrospection: Fix (out) for gdk_screen_get_monitor_geometry
Colin Walters [Mon, 6 Dec 2010 16:42:47 +0000 (11:42 -0500)]
introspection: Fix (out) for gdk_screen_get_monitor_geometry

Scanner doesn't detect this case correctly because it's a typedef;
work around it here by explicitly specifying that it's caller
allocates.  See bug 636393 for the scanner issue.

13 years agoconfigure: Drop AC_PREREQ back down to 2.62
Colin Walters [Mon, 6 Dec 2010 16:27:57 +0000 (11:27 -0500)]
configure: Drop AC_PREREQ back down to 2.62

Commit 39f57407639b85c7e929d349ee95eabc46d083e bumped the
autoconf version to 2.64 with no explicit rationale.  It looks
to me like a copy-and-paste error.  Reverting back to 2.62 (the
previous version).  2.63 at least (RHEL6) works here.

13 years agoUpdate NEWS for 2.91.6
Matthias Clasen [Mon, 6 Dec 2010 15:56:03 +0000 (10:56 -0500)]
Update NEWS for 2.91.6

13 years agoDisable theme engines for now
Matthias Clasen [Mon, 6 Dec 2010 15:12:22 +0000 (10:12 -0500)]
Disable theme engines for now

They need to be ported to GtkThemingEngine.

13 years agoFix a typo to fix the build.
Murray Cumming [Mon, 6 Dec 2010 15:01:55 +0000 (16:01 +0100)]
Fix a typo to fix the build.

13 years agoAdd gtk_widget_path_get_type to the headers
Matthias Clasen [Mon, 6 Dec 2010 14:50:01 +0000 (09:50 -0500)]
Add gtk_widget_path_get_type to the headers

Bug 636591

13 years agoPort Quartz backend to latest rendering-cleanup changes
Kristian Rietveld [Mon, 6 Dec 2010 13:13:40 +0000 (14:13 +0100)]
Port Quartz backend to latest rendering-cleanup changes

13 years agoFix Makefile syntax
Matthias Clasen [Mon, 6 Dec 2010 12:26:00 +0000 (07:26 -0500)]
Fix Makefile syntax

13 years agoMake invalid stylesheets fail to parse again
Matthias Clasen [Mon, 6 Dec 2010 05:44:58 +0000 (00:44 -0500)]
Make invalid stylesheets fail to parse again

The recent improvements to error reporting caused gtk_css_provider_load...
to always return TRUE and leave the error unset. Error messages were instead
dumped out with g_message, which is not helpful.

This commit changes things back to the way they were before:
If a GError is passed in, parsing will fail at the first error, reporting
it in the given GError. If no GError is passed in, we keep going and
just issue the warning messages. This fixes the parser tests.

13 years agoDon't use g_warning when loading an engine fails
Matthias Clasen [Mon, 6 Dec 2010 05:44:01 +0000 (00:44 -0500)]
Don't use g_warning when loading an engine fails

This causes the tests to abort if clearlooks can't be found.

13 years agoappchooser: Remove bogus function declaration
Benjamin Otte [Mon, 6 Dec 2010 00:30:19 +0000 (01:30 +0100)]
appchooser: Remove bogus function declaration

13 years agostyle: Remove unused code
Benjamin Otte [Sun, 5 Dec 2010 14:05:00 +0000 (15:05 +0100)]
style: Remove unused code

13 years agogdk: Constify argument to gdk_rgba_copy()
Benjamin Otte [Sun, 5 Dec 2010 13:54:43 +0000 (14:54 +0100)]
gdk: Constify argument to gdk_rgba_copy()

13 years agogdk: Remove depth argument from GdkWindowImpl->get_geometry()
Benjamin Otte [Sun, 5 Dec 2010 13:40:35 +0000 (14:40 +0100)]
gdk: Remove depth argument from GdkWindowImpl->get_geometry()

13 years agoAPI: gdk: Remove depth argument from gdk_window_get_geometry()
Benjamin Otte [Sun, 5 Dec 2010 13:36:59 +0000 (14:36 +0100)]
API: gdk: Remove depth argument from gdk_window_get_geometry()

We don't want to expose depth anymore. If you need it, query the visual.

13 years agogdk: Remove nonexisting function from internal header
Benjamin Otte [Sun, 5 Dec 2010 13:32:59 +0000 (14:32 +0100)]
gdk: Remove nonexisting function from internal header

13 years agoUse the new style context API in GtkButton
Paolo Borelli [Sun, 5 Dec 2010 21:05:29 +0000 (22:05 +0100)]
Use the new style context API in GtkButton

Mostly replaces gtk_widget_style_get with gtk_style_context_get_style

13 years agoUse the new style context API in GtkLabel.
Paolo Borelli [Sun, 5 Dec 2010 20:00:59 +0000 (21:00 +0100)]
Use the new style context API in GtkLabel.

13 years agoRemove unused function modify_color_property
Paolo Borelli [Sun, 5 Dec 2010 20:11:34 +0000 (21:11 +0100)]
Remove unused function modify_color_property

13 years agoGtkStyleContext: warn on meaningless coords in gtk_render_* calls
Carlos Garnacho [Sun, 5 Dec 2010 19:18:03 +0000 (20:18 +0100)]
GtkStyleContext: warn on meaningless coords in gtk_render_* calls

13 years agoBug 636511 - New style override functions do not work on textview
Carlos Garnacho [Sun, 5 Dec 2010 19:00:44 +0000 (20:00 +0100)]
Bug 636511 - New style override functions do not work on textview

Emit ::style-set on overrider style changes, this is necessary
in the mean time so widgets not listening yet to ::style-updated
get the style changes.

13 years agoUpdated Spanish translation
Jorge González [Sun, 5 Dec 2010 17:33:31 +0000 (18:33 +0100)]
Updated Spanish translation

13 years agoFix abi check after recent merges
Matthias Clasen [Sun, 5 Dec 2010 17:18:30 +0000 (12:18 -0500)]
Fix abi check after recent merges

13 years agoUpdated Galician translations
Fran Diéguez [Sun, 5 Dec 2010 13:57:08 +0000 (14:57 +0100)]
Updated Galician translations

13 years agoDo not bother starting a draw call if bar_size <= 0
Kristian Rietveld [Sun, 5 Dec 2010 12:56:24 +0000 (13:56 +0100)]
Do not bother starting a draw call if bar_size <= 0

13 years agoUpdated Hebrew translation
Yaron Shahrabani [Sun, 5 Dec 2010 12:14:03 +0000 (14:14 +0200)]
Updated Hebrew translation

13 years agoAvoid memory corruption in the color_properties hashtable.
Paolo Borelli [Sun, 5 Dec 2010 11:30:28 +0000 (12:30 +0100)]
Avoid memory corruption in the color_properties hashtable.

13 years agoAdd internal accessor for GtkEntry->is_cell_renderer
Javier Jardón [Sat, 27 Nov 2010 03:38:17 +0000 (04:38 +0100)]
Add internal accessor for GtkEntry->is_cell_renderer

This fixes commit fb3429e5072508570d78dcc7cccb6ef425586bb2

13 years agoFix a segfault in gdk_window_beep
Matthias Clasen [Sat, 4 Dec 2010 22:25:40 +0000 (17:25 -0500)]
Fix a segfault in gdk_window_beep

Not a good idea to cast an instance to a class...

13 years agoTry again to fix the gdk symbol list
Matthias Clasen [Sat, 4 Dec 2010 21:32:02 +0000 (16:32 -0500)]
Try again to fix the gdk symbol list

Grr, gdk_window_class_class_get_type should have been
gdk_window_window_class_get_type.

13 years agoFix gdk_rgba_parse call
Matthias Clasen [Sat, 4 Dec 2010 21:16:29 +0000 (16:16 -0500)]
Fix gdk_rgba_parse call

13 years agoFix call to gtk_widget_override_cursor()
Carlos Garnacho [Sat, 4 Dec 2010 17:26:02 +0000 (18:26 +0100)]
Fix call to gtk_widget_override_cursor()

13 years agoMake gtk_widget_override_cursor() take GdkRGBAs
Carlos Garnacho [Sat, 4 Dec 2010 16:44:53 +0000 (17:44 +0100)]
Make gtk_widget_override_cursor() take GdkRGBAs

Even though the style properties have the GdkColor type, the other
gtk_widget_override_* API takes RGBA colors, so it is consistent
now.

13 years agoAnnotate gdk_window_get_geometry, get_position and get_origin
Paolo Borelli [Sat, 4 Dec 2010 13:55:11 +0000 (14:55 +0100)]
Annotate gdk_window_get_geometry, get_position and get_origin

13 years agoGtkThemingEngine: Fix parameters for gtk_theming_engine_lookup_color()
Carlos Garnacho [Sat, 4 Dec 2010 14:08:35 +0000 (15:08 +0100)]
GtkThemingEngine: Fix parameters for gtk_theming_engine_lookup_color()

13 years agotestgtk: Fix gdk_rgba_parse() arguments.
Carlos Garnacho [Sat, 4 Dec 2010 13:29:16 +0000 (14:29 +0100)]
testgtk: Fix gdk_rgba_parse() arguments.

13 years agoGtkCssProvider: Improve error handling and reporting.
Carlos Garnacho [Fri, 3 Dec 2010 20:56:39 +0000 (21:56 +0100)]
GtkCssProvider: Improve error handling and reporting.

Nicer error reports are provided, and a GError can be spread from
anywhere in parsing, so over time more precise and meaningful
messages can be produced.

13 years agoGtkThemingEngine: Be a bit more robust against missing essential properties.
Carlos Garnacho [Fri, 3 Dec 2010 11:25:12 +0000 (12:25 +0100)]
GtkThemingEngine: Be a bit more robust against missing essential properties.

13 years agoGtkWidget: add gtk_widget_render_icon_pixbuf()
Carlos Garcia Campos [Fri, 3 Dec 2010 20:14:48 +0000 (21:14 +0100)]
GtkWidget: add gtk_widget_render_icon_pixbuf()

and deprecate gtk_widget_render_icon()

13 years agoGtkIconFactory: add gtk_icon_set_render_icon_pixbuf()
Carlos Garcia Campos [Fri, 3 Dec 2010 19:39:58 +0000 (20:39 +0100)]
GtkIconFactory: add gtk_icon_set_render_icon_pixbuf()

and deprecate gtk_icon_set_render_icon().

13 years agoGtkStyle: set style context state before calling gtk_render_icon_pixbuf()
Carlos Garcia Campos [Fri, 3 Dec 2010 19:31:13 +0000 (20:31 +0100)]
GtkStyle: set style context state before calling gtk_render_icon_pixbuf()

13 years agoGtkStyle: make context property readable
Carlos Garcia Campos [Fri, 3 Dec 2010 19:30:13 +0000 (20:30 +0100)]
GtkStyle: make context property readable

13 years agoGtkWidget: queue a resize when style context changed
Carlos Garcia Campos [Fri, 3 Dec 2010 13:10:32 +0000 (14:10 +0100)]
GtkWidget: queue a resize when style context changed

13 years agoGtkStyleContext: invalidate icon caches when resetting widgets
Carlos Garcia Campos [Fri, 3 Dec 2010 13:09:35 +0000 (14:09 +0100)]
GtkStyleContext: invalidate icon caches when resetting widgets

13 years agoUse gtk_style_context_reset_widgets() instead of gtk_rc_reset_styles()
Carlos Garcia Campos [Fri, 3 Dec 2010 13:08:33 +0000 (14:08 +0100)]
Use gtk_style_context_reset_widgets() instead of gtk_rc_reset_styles()

13 years agoGtkSettings: add _gtk_settings_get_screen() private method
Carlos Garcia Campos [Fri, 3 Dec 2010 13:00:16 +0000 (14:00 +0100)]
GtkSettings: add _gtk_settings_get_screen() private method

13 years agoBlock direct #including in style headers
Carlos Garnacho [Thu, 2 Dec 2010 22:45:14 +0000 (23:45 +0100)]
Block direct #including in style headers

13 years agoAdd helper API for getting colors/borders in GtkStyleContext/GtkThemingEngine
Carlos Garnacho [Thu, 2 Dec 2010 22:41:24 +0000 (23:41 +0100)]
Add helper API for getting colors/borders in GtkStyleContext/GtkThemingEngine

13 years agoGtkStyleProperties: Refactor color/gradient resolution
Carlos Garnacho [Thu, 2 Dec 2010 22:37:15 +0000 (23:37 +0100)]
GtkStyleProperties: Refactor color/gradient resolution

13 years agoGtkWidget: Add gtk_widget_override_cursor().
Carlos Garnacho [Thu, 2 Dec 2010 21:03:57 +0000 (22:03 +0100)]
GtkWidget: Add gtk_widget_override_cursor().

This function replaces gtk_widget_modify_cursor().

13 years agoAdd GtkModifierStyle as a private object
Carlos Garnacho [Thu, 2 Dec 2010 19:28:09 +0000 (20:28 +0100)]
Add GtkModifierStyle as a private object

This object backs up gtk_widget_override_* operations. This object
is not meant to be public because any intention to modify widgets'
style in a themeable way should involve using regions/classes, so
they're modifiable through CSS. As such, the API is really
short-scoped.

13 years agoGtk9Slice: Fix stretch rendering.
Carlos Garnacho [Wed, 1 Dec 2010 19:25:52 +0000 (20:25 +0100)]
Gtk9Slice: Fix stretch rendering.

"Nearest" filter used when scaling the image, so image borders
aren't blurred.

13 years agoGtkThemingEngine: Add gtk_theming_engine_lookup_color()
Carlos Garnacho [Wed, 1 Dec 2010 18:19:26 +0000 (19:19 +0100)]
GtkThemingEngine: Add gtk_theming_engine_lookup_color()

It could also be handy for theme engines...

13 years agoParse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css
Carlos Garnacho [Wed, 1 Dec 2010 01:55:31 +0000 (02:55 +0100)]
Parse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css

13 years agoGtkThemingEngine: Remove unused variables
Carlos Garnacho [Wed, 1 Dec 2010 00:26:03 +0000 (01:26 +0100)]
GtkThemingEngine: Remove unused variables

13 years agoFix compiler warnings.
Carlos Garnacho [Wed, 1 Dec 2010 00:19:24 +0000 (01:19 +0100)]
Fix compiler warnings.

13 years agoGtkStyleProperties: Turn border-width into a GtkBorder property.
Carlos Garnacho [Tue, 30 Nov 2010 23:55:14 +0000 (00:55 +0100)]
GtkStyleProperties: Turn border-width into a GtkBorder property.

All current users of this CSS property have been updated to deal
with a GtkBorder.

Also a 0 border width has been set in the default CSS to ensure
GtkStyleContext and GtkThemingEngine always provide a non-NULL
pointer for this property.

13 years agoFix docs typo.
Carlos Garnacho [Tue, 30 Nov 2010 03:00:26 +0000 (04:00 +0100)]
Fix docs typo.

13 years agoGtkCssProvider: Fix up state matching when looking up style properties.
Carlos Garnacho [Tue, 30 Nov 2010 02:59:39 +0000 (03:59 +0100)]
GtkCssProvider: Fix up state matching when looking up style properties.

13 years agoGtkStyleProvider: Add GtkStateFlags parameter to get_style_property().
Carlos Garnacho [Tue, 30 Nov 2010 01:14:00 +0000 (02:14 +0100)]
GtkStyleProvider: Add GtkStateFlags parameter to get_style_property().

Widget style properties can now have different values depending on the
current state.

13 years agoGtkStyleContext: Handle directionality when picking next provider.
Carlos Garnacho [Tue, 30 Nov 2010 01:13:10 +0000 (02:13 +0100)]
GtkStyleContext: Handle directionality when picking next provider.

13 years agoGtkWidget: unset NULL properties when overriding style.
Carlos Garnacho [Mon, 29 Nov 2010 10:27:43 +0000 (11:27 +0100)]
GtkWidget: unset NULL properties when overriding style.

13 years agoGtkThemingEngine: Render gradients in tabs.
Carlos Garnacho [Mon, 29 Nov 2010 10:25:09 +0000 (11:25 +0100)]
GtkThemingEngine: Render gradients in tabs.

Background will be actually rotated in tabs, so the "bottom" side coincides
with the junction point, this makes gradients work as expected in rotated tabs.

13 years agoGtkThemingEngine: split background rendering to a private function.
Carlos Garnacho [Mon, 29 Nov 2010 10:24:04 +0000 (11:24 +0100)]
GtkThemingEngine: split background rendering to a private function.

13 years agoGtkStyle: Commit a few typos when translating states.
Carlos Garnacho [Fri, 26 Nov 2010 00:27:19 +0000 (01:27 +0100)]
GtkStyle: Commit a few typos when translating states.

13 years agodocs: gtk_style_context_get_screen() always returns a valid screen
Carlos Garcia Campos [Fri, 26 Nov 2010 08:07:41 +0000 (09:07 +0100)]
docs: gtk_style_context_get_screen() always returns a valid screen

13 years agoCheck screen really changed before notifying it and invalidating the context
Carlos Garcia Campos [Fri, 26 Nov 2010 08:01:17 +0000 (09:01 +0100)]
Check screen really changed before notifying it and invalidating the context

13 years agoInitialize screen of GtkStyleContext to default screen
Carlos Garcia Campos [Fri, 26 Nov 2010 07:59:10 +0000 (08:59 +0100)]
Initialize screen of GtkStyleContext to default screen

13 years agoAdd explanation to failing test
Matthias Clasen [Fri, 26 Nov 2010 07:35:38 +0000 (02:35 -0500)]
Add explanation to failing test

13 years agoAdd a testcase a problem with style property handling
Matthias Clasen [Fri, 26 Nov 2010 07:29:56 +0000 (02:29 -0500)]
Add a testcase a problem with style property handling

13 years agoAllow images for background-image
Matthias Clasen [Fri, 26 Nov 2010 05:43:16 +0000 (00:43 -0500)]
Allow images for background-image

In addition to -gtk-gradient(...), allow url(path), and create
a pattern from the image. Still to do: allow stretch/repeat options.

13 years agoAdd list of classes and regions to the docs
Matthias Clasen [Fri, 26 Nov 2010 04:49:07 +0000 (23:49 -0500)]
Add list of classes and regions to the docs

13 years agoAvoid compiler warnings
Matthias Clasen [Fri, 26 Nov 2010 04:46:15 +0000 (23:46 -0500)]
Avoid compiler warnings