- 05 Mar, 2021 12 commits
-
-
Matthias Clasen authored
Matthiasc/for master See merge request !3263
-
Matthias Clasen authored
-
Matthias Clasen authored
This was overlooked in 8e7e8210.
-
Matthias Clasen authored
Adwaita: Use transparent black for window border in dark too See merge request !3261
-
Matthias Clasen authored
Flatpak: Update build manifests See merge request !3259
-
Alexander Mikhaylenko authored
Avoid smear when the background behind the window is dark. Adjust opacity to make it appear roughly the same as before on white background.
-
Matthias Clasen authored
Adwaita: Regular focus ring for sidebar rows Closes #3708 See merge request !3258
-
Jakub Steiner authored
- point to the upstream repo for wayland - disable disabling of sassc - switch wayland from autotools to meson
-
Jakub Steiner authored
- style sidebar rows as regular items like buttons wrt focus - define transition as part of the focus-ring(), only animate outline related properties rather than `all` Fixes #3708
-
Kukuh Syafaat authored
(cherry picked from commit e54dc87a)
-
Matthias Clasen authored
iconbrowser: fix search<>category interaction Closes #3717 See merge request !3257
-
Matthias Clasen authored
Make search act like a separate, filtered view of all icons. This is how it worked in gtk3, and how it should be. Fixes: #3717
-
- 04 Mar, 2021 9 commits
-
-
Matthias Clasen authored
Preedit selection fix Closes #1123 See merge request !3255
-
Matthias Clasen authored
This prevents confusing misrendering when the preedit text pushes the selection text out of the rendered selection. Fixes: #1123
-
Matthias Clasen authored
We have the api to do it now.
-
Matthias Clasen authored
We can short-circuit insert and delete calls that are not causing any change.
-
Matthias Clasen authored
This prevents confusing misrendering when the preedit text pushes the selection text out of the rendered selection. Fixes: #1123
-
Matthias Clasen authored
We have the api to do it now.
-
Matthias Clasen authored
This was missing in the initial implementation since GtkIMContext did not have it in its api, but it was added now, so we can send the information.
-
Matthias Clasen authored
This is the recommended api, going forward.
-
Matthias Clasen authored
The Wayland text protocol expects to get both ends of the selection with its surrounding call, so make that available via GtkIMContext. We add this as new api and vfuncs, and fall back, so that existing implementations keep working.
-
- 03 Mar, 2021 10 commits
-
-
Matthias Clasen authored
ngl: remove unnecessary suffix array See merge request !3254
-
Jordi Mas authored
-
Christian Hergert authored
We didn't end up using this in the final version, so we can just delete it and avoid MSVC issues.
-
Matthias Clasen authored
update annotation of gtk_single_selection_get_selected_item See merge request !3253
-
Bilal Elmoussaoui authored
-
Matthias Clasen authored
Header bar CSS tweaks See merge request !3252
-
Alexander Mikhaylenko authored
We clip the window now, it's not necessary anymore.
-
Alexander Mikhaylenko authored
It's gone from active windows since c9807f5a, but was still there in backdrop.
-
Matthias Clasen authored
label: Fix markup parsing interactions See merge request !3250
-
Matthias Clasen authored
We were not handling mnemonics vs markup right in all cases. Rewrite the _-stripping code to do it during the link parsing, instead of as a separate function. This avoids the issue of stripping _ from attribute names in markup. Add tests. Fixes: 3706
-
- 02 Mar, 2021 4 commits
-
-
Matthias Clasen authored
rendernode: Fix glyph serialization Closes #3710 See merge request !3248
-
Matthias Clasen authored
We serializing to a string of ASCII, we need to escape some chars, such as '\' and '"'. Fixes: #3710
-
Baurzhan Muftakhidinov authored
(cherry picked from commit 62e9dff5)
-
Matthias Clasen authored
ngl: fix typo from NGL rename See merge request !3246
-
- 01 Mar, 2021 2 commits
-
-
Christian Hergert authored
-
Matthias Clasen authored
Allow GTK4 to be added as a subproject See merge request !3242
-
- 27 Feb, 2021 2 commits
-
-
Matthias Clasen authored
broadway: Restore guint32 type for memory size Closes #3702 See merge request !3244
-
Rafał Dzięgiel authored
guint32 is used as part of the protocol in broadway backend. Memory size declared with it was mistakenly replaced with size_t type which does not guarantee being 32bit on all platforms, leading to a crash.
-
- 26 Feb, 2021 1 commit
-
-
Jiri Grönroos authored
(cherry picked from commit 3cb5a831)
-