- 29 Nov, 2012 5 commits
-
-
-
Alan McGovern authored
Both flashing a window and setting the window opacity were using incorrect declarations for function pointers. They were missing the WINAPI annotation as defined in windows.h. As a result, the stack could be corrupted when these functions were invoked. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=689235 (cherry picked from commit 5637ef1f)
-
Michael Natterer authored
Also use GDK_OSX_UNSUPPORTED instead of 0 in gdk_quartz_osx_version(). (cherry picked from commit 9644e910)
-
Michael Natterer authored
Thanks to Paul Davis for pointing this out. (cherry picked from commit d6533ffc)
-
Benjamin Berg authored
This commit fixes a regression caused by a patch to remove Cups 1.2 ifdefs. This resulted in the "installable options" to appear in the print dialog.
-
- 28 Nov, 2012 9 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
Tests recent fix.
-
Marcus Kraßmann authored
-
-
Cosimo Cecchi authored
In preparation for the removal of the internal-padding style property. https://bugzilla.gnome.org/show_bug.cgi?id=689168
-
-
-
Nilamdyuti Goswami authored
-
Nilamdyuti Goswami authored
-
- 26 Nov, 2012 6 commits
-
-
Matej Urbančič authored
-
Matej Urbančič authored
-
-
Christophe Fergeau authored
gtk+ was trying to display already freed strings, leaking memory, ...I noticed this because I was getting weird blinking characters as the status of my cups printers, and valgrind confirmed something was wrong. https://bugzilla.gnome.org/show_bug.cgi?id=683072
-
Philip Withnall authored
-
Philip Withnall authored
Use ‘…’ instead of ‘...’ in translatable strings. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=595615
-
- 25 Nov, 2012 18 commits
-
-
Piotr Drąg authored
-
-
Benjamin Otte authored
In the setter, we only set fixed height mode and queue a revalidation of the row heights. https://bugzilla.gnome.org/show_bug.cgi?id=687816
-
Emmanuele Bassi authored
This is the function to use when treating hash tables as a set.
-
Benjamin Otte authored
See previous commit(s).
-
Benjamin Otte authored
See previous commit(s).
-
Benjamin Otte authored
... so we don't bump a refcount whenever we get the initial singleton. We want to use this function instead of _gtk_css_style_property_get_initial_value() everywhere where we compute values, because some initial values may depend on settings soon.
-
Benjamin Otte authored
Keep a list of all groups and avoid groups we already handled. Speeds up GtkToolpalette a lot.
-
Benjamin Otte authored
Resizes are queued via gtk_widget_propagate_state() => gtk_style_context_set_state() => gtk_style_context_queue_invalidate() => gtk_style_context_validate() => _gtk_widget_style_context_invalidated() so there's no need to queue an extra one.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
Symbolic colors are an implementation detail of the CSS engine and have been superceded by GtkCssColorValue. We don't want them clobbering the public API. In particular because the only use I could find in the public API is people using it to shade colors.
-
Benjamin Otte authored
... instead of with symbolic colors.
-
Benjamin Otte authored
We use it in multiple places, so better split it out.
-
Benjamin Otte authored
That header was included in way too many places.
-
Benjamin Otte authored
Make _gtk_style_provider_private_get_color() return a GtkCssValue (a GtkCssColorValue to be exact) instead of GtkSymbolicColor. With this, the symbolic color usage inside GTK is minimized.
-
Benjamin Otte authored
-
Benjamin Otte authored
This is not needed anymore, because we have GtkCssColorValue for that now.
-
- 24 Nov, 2012 2 commits
-
-
Benjamin Otte authored
Makes it easier to use the function in the places where it's still used.
-
Benjamin Otte authored
Color schemes were unused and their interaction with CSS3 themes was undefined. So we decided to remove support for them. This commit does that.
-