Commit Graph

32852 Commits

Author SHA1 Message Date
Ignacio Casal Quinteiro
712c8d6253 win32: set color for scale marks 2014-01-24 18:26:26 +01:00
Ignacio Casal Quinteiro
fb1c1bdd2f win32: add margin to scale trough 2014-01-24 18:02:24 +01:00
Ignacio Casal Quinteiro
36c94d665d win32: add more width to the slider to not cut it when using marks 2014-01-24 17:32:54 +01:00
Tarnyko
6089c2ffac win32: Bring back spinner animation
Define the spinner animation in css.
https://bugzilla.gnome.org/show_bug.cgi?id=696202
2014-01-24 15:10:07 +01:00
Tarnyko
a243b4d54a win32: Improve GtkAssistant theming
The highlighted color chosen for GtkAssistant header font
(deep blue) makes it hardly readable is most cases. Switch
to light gray.
https://bugzilla.gnome.org/show_bug.cgi?id=696171
2014-01-24 15:08:04 +01:00
Federico Mena Quintero
62f971be19 GtkFileChooserEntry: don't inline-complete if the entry doesn't have the focus
When the file chooser changes directories, it tells the GtkFileChooserEntry to
change its base folder (i.e. the folder from which relative pathnames are resolved).
GtkFileChooserEntry then starts loading a GtkFileSystemModel asynchronously.
In the finished_loading_cb(), however, it would always ask the GtkEntryCompletion
to insert the completion prefix, since that finished_loading_cb() is what is also used
while the user is typing *in the entry*.

But when the entry doesn't have the focus (e.g. the user changed directories by double-clicking
on the file list in the file chooser), there's no reason to insert completions at all.

https://bugzilla.gnome.org/show_bug.cgi?id=672271
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2013-06-21 19:08:25 -05:00
Matthias Clasen
3b0fd46b1a IconTheme: Move changed emission to an idle
By delaying the emission to an idle we avoid a lot of tricky
reentrancy issues. For instance, a normal gtk_icon_theme_choose_icon()
call could in very rare cases (when a user updated an icon theme) emit
a signal which could affect the icon currently being looked up.  This
kind of reentrancy is very hard to test against, especially when it is
so rare, so we're better of avoiding it.

There is no real value to get the change signal directly anyway. All
it can do is affect which icon is rendered the next frame, and we will
handle the queued emission before rendering. Not to mention that icon
theme change detection is polled anyway, so it is already delayed.

https://bugzilla.gnome.org/show_bug.cgi?id=694755
2013-06-19 16:48:43 -04:00
Marek Kasik
bb50b6c717 printing: Show correct status of a job
"job-state" is IPP_TAG_ENUM not IPP_TAG_INTEGER.
2013-06-06 11:13:14 +02:00
Žygimantas Beručka
30967177a5 Updated Lithuanian translation 2013-04-28 13:28:09 +03:00
Nik Kalach
69f444066b [l10n] Update Interlingua translation 2013-04-24 16:02:21 +02:00
Daniel Mustieles
292fe97fd5 Updated Spanish translation 2013-04-07 19:08:42 +02:00
Gil Forcada
f8c8c33e07 [l10n] Update Catalan translation 2013-04-01 16:10:39 +02:00
Balázs Úr
f830a5cbdd Updated Hungarian translation 2013-03-20 22:17:23 +01:00
Andika Triwidada
d4373680f7 Updated Indonesian translation 2013-03-11 15:41:09 +07:00
Enrico Nicoletto
2c0b1eacfd Updated Brazilian Portuguese translation 2013-03-09 20:12:05 -03:00
Matthias Clasen
65541f6409 Fix the build
This was broken in commit 5bbbc47a4c
2013-03-08 13:26:28 +01:00
Aleksander Morgado
801dfd0689 spinbutton: don't override initial text in non-numeric-only spin buttons
https://bugzilla.gnome.org/show_bug.cgi?id=695312
2013-03-08 11:24:32 +01:00
Rafael Ferreira
a36d29191c Updated Brazilian Portuguese translation 2013-03-07 10:10:44 -03:00
Alan McGovern
faee4bc635 quartz: Null check title before setting it
This avoids a crash in objective-c.

https://bugzilla.gnome.org/show_bug.cgi?id=695278
2013-03-06 12:38:34 +01:00
Geoff Reedy
da7c2d6a02 GdkScreen: get a long X property correctly
https://bugzilla.gnome.org/show_bug.cgi?id=691426
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2013-02-26 17:58:56 -06:00
Aleksander Morgado
2e55530725 win32: fix possible memleak if GlobalAlloc() fails
Also remove the unused 'buf' variable.

https://bugzilla.gnome.org/show_bug.cgi?id=694742
2013-02-26 15:15:21 +01:00
Marek Černocký
9f81a4149b Updated Czech translation 2013-02-17 20:04:04 +01:00
Alexandre Franke
6706ac1cbb Update French translation 2013-02-08 16:47:02 +01:00
Fran Diéguez
2552d840f3 Updated Galician translations 2013-02-07 01:52:26 +01:00
Christian Kirbach
022ae7c096 Updated German translation 2013-02-01 21:22:03 +01:00
Rob Bradford
4846d3cf35 wayland: Fix configure flag around cairo egl support
The intention was for this to default to off. However just using this option
(whether to enable or disable it) would turn it on.

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

Thanks to Quentin Glidic for spotting this issue.
2013-01-28 12:29:34 +00:00
Matej Urbančič
8bf70b2cf5 Updated Slovenian translation 2013-01-26 20:09:23 +01:00
Aurimas Černius
337b77dbcc Updated Lithuanian translation 2013-01-23 21:38:43 +02:00
Enrico Nicoletto
f352db564c Updated Brazilian Portuguese translation 2013-01-23 00:54:31 -02:00
Enrico Nicoletto
59527d86ae Updated Brazilian Portuguese translation 2013-01-23 00:53:35 -02:00
Мирослав Николић
62814c1eb2 Updated Serbian translation 2013-01-22 19:18:40 +01:00
Piotr Drąg
b32d6dc01f Updated Polish translation 2013-01-22 16:24:52 +01:00
Hib Eris
d5794ab4ef Fix compiling for win32
https://bugzilla.gnome.org/show_bug.cgi?id=687066
2013-01-20 22:21:59 -05:00
Geoff Reedy
973bf2e4a2 x11: add missing checks that a hint is supported
Before acting on any hint that is set by the window manager we must
first check that the hint is supported by the current window manager.
Checking that a property has a value is insufficient as it may have
been set by a previous window manager which did support the hint.

https://bugzilla.gnome.org/show_bug.cgi?id=691515
2013-01-17 21:12:45 -05:00
Michael Natterer
81667921be quartz: merge the clipboard storing code from gtk-2-24
(cherry picked from commit c1e0317824)
2013-01-17 14:57:12 +01:00
Kristian Rietveld
2b26ca7371 quartz: retain content view when switching over toplevel.
(cherry picked from commit 1d410ec960)
2013-01-17 14:56:35 +01:00
Kristian Rietveld
a38de21ac4 quartz: Make sure the old toplevel is closed on recreation
(cherry picked from commit ce7d29aa89)
2013-01-17 14:56:13 +01:00
Kristian Rietveld
d302c2e7a4 quartz: make sure all old properties are set on the new toplevel
Apply patch by Paul Davies; part of bug 669808.
(cherry picked from commit b4b42ba54d)
2013-01-17 14:55:57 +01:00
Kristian Rietveld
cde70d0ea8 quartz: ensure window being (un)fullscreened is visible
Patch by Paul Davis; part of bug 669808.
(cherry picked from commit 5162751f6c)
2013-01-17 14:55:29 +01:00
Carlos Garnacho
63998cc93f gdk: strengthen touch crossing event synthesizing on programmatical crossings
There are cases where crossing events aren't generated by input devices themselves
but rather through programmatical means (windows being moved/hidden/destroyed while
the pointer is on top).

Those events come from X as sourceid=deviceid, and GDK does its deal at lessening
this by setting a meaningful source device on such events, although this caused
some confusion on the mechanism to block/synthesize touch crossing events that
could possibly cause bogus enter events on the new window below the pointer.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691572
2013-01-15 17:53:20 +01:00
Matthias Clasen
ef05d241e2 Revert "Update expected output of a11y tests"
This reverts commit aef8aa98a5.
2013-01-12 17:46:52 -05:00
Matthias Clasen
25876ce74a 3.6.4 3.6.4 2013-01-07 06:38:24 -05:00
Matthias Clasen
aef8aa98a5 Update expected output of a11y tests 2013-01-07 06:38:24 -05:00
Benjamin Otte
7f0b30d7d4 stylecontext: Make font hack not crash
It's a lot uglier now, but it shouldn't crash anymore.

We must update the font description for animations, but we can't free it
on query, because some paths call gtk_style_context_get_font() twice in
a row without stopping the use of the first call. So us just creating a
new font description all the time and unreffing the old one is not a
good idea. So we just mere the new one into the old one.

https://bugzilla.gnome.org/show_bug.cgi?id=691186
2013-01-07 01:00:49 +01:00
Matthias Clasen
74f11d6b9c Bump version 2013-01-03 21:03:50 -05:00
Benjamin Otte
ec2d51beb2 reftests: Fix linear-gradient reftest (again)
Make it so that the repeating vs normal test only uses sharp color
cutoffs instead of real gradients. That removes rounding errors and
makes the test pass.
3.6.3
2013-01-03 20:03:57 -05:00
Benjamin Otte
537034c2ad reftests: Turns out, green changed color
What used to be "green" is now "lime"
2013-01-03 20:03:49 -05:00
Matthias Clasen
463c1e7049 Fix parser tests for color changes 2013-01-04 01:30:39 +01:00
Stéphane Démurget
8766709e76 Updates for 3.6.3 2013-01-03 19:08:21 -05:00
Pierre-Yves Luyten
9a0b914610 Ensure GtkColorButton has a dialog when adding a palette
https://bugzilla.gnome.org/show_bug.cgi?id=132333
2013-01-03 18:01:29 -05:00