Daniel Boles
7ed0d9344e
ToolItem: Annotate menu proxy item as nullable
...
It can be NULL. ::create-menu-proxy gave an example of when a NULL proxy
menu item could be useful, but the accessors did not annotate it as such.
2017-09-03 10:59:33 +01:00
Timm Bäder
7481affb82
container: Drop priv pointer
2017-09-03 09:17:35 +02:00
Timm Bäder
98281bc60a
testcenterbox: Properly quit on window close
2017-09-03 09:17:35 +02:00
Rafael Fontenelle
1346520e4b
Update Brazilian Portuguese translation
2017-09-02 22:48:48 +00:00
Daniel Boles
9019b0887f
Revert "sk.po: Consistently translate “Insert”"
...
This reverts commit 98e3018455
.
As an English-speaker, I know nothing about complex grammar, and it’s
been brought to my attention that some languages might differ in the
translation of the same command depending on where it appears.
So, I’d better assume everyone else knows better than me. Apologies!
2017-09-02 16:13:30 +01:00
Matthias Clasen
440e534053
gsk: add a has_color boolean to text nodes
...
Currently, this information is not used since cairo_show_glyphs
deals with color glyphs for us. But when we get to uploading
glyphs to a texture atlas, we will need it to do the right thing.
We don't look at individual glyphs here, but just whether the
font has the has-color flag set. In practice, all glyphs in
such a font will be color glyphs, and we can avoid loading all
the glyphs this way.
2017-09-02 11:09:03 -04:00
Daniel Boles
18adda6eb0
Adwaita: Fix colour mixing of emoji section button
...
when hovered, by using %, since SASS does not handle decimal mixes.
2017-09-02 16:02:59 +01:00
Daniel Boles
98e3018455
sk.po: Consistently translate “Insert”
...
The two occurrences disagreed on the translation, and my amateur
investigation indicates this one is correct.
2017-09-02 16:02:52 +01:00
Daniel Boles
26954f9ef6
gl.po: Consistently translate/capitalise “Emoji”
...
GTK+ 3 and 4 disagreed on capitalisation and the translation of “Emoji”.
Use sentence case as elsewhere & the most common translation: emoticono.
2017-09-02 16:02:22 +01:00
Matthias Clasen
d27c552630
emoji chooser: No emoji in the search entry
...
Recursion is fun, but better avoided in the ui.
https://bugzilla.gnome.org/show_bug.cgi?id=786960
2017-09-02 08:47:17 -04:00
Matthias Clasen
3694104f67
entry: Consider input hints for Emoji support
...
Don't show "insert emoji" in the context menu if input
hints indicate that Emoji input is not useful.
2017-09-02 08:47:17 -04:00
Matthias Clasen
774499e10e
Add input hints for Emoji input
...
Allow hinting input methods about whether Emoji support is
useful or not.
2017-09-02 08:47:17 -04:00
Emmanuele Bassi
3a0eab776e
build: Add option to enable/disable GIR generation
...
And drop the unnecessary is_cross_build() check: it's entirely possible
to generate introspection data when cross-compiling.
2017-09-02 12:00:57 +01:00
Fran Dieguez
1e92faff76
Update Galician translation
2017-09-02 10:09:49 +00:00
Dušan Kazik
66714bfc89
Update Slovak translation
2017-09-02 08:00:42 +00:00
Dušan Kazik
969527cdb0
Update Slovak translation
2017-09-02 07:55:10 +00:00
Andika Triwidada
69afc4773b
Update Indonesian translation
2017-09-02 00:59:58 +00:00
Matthias Clasen
f414e1b15f
emoji chooser: Avoid a crash
...
The emoji chooser gets disposed already, because it is attached
to the toplevel as a popover. Doing it again when the object data
is cleared is leading to a crash.
https://bugzilla.gnome.org/show_bug.cgi?id=787103
2017-09-01 19:55:21 -04:00
Piotr Drąg
7e1f3344f7
Update Polish translation
2017-09-02 01:53:37 +02:00
Mohammed Sadiq
18adee6e1b
emoji-chooser: fix subsequent scroll
...
Event handlers on scroll window should only be run once the widget
is shown.
https://bugzilla.gnome.org/show_bug.cgi?id=786964
2017-09-01 19:36:59 -04:00
gogo
5fcaec75ea
Update Croatian translation
2017-09-01 22:04:54 +00:00
gogo
3469d088d8
Update Croatian translation
2017-09-01 21:52:46 +00:00
Daniel Boles
7a3548e10c
Entry: Set tooltip text on icon for emoji chooser
...
https://bugzilla.gnome.org/show_bug.cgi?id=786885
2017-09-01 17:28:31 -04:00
Matthias Clasen
7da4d8af2f
Use gsk for text shadows
...
We don't need to render these manually using cairo anymore.
2017-09-01 15:34:13 -04:00
Matthias Clasen
6bdebd1570
label: Don't leak clip regions
...
This was introduced in the conversion to gsk.
2017-09-01 15:34:13 -04:00
Daniel Boles
e6bbc10bd5
ComboBox: Dodge possible surplus disconnects
...
in case anyone connected any other signal on the model to this ComboBox.
2017-09-01 20:20:17 +01:00
Matthias Clasen
8de8525b44
entry: Convert to gsk
...
This introduces a new css node for block cursor styling.
2017-09-01 14:42:29 -04:00
Matthias Clasen
1440bb25de
Fix text colors
...
This was lost in some reshuffling of the gskpango branch.
2017-09-01 14:12:20 -04:00
Matthias Clasen
f199f7b87b
Fix the build
2017-09-01 13:42:43 -04:00
Matthias Clasen
a367d34949
Use a text render node in GskPangoRenderer
...
This pushes the rendering closer to the place where we can
insert a texture atlas for glyph caching.
2017-09-01 13:30:03 -04:00
Matthias Clasen
4975aa7920
Add a render node for text
...
This is just a wrapper around a PangoGlyphString + PangoFont.
Basically, the arguments that are passed to pango_renderer_draw_glyphs.
2017-09-01 13:30:03 -04:00
Matthias Clasen
82538f935b
Use GskPangoRenderer to render text
...
This just replaces the wrapper call.
2017-09-01 13:30:03 -04:00
Matthias Clasen
82e8f3a542
Add a Pango renderer
...
Copy the PangoCairoRenderer into GTK+, rename it to GskPangoRenderer,
and strip it down far enough to build without private pango apis.
This means we currently don't support hexboxes or shapes.
Currently, this lives in gtk, but it might be nicer to put it
in gsk eventually.
2017-09-01 13:30:03 -04:00
Timm Bäder
3fc1cafec0
centerbox: Unparent widgets in dispose
2017-09-01 19:05:30 +02:00
Timm Bäder
2cd9f43d2f
menuitem: Fix small memory leak in get_label
...
g_object_get returs a newly allocated string so we can't use it here.
2017-09-01 19:05:30 +02:00
Matthias Clasen
745a9426b0
Remove an unused variable
2017-09-01 12:56:22 -04:00
Matthias Clasen
10ddd3112a
label: Port active link drawing to gsk
...
We don't need to fall back to cairo fro this anymore.
2017-09-01 12:29:11 -04:00
Piotr Drąg
80c0bf21ce
Update POTFILES.in and POTFILES.skip
2017-09-01 18:22:44 +02:00
Matthias Clasen
75115b122b
inspector: Add some tooltips
...
These buttons are not 100% obvious.
2017-09-01 12:04:40 -04:00
Matthias Clasen
c17f76cd54
inspector: Remove debug nodes setting from visual tab
...
No need to have the same setting in two places.
2017-09-01 12:04:33 -04:00
Matthias Clasen
04f1e19e00
inspector: Move debug nodes option
...
Put this option on the recorder page where it makes more sense.
2017-09-01 12:04:27 -04:00
Matthias Clasen
47f717d4ae
label: Port selection drawing to gsk
...
We don't need to fall back to cairo for this anymore.
2017-09-01 12:04:20 -04:00
Daniel Boles
021e0d5e3d
ScrolledWindow: Dodge possible surplus disconnects
...
In case the outgoing Adjustment for whatever reason has other handlers
referring to this SW, be sure to avoid disconnecting any but our own.
2017-09-01 16:28:57 +01:00
Daniel Boles
9a6adcbce4
ComboBox: Remove pointless signal ID member fields
...
We don’t need to store these for disconnection, as we can just use
g_signal_handlers_disconnect_by_data().
2017-09-01 16:28:56 +01:00
Dušan Kazik
a28bf09145
Update Slovak translation
2017-09-01 14:21:15 +00:00
Daniel Boles
ceb09e4c8d
ScrolledWindow: Fix non-disconnection of handlers
...
• Use disconnect_by_data() to catch both _adjustment_changed() and now
_adjustment_value_changed(), as the latter had been missed until now.
• Also disconnect from indicator_value_changed(), which was not done in
destroy() due to indicator_reset() and remove_indicator() disagreeing.
https://bugzilla.gnome.org/show_bug.cgi?id=775074
2017-08-31 23:18:46 +01:00
Daniel Boles
6984d0847b
Window: Do not connect to NULL screen in init()
...
Do not connect to get_settings_for_screen() if we have no screen…
Use g_signal_connect(), not connect_object(), to match how set_screen()
makes this same connection, and how finalize() already disconnects it.
https://bugzilla.gnome.org/show_bug.cgi?id=705640
2017-08-31 20:26:44 +01:00
Daniel Boles
6609173779
FileChooserWidget: Remove an unused #include
2017-08-31 19:59:25 +01:00
Daniel Boles
97b5f3d029
gskenums: Fix typo/grammar in GskRenderNodeType doc
2017-08-31 19:59:25 +01:00
Matthias Clasen
767bf1b3fd
Avoid computing the same thing twice
...
Trivial cleanup.
2017-08-30 23:30:10 -04:00