Timm Bäder
60ed515be9
GdkX11DeviceManager: Fix debugging output
...
The 2 values added in 3.22 were missing from the source_names array.
2017-03-19 15:44:15 +01:00
Timm Bäder
c78451e140
GdkMonitor: Use 1 as scale fallback value
...
The same value we use in gtk_widget_get_scale_factor.
2017-03-19 15:44:15 +01:00
Daniel Boles
a2b72f89e2
css-overview: Fix inconsistent British English use
2017-03-18 12:31:29 +00:00
Tim-Philipp Müller
37b99ed671
vulkan: fix compilation
2017-03-18 12:23:39 +00:00
Timm Bäder
c7c9a0ee51
entrycompletion: Remove unnecessary NULL check
...
completion really shouldn't be NULL at this point, especially since it
gets dereferenced higher up in the function.
2017-03-18 07:13:13 +01:00
Timm Bäder
53f0c2626e
calendar: Fix else branch indentations
2017-03-18 07:07:06 +01:00
Timm Bäder
56e809be9c
GdkDrawingContext: Add missing break in switch statement
2017-03-18 07:07:06 +01:00
Daniel Boles
c3892874cb
css-overview: Fix+Explain color expr number ranges
...
Last try, promise. They don’t all use 0 to 1. We should probably explain
the effects too. Hopefully this manages that while not being too verbose
2017-03-18 01:17:14 +00:00
Matthias Clasen
3ec954a54a
Avoid a critical warning in the filechooser portal
...
This was showing up when cancelling a portal file chooser
in recipes.
2017-03-17 19:59:55 -04:00
Daniel Boles
e5ae946be3
css-overview: Elaborate how color expressions work
2017-03-17 23:56:25 +00:00
Daniel Boles
a69083c95e
docs/css-overview: Fix color functions’ arg orders
...
shade/alpha/mix() take colour(s) and a number that is the ratio by which
to transform them. It was written here that these shall be passed in the
order (number, colour). That was wrong: they must be passed in the order
(colour[s], number) to work, and for the Inspector not to flag an error.
2017-03-17 23:31:41 +00:00
Rūdolfs Mazurs
5c948710a5
Update Latvian translation
2017-03-17 23:03:38 +02:00
Murray Cumming
158015be6c
docs: Remove mentions of gtk_init_with_args().
...
Because it has been removed: See commit 7e8eb3ddcd
2017-03-17 21:12:12 +01:00
Timm Bäder
c71c3954f4
headerbar: Fix size requisition variable mixup
...
Happened when porting to gtk_widget_measure.
2017-03-17 18:49:52 +01:00
Timm Bäder
242368bdf6
GtkShaderBuilder Fix copy/paste error in precondition
...
gtk_shader_builder_add_define should check both define_name and
define_value for not-NULL and not-empty, but the second precondition
check checks define_name again for not-empty-ness.
2017-03-17 18:35:43 +01:00
Alexander Larsson
1fe4b13871
Allow custom renderer for the inspector
...
If you set GTK_INSPECTOR_RENDERER to the same type of
values that GSK_RENDERER takes this can change the renderer
used for the inspector. This is useful if you're debugging
one renderer and don't want to affect the inspector.
2017-03-17 16:12:45 +01:00
Christoph Reiter
b843efcb79
quartz: fix build for <10.12
...
The style mask type was changed from NSUInteger to NSWindowStyleMask.
Use NSUInteger so it also works on older macOS.
https://bugzilla.gnome.org/show_bug.cgi?id=780019
2017-03-15 07:18:48 -04:00
Stas Solovey
43a6180e0b
Update Russian translation
2017-03-14 19:11:47 +00:00
Matthias Clasen
7cb2c560ae
3.89.5
2017-03-13 20:20:09 -04:00
Fabio Tomat
94c4f01f39
Add Friulian translation
2017-03-13 21:47:38 +00:00
William Hua
05ca583515
mir: start handling resize events again
2017-03-13 10:52:42 -04:00
Timm Bäder
a65fbf2d49
filechooserwidget: Remvoe useless gtk_widget_show call
...
And a comment above. Even if it is not correct, it doesn't matter since
we call gtk_widget_show on it again later in that function.
2017-03-13 12:45:38 +01:00
Timm Bäder
6607ef4ae2
modelmenuitem: Remove unnecessary gtk_widget_show calls
2017-03-13 12:14:38 +01:00
Timm Bäder
373d261d15
listbox: Avoid a gtk_widget_destroy call
2017-03-13 12:08:58 +01:00
Timm Bäder
4d3b15e37c
filechooserwidget: Avoid a gtk_widget_destroy
2017-03-13 12:08:58 +01:00
Timm Bäder
fa5c39942c
filechooserwidget: Remove unnecessary gtk_widget_show calls
2017-03-13 12:08:58 +01:00
Timm Bäder
9047a5dc52
entry: make sure priv->current_pos is valid
...
We can e.g. get the entry dispose()d and a focus_out event after that
(because the toplevel unsets the focus which previously was the entry).
We then later use priv->current_pos in a call to pango API which makes
sure the given index is valid for the given layout. Since we lazily
create a GtkEntryBuffer in get_buffer() and a PangoLayout lazily in
gtk_entry_create_layout, these 2 are always valid but don't match
priv->current_pos in this situation.
Fix this by resetting priv->current-pos in dispose().
2017-03-13 12:08:58 +01:00
Timm Bäder
fca6bef697
entry: Remove cursor type parameter from get_cursor_locations
...
We are only ever passing CURSOR_STANDARD anyway.
2017-03-13 12:08:58 +01:00
William Hua
3eb8694cbd
mir: remove unused generate_configure_event ()
2017-03-13 04:07:54 -04:00
William Hua
64753532ba
mir: set placement for menu-type windows
2017-03-13 03:36:30 -04:00
William Hua
3914bcd678
mir: synthesize resize events
2017-03-13 02:52:15 -04:00
William Hua
24dc2d8986
mir: ignore resize events
2017-03-13 00:06:30 -04:00
William Hua
0c1cbcfe60
mir: try mir before x11
2017-03-12 22:40:04 -04:00
Dušan Kazik
a1eb3cb2e9
Update Slovak translation
2017-03-12 10:06:03 +00:00
Dušan Kazik
ceba8b78f0
Update Slovak translation
2017-03-12 09:44:53 +00:00
Мирослав Николић
157781a728
Updated Serbian translation
2017-03-12 07:49:38 +01:00
Марко М. Костић
c9ff99a91e
Updated Serbian translation
2017-03-12 07:47:02 +01:00
Andika Triwidada
453fd816be
Update Indonesian translation
2017-03-11 08:56:28 +00:00
Andika Triwidada
a3b15d170c
Update Indonesian translation
2017-03-11 07:40:11 +00:00
Marek Černocký
240e6a85d2
Updated Czech translation
2017-03-11 02:13:11 +01:00
Fabio Tomat
7b7fb0ac8e
Update Friulian translation
2017-03-10 16:55:09 +00:00
Matthias Clasen
e02924a77d
quartz: Fix another typo
2017-03-10 07:26:05 -05:00
Matthias Clasen
0cb0542673
quartz: Fix the build
...
A ; was left out inadvertently.
2017-03-10 07:12:12 -05:00
Fabio Tomat
6f269f7ce1
Add Friulian translation
2017-03-10 09:11:26 +00:00
William Hua
0b72eee311
mir: log additional event types
2017-03-09 23:42:41 -05:00
Mario Blättermann
ea1cb74004
Update German translation
2017-03-09 19:48:53 +00:00
TingPing
47f4e44aec
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:10:49 -05:00
Josef Andersson
60ab85c7bc
Update Swedish translation
2017-03-07 20:25:06 +00:00
GNOME Translation Robot
db2129ba5e
Update Scottish Gaelic translation
...
(cherry picked from commit 112437f5ad
)
2017-03-07 12:17:51 +00:00
GNOME Translation Robot
96509bd544
Update Scottish Gaelic translation
...
(cherry picked from commit 2fdcdfa403
)
2017-03-07 12:12:07 +00:00