Matthias Clasen
bdd1871cba
GtkCellRendererAccel: rework the grabbing
...
Grab keyboard/mouse on the toplevel, and grab the focus to the
cell editable, so we actually see the key events.
2014-09-06 19:03:06 -04:00
Matthias Clasen
fcb69e110b
Remove an unneeded include
2014-09-06 19:03:06 -04:00
Matthias Clasen
56bbf12fcd
testaccel: Add another focus location
...
It turns out GtkCellRendererAccel does not deal well with focus
being elsewhere. Adding an entry here makes this much easier to
reproduce.
2014-09-06 19:03:00 -04:00
Matthias Clasen
7b950941ce
testaccel: Handle accel-cleared
2014-09-06 19:02:41 -04:00
Matthias Clasen
fe11f8f875
Revert "gtkcellrendereraccel: Use a GtkInvisible to grab on"
...
This reverts commit fe5402d32e
.
2014-09-06 19:02:41 -04:00
Josef Andersson
4cec291ab0
Updated Swedish translation
2014-09-06 21:10:23 +00:00
Josef Andersson
a60bee9fff
Updated Swedish translation
2014-09-06 21:07:47 +00:00
Matthias Clasen
84ff0c201a
Don't set an input shape unless client-decorated
...
We were actually setting an input shape larger than the window
in !csd, and this was confusing at least openbox.
https://bugzilla.gnome.org/736064
2014-09-06 15:43:11 -04:00
Matthias Clasen
98c87dc6ed
inspector: Fix fallout from function renaming
2014-09-06 12:47:41 -04:00
Timm Bäder
a4d9eccbc6
inspector: Show widget allocation
...
https://bugzilla.gnome.org/show_bug.cgi?id=736191
2014-09-06 11:39:48 -04:00
Lapo Calamandrei
7633118e7d
Adwaita: inhert backdrop selected list rows
2014-09-06 17:14:09 +02:00
Lapo Calamandrei
66accf2b37
Adwaita: set color on flat buttons in selected list-rows
2014-09-06 17:09:08 +02:00
Lapo Calamandrei
c6f5ad8855
Adwaita: better switch on selected list-rows
2014-09-06 17:02:20 +02:00
Hiroyuki Ito
e5eb59a2f8
Fix a crash in recent chooser DND
...
Reported in https://bugzilla.gnome.org/show_bug.cgi?id=736173
2014-09-06 10:37:25 -04:00
Lapo Calamandrei
532a8afeb1
Adwaita: really fix tooltips background
...
See https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
2014-09-06 16:02:34 +02:00
Changwoo Ryu
3c1702b804
Updated Korean translation
2014-09-06 18:09:19 +09:00
Matthias Clasen
d55e3b25a7
Fix various compiler warnings
...
Mostly missing declarations and missing statics.
2014-09-05 21:21:49 -04:00
Matthias Clasen
c88c16d1f4
inspector: Fix various compiler warnings
...
Mostly missing declarations and missing statics.
2014-09-05 20:52:03 -04:00
Matthias Clasen
d52d813c7d
GdkFrameClockIdle: Add a missing declaration
2014-09-05 20:44:22 -04:00
Matthias Clasen
52578945bd
Wayland: Fix various compiler warnings
...
Mostly missing declarations, missing statics and unused functions.
2014-09-05 20:41:06 -04:00
Matthias Clasen
24b8499833
Broadway: Fix various compiler warnings
...
Mostly missing declarations and unused functions.
2014-09-05 19:39:05 -04:00
Christian Kirbach
e066e3b9aa
Updated German translation
2014-09-05 23:02:03 +00:00
Jasper St. Pierre
4764ba4b0e
wayland: Don't leak the tmp_keymap
...
This is a static variable, so setting it every time will leak the
previous one.
2014-09-05 15:06:19 -07:00
Jasper St. Pierre
b692d779b2
wayland: Correctly find the keyboard for the keymap
...
The list of devices was being scanned over incorrectly, causing us to
never actually fetch the keymap from the keyboard, as the keyboard was
the second device in the list, not the first.
This causes us to create a new temporary keymap every time, which is
quite expensive, because it involves parsing the entire XKB
file. Scanning the list correctly will cause us to use the XKB rules
file that was passed to us.
2014-09-05 15:06:19 -07:00
Matthias Clasen
f401c85ee3
Adwaita: Avoid double backgrounds in tooltips
2014-09-05 14:57:04 -04:00
Matthias Clasen
b156d5bfee
Make a warning more informative
...
Since we know what size was too large here, why not say it.
2014-09-05 13:43:17 -04:00
Matthias Clasen
1629903943
GtkIconTheme: Make suffix_from_name NULL-safe
...
This can happen sometimes with GFileIcons that are
not representable as a local path. Better not to crash
in this case.
2014-09-05 13:15:14 -04:00
Lapo Calamandrei
f66d84deec
Adwaita: tooltip fixes
...
The "too dark" background was caused by box-shadow inherited by
window-frame.csd, so box-shadow: none and the right background
color on tooltip selector.
2014-09-05 16:17:00 +02:00
Lapo Calamandrei
7f4105bcaf
Adwaita: tranlucent shadows inside entries
...
So evo background changing entry doesn't look broken.
2014-09-05 15:06:37 +02:00
Shankar Prasad
c492d773b1
Updated Kannada translation
2014-09-05 12:59:55 +00:00
Jesse van den Kieboom
3fa425bb9c
scrolling: interpret smooth deltas as pixels on quartz
...
This is a temporary workaround for scrolling units being amplified
on quartz, due to the assumption that smooth scrolling deltas are
always in some abstract unit similar to the one from xi2.
A proper solution for the situation is described in bug #736121 , but
since we are close to release, this patch solves the issue temporarily.
https://bugzilla.gnome.org/show_bug.cgi?id=736121
2014-09-05 14:02:11 +02:00
Sweta Kothari
fb3019a946
Updated gujarati translations
2014-09-05 16:27:57 +05:30
Tom Tryfonidis
7a555c42b6
Updated Greek translation
2014-09-05 09:30:43 +00:00
Alexander Larsson
53dab9240d
GdkWindow: Remove unused fields
...
clip_region_with_children and layered_region is not used any more,
remove them.
2014-09-05 09:44:28 +02:00
Yuri Myasoedov
9e2f91e006
Updated Russian translation
2014-09-05 11:37:04 +04:00
Yuri Myasoedov
4dd941b201
Updated Russian translation
2014-09-05 11:07:37 +04:00
Claude Paroz
a113333665
Updated French translation (properties)
2014-09-05 08:40:09 +02:00
Claude Paroz
70f57fb4c0
Updated French translation
2014-09-04 23:07:37 +00:00
Cosimo Cecchi
aaf2498374
Adwaita: fix inline-toolbar backgrounds
...
This was lost in a recent cleanup.
2014-09-04 15:07:54 -07:00
Timm Bäder
0ed03363e4
Fontchooserbutton: baseline-align icon and label
...
https://bugzilla.gnome.org/show_bug.cgi?id=736056
2014-09-04 17:15:07 -04:00
Yosef Or Boczko
0b44162985
Updated Hebrew translation
2014-09-04 23:42:43 +03:00
Lapo Calamandrei
541511c89a
widget-factory: remove margin from app-notification
2014-09-04 20:18:31 +02:00
Lapo Calamandrei
94da331c6a
Adwaita: more translucent tooltips
2014-09-04 20:02:43 +02:00
Lapo Calamandrei
bbac2900e6
Adwaita: bottom edge hilight for selection mode buttons
2014-09-04 19:41:47 +02:00
Lapo Calamandrei
e5d34372c4
Adwaita: in app-notification padding
...
Adwaita now adds the `right` padding to the app notification, so it
shouldn't be set in the code via margins or whatever.
2014-09-04 19:18:13 +02:00
Lapo Calamandrei
fa415d58a2
Adwaita: flat colored buttons
2014-09-04 19:13:29 +02:00
Lapo Calamandrei
5420e48fbf
Adwaita: don't color insensitive colored
buttons.
...
Insensitive suggested or destructive action buttons make no sense,
so Adwaita doesn't color them.
2014-09-04 19:05:16 +02:00
Lapo Calamandrei
4bc437db15
Adwaita: set color on osd backdrop buttons
2014-09-04 19:00:10 +02:00
Carlos Garnacho
9629fd07e3
entry: Handle touch events on entry icons
...
Those used to work indirectly due to GtkEntry not setting GDK_TOUCH_MASK,
so pointer emulation would happen on those, but the event handlers on icons
and its icon-pressed/released signals have never been explicitly touch
aware, and this broke since the GDK_TOUCH_MASK can be set indirectly by
GtkGestures.
So make the icon event handler handle touch events, each icon can get hold
of one GdkEventSequence, reacting exclusively to it. This is still not
ported to GtkGesture due to GdkEvent exposure in these icon signals, as
users might expect GDK_2/3BUTTON_PRESS while GtkGesture ignores those.
Also, unset all icon pressed/sequence state on grab-notify, this used to
happen ad-hoc when initiating icon DnD, but that doesn't cut it for
user-defined reasons to initiate a grab (eg. popovers).
https://bugzilla.gnome.org/show_bug.cgi?id=736004
2014-09-04 16:43:16 +02:00
Lapo Calamandrei
0a9d60cdde
Adwaita: big buttons surgey
...
- cover missing statusses in selection-mode and the like
- button drawing functions cleanup and extension
- remove inline toolbar (ugly) special case not needed anymore
- button selector structure simplification and rationalization
- add back shadow to window control buttons
2014-09-04 15:11:21 +02:00