c0ac2b849d
Updated Czech translation
2016-03-08 18:46:11 +01:00
bd581bebed
Updated Russian translation
2016-03-08 17:39:22 +00:00
7822f59a86
Set VirtualBox USB Tablet to GDK_SOURCE_MOUSE
...
The virtual host assigns the name of the mouse device to
"VirtualBox USB Tablet" in VirtualBox and we'd use that device as mouse.
If not, GtkTooltip is not enabled.
https://bugzilla.gnome.org/show_bug.cgi?id=763017
2016-03-08 11:11:51 -05:00
6fdf1e4462
Adwaita: path-bar style fixes
...
what we used to do here doesn't really work anymore, so this adapt
to gtk+ and theme changes.
2016-03-08 16:08:24 +01:00
b7fd0147f7
gtk-demo: Fix a typo
2016-03-08 08:55:59 -05:00
4357c22a89
gtk-demo: Update foreigndrawing example some more
...
The scrollbar changes need to take the theme's negative margins
into account.
2016-03-08 08:55:59 -05:00
01ad22df1f
Adwaita: vertical paddings on menu
...
mostly to fix combobox menu positioning, looks nice anyway.
2016-03-08 14:27:24 +01:00
fdd3c912a0
gtk-demo: Try to fix foreigndrawing scrollbars
...
The node hierarchy and sizing has changed with the gadgetization
of range widgets.
2016-03-08 08:14:36 -05:00
1f3c93583a
Adwaita: fix a typo
2016-03-08 14:00:01 +01:00
db485305e4
Updated Serbian translation
2016-03-08 09:50:33 +01:00
6e17ed2dca
Updated Serbian translation
2016-03-08 09:48:24 +01:00
450287fc9f
Updated Serbian translation
2016-03-08 09:46:13 +01:00
24535e2484
Updated Hungarian translation
2016-03-08 07:42:18 +00:00
15c9b3e692
GDK-Win32: Make update_stye_bits() available within the backend
...
Other portions of the GDK-Win32 backend make use of this function as
layered windows need to be disabled for GL windows and possibly other
parts, so make this function a private function that is available within
the backend.
https://bugzilla.gnome.org/show_bug.cgi?id=763285
2016-03-08 13:26:59 +08:00
3f190e0fa6
Win32: Disable layered windows for GL
...
Layered windows and GL do not work well together, so disable layered
windows when initiating a GdkGLContext, so that GtkGLArea programs can run
properly.
Also based on patch by LRN to address the issue.
https://bugzilla.gnome.org/show_bug.cgi?id=763080
2016-03-08 12:16:37 +08:00
18f81d5da8
Updated Slovak translation
2016-03-07 20:32:48 +00:00
d173b69740
Updated Polish translation
2016-03-07 19:54:44 +01:00
717e88282b
Updated POTFILES.in
2016-03-07 19:35:35 +01:00
3015f46170
Fix another installed test typo
...
This one was causing us to install invalid .test files and thereby
breaking all continuous tests :-(
2016-03-07 10:50:43 -05:00
13a94b66b6
Sync default double-click time with GNOME
...
The default value for the double-click key in the
org.gnome.settings-daemon.peripherals.mouse schema is 400.
Use the same value as the declared default for the
gtk-double-click-time GTK+ setting, to avoid pointless
differences in corner cases.
https://bugzilla.gnome.org/show_bug.cgi?id=720950
2016-03-07 07:50:29 -05:00
1388b111a8
wayland: Implement gtk-keynav-use-caret setting
...
This is anticipating the gsetting that will be introduced in
https://bugzilla.gnome.org/show_bug.cgi?id=763123
2016-03-07 07:35:36 -05:00
8a1da56393
Fix a typo
...
This was causing the tools tests to not be installed and,
consequently, never run on continuous.
2016-03-07 07:30:00 -05:00
f4551bddf5
Updated Spanish translation
2016-03-07 10:55:19 +00:00
0f5a95e712
Updated Spanish translation
2016-03-07 10:54:56 +00:00
2589e50898
Updated Serbian translation
2016-03-07 11:43:07 +01:00
02dd97fcd0
Updated Brazilian Portuguese translation
2016-03-07 05:43:39 +00:00
aa193ce4a4
inspector: UI refresh
...
The sidebar in the object page was using up more space than it deserves.
Replace it with a combo box in the subheader. Now that we have more space,
put the CSS node tree and the style properties in the same page again.
2016-03-07 00:24:15 -05:00
4b5bcdeaa5
inspector: Drop the per-object CSS editor
...
The global editor is good enough for all uses.
2016-03-06 21:41:46 -05:00
9509bbb4a1
range: remove unneeded gtk_widget_queue_draw()
2016-03-06 11:10:44 -08:00
c4615eff7b
range: rename function
...
The function queues an allocation now, not a draw.
2016-03-06 11:10:44 -08:00
de1c4bad6f
range: remove duplicated code
...
This is already called by range_grab_add().
2016-03-06 11:10:44 -08:00
d9db329496
scale: trivial code cleanup
2016-03-06 11:10:44 -08:00
f294bdc803
scale: deprecate value-spacing style property
...
Nothing uses it now.
2016-03-06 11:10:44 -08:00
a9b50b6f69
scale: port scale values to gadgets
...
And add a default color like it was before.
This also fixes other issues with scale values interacting with scale
mark labels, which were buggy at least since 3.18.
2016-03-06 11:09:46 -08:00
27b53b58c3
Updated Hungarian translation
2016-03-06 18:27:26 +00:00
94f0cef6fc
Minor documentation improvement
...
https://bugzilla.gnome.org/show_bug.cgi?id=583780
2016-03-06 10:23:49 -05:00
4ab91f09cf
spin button: Limit the entry width to reasonable values
...
When opening the value editor for any GtkAdjustment properties
in the inspector, the popover stretches out for miles, since
it reserves enough space to draw MAXDOUBLE. This is not useful.
Limit the space we reserve to 8 digits.
2016-03-05 23:45:35 -05:00
6d1cdaff7e
gtk-demo: Use <accelerator>
...
Add an example of <accelerator> use in the builder example.
2016-03-05 23:44:03 -05:00
9c0e4c174a
builder: Allow 'primary' as a modifier value
...
Support aliases for flags values in GtkBuilder, and use this
to support the special value 'primary' for GdkModifierType
values.
https://bugzilla.gnome.org/show_bug.cgi?id=699891
2016-03-05 23:44:03 -05:00
27a6183b98
range: simplify calculation
2016-03-05 19:09:18 -08:00
8242182404
range: move declarations to inner block
...
Where they're needed.
2016-03-05 19:09:18 -08:00
990bd03c35
range: use a fixed offset for mark "snap" size
...
Instead of making it dependent on the slider size.
2016-03-05 19:09:18 -08:00
6efe1f411a
Revert "range: use border box for slider area"
...
Since it causes problems with event coordinates.
This reverts commit 0883ff5eed
.
2016-03-05 19:09:18 -08:00
d866f364d1
Updated Swedish translation
2016-03-05 23:03:05 +00:00
6338c5ee7c
Updated Slovenian translation
2016-03-05 22:37:17 +01:00
4f76a89de0
Updated Slovenian translation
2016-03-05 22:33:50 +01:00
5c248bbd79
Make the settings test fail
...
Small thinko: We only get to see the test artifacts in
continuous if the test fails. So make it fail, temporarily.
2016-03-05 15:49:34 -05:00
31fd41e547
Adwaita: fix glitch in fine-tune scrollbar theming
...
The fine-tune mode should not change the overall dimensions of the
scrollbar.
2016-03-05 12:05:26 -08:00
3608d042e0
Updated Russian translation
2016-03-05 19:56:37 +00:00
bdeff73bec
Updated Slovenian translation
2016-03-05 20:56:06 +01:00