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
Philip Withnall
ed92c4bcc4
tests: Fix use of C99 inline declaration
...
We don’t claim to use them yet, even if we perhaps should.
2017-03-07 09:47:30 +00:00
Daniel Boles
f640749853
testheightforwidth: cleanups
2017-03-07 09:28:37 +00:00
Daniel Boles
bd89f79b8a
testframe: label-yalign does nothing so don’t test
...
Since the border node was removed, this property has no effect.
https://bugzilla.gnome.org/show_bug.cgi?id=778886
2017-03-07 01:07:48 +00:00
Daniel Boles
aaa9ea6e3f
testframe: Simplify initial setting of padding
...
Just start with both dimensions’ paddings at 0.
2017-03-07 00:30:24 +00:00
Daniel Boles
2eee3ef79c
testframe: Add CheckButton to toggle border off/on
...
We should test this.
2017-03-07 00:30:23 +00:00
Daniel Boles
5470c263d1
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 00:17:28 +00:00
Daniel Boles
e44b551671
testframe: Minimise typecasts
2017-03-07 00:17:05 +00:00
Daniel Boles
9e5cac07b8
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 00:16:37 +00:00
Daniel Boles
ec5ebf82b6
testframe: Use a generic widget pointer
2017-03-07 00:16:37 +00:00
Daniel Boles
3290065079
testheightforwidth: Add missing unref
2017-03-06 20:58:13 +00:00
Daniel Boles
bf0ea7b7bc
Fix the completely broken tests/testheightforwidth
...
This was ruined, with only 1 of the 8 subwindows rendering any content.
This commit fixes the responsible errors in the embedded GtkBuilder UIs:
• Fix broken replace by commit fb3d9022ad
of HBox with a Box having a broken orientation <property>
• Replace VBox and [HV]Paned with GtkOrientable successors (properly!)
• Remove use of Button:use_action_appearance, as this no longer exists
This commit also adds error reporting, in case other errors creep into
the GtkBuilder UI definitions, plus cleanup for the Builders and Windows
2017-03-06 20:37:38 +00:00
Jakub Steiner
ee3994f715
Adwaita: border for selmode checkboxes
...
- there was an extra border for selection mode
2017-03-06 17:02:01 +00:00
William Hua
dbb3f84796
mir: don't create GDK_INPUT_ONLY windows
2017-03-06 10:36:45 -05:00
Daniel Boles
24b966f6e7
Frame: minor update to intro docs
...
This incorporates a couple of recent tweaks from gtk-3-22.
2017-03-06 07:25:08 +00:00
Matthias Clasen
8531ee4c88
Quartz: Implement gdk_window_set_functions
...
This is useful, and easy to implement.
2017-03-05 22:52:03 -05:00
Anders Jonsson
482d0def4e
Update Swedish translation
2017-03-05 21:21:56 +00:00
Timm Bäder
73f8636687
widget: Remove direction-dependent margin code
...
Since margin-left and margin-right are gone, we don't have to care
about the difference between them and start/end anymore and we can just
save start as left and end as right.
2017-03-05 16:24:20 +01:00
Timm Bäder
f860ff8647
widget: Remove get_valign_with_baseline
...
This only existed for backwards compat reasons which aren't interesting
for gtk4.
2017-03-05 15:18:32 +01:00
Timm Bäder
f1f39e8924
sizerequest: Fix min_size > nat_size error message
...
Instead of mentioning the old _get_preferred_xxx functions, mention
measure() and print the for_size value as well. The orientation is given
by printing either "width" for GTK_ORIENTATION_HORIZONTAL or "height"
for GTK_ORIENTATION_VERTICAL.
2017-03-05 15:01:57 +01:00
Timm Bäder
b6790b112f
tests/revealer-size: Use gtk_widget_measure
2017-03-05 09:24:41 +01:00