]> Pileus Git - ~andy/gtk/log
~andy/gtk
11 years agobump version
Matthias Clasen [Tue, 18 Sep 2012 22:36:33 +0000 (18:36 -0400)]
bump version

11 years ago3.5.18
Matthias Clasen [Tue, 18 Sep 2012 22:35:16 +0000 (18:35 -0400)]
3.5.18

11 years agoPrepare for 3.5.18
Matthias Clasen [Tue, 18 Sep 2012 21:35:16 +0000 (17:35 -0400)]
Prepare for 3.5.18

11 years agoFix distcheck
Matthias Clasen [Tue, 18 Sep 2012 19:10:24 +0000 (15:10 -0400)]
Fix distcheck

A mention of gtkmodelmenu.h was leftover in Makefile.am.

11 years agoAvoid an unintented export
Matthias Clasen [Tue, 18 Sep 2012 17:36:35 +0000 (13:36 -0400)]
Avoid an unintented export

GtkStyleCascade is entirely private, so don't leak any symbols.

11 years agoFix gdk docs build
Matthias Clasen [Tue, 18 Sep 2012 16:55:38 +0000 (12:55 -0400)]
Fix gdk docs build

This took far too long: The actual problem turned out to
be an unclosed <SECTION> in gdk3-sections.txt.

11 years agoGdkWindow: remove reference to a long-removed example
Matthias Clasen [Tue, 18 Sep 2012 15:43:20 +0000 (11:43 -0400)]
GdkWindow: remove reference to a long-removed example

11 years agomountoperation: fix previous commit
Cosimo Cecchi [Tue, 18 Sep 2012 17:48:07 +0000 (13:48 -0400)]
mountoperation: fix previous commit

We don't want to call this method if there's no shell agent.

11 years agomountoperation: don't timeout proxied mount operation dialogs
Cosimo Cecchi [Tue, 18 Sep 2012 17:44:04 +0000 (13:44 -0400)]
mountoperation: don't timeout proxied mount operation dialogs

When we proxy mount operation dialogs to the Shell agent, don't use a
timeout for the remote calls, since we will be waiting on user
interaction.

11 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 18 Sep 2012 14:37:16 +0000 (16:37 +0200)]
Updated Spanish translation

11 years agoRaleigh: Improve the spinner animation
Benjamin Otte [Tue, 18 Sep 2012 13:24:31 +0000 (15:24 +0200)]
Raleigh: Improve the spinner animation

Make it closer to how it was previously.

11 years agoGtkAccelLabel: adjust recent accel changes
Ryan Lortie [Tue, 18 Sep 2012 12:57:53 +0000 (08:57 -0400)]
GtkAccelLabel: adjust recent accel changes

In the event that a GtkAccelKey was present for the closure but it
contained a keyval of 0 the previous code would show "".  After the
recent adjustments, "-/-" would be shown in this case.

It turns out to be a pretty common case, so fix the logic to stop using
'0' as a magic value to mean "don't have an accel" and add a separate
boolean for that purpose.

11 years agocssimage: Add a hack to get antialiased circles
Benjamin Otte [Tue, 18 Sep 2012 11:26:20 +0000 (13:26 +0200)]
cssimage: Add a hack to get antialiased circles

We like to draw circles in themes, and as radial gradients are the only
okayish way to do that, at least make them antialiased.

11 years agoUpdated Marathi Translations
Sandeep Sheshrao Shedmake [Tue, 18 Sep 2012 07:49:41 +0000 (13:19 +0530)]
Updated Marathi Translations

11 years agoUpdated British English translation
Bruce Cowan [Tue, 18 Sep 2012 07:24:49 +0000 (08:24 +0100)]
Updated British English translation

11 years agoForce spinners to be square
Matthias Clasen [Tue, 18 Sep 2012 02:47:36 +0000 (22:47 -0400)]
Force spinners to be square

11 years agoGtkSettings: Properly clean up style providers
Matthias Clasen [Tue, 18 Sep 2012 02:30:14 +0000 (22:30 -0400)]
GtkSettings: Properly clean up style providers

11 years agoRevert "Bind the themes to the livecycle of the screen"
Matthias Clasen [Tue, 18 Sep 2012 02:10:59 +0000 (22:10 -0400)]
Revert "Bind the themes to the livecycle of the screen"

This reverts commit 1f5dea9eba4de5a54e9370fe8e4b90e6c0cec200,
since it was causeing noticable behaviour changes.

Previously, GTK_DATA_PREFIX=/ ./gtk3-demo would start
gtk3-demo with the Raleigh theme. With that change, it
was starting with no theme at all (i.e. all black).

11 years agoUpdated Hungarian translation
Gabor Kelemen [Mon, 17 Sep 2012 22:08:25 +0000 (00:08 +0200)]
Updated Hungarian translation

11 years agogtk-demo: fancier css demo
Matthias Clasen [Mon, 17 Sep 2012 21:37:03 +0000 (17:37 -0400)]
gtk-demo: fancier css demo

Thanks to Lapo Calamandrei.

11 years agoUpdated header for Brazilian Portuguese.
Rafael Ferreira [Mon, 17 Sep 2012 19:40:38 +0000 (15:40 -0400)]
Updated header for Brazilian Portuguese.

11 years agoUpdated Brazilian Portuguese translation.
Og B. Maciel [Mon, 17 Sep 2012 19:39:01 +0000 (15:39 -0400)]
Updated Brazilian Portuguese translation.

11 years agocss: Add a spinner animation to the default theme
Benjamin Otte [Mon, 17 Sep 2012 11:41:18 +0000 (13:41 +0200)]
css: Add a spinner animation to the default theme

11 years agocssanimation: Implement pausing the animation
Benjamin Otte [Mon, 17 Sep 2012 15:00:02 +0000 (17:00 +0200)]
cssanimation: Implement pausing the animation

11 years agostylecontext: Always create animations
Benjamin Otte [Mon, 17 Sep 2012 09:34:54 +0000 (11:34 +0200)]
stylecontext: Always create animations

Even when there is no current values, do create animations. This ensures
that animations do exist for unmapped widgets when they get mapped
later.

11 years agostylecontext: Only create transitions conditionally
Benjamin Otte [Mon, 17 Sep 2012 09:30:21 +0000 (11:30 +0200)]
stylecontext: Only create transitions conditionally

While regular animations should always be created, transitions should
not. This patch allows to express this by passing NULL as the values to
transition from.

It also adds a gtk_style_context_should_create_transitions() function
that returns TRUE when transitions should be created.

11 years agostylecontext: Refactor the way animations are started and stopped
Benjamin Otte [Mon, 17 Sep 2012 09:22:06 +0000 (11:22 +0200)]
stylecontext: Refactor the way animations are started and stopped

We now create animation objects unconditionally, but we only run the
animation loop when gtk_style_context_should_animate() return TRUE.

11 years agostylecontext: Clear animations for values kept in cache
Benjamin Otte [Mon, 17 Sep 2012 08:53:16 +0000 (10:53 +0200)]
stylecontext: Clear animations for values kept in cache

11 years agostylecontext: Remove leftover debugging
Benjamin Otte [Mon, 17 Sep 2012 08:48:38 +0000 (10:48 +0200)]
stylecontext: Remove leftover debugging

... that actually was both wrong, a performance failure and has been
there since the original checkin.

Updating the cached style data absolutely does not mean clearing all
cached style data first. There's nothing to update then.

11 years agocsscomputedvalues: Handle starting animations differently
Benjamin Otte [Sun, 16 Sep 2012 17:07:40 +0000 (19:07 +0200)]
csscomputedvalues: Handle starting animations differently

11 years agoanimation: Don't set the changed properties anymore
Benjamin Otte [Sun, 16 Sep 2012 16:56:32 +0000 (18:56 +0200)]
animation: Don't set the changed properties anymore

The code is not needed anymore. And it looked wrong, too, so I'm glad
it's gone.

11 years agocsscomputedvalues: Compute the changes by animations ourselves
Benjamin Otte [Sun, 16 Sep 2012 16:51:07 +0000 (18:51 +0200)]
csscomputedvalues: Compute the changes by animations ourselves

Instead of letting the animation set a bitmask unconditionally, actually
compare the before and after values for changes.

11 years agocssimage: Make cross-fade code safe for non-integer sizes
Benjamin Otte [Sun, 16 Sep 2012 16:45:17 +0000 (18:45 +0200)]
cssimage: Make cross-fade code safe for non-integer sizes

This includes sizes < 1px, which previously caused a SEGV.

11 years agocssvalue: Fix out-of-bounds in array transition code
Benjamin Otte [Sun, 16 Sep 2012 16:44:59 +0000 (18:44 +0200)]
cssvalue: Fix out-of-bounds in array transition code

11 years agothemingengine: animate spinners again
Cosimo Cecchi [Mon, 10 Sep 2012 17:15:25 +0000 (13:15 -0400)]
themingengine: animate spinners again

Using the animation specified with CSS by the theme.

11 years agocssvalue: Always consider values equal to themselves
Benjamin Otte [Sun, 16 Sep 2012 16:42:25 +0000 (18:42 +0200)]
cssvalue: Always consider values equal to themselves

11 years agocsseasevalue: fix wrong priority in steps easing transformation
Cosimo Cecchi [Mon, 10 Sep 2012 17:10:47 +0000 (13:10 -0400)]
csseasevalue: fix wrong priority in steps easing transformation

We need to add parentheses around the ternary operator, or it will be
applied to the whole expression.

11 years agotests: Add a simple CSS test for cross-fade
Benjamin Otte [Fri, 14 Sep 2012 00:10:53 +0000 (02:10 +0200)]
tests: Add a simple CSS test for cross-fade

11 years agocssimage: Implement (most of) current cross-fade syntax
Benjamin Otte [Fri, 14 Sep 2012 00:06:14 +0000 (02:06 +0200)]
cssimage: Implement (most of) current cross-fade syntax

The CSS4 spec adapted their cross-fade syntax again. Yay!
(The previous parser was completely broken anyway...)

11 years agocsscomputedvalues: Get rid of animated values
Benjamin Otte [Thu, 13 Sep 2012 16:11:29 +0000 (18:11 +0200)]
csscomputedvalues: Get rid of animated values

Merge the animated values code into the computed values code. This
should get rid of various bugs related to animated->computed updating.

11 years agocsscomputedvalues: Store animated values here
Benjamin Otte [Thu, 13 Sep 2012 14:23:36 +0000 (16:23 +0200)]
csscomputedvalues: Store animated values here

Actually use the GtkCssComputedValues to store the computed values here
instead of putting them into the GtkCssAnimatedValues separately.

11 years agocsscomputedvalues: Allow storing animated values here
Benjamin Otte [Thu, 13 Sep 2012 12:25:52 +0000 (14:25 +0200)]
csscomputedvalues: Allow storing animated values here

It's not used yet, but that will come in the next patch(es). This is a
separate patch to make sure we didn't mess up anything.

11 years agocsscomputedvalues: Inline function
Benjamin Otte [Thu, 13 Sep 2012 12:15:22 +0000 (14:15 +0200)]
csscomputedvalues: Inline function

11 years agoanimation: Add _gtk_style_animation_is_static()
Benjamin Otte [Wed, 12 Sep 2012 13:27:59 +0000 (15:27 +0200)]
animation: Add _gtk_style_animation_is_static()

This will be useful to not trigger updates all the time when nothing is
happening (ie due to animations being paused or due to them having
reached their final value).

11 years agocss: Add animation support
Benjamin Otte [Mon, 10 Sep 2012 11:57:56 +0000 (13:57 +0200)]
css: Add animation support

This adds the GtkCssAnimation class and the code needed to hook it into
GtkStyleContext. It takes the values out of the CSS "animation"
properties and does animations. See
  http://dev.w3.org/csswg/css3-animations/
for details.

Note that the code for starting and stopping animations with widget
visibility doesn't work yet.

11 years agowidget: Use gtk_widget_queue_draw() for queueing redraws
Benjamin Otte [Mon, 10 Sep 2012 11:50:10 +0000 (13:50 +0200)]
widget: Use gtk_widget_queue_draw() for queueing redraws

This change is necessary because the old code did not accound for corner
cases (like translucent child windows), which could stop
gtk_widget_queue_resize() to not trigger redraws.

11 years agostylecontext: Provide a function for getting the style provider
Benjamin Otte [Mon, 10 Sep 2012 10:35:46 +0000 (12:35 +0200)]
stylecontext: Provide a function for getting the style provider

This will be necessary for creating the computed values for keyframes.

11 years agowindow: Add the .background class to windows unconditionally
Benjamin Otte [Mon, 10 Sep 2012 10:29:09 +0000 (12:29 +0200)]
window: Add the .background class to windows unconditionally

11 years agocss: Implement 'animation' shorthand parsing
Benjamin Otte [Mon, 10 Sep 2012 10:15:44 +0000 (12:15 +0200)]
css: Implement 'animation' shorthand parsing

11 years agogtk-demo: Add animated pixbufs example
Benjamin Otte [Tue, 22 May 2012 11:41:05 +0000 (13:41 +0200)]
gtk-demo: Add animated pixbufs example

11 years agotests: Add test for last commit
Benjamin Otte [Thu, 19 Apr 2012 15:05:22 +0000 (17:05 +0200)]
tests: Add test for last commit

11 years agocssparser: Don't use a free'd string in error messages
Benjamin Otte [Thu, 19 Apr 2012 15:01:37 +0000 (17:01 +0200)]
cssparser: Don't use a free'd string in error messages

11 years agocssstyleproperty: Add animation properties
Benjamin Otte [Thu, 19 Apr 2012 12:50:38 +0000 (14:50 +0200)]
cssstyleproperty: Add animation properties

11 years agocssvalue: Add animation enum properties
Benjamin Otte [Thu, 19 Apr 2012 12:50:05 +0000 (14:50 +0200)]
cssvalue: Add animation enum properties

11 years agostyleprovider: Add query function for keyframes
Benjamin Otte [Thu, 19 Apr 2012 01:58:28 +0000 (03:58 +0200)]
styleprovider: Add query function for keyframes

11 years agotests: Add parsing test for keyframe parsing
Benjamin Otte [Thu, 19 Apr 2012 01:43:17 +0000 (03:43 +0200)]
tests: Add parsing test for keyframe parsing

Ensure we order properly when printing

11 years agotests: Add tests for keyframe parsing
Benjamin Otte [Thu, 19 Apr 2012 01:42:33 +0000 (03:42 +0200)]
tests: Add tests for keyframe parsing

Ensure we parse empty keyframes correctly

11 years agocssprovider: Add parsing support for @keyframes
Benjamin Otte [Thu, 19 Apr 2012 01:41:41 +0000 (03:41 +0200)]
cssprovider: Add parsing support for @keyframes

11 years agogtk.symbols fixup
Ryan Lortie [Mon, 17 Sep 2012 16:34:33 +0000 (12:34 -0400)]
gtk.symbols fixup

11 years agogtkmodelmenu: simplify logic, expose bind API
Ryan Lortie [Tue, 11 Sep 2012 15:38:06 +0000 (11:38 -0400)]
gtkmodelmenu: simplify logic, expose bind API

Make the main (and only) entry-point to gtkmodelmenu.c the now-public
gtk_menu_shell_bind_model().

Move the convenience constructors (gtk_menu_new_from_model() and
gtk_menu_bar_new_from_model()) to their proper files.

Remove the private header file.

Simplify the code a bit by making the initial populate part of the
bind() call.

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

11 years agoGtkAccelLabel: add manual accel API
Ryan Lortie [Mon, 10 Sep 2012 18:36:23 +0000 (14:36 -0400)]
GtkAccelLabel: add manual accel API

Add an API to GtkAccelLabel for hardcoding the accel key to be displayed
(ie: allowing us to bypass the GtkAccelGroup lookup).

Use that from the GMenuModel-based GtkMenu construction code instead of
passing around the accel group.

This makes accel labels work in bloatpad again.

This patch effectively removes any hope of automatic runtime accel
changes in GMenuModel-based menus without additional application
support but it leaves the door open for this to be supported again in
the future (if we decide that it's important).

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

11 years agoGtkModelMenuItem: add a submenu action attribute
Ryan Lortie [Fri, 24 Aug 2012 18:11:37 +0000 (14:11 -0400)]
GtkModelMenuItem: add a submenu action attribute

Add support for a stateful action associated with a submenu.  The action
state is set to TRUE when the menu is shown and FALSE when it is
unshown.

This is useful to avoid unnecessary processing for menus that have
frequently-changing content.

A possible future feature is to add support for asynchronously filling
the initial state of the menu by waiting until the action actually emits
its state-change signal to TRUE before showing the menu.

A silly example has been added to Bloatpad to demonstrate the new
feature.

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

11 years agoAdd example for "action-namespace" attribute
Lars Uebernickel [Thu, 13 Sep 2012 17:10:24 +0000 (13:10 -0400)]
Add example for "action-namespace" attribute

11 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Mon, 17 Sep 2012 15:37:40 +0000 (22:37 +0700)]
Updated Thai translation.

11 years agoAdd back gtk_css_provider_get_named
William Jon McCann [Mon, 17 Sep 2012 11:40:54 +0000 (07:40 -0400)]
Add back gtk_css_provider_get_named

Was in the original patch but was not in 1f5dea9 probably due to
a bad rebase.

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

11 years agomenubutton: set DROPDOWN_MENU hint on the menu toplevel
Cosimo Cecchi [Mon, 17 Sep 2012 13:50:03 +0000 (09:50 -0400)]
menubutton: set DROPDOWN_MENU hint on the menu toplevel

Restore the behavior introduced in
598163e52684019e4975c3d4ca728a54b00c2f74, which regressed in commit
5a3442bf9c470736c8846534607be5825c22410b.

11 years agoDo not introspect gtk_color_button_get_rgba.
Ignacio Casal Quinteiro [Mon, 17 Sep 2012 12:50:18 +0000 (14:50 +0200)]
Do not introspect gtk_color_button_get_rgba.

This method is deprecated so it gets in the way of the
implemented gtk_color_chooser_get_rgba.

11 years agoPreserve gtk_widget_get_default_style semantics
Matthias Clasen [Mon, 17 Sep 2012 11:51:04 +0000 (07:51 -0400)]
Preserve gtk_widget_get_default_style semantics

Make sure that we return a GtkStyle even if there's no screen yet.

11 years agoAssamese translation updated
Nilamdyuti Goswami [Mon, 17 Sep 2012 07:48:36 +0000 (13:18 +0530)]
Assamese translation updated

11 years agoMove the gtk_shadow_type check down to gtk_render_frame
Matthias Clasen [Mon, 17 Sep 2012 03:25:40 +0000 (23:25 -0400)]
Move the gtk_shadow_type check down to gtk_render_frame

In gtk_menu_bar_draw, the check for shadow type != none
disables rendering of the background instead of the frame.
The check should be moved down to gtk_render_frame.
Patch by Peter de Ridder,
http://bugzilla.gnome.org/show_bug.cgi?id=670390

11 years agobutton: Clear highlight when a button is removed from a container
Sébastien Granjoux [Sat, 26 May 2012 20:32:07 +0000 (22:32 +0200)]
button: Clear highlight when a button is removed from a container

A button is highlighted if the private variable in_button is TRUE.
This variable is set when the pointer is over the button and cleared when
it left the button. When a button is hidden while there is the pointer over
it, GTK generates a leave notification event, in_button is set to FALSE.
But when a button is removed from a container but not destroyed, it is
unrealized and loose its window. It cannot receive the leave notification
event and in_button stay TRUE. So when the button get a new parent it is still
highlighted.

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

11 years agoGtkAssistant: bgo#658694 - Unable to change current page in prepare handler
Sébastien Granjoux [Sat, 8 Sep 2012 12:21:32 +0000 (14:21 +0200)]
GtkAssistant: bgo#658694 - Unable to change current page in prepare handler

11 years agoDestroy the legacy style with the screen
William Jon McCann [Wed, 12 Sep 2012 21:29:58 +0000 (17:29 -0400)]
Destroy the legacy style with the screen

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

11 years agoDon't leak a ref to the tooltip window
William Jon McCann [Wed, 12 Sep 2012 20:43:32 +0000 (16:43 -0400)]
Don't leak a ref to the tooltip window

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

11 years agoDestroy the icon factory with the screen
William Jon McCann [Wed, 12 Sep 2012 17:19:54 +0000 (13:19 -0400)]
Destroy the icon factory with the screen

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

11 years agoDon't leak a ref to the settings
William Jon McCann [Wed, 12 Sep 2012 13:08:28 +0000 (09:08 -0400)]
Don't leak a ref to the settings

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

11 years agoBind the themes to the lifecycle of the screen
William Jon McCann [Tue, 11 Sep 2012 20:50:20 +0000 (16:50 -0400)]
Bind the themes to the lifecycle of the screen

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

11 years agoShut down a11y when an app shuts down
William Jon McCann [Fri, 14 Sep 2012 18:12:36 +0000 (14:12 -0400)]
Shut down a11y when an app shuts down

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

11 years agofontchooserwidget: scroll to the currently selected row
Colomban Wendling [Sun, 16 Sep 2012 17:17:08 +0000 (19:17 +0200)]
fontchooserwidget: scroll to the currently selected row

Scroll to the selection when setting it so the selected font is
visible on screen.  This is especially useful if an initial font is
set for the user to see it.

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

11 years agoLoad settings.ini also from XDG_CONFIG_DIRS
Ignacio Casal Quinteiro [Wed, 12 Sep 2012 14:10:56 +0000 (16:10 +0200)]
Load settings.ini also from XDG_CONFIG_DIRS

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

11 years agoAdd missing argument in GTK_SPINNER_GET_CLASS
Matthias Clasen [Sun, 16 Sep 2012 23:02:29 +0000 (19:02 -0400)]
Add missing argument in GTK_SPINNER_GET_CLASS

11 years agoUpdated Lithuanian properties translation
Aurimas Černius [Sun, 16 Sep 2012 20:13:43 +0000 (23:13 +0300)]
Updated Lithuanian properties translation

11 years agogtkoverlay: fix get-child-position annotation
Ignacio Casal Quinteiro [Sun, 16 Sep 2012 17:02:20 +0000 (19:02 +0200)]
gtkoverlay: fix get-child-position annotation

11 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 16 Sep 2012 11:22:54 +0000 (13:22 +0200)]
Updated Spanish translation

11 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 16 Sep 2012 11:22:41 +0000 (13:22 +0200)]
Updated Spanish translation

11 years agoPlug a leak
Matthias Clasen [Sun, 16 Sep 2012 04:48:42 +0000 (00:48 -0400)]
Plug a leak

11 years agogtk-demo: Plug 2 small memleaks
Matthias Clasen [Sun, 16 Sep 2012 04:48:18 +0000 (00:48 -0400)]
gtk-demo: Plug 2 small memleaks

11 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Sun, 16 Sep 2012 04:39:07 +0000 (12:39 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

11 years agoUpdated Danish translation
Ask H. Larsen [Sat, 15 Sep 2012 21:41:30 +0000 (23:41 +0200)]
Updated Danish translation

11 years agoUpdated Danish translation
Ask H. Larsen [Sat, 15 Sep 2012 21:40:17 +0000 (23:40 +0200)]
Updated Danish translation

11 years agoSmall tweaks to the DND docs
Matthias Clasen [Sat, 15 Sep 2012 20:15:22 +0000 (16:15 -0400)]
Small tweaks to the DND docs

As pointed out by Columban Wendling in
https://bugzilla.gnome.org/show_bug.cgi?id=684096,
the GtkWidget DND docs were referring to several drag context
members that are private, nowadays.

11 years agoFix a memory leak in GtkCssStringValue
Matthias Clasen [Fri, 14 Sep 2012 01:29:15 +0000 (21:29 -0400)]
Fix a memory leak in GtkCssStringValue

11 years agogtk-demo: Plug another small memleak
Matthias Clasen [Fri, 14 Sep 2012 01:23:12 +0000 (21:23 -0400)]
gtk-demo: Plug another small memleak

11 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 15 Sep 2012 18:51:38 +0000 (20:51 +0200)]
Updated Slovenian translation

11 years agoUpdated Portuguese translation
Duarte Loreto [Sat, 15 Sep 2012 18:32:37 +0000 (19:32 +0100)]
Updated Portuguese translation

11 years agoUpdated Russian translation
Yuri Myasoedov [Sat, 15 Sep 2012 15:36:27 +0000 (19:36 +0400)]
Updated Russian translation

11 years agoUpdate French translation
Alexandre Franke [Sat, 15 Sep 2012 15:34:48 +0000 (17:34 +0200)]
Update French translation

11 years agoUpdated Indonesian translation
Andika Triwidada [Sat, 15 Sep 2012 10:44:42 +0000 (17:44 +0700)]
Updated Indonesian translation

11 years agoUpdated Greek translation
Tom Tryfonidis [Sat, 15 Sep 2012 09:17:22 +0000 (12:17 +0300)]
Updated Greek translation

11 years agoUpdated Galician translations
Fran Diéguez [Fri, 14 Sep 2012 23:59:20 +0000 (01:59 +0200)]
Updated Galician translations