Andika Triwidada
ad50af4011
Update Indonesian translation
2017-03-11 07:49:44 +00:00
Marek Černocký
dc05a8e7fb
Updated Czech translation
2017-03-11 02:12:00 +01:00
Matthias Clasen
6a02bd4fa9
quartz: Fix another typo
2017-03-10 07:27:12 -05:00
Matthias Clasen
9caa50ca0d
quartz: Fix the build
...
A ; was left out inadvertently.
2017-03-10 07:10:26 -05:00
William Hua
b4df881542
mir: log additional event types
2017-03-10 00:30:38 -05:00
TingPing
e387f807e4
Improve GContentType usage
...
Convert to content type where needed.
Should fix various issues on Windows and OS X.
https://bugzilla.gnome.org/show_bug.cgi?id=734946
2017-03-08 23:08:56 -05:00
Andika Triwidada
504321019e
Update Indonesian translation
2017-03-09 03:57:10 +00:00
Andika Triwidada
4a8ad03e10
Update Indonesian translation
2017-03-09 03:56:48 +00:00
GNOME Translation Robot
112437f5ad
Update Scottish Gaelic translation
2017-03-07 12:17:26 +00:00
GNOME Translation Robot
2fdcdfa403
Update Scottish Gaelic translation
2017-03-07 12:11:43 +00:00
Philip Withnall
c00448f7c6
tests: Fix use of C99 inline declaration
...
We don’t claim to use them yet, even if we perhaps should.
2017-03-07 09:48:44 +00:00
Daniel Boles
5bdc85d34e
testheightforwidth: cleanups
2017-03-07 09:17:29 +00:00
Daniel Boles
5f24d87a5b
testframe: Don’t unnecessarily query the padding
...
The [hv]padding variables control and hence track this.
Also, simplify the CSS using shorthand 2-value notation (again).
2017-03-07 01:32:24 +00:00
Daniel Boles
ec30a03153
testframe: Actually set the padding
...
The CSS was targeting node GtkFrame, which is wrong: it is called frame.
This commit also assumes the interesting padding is that between the
border and the child widget, not the padding around the entire Frame.
Some additional hoops must be jumped through to preserve padding values
not being changed in either callback. However, the way this is done
means I must set the initial paddings to 0, which simplifies main().
2017-03-07 01:04:34 +00:00
Daniel Boles
685493075f
testframe: Add CheckButton to toggle border off/on
...
We should test this.
2017-03-07 01:04:34 +00:00
Daniel Boles
39d5f22774
testframe: Order controls better & improve labels
...
The :label-widget is drawn before the child, so put the controls that
set the alignment of the :label-widget before those that pad the child.
We set (horizontal|vertical) padding, not "[xy]thickness". Also change
to "label [xy]align" & use grid spacing, not spaces at end of Labels.
2017-03-07 01:04:34 +00:00
Daniel Boles
9f1916f29e
testframe: Minimise typecasts
2017-03-07 01:02:08 +00:00
Daniel Boles
5059348d9f
testframe: Set value before connecting callbacks
...
The value comes from the widget, and we were setting this after
connecting the callback, which applies the value to the widget…
2017-03-07 01:02:08 +00:00
Daniel Boles
4bec5432ce
testframe: Use a generic widget pointer
2017-03-07 01:02:08 +00:00
Daniel Boles
0349574b47
testheightforwidth: Add missing unref
2017-03-06 20:57:17 +00:00
Daniel Boles
77f01c374b
testheightforwidth: Remove deprecations & clean up
...
cherry-pick of master commit bf0ea7b7bc
2017-03-06 20:50:33 +00:00
William Hua
e63d4111a4
mir: don't create GDK_INPUT_ONLY windows
2017-03-06 13:12:22 -05:00
Jakub Steiner
41d3f99e44
Adwaita: border for selmode checkboxes
...
- there was an extra border for selection mode
2017-03-06 15:35:14 +01:00
Daniel Boles
629c931f1f
Frame: Fix another piece of .flat documentation
2017-03-06 07:19:30 +00:00
Matthias Clasen
7160e3a12f
Quartz: Implement gdk_window_set_functions
...
This is useful, and easy to implement.
2017-03-05 22:53:03 -05:00
Daniel Boles
31832f8648
Revert move of .flat from frame > border to frame
...
Changing code to agree with docs, which said frame.flat, was backwards.
Mea culpa. Theme authors ran with the actual behaviour, not the docs. As
stability is more important, let’s go back to frame > border.flat, and
fix the docs to reflect what the code does and how to set .flat in code.
N.B. This retains the change in HighContrast of "frame border" to "frame
> border". Not using the direct child selector contradicted Adwaita &
could conceivably have unwanted results on nested nodes named border.
https://bugzilla.gnome.org/show_bug.cgi?id=778905
2017-03-05 18:23:43 +00:00
Inaki Larranaga Murgoitio
06cf2c84a4
Update Basque language
2017-03-04 17:43:00 +01:00
Changwoo Ryu
e4bbb5bb0b
Update Korean translation
2017-03-03 17:01:12 +00:00
Changwoo Ryu
d65851f7db
Update Korean translation
2017-03-03 17:00:52 +00:00
Inaki Larranaga Murgoitio
7dcb94579a
Update Basque language
2017-03-03 12:58:52 +01:00
Inaki Larranaga Murgoitio
de9a399eaa
Update Basque language
2017-03-03 12:57:34 +01:00
Inaki Larranaga Murgoitio
a6432cc6d0
Update Basque language
2017-03-03 12:50:41 +01:00
Inaki Larranaga Murgoitio
ff779af97f
Update Basque language
2017-03-03 12:47:55 +01:00
Chun-wei Fan
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
Daniel Boles
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
Daniel Boles
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
Daniel Boles
17da1e9f35
Adwaita: :insensitive is deprecated; use :disabled
2017-03-02 18:59:25 +00:00
Daniel Boles
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
Timm Bäder
f7479bf369
placesview: Simplify button construction
2017-03-02 18:16:58 +00:00
Timm Bäder
1880cf48ad
placessidebar: Fix css node name typo
2017-03-02 18:16:58 +00:00
Timm Bäder
e44e7ba0df
widgetnode: Remove unused define
2017-03-02 18:16:58 +00:00
Timm Bäder
ec8192420e
cssnodestylecache: Use const pointer in lookup
2017-03-02 18:16:58 +00:00
Carlos Garnacho
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
Carlos Garnacho
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
Matthias Clasen
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
Sveinn í Felli
36e1761c84
Update Icelandic translation
2017-03-02 12:59:38 +00:00
Ask Hjorth Larsen
313ae3ad01
Updated Danish translation
2017-03-02 13:23:27 +01:00
Ask Hjorth Larsen
ecdd353266
Updated Danish translation
2017-03-02 13:21:24 +01:00
Sveinn í Felli
fb53855fc8
Update Icelandic translation
2017-03-02 11:54:46 +00:00
Jakub Steiner
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