]> Pileus Git - ~andy/gtk/log
~andy/gtk
12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 27 May 2012 10:33:56 +0000 (12:33 +0200)]
Updated Spanish translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 27 May 2012 10:29:55 +0000 (12:29 +0200)]
Updated Spanish translation

12 years agoRemove gtk_accel_group_query from the docs
Matthias Clasen [Sat, 26 May 2012 19:16:04 +0000 (15:16 -0400)]
Remove gtk_accel_group_query from the docs

It is marked as "internal" in the headers, and the struct it
returns is not documented either.

12 years agoLink to the 2.x deprecated index in the migration guide
Matthias Clasen [Sat, 26 May 2012 19:11:49 +0000 (15:11 -0400)]
Link to the 2.x deprecated index in the migration guide

12 years agoDocument "set" properties a bit
Matthias Clasen [Sat, 26 May 2012 19:06:00 +0000 (15:06 -0400)]
Document "set" properties a bit

Both GtkTextTag and GtkCellRenderer make use of "set" properties
which are a bit special. Document this.

https://bugzilla.gnome.org/show_bug.cgi?id=531319

12 years agoCorrect the docs for GDK_MSB_FIRST
Matthias Clasen [Sat, 26 May 2012 18:40:12 +0000 (14:40 -0400)]
Correct the docs for GDK_MSB_FIRST

https://bugzilla.gnome.org/show_bug.cgi?id=571254

12 years agoMention cairo_save/restore in the ::draw migration docs
Matthias Clasen [Sat, 26 May 2012 17:45:06 +0000 (13:45 -0400)]
Mention cairo_save/restore in the ::draw migration docs

https://bugzilla.gnome.org/show_bug.cgi?id=646798

12 years agoReword lockbutton docs
Matthias Clasen [Sat, 26 May 2012 17:29:48 +0000 (13:29 -0400)]
Reword lockbutton docs

https://bugzilla.gnome.org/show_bug.cgi?id=659613

12 years agoClarify the gtk_style_context_add_provider docs
Matthias Clasen [Sat, 26 May 2012 16:24:13 +0000 (12:24 -0400)]
Clarify the gtk_style_context_add_provider docs

https://bugzilla.gnome.org/show_bug.cgi?id=643490

12 years agoMention GTK_DIALOG_NO_SEPARATOR in migration docs
Matthias Clasen [Sat, 26 May 2012 16:19:51 +0000 (12:19 -0400)]
Mention GTK_DIALOG_NO_SEPARATOR in migration docs

http://bugzilla.gnome.org/show_bug.cgi?id=647779

12 years agoChange the stock help accel to F1
Matthias Clasen [Sat, 26 May 2012 16:09:13 +0000 (12:09 -0400)]
Change the stock help accel to F1

https://bugzilla.gnome.org/show_bug.cgi?id=162865

12 years agogtk-demo: Add a help stock menuitem
Matthias Clasen [Sat, 26 May 2012 16:08:52 +0000 (12:08 -0400)]
gtk-demo: Add a help stock menuitem

12 years agoGtkToolbar: Prevent accidental drag starts
Matthias Clasen [Sat, 26 May 2012 03:17:43 +0000 (23:17 -0400)]
GtkToolbar: Prevent accidental drag starts

We don't want to start drags on double- or triple clicks, and
doing so causes problems for embedded range widgets.

https://bugzilla.gnome.org/show_bug.cgi?id=675535

12 years agofix the build
Matthias Clasen [Sat, 26 May 2012 03:14:02 +0000 (23:14 -0400)]
fix the build

12 years agoFix the build on Solaris
Matthias Clasen [Sat, 26 May 2012 03:13:42 +0000 (23:13 -0400)]
Fix the build on Solaris

http://bugzilla.gnome.org/show_bug.cgi?id=663991

12 years agoFix doc comment
Matthias Clasen [Sat, 26 May 2012 02:58:55 +0000 (22:58 -0400)]
Fix doc comment

The introspection annotation for gtk_im_context_get_surrounding
was missing a :.

12 years agoAdd a custom css example
Matthias Clasen [Sat, 26 May 2012 02:03:47 +0000 (22:03 -0400)]
Add a custom css example

12 years agoUpdate window title
Matthias Clasen [Sat, 26 May 2012 00:50:35 +0000 (20:50 -0400)]
Update window title

12 years agogtk-demo: Move Theming to Theming/Style Classes
Matthias Clasen [Sat, 26 May 2012 00:39:59 +0000 (20:39 -0400)]
gtk-demo: Move Theming to Theming/Style Classes

And make the title :: parsing work for nested titles too,
so this works.

12 years agoForgotten file
Matthias Clasen [Sat, 26 May 2012 00:25:43 +0000 (20:25 -0400)]
Forgotten file

This change to geninclude.pl.in is needed to make my commit
91d01434bc77b454d1f59ab72d8dbed97c7269f1 work.

12 years agovisuals: add a testbed for OSD toolbars
Cosimo Cecchi [Fri, 25 May 2012 17:13:04 +0000 (13:13 -0400)]
visuals: add a testbed for OSD toolbars

12 years agothemingbackground: don't clear the window bg cairo surface
Cosimo Cecchi [Thu, 24 May 2012 19:10:19 +0000 (15:10 -0400)]
themingbackground: don't clear the window bg cairo surface

This is not needed anymore now that windows are transparent by default.

12 years agoUpdated French translation
Bruno Brouard [Wed, 23 May 2012 21:39:44 +0000 (23:39 +0200)]
Updated French translation

12 years agoUpdated French translation
Bruno Brouard [Wed, 23 May 2012 21:27:38 +0000 (23:27 +0200)]
Updated French translation

12 years agobutton: fix variable name in function declaration
Cosimo Cecchi [Mon, 21 May 2012 21:26:43 +0000 (17:26 -0400)]
button: fix variable name in function declaration

Or gtk-doc/introspection scanners will complain.

12 years agoProvide a way to force showing icons in buttons
William Jon McCann [Sun, 20 May 2012 15:58:45 +0000 (11:58 -0400)]
Provide a way to force showing icons in buttons

https://bugzilla.gnome.org/show_bug.cgi?id=676429

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 20 May 2012 16:01:06 +0000 (18:01 +0200)]
Updated Galician translations

12 years agodocs: Escape bare '#' in GdkRGBA string definitions
Emmanuele Bassi [Sun, 20 May 2012 12:45:05 +0000 (13:45 +0100)]
docs: Escape bare '#' in GdkRGBA string definitions

GTK-Doc does not like bare '#', so let's turn them into #.

12 years agodocs: libgailutil is now called libgailutil-3
Руслан Ижбулатов [Sat, 19 May 2012 19:44:13 +0000 (23:44 +0400)]
docs: libgailutil is now called libgailutil-3

12 years agoAdd since annotations to some enum values
Matthias Clasen [Sat, 19 May 2012 16:19:44 +0000 (12:19 -0400)]
Add since annotations to some enum values

The things related to touch and smooth scrolling were 3.4 additions,
so mark them as such.

https://bugzilla.gnome.org/show_bug.cgi?id=676329

12 years ago[l10n] Updated German translation
Christian Kirbach [Sat, 19 May 2012 09:38:46 +0000 (11:38 +0200)]
[l10n] Updated German translation

12 years agoChain up custom_tag_start() propertly.
Juan Pablo Ugarte [Fri, 18 May 2012 19:05:16 +0000 (16:05 -0300)]
Chain up custom_tag_start() propertly.
Fixes bug #675899 "Infobar not loadable by GTKBuilder (using python gi introspection)"

12 years agoDisable documentation of gtk_plug_get_type and gtk_socket_get_type for
John Ralls [Fri, 18 May 2012 20:58:24 +0000 (13:58 -0700)]
Disable documentation of gtk_plug_get_type and gtk_socket_get_type for
quartz

They're not built for quartz and consequently can't be introspected.

12 years agoDon't include gtkplug.h in gtkdnd-quartz.c
John Ralls [Fri, 18 May 2012 19:25:41 +0000 (12:25 -0700)]
Don't include gtkplug.h in gtkdnd-quartz.c

Gtkplug is X11-only.

12 years agoMark strings in embedded XML code in plugman.c as translatable
Piotr Drąg [Fri, 18 May 2012 16:25:03 +0000 (18:25 +0200)]
Mark strings in embedded XML code in plugman.c as translatable

Just like bloadpad's. Also add plugman.c to POTFILES.skip
to *not* actually translate it.

12 years agoUpdated POTFILES.skip
Piotr Drąg [Fri, 18 May 2012 14:51:35 +0000 (16:51 +0200)]
Updated POTFILES.skip

12 years agoDocument removing of accelerators
Holger Berndt [Thu, 17 May 2012 14:12:55 +0000 (16:12 +0200)]
Document removing of accelerators

https://bugzilla.gnome.org/show_bug.cgi?id=676243

12 years agogtk-demo: Add a theming example
Matthias Clasen [Fri, 18 May 2012 05:23:45 +0000 (01:23 -0400)]
gtk-demo: Add a theming example

12 years agogtk-demo: Show data files as well
Matthias Clasen [Fri, 18 May 2012 04:48:57 +0000 (00:48 -0400)]
gtk-demo: Show data files as well

Several demos use .ui files and the like. The demos are much
more useful if these files can be inspected in the ui as well.

12 years agogtk-demo: Update language in colorsel demo
Matthias Clasen [Thu, 17 May 2012 12:18:19 +0000 (08:18 -0400)]
gtk-demo: Update language in colorsel demo

We're no longer demoing GtkColorSelection, it is GtkColorChooser now.

12 years agoplugman: Update GtkBuilder markup
Florian Müllner [Tue, 8 May 2012 11:48:48 +0000 (13:48 +0200)]
plugman: Update GtkBuilder markup

The markup for menus was changed in commit eed307713b8ef, update
the plugman example to use the new format.

12 years agorange: read and use CSS margin values for the trough component
Cosimo Cecchi [Wed, 16 May 2012 21:01:33 +0000 (17:01 -0400)]
range: read and use CSS margin values for the trough component

Many themes want to render the trough background/stroke thinner than the
full height/width (which is constructed around the value of the
'slider-width' style property).
Read and apply the CSS margin from the theme on the trough component, so
that themes can make it smaller at their will without the need to
override the render_background, render_frame and render_activity methods
of GtkThemingEngine.

https://bugzilla.gnome.org/show_bug.cgi?id=676196

12 years agorange: remove commented out code
Cosimo Cecchi [Wed, 16 May 2012 21:00:12 +0000 (17:00 -0400)]
range: remove commented out code

We wouldn't need any detail anyway, since we use a progressbar style
class for the progress part of GtkRange.

https://bugzilla.gnome.org/show_bug.cgi?id=676196

12 years agofile printbackend: Protect a callback by GDK_THREADS_ENTER
Matthias Clasen [Thu, 17 May 2012 04:11:15 +0000 (00:11 -0400)]
file printbackend: Protect a callback by GDK_THREADS_ENTER

https://bugzilla.gnome.org/show_bug.cgi?id=649569

12 years agoMake certain gtk3 types conditional (GST-style)
Руслан Ижбулатов [Sat, 12 May 2012 16:37:56 +0000 (20:37 +0400)]
Make certain gtk3 types conditional (GST-style)

https://bugzilla.gnome.org/show_bug.cgi?id=675895

12 years agodoc: Add missing CDATA around a XML programlisting
Volker Sobek [Fri, 4 May 2012 00:08:21 +0000 (02:08 +0200)]
doc: Add missing CDATA around a XML programlisting

https://bugzilla.gnome.org/show_bug.cgi?id=675423

12 years agoFix gdkx include path
Руслан Ижбулатов [Sat, 12 May 2012 16:27:41 +0000 (20:27 +0400)]
Fix gdkx include path

Fixes #675951

12 years agoBug 676087-configure.ac: isnan() and isinf() are macros, not functions
Natanael Copa [Tue, 15 May 2012 11:09:24 +0000 (13:09 +0200)]
Bug 676087-configure.ac: isnan() and isinf() are macros, not functions

The isnan() and isinf() are C99 macros not functions so use
AC_CHECK_DECL instead of AC_CHECK_FUNCS for those.

12 years agoImprove GtkColorButton behaviour
Hiroyuki Ito [Thu, 17 May 2012 03:45:48 +0000 (23:45 -0400)]
Improve GtkColorButton behaviour

Select the current color of a GtkColorButton should be selected in the
GtkColoroChooserDialog which is shown when the color button is clicked.

https://bugzilla.gnome.org/show_bug.cgi?id=676198

12 years agothemingengine: don't use gtk_theming_engine_get()
Cosimo Cecchi [Wed, 16 May 2012 22:27:21 +0000 (18:27 -0400)]
themingengine: don't use gtk_theming_engine_get()

This also avoids some useless GdkRGBA heap allocations when drawing a
border.

12 years agothemingengine: add missing deprecation annotation
Cosimo Cecchi [Wed, 16 May 2012 22:13:31 +0000 (18:13 -0400)]
themingengine: add missing deprecation annotation

gtk_theming_engine_state_is_running() is deprecated for 3.6.

12 years agothemingengine: don't use gtk_theming_engine_state_is_running()
Cosimo Cecchi [Wed, 16 May 2012 22:13:02 +0000 (18:13 -0400)]
themingengine: don't use gtk_theming_engine_state_is_running()

It's deprecated, and always returns FALSE. This allows us to simplify a
bunch of code.

12 years agoFix a case of 'stuck grab'
Matthias Clasen [Wed, 16 May 2012 21:18:51 +0000 (17:18 -0400)]
Fix a case of 'stuck grab'

This was showing up when using a combo box in list mode. After popping
up the list, the keyboard grab appeared stuck. What was stuck here is
only the client-side grab, since we forgot to clean up our grabs
when receiving an UnmapNotify.

This bug was introduced in 1c970036648bffd5d58499bb7c8e2439b84d4397.

12 years agogrid: add missing transfer annotation
Martin Pitt [Wed, 16 May 2012 16:00:04 +0000 (18:00 +0200)]
grid: add missing transfer annotation

gtk_grid_get_child_at() is missing a transfer annotation for the returned
widget, making it not introspectable.

12 years agotestscale: add a scale with a fill level to the test
Cosimo Cecchi [Wed, 16 May 2012 14:29:05 +0000 (10:29 -0400)]
testscale: add a scale with a fill level to the test

12 years agoBe more careful when freeing ui manager nodes
Matthias Clasen [Wed, 16 May 2012 01:49:24 +0000 (21:49 -0400)]
Be more careful when freeing ui manager nodes

https://bugzilla.redhat.com//show_bug.cgi?id=812035 has
a stacktrace that shows recursion via
free_node -> unref -> dispose -> ui manager api
which ends in a crash, since we run free_node over the entire
tree and it leaves lots of dangling pointers behind.
So, better be careful by setting all pointers to NULL after
freeing them.

12 years agoUpdated Dutch translation
Wouter Bolsterlee [Tue, 15 May 2012 20:20:12 +0000 (22:20 +0200)]
Updated Dutch translation

12 years agoUpdated Dutch translation
Rachid BM [Tue, 15 May 2012 20:18:56 +0000 (22:18 +0200)]
Updated Dutch translation

12 years agogdk: fix the build
Cosimo Cecchi [Tue, 15 May 2012 17:27:21 +0000 (13:27 -0400)]
gdk: fix the build

Regression from commit 861c57e3043229e769a45d7349b6e71d99c752de

12 years agothemingengine: render pane-separator grip only if we have no bg-image
Cosimo Cecchi [Mon, 14 May 2012 13:20:56 +0000 (09:20 -0400)]
themingengine: render pane-separator grip only if we have no bg-image

So that it's possible to implement this with an SVG asset if we want.

12 years agotests: add background-shorthand parser test for multiple backgrounds
Cosimo Cecchi [Sat, 12 May 2012 00:43:09 +0000 (20:43 -0400)]
tests: add background-shorthand parser test for multiple backgrounds

These CSS files test the background shorthand property when it's used
with multiple background layers.

12 years agotests: move background-shorthand test to background-shorthand-single
Cosimo Cecchi [Tue, 15 May 2012 16:45:39 +0000 (12:45 -0400)]
tests: move background-shorthand test to background-shorthand-single

And update/fix it for the new shorthand parsing, since the old test did
a couple of things wrong:
- it erroneously flipped background-clip and background-origin when
  testing
- it was missing default initial values for background-size and
  background-position from the generated test output

12 years agoshorthand: implement multiple backgrounds for the background shorthand
Cosimo Cecchi [Sat, 12 May 2012 00:38:36 +0000 (20:38 -0400)]
shorthand: implement multiple backgrounds for the background shorthand

12 years agocsspositionvalue: make empty error value non fatal
Cosimo Cecchi [Sat, 12 May 2012 00:46:18 +0000 (20:46 -0400)]
csspositionvalue: make empty error value non fatal

If there's just no value to parse (e.g. because we're parsing a
shorthand property), don't error out while trying to parse a number.

12 years agoshorthand: add background-position and background-size to bg shorthand
Cosimo Cecchi [Fri, 11 May 2012 20:33:13 +0000 (16:33 -0400)]
shorthand: add background-position and background-size to bg shorthand

12 years agoshorthand: use array values for shorthand properties parsing
Cosimo Cecchi [Fri, 11 May 2012 18:30:07 +0000 (14:30 -0400)]
shorthand: use array values for shorthand properties parsing

Right now, just parse the first value in the array.

12 years agotests: add trailing commas to background-shorthand.css test file
Cosimo Cecchi [Fri, 11 May 2012 18:29:50 +0000 (14:29 -0400)]
tests: add trailing commas to background-shorthand.css test file

12 years agoreftests: add a reftest for multiple background layers
Cosimo Cecchi [Fri, 11 May 2012 14:30:46 +0000 (10:30 -0400)]
reftests: add a reftest for multiple background layers

12 years agothemingbackgorund: render all background layers
Cosimo Cecchi [Fri, 11 May 2012 14:25:55 +0000 (10:25 -0400)]
themingbackgorund: render all background layers

Now that background properties are arrays, use them in
GtkThemingBackground when rendering.

12 years agocolorswatch: don't use the clip box directly
Cosimo Cecchi [Fri, 11 May 2012 14:22:24 +0000 (10:22 -0400)]
colorswatch: don't use the clip box directly

We can render our checkboard pattern on the padding box instead. This is
in preparation for GtkThemingBackground supporting multiple layers.

12 years agostyleproperty: make background-image an array value
Cosimo Cecchi [Thu, 10 May 2012 15:18:29 +0000 (11:18 -0400)]
styleproperty: make background-image an array value

This also requires having the GtkCssArrayValue parse func forward the
base GFile from the style property parse implementation.

12 years agostyleproperty: make background-size an array property
Cosimo Cecchi [Thu, 10 May 2012 14:43:43 +0000 (10:43 -0400)]
styleproperty: make background-size an array property

12 years agostyleproperty: make background-position an array property
Cosimo Cecchi [Thu, 10 May 2012 14:39:25 +0000 (10:39 -0400)]
styleproperty: make background-position an array property

12 years agostyleproperty: make background-repeat an array property
Cosimo Cecchi [Thu, 10 May 2012 14:31:06 +0000 (10:31 -0400)]
styleproperty: make background-repeat an array property

12 years agostyleproperty: make background-clip and background-area array properties
Cosimo Cecchi [Thu, 10 May 2012 14:25:33 +0000 (10:25 -0400)]
styleproperty: make background-clip and background-area array properties

Right now just make them arrays, but don't consider values after the
first.

12 years agogdkoffscreenwindow: Don't crash when resetting cursor
Bastien Nocera [Thu, 10 May 2012 14:23:57 +0000 (15:23 +0100)]
gdkoffscreenwindow: Don't crash when resetting cursor

When the toplevel is a GdkOffscreenWindow which doesn't
implement the set_device_cursor() vfunc, we would have
crashed. Implement a dummy ->set_device_cursor vfunc.

https://bugzilla.gnome.org/show_bug.cgi?id=675809

12 years agoRevert "gdk: Don't crash when resetting cursor"
Bastien Nocera [Tue, 15 May 2012 16:57:33 +0000 (17:57 +0100)]
Revert "gdk: Don't crash when resetting cursor"

Patch didn't get reviewed yet.

This reverts commit 779591b62fbc5ee4ebf9912a4416b655cdcf4e32.

12 years agostatusicon: Fix implicit declaration warning
Bastien Nocera [Tue, 15 May 2012 16:55:36 +0000 (17:55 +0100)]
statusicon: Fix implicit declaration warning

gtkstatusicon.c:1333:4: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]

Added in commit c8378099600e4279cb5c608b546bbe778c451233

12 years agogdk: Don't crash when resetting cursor
Bastien Nocera [Thu, 10 May 2012 14:23:57 +0000 (15:23 +0100)]
gdk: Don't crash when resetting cursor

When the toplevel is a GdkOffscreenWindow which doesn't
implement the set_device_cursor() vfunc.

https://bugzilla.gnome.org/show_bug.cgi?id=675809

12 years agostatusicon: use absolute delta to find the nearest icon size
Fernando Lemos [Tue, 15 May 2012 14:28:37 +0000 (10:28 -0400)]
statusicon: use absolute delta to find the nearest icon size

Otherwise, if we only look at (pixel_size - stock_size), we miss the
case when the pixel size is smaller than any provided stock size.

https://bugzilla.gnome.org/show_bug.cgi?id=673749

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 15 May 2012 12:17:31 +0000 (14:17 +0200)]
Updated Norwegian bokmål translation

12 years agoiconview: Bring back rtl flipping
Matthias Clasen [Tue, 15 May 2012 05:12:28 +0000 (01:12 -0400)]
iconview: Bring back rtl flipping

This was lost in the recent layout rewrite.

12 years agoGDK X11 DND: Fix infinite loop
Edward Sheldrake [Mon, 14 May 2012 12:06:43 +0000 (13:06 +0100)]
GDK X11 DND: Fix infinite loop

Related: https://bugzilla.gnome.org/show_bug.cgi?id=664646

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 14 May 2012 12:52:24 +0000 (14:52 +0200)]
Updated Spanish translation

12 years agoGTK PrintToFile settings
Timothy Arceri [Tue, 6 Mar 2012 10:15:01 +0000 (21:15 +1100)]
GTK PrintToFile settings

To make setting output directory and filename simpler in the PrintToFile
dialog two gtkprintsettings have been added GTK_PRINT_SETTINGS_OUTPUT_DIR
 and GTK_PRINT_SETTINGS_OUTPUT_BASENAME.

This will reduce the code needed to implement a better name than "output.pdf"
and actually makes more sense than the existing setting
GTK_PRINT_SETTINGS_OUTPUT_URI which doesn't work seamlessly with
GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT like the new settings do.

https://bugzilla.gnome.org/show_bug.cgi?id=657322

12 years agoFix links to developer.gnome.org
Frédéric Péters [Fri, 11 May 2012 12:17:19 +0000 (14:17 +0200)]
Fix links to developer.gnome.org

12 years agoquartz: Ignore events from all mouse buttons past the resize boundary
Kristian Rietveld [Sun, 13 May 2012 15:57:59 +0000 (17:57 +0200)]
quartz: Ignore events from all mouse buttons past the resize boundary

Before, right click events were still let through into GDK. In this
case, also middle/right button events with x-coordinates in the range
[-3, 0] are processed, resulting in failures/crashes in the window
finding code because no GdkWindows are present in this range.

12 years agoRemove lies
Matthias Clasen [Fri, 11 May 2012 21:42:47 +0000 (17:42 -0400)]
Remove lies

We forgot the documentation when we simplified the GtkApplication
session api.

12 years agoUpdated POTFILES.skip
Piotr Drąg [Fri, 11 May 2012 20:01:19 +0000 (22:01 +0200)]
Updated POTFILES.skip

12 years agovisuals: add some visuals UI files for h/v linked button boxes
Cosimo Cecchi [Fri, 11 May 2012 15:37:56 +0000 (11:37 -0400)]
visuals: add some visuals UI files for h/v linked button boxes

12 years agobox: set orientation style classes when setting orientation
Cosimo Cecchi [Fri, 11 May 2012 15:36:05 +0000 (11:36 -0400)]
box: set orientation style classes when setting orientation

Since we override the property, we have to call the internal helper
manually.

12 years agocssprovider: Remove unused members from scanner
Benjamin Otte [Wed, 18 Apr 2012 20:19:30 +0000 (22:19 +0200)]
cssprovider: Remove unused members from scanner

Now that the parser takes care of the file, we don't need to keep track
of it ourselves anymore.

12 years agocsssection: Remove file argument from constructor
Benjamin Otte [Wed, 18 Apr 2012 20:15:32 +0000 (22:15 +0200)]
csssection: Remove file argument from constructor

The parser has the file available.

12 years agostyleproperty: Remove base argument
Benjamin Otte [Wed, 18 Apr 2012 20:04:44 +0000 (22:04 +0200)]
styleproperty: Remove base argument

from _gtk_style_property_parse_value(). The GtkCssParser takes care of
that now.

12 years agocssstyleproperty: Remove base argument
Benjamin Otte [Wed, 18 Apr 2012 19:58:22 +0000 (21:58 +0200)]
cssstyleproperty: Remove base argument

from parse functions.

12 years agocssstylefuncs: Remove base argument
Benjamin Otte [Wed, 18 Apr 2012 19:52:36 +0000 (21:52 +0200)]
cssstylefuncs: Remove base argument

The GtkCssParser keeps track of the base file now.

12 years agocssshorthand: Don't pass base file anymore
Benjamin Otte [Wed, 18 Apr 2012 19:48:05 +0000 (21:48 +0200)]
cssshorthand: Don't pass base file anymore

It's part of the parser now.

12 years agocssimage: No need to pass base file anymore
Benjamin Otte [Wed, 18 Apr 2012 19:44:08 +0000 (21:44 +0200)]
cssimage: No need to pass base file anymore

The file is now part of the GtkCssParser

12 years agocssparser: Change APIs that work with files
Benjamin Otte [Wed, 18 Apr 2012 17:43:24 +0000 (19:43 +0200)]
cssparser: Change APIs that work with files

Now that we keep track of the parser's file, we don't require it to be
passed anymore.

12 years agocssparser: Keep track of the file
Benjamin Otte [Wed, 18 Apr 2012 14:54:04 +0000 (16:54 +0200)]
cssparser: Keep track of the file