e4bbb5bb0b
Update Korean translation
2017-03-03 17:01:12 +00:00
d65851f7db
Update Korean translation
2017-03-03 17:00:52 +00:00
7dcb94579a
Update Basque language
2017-03-03 12:58:52 +01:00
de9a399eaa
Update Basque language
2017-03-03 12:57:34 +01:00
a6432cc6d0
Update Basque language
2017-03-03 12:50:41 +01:00
ff779af97f
Update Basque language
2017-03-03 12:47:55 +01:00
76d7c0bbed
build/Makefile.msvcproj: Remove MSVC 2017 projects before re-generation
...
This ensures a fresh version from the 2010 projects are copied and
processed.
2017-03-03 17:35:28 +08:00
02b5886975
themes: Actually fix the frame.flat style class
...
by changing the source scss, not just the generated css files.
Thanks to Christoph Reiter for pointing this out!
2017-03-03 08:44:30 +00:00
0bada2506e
HighContrast/parse-sass.sh: Use a reliable shebang
...
/usr/bin/sh does not exist on e.g. Debian sid.
Use the same shebang as Adwaita/parse-sass.sh
2017-03-03 08:42:34 +00:00
17da1e9f35
Adwaita: :insensitive is deprecated; use :disabled
2017-03-02 18:59:25 +00:00
d6166921a8
Adwaita: Restore documented behaviour of .flat
...
This was changed in commit 0c20604932
but got clobbered by commit 8817c1ad6d
2017-03-02 18:45:37 +00:00
f7479bf369
placesview: Simplify button construction
2017-03-02 18:16:58 +00:00
1880cf48ad
placessidebar: Fix css node name typo
2017-03-02 18:16:58 +00:00
e44e7ba0df
widgetnode: Remove unused define
2017-03-02 18:16:58 +00:00
ec8192420e
cssnodestylecache: Use const pointer in lookup
2017-03-02 18:16:58 +00:00
4b38a39c9d
gtk-demo: Add 3fg touchpad swipe handling to gestures demo
...
We can handle those on wayland, so we should show it's possible.
2017-03-02 18:21:36 +01:00
76af1904db
gtkgesturesingle: Fallback to GtkGesture handling on GDK_TOUCHPAD_SWIPE
...
There are GtkGestureSingle subclasses that can be made to handle multiple
fingers (GtkGestureSingle is a subclass of GtkGesture, and not the
opposite, after all). And GtkGestureSwipe already tries to handle
GDK_TOUCHPAD_SWIPE events, except this event handler silently ignores
those.
Falling back to the GtkGesture generic handler which already
handles touchpad gesture events fixes this.
2017-03-02 18:21:36 +01:00
cf1e2b9042
Convince OS X to fully fullscreen windows
...
We typically want to have the full screen given to
the content, not the aspect-ratio preserving behavior
that newer OS X has.
https://bugzilla.gnome.org/show_bug.cgi?id=779383
2017-03-02 08:12:37 -05:00
36e1761c84
Update Icelandic translation
2017-03-02 12:59:38 +00:00
313ae3ad01
Updated Danish translation
2017-03-02 13:23:27 +01:00
ecdd353266
Updated Danish translation
2017-03-02 13:21:24 +01:00
fb53855fc8
Update Icelandic translation
2017-03-02 11:54:46 +00:00
fc81dc17d4
Adwaita: style selectionmode checks for flowbox tiles
...
- continue being asset based rather than drawn by CSS
- using node 'check' rather than style '.check'
https://bugzilla.gnome.org/show_bug.cgi?id=779074
2017-03-02 12:39:02 +01:00
8817c1ad6d
Adwaita: style flowbox tiles
...
https://bugzilla.gnome.org/show_bug.cgi?id=779073
2017-03-02 12:29:20 +01:00
6f3d1e1046
mir: deprecate gdk_mir_window_get_mir_surface ()
2017-03-01 15:31:54 -05:00
45d33b063f
mir: delete commented debug output
2017-03-01 15:31:52 -05:00
7949069b9d
mir: migrate away from deprecated mir api
2017-03-01 15:31:41 -05:00
a497938358
mir: move #include to correct file
2017-03-01 15:31:32 -05:00
953abc19da
Implement backdrop for Quartz
...
We need to send window state change events to make GTK+
pick up on focus changed for backdrop.
https://bugzilla.gnome.org/show_bug.cgi?id=779392
2017-03-01 11:49:42 -05:00
60e7e15f54
quartz: Let CSD windows be fullscreen
...
I've found that I need this patch to make it possible for
windows with headerbar to be made fullscreen on OS X.
https://bugzilla.gnome.org/show_bug.cgi?id=779383
2017-03-01 11:49:31 -05:00
aebe3a74ec
wayland: make sure to clear up the number of keys
...
Make sure to clear up the number of keys being pressed on enter/leave so
that we don't end up with leftovers if a new window is mapped by a
keyboard shortcut.
https://bugzilla.gnome.org/show_bug.cgi?id=779374
2017-03-01 16:09:40 +01:00
75e98fd252
Fix bad check of GtkActionPadType in gtk_pad_controller_set_action
...
https://bugzilla.gnome.org/show_bug.cgi?id=779317
2017-03-01 12:56:45 +01:00
c391417838
3.22.9
2017-02-27 17:57:11 -05:00
ce1b2bef2b
Range: Remove leftover comment about update policy
...
Update policies were removed way back in 2011… in
commit c43a31ea33
2017-02-27 20:04:51 +00:00
20ee36f9e0
Updated Spanish translation
2017-02-27 18:51:24 +01:00
bd4f861727
Updated Spanish translation
2017-02-27 18:50:54 +01:00
a9c70c4fe6
Update Hungarian translation
2017-02-27 14:19:41 +00:00
4146d7f3cc
wayland: do not cancel key repeat on key press
...
The key repeat is stopped as soon as a key is pressed, so if the user
quickly presses a key while another is already pressed and being
repeated, key repeat gets cancelled:
- key1 press
- key1 repeat
- key2 press -> key1 repeat stopped
- key1 release
- key 2 is not repeated even though it's kept depressed
This is a different behavior from X11, which confuses migrating users.
To mimic the X11 behavior, keep track of the number of keys pressed
simultaneously and cancel key repeat only when none is pressed.
This way, if a user pressed a key while another one is being repeated,
the new key press can possibly be repeated as well.
Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=778019
2017-02-27 10:14:49 +01:00
7c09153d20
Update Chinese (Taiwan) translation
2017-02-27 00:02:49 +00:00
e2666ba96d
Update Chinese (Taiwan) translation
2017-02-26 23:59:54 +00:00
c676d4268e
Update Galician translation
2017-02-26 21:45:21 +00:00
6259794709
Update Galician translation
2017-02-26 21:42:22 +00:00
a6c925e836
Updated Serbian translation
2017-02-26 15:33:37 +01:00
8d3102e1a9
Update German translation
2017-02-25 19:51:35 +00:00
375a68fc6b
Updated Lithuanian translation
2017-02-25 18:21:42 +02:00
29f2da5587
Update Italian translation
2017-02-24 13:16:16 +00:00
68188fc948
wayland: Fix a race condition with xdg_popup resize
...
When resizing an xdg_popup immediately after the initial mapping, there
is a race condition between the client and the compositor which is
processing the initial size given by the xdg_positioner, leading to the
xdg_popup to be eventually of the wrong size.
Only way to make sure the size is correct in that case is to hide and
show the window again. Considering this occurs before the initial
configure is processed, it should not be noticeable.
https://bugzilla.gnome.org/show_bug.cgi?id=772505
2017-02-24 10:03:50 +01:00
c3a2e0035c
Revert "Inspector: Use Title Case for labels & menu items"
...
This reverts commit 85f2c5f830
.
I absent-mindedly forgot the string freeze; sorry.
https://bugzilla.gnome.org/show_bug.cgi?id=779147
2017-02-23 19:22:39 +00:00
85f2c5f830
Inspector: Use Title Case for labels & menu items
...
https://developer.gnome.org/hig/stable/writing-style.html.en
https://bugzilla.gnome.org/show_bug.cgi?id=779147
2017-02-23 19:15:03 +00:00
06f7728631
ComboBox: rm pointless var in get_popup_accessible
2017-02-23 18:47:19 +00:00