Benjamin Otte
d87ac9761d
listitem: Claim sequence when handling an event
...
See my rants on IRC for why we definitely need to claim gestures by
default in GTK5.
Fixes #5669
2023-03-19 12:12:40 +00:00
Danial Behzadi
f55cbf5643
Update Persian translation
2023-03-18 01:10:45 +00:00
Matthias Clasen
a1912482ce
Merge branch 'cherry-pick-565c9aed' into 'gtk-4-10'
...
Merge branch 'gridview-filler-tile-fix' into 'main'
See merge request GNOME/gtk!5666
2023-03-17 04:54:23 +00:00
Benjamin Otte
8d18ef4f5c
Merge branch 'gridview-filler-tile-fix' into 'main'
...
gridview: Fix condition for adding filler tiles
See merge request GNOME/gtk!5664
(cherry picked from commit 565c9aed94
)
65b6150e
gridview: Fix condition for adding filler tiles
2023-03-16 19:50:28 -04:00
Benjamin Otte
9af8f92ba1
Merge branch 'cherry-pick-fbc8bfb3' into 'gtk-4-10'
...
Merge branch 'wip/otte/for-main' into 'main'
See merge request GNOME/gtk!5663
2023-03-16 21:46:28 +00:00
Benjamin Otte
d31dc4343b
Merge branch 'wip/otte/for-main' into 'main'
...
Various small fixes
Closes #5380
See merge request GNOME/gtk!5662
(cherry picked from commit fbc8bfb303
)
707c63c6
win32: Fix rowstride math
ef3c515c
rowstrides are gsize, not int
a0382ef4
listview: Fix culling issues when using CSS padding
2023-03-16 17:05:40 -04:00
Matthias Clasen
ce651ee924
Merge branch 'drag-gl-wayland-hotspot-fix-4-10' into 'gtk-4-10'
...
[4.10] wayland: Reset pending offset in GL path
See merge request GNOME/gtk!5660
2023-03-16 19:48:45 +00:00
Ivan Molodetskikh
96e0c0f095
wayland: Reset pending offset in GL path
...
Otherwise GL surfaces that redraw without changing the hotspot have it
applied on top every frame and quickly slide away.
The cairo path and the X11 backend do not have this bug.
2023-03-16 10:54:15 -07:00
Kukuh Syafaat
f548ee93a2
Update Indonesian translation
2023-03-15 12:03:47 +00:00
Changwoo Ryu
a2d29d6a72
Update Korean translation
2023-03-15 10:04:10 +00:00
Aleksandr Melman
2c34a8a970
Update Russian translation
2023-03-14 21:01:53 +00:00
Martin
bd181cab67
Update Slovenian translation
2023-03-14 17:19:43 +00:00
Benjamin Otte
f4a7c2a7c5
Merge branch 'cherry-pick-a05b73cb' into 'gtk-4-10'
...
Merge branch 'wip/hadess/children-left-msg' into 'main'
See merge request GNOME/gtk!5653
2023-03-14 16:32:44 +00:00
Benjamin Otte
40bc44503a
Merge branch 'wip/hadess/children-left-msg' into 'main'
...
gtk: Fix "children left" warning with fatal warnings
See merge request GNOME/gtk!5652
(cherry picked from commit a05b73cb05
)
4f1ea18c
gtk: Fix "children left" warning with fatal warnings
2023-03-14 12:32:00 -04:00
Matthias Clasen
7ed8c5b6c7
Post-release version bump
2023-03-14 08:16:30 -04:00
Matthias Clasen
d776ad789d
4.10.1
4.10.1
2023-03-14 07:50:49 -04:00
Daniel
86bbc13a61
Updated Spanish translation
2023-03-14 12:43:00 +01:00
Matthias Clasen
664ce48a4c
Merge branch 'matthiasc/for-main' into 'main'
...
gsk: Mark mask nodes as 'supports transforms'
See merge request GNOME/gtk!5650
2023-03-14 05:30:17 +00:00
Matthias Clasen
42f1b623bf
css: Small speedups
2023-03-14 01:14:57 -04:00
Matthias Clasen
6b7f0266ac
icontheme: Silence a compiler warning
2023-03-14 01:14:57 -04:00
Matthias Clasen
ad84ee8352
tests: Add more tests for texture scale nodes
2023-03-14 01:14:57 -04:00
Matthias Clasen
c035384fc8
gsk: Mark mask nodes as 'supports transforms'
...
Just like blur nodes, the renderer can handle
these without creating an extra offscreen.
2023-03-14 01:14:57 -04:00
Matthias Clasen
7b1644b2d0
Merge branch 'fix-texture-scale-rotation' into 'main'
...
gtk4-demo: Polish the image scaling demo
See merge request GNOME/gtk!5649
2023-03-14 05:08:37 +00:00
Benjamin Otte
aaac380053
Merge branch 'bilelmoussaoui-main-patch-31679' into 'main'
...
GLTexture: Add GL_RGB format support
See merge request GNOME/gtk!5647
2023-03-14 05:03:13 +00:00
Matthias Clasen
dcc6cb8f1c
gsk: Fix rotated texture scale nodes
...
This was causing us to render rotated texture scale
nodes to an unclipped offscreen, bringing 'giant
intermediate texture' problems back.
2023-03-14 05:36:08 +01:00
Matthias Clasen
0c1ec82a74
gtk4-demo: Add a tooltip to image scaling
...
Show some information about the values.
2023-03-14 05:36:08 +01:00
Matthias Clasen
3eb9afb0ca
gtk4-demo: Polish the image scaling demo
...
Make the scale binding bidirectional again, fix up
the ranges and the sensitivity of the actions, and
add a mark for the unscaled position.
2023-03-14 05:36:08 +01:00
Jürgen Benvenuti
36037a2ee8
Update German translation
2023-03-13 18:30:32 +00:00
Bilal Elmoussaoui
23408f6dbf
GLTexture: Add GL_RGB format support
2023-03-13 13:59:17 +00:00
Matthias Clasen
413abef01d
Merge branch 'more-scaled-texture-fixes' into 'main'
...
Fix gtk_snapshot_append_scaled_texture
See merge request GNOME/gtk!5638
2023-03-13 08:58:58 +00:00
Matthias Clasen
4f8743a537
Merge branch 'matthiasc/for-main' into 'main'
...
gtk4-demo: Fix rotation handling in image scaling
See merge request GNOME/gtk!5643
2023-03-13 07:55:52 +00:00
Matthias Clasen
e24d4ba5db
gtk4-demo: Use gtk_snapshot_append_scaled_texture
2023-03-13 08:54:13 +01:00
Matthias Clasen
118361a085
Fix gtk_snapshot_append_scaled_texture
...
This was doing the wrong thing with transforms.
2023-03-13 08:45:12 +01:00
Matthias Clasen
7bdb146473
docs: Details about texture scale nodes
...
Add some more details about filtering, to
clarify things a bit.
2023-03-13 08:38:58 +01:00
Matthias Clasen
517b4d584c
gtk4-demo: Scale logarithmically in image scaling
2023-03-13 08:21:10 +01:00
Matthias Clasen
88d9244b98
gtk4-demo: Fix rotation handling in image scaling
...
We weren't sizing the widget correctly in rotated
cases.
2023-03-13 08:11:29 +01:00
Hugo Carvalho
fb4ae235a5
Update Portuguese translation
2023-03-13 00:06:26 +00:00
Fran Dieguez
b7c5c04c65
Update Galician translation
2023-03-12 23:19:49 +00:00
Aurimas Černius
bea38c1b4b
Update Lithuanian translation
2023-03-12 20:01:39 +00:00
Alexander Shopov
d5a36a718f
Update Bulgarian translation
2023-03-12 18:36:38 +00:00
Ask Hjorth Larsen
1c785f512f
Updated Danish translation
2023-03-12 16:24:18 +01:00
Matthias Clasen
bc65b96e9c
Merge branch 'matthiasc/for-main' into 'main'
...
gtk-demo: Add rotation to the scaling demo
Closes #5659
See merge request GNOME/gtk!5641
2023-03-12 10:20:04 +00:00
Asier Sarasua Garmendia
943851ab64
Update Basque translation
2023-03-12 09:35:14 +00:00
Matthias Clasen
352b8cb70e
columnview: Be more defensive
...
I am not sure how we can have no listitem here,
but better to be safe than sorry.
Fixes : #5659
2023-03-12 08:25:58 +01:00
Matthias Clasen
dc50c790c5
gtk-demo: Add rotation to the scaling demo
...
Closing in on eog :)
2023-03-12 08:25:58 +01:00
Sabri Ünal
6dd273c3f1
Update Turkish translation
2023-03-11 16:03:32 +00:00
Anders Jonsson
bc397b047e
Update Swedish translation
2023-03-11 15:47:38 +00:00
Piotr Drąg
80f3fe4031
Update Polish translation
2023-03-11 15:14:42 +01:00
Matthias Clasen
6f0976bace
Merge branch 'matthiasc/for-main' into 'main'
...
inspector: Force a full redraw for debug nodes
See merge request GNOME/gtk!5640
2023-03-11 11:56:23 +00:00
Matthias Clasen
61ad0147bd
inspector: Force a full redraw for debug nodes
...
Without this, debug nodes randomly are missing
in the tree, where we are reusing older render
nodes.
2023-03-11 12:43:38 +01:00