Danial Behzadi
d637398ab0
Update Persian translation
2023-08-01 05:53:37 +00:00
Ekaterine Papava
20ead71c0b
Update Georgian translation
2023-08-01 04:05:01 +00:00
Benjamin Otte
abcfa21c12
Merge branch 'wip/otte/vulkan-for-main' into 'main'
...
inspector: Make the measure map buttons work again
Closes #5992
See merge request GNOME/gtk!6223
2023-07-31 22:52:46 +00:00
Benjamin Otte
424c4b4150
inspector: Make the measure map buttons work again
...
The show/hide => set_visible() cleanups had broken things.
Fixes #5992
2023-08-01 00:14:53 +02:00
Benjamin Otte
5d18ea621d
Merge branch 'wip/otte/vulkan-for-main' into 'main'
...
vulkan: Remove unused variable
See merge request GNOME/gtk!6222
2023-07-31 15:14:37 +00:00
Benjamin Otte
e00e6f3d5d
vulkan: Clear Cairo surfaces on upload
...
The memory isn't guaranteed to be all zeroes and we don't want glitches.
2023-07-31 16:51:03 +02:00
Benjamin Otte
e98ae233fc
vulkan: Fix a memleak
2023-07-31 16:51:03 +02:00
Benjamin Otte
2ad11e12d4
vulkan: Plug a memleak
...
Yay, we no longer leak swapchain images
2023-07-31 16:51:03 +02:00
Benjamin Otte
3f16f7e0d4
rendernode-tool: Add another magic format
...
Make .svg use the Cairo renderer to save to an SVG file.
It's useful when comparing rendering behavior and times with
web browsers (as long as one is aware that browsers build a full
DOM tree out of those SVGs).
2023-07-31 16:51:03 +02:00
Benjamin Otte
166777dd55
rendernode-tool: Move code
...
No functional changes yet.
2023-07-31 16:51:03 +02:00
Benjamin Otte
c8f385e3bc
vulkancontext: Do proper refcounting
...
- fix a memleak
- call unref() instead of new()
- remove idle handler on dispose
What was I doing when I wrote the pipeline cache code?
2023-07-31 16:51:03 +02:00
Benjamin Otte
89b4f12b38
vulkan: Plug a memleak
2023-07-31 16:51:03 +02:00
Benjamin Otte
ae509406f1
memorytexture: Add a check
...
Sophie Herold was running into this problem while coding, so let's help
people by catching it early.
2023-07-31 16:51:03 +02:00
Benjamin Otte
1aa7f18b23
vulkan: Remove unused variable
...
It's only used when printing debug stuff. Debug stuff is not that
important.
2023-07-31 16:51:03 +02:00
Benjamin Otte
cf39c80fe2
docs: Update for recent rendernode-tool changes
2023-07-31 16:51:03 +02:00
Danial Behzadi
24fe66a5f3
Update Persian translation
2023-07-30 23:15:41 +00:00
Balázs Úr
51b786b799
Update Hungarian translation
2023-07-30 20:52:37 +00:00
Matthias Clasen
9685030632
Merge branch 'gtk-wip/inactive-state' into 'main'
...
gtk: Add suspended window state
See merge request GNOME/gtk!6221
2023-07-30 11:39:49 +00:00
Matthias Clasen
327c93066d
build: Don't require bleeding-edge wayland-protocols
...
The 1.32 wayland-protocols release is not in distribution
builds yet, so a hard dependency on it is not helpful.
2023-07-30 11:40:09 +03:00
Jonas Ådahl
7f946eff01
gtk: Add suspended window state
...
This is implemented using a new xdg_toplevel `suspended` state, and is
meant for allowing applications to know when they can stop doing
unnecessary work and thus save power.
In the other backends, the `suspended` state is set at the same time as
`minimized` as it's the closest there is to traditional windowing
systems.
2023-07-30 11:40:09 +03:00
Benjamin Otte
03a8b9cf17
Merge branch 'no-list-items' into 'main'
...
listitemmanager: Handle null roots in get_nearest_tile
Closes #5970
See merge request GNOME/gtk!6220
2023-07-29 23:15:13 +00:00
tszymanski
657c018242
listitemmanager: Handle null roots in get_nearest_tile
...
Rubberbanding still fails with "No item" warnings, but it no longer
crashes.
Closes #5970
2023-07-28 19:12:46 -07:00
Danial Behzadi
83db8e41a6
Update Persian translation
2023-07-29 01:58:52 +00:00
Yuri Chornoivan
57e7112781
Update Ukrainian translation
2023-07-28 17:32:38 +00:00
Yuri Chornoivan
96f92ee207
Update Ukrainian translation
2023-07-28 17:31:22 +00:00
Matthias Clasen
5c8bd49383
Merge branch 'matthiasc/for-main' into 'main'
...
glyph cache: Add debug output
See merge request GNOME/gtk!6163
2023-07-28 08:51:14 +00:00
Matthias Clasen
e82bdd8c0d
Merge branch 'dboles/issue5946' into 'main'
...
MenuSectionBox: use-markup on labels of submenus
Closes #5946
See merge request GNOME/gtk!6209
2023-07-28 08:47:33 +00:00
Yosef Or Boczko
72f52751c2
Update Hebrew translation
2023-07-28 07:13:47 +00:00
Matthias Clasen
98269a29b1
Merge branch 'fix-issue-5775-gtk4' into 'main'
...
GtkApplicationImplDBus: Cancel DBus method calls on shutdown
Closes #5775
See merge request GNOME/gtk!6181
2023-07-28 07:11:52 +00:00
Matthias Clasen
8bb968bc01
Merge branch 'dboles/range_highlight_with_page_size' into 'main'
...
Range: Fix hilight not drawn to value if page-size
Closes #5976
See merge request GNOME/gtk!6206
2023-07-28 06:13:27 +00:00
Matthias Clasen
c61313cbfe
build: Check for objcopy options
...
Check that objcopy understands the --set-section-alignment
option that we are now using.
2023-07-28 09:06:14 +03:00
Matthias Clasen
96145ae8ed
tools: Update the docs
...
Mention that the render command can produce png or tiff
images.
2023-07-28 09:06:14 +03:00
Benjamin Otte
1f848bf9fd
rendernode-tool: Save to tiff
...
If the save filename ends in .tiff, save to tiff instead.
For now this is a sneaky autodetect feature, not sure if/how to make it
more explicit.
2023-07-28 09:06:14 +03:00
Matthias Clasen
7a8a27bd60
ci: Mark the clipboard test as flaky
...
Lets give up on trying to run this successfully
in ci. More green in more places!
2023-07-28 09:06:14 +03:00
Matthias Clasen
3e9c47e6f7
glyph cache: Add debug output
...
Show the size of data uploaded per glyph.
2023-07-28 09:06:14 +03:00
Matthias Clasen
69cf0a75c5
gdk: Build fix
2023-07-28 09:06:14 +03:00
Matthias Clasen
a8d3aa133c
Merge branch 'wip/chergert/fix-objcopy' into 'main'
...
demo: use --set-section-alignment when using objcopy
See merge request GNOME/gtk!6218
2023-07-28 06:01:43 +00:00
Ekaterine Papava
e1d4385026
Update Georgian translation
2023-07-28 04:48:23 +00:00
Christian Hergert
7cc29ce236
demo: use --set-section-alignment when using objcopy
...
If we don't set the alignment then there is a chance that it ends up
commonly on a 4-byte boundary and GResources will have to malloc/memcpy
the static data.
With --set-section-alignment (which takes a byte offset not ^2) available
in objcopy >= 2.33 we ensure that expectation is met.
2023-07-27 17:09:43 -07:00
Matthias Clasen
f998505e27
Merge branch 'zbrown/fix-inspector' into 'main'
...
inspector: drop overlooked reference
See merge request GNOME/gtk!6215
2023-07-27 20:55:24 +00:00
Matthias Clasen
64f50b33e4
Merge branch 'wip/chergert/fix-inspector' into 'main'
...
inspector: fix runtime errors with missing widgets
Closes #5986
See merge request GNOME/gtk!6217
2023-07-26 20:16:35 +00:00
Christian Hergert
bc20af2741
inspector: fix runtime errors with missing widgets
...
Fixes #5986
2023-07-26 12:15:21 -07:00
Matthias Clasen
25f61dd5d5
Merge branch 'alatiera/doc-links' into 'main'
...
docs: getting_started: Update links to some guides
See merge request GNOME/gtk!6216
2023-07-26 12:55:31 +00:00
Jordan Petridis
0e5f2cd6f6
docs: getting_started: Update links to some guides
2023-07-26 15:37:13 +03:00
Zander Brown
5aef534871
inspector: drop overlooked reference
...
Fix: 0751f59ee8
2023-07-26 06:19:22 +01:00
Benjamin Otte
f0f7613adb
Merge branch 'zbrown/pending' into 'main'
...
filterlistmodel: emit ::notify::pending after ::items-changed
See merge request GNOME/gtk!6213
2023-07-26 04:39:13 +00:00
Zander Brown
72a1bd64e6
filterlistmodel: emit ::notify::pending after ::items-changed
2023-07-26 05:03:28 +01:00
Balázs Meskó
bd1b3447c4
Update Hungarian translation
...
(cherry picked from commit 7a3a82749b
)
2023-07-25 23:43:12 +00:00
Matthias Clasen
6653f2b4c3
Merge branch 'fix-file-dialog-assert' into 'main'
...
filedialog: Don't assert too much
Closes #5975
See merge request GNOME/gtk!6207
2023-07-24 21:52:57 +00:00
Matthias Clasen
b00b0902ca
Merge branch 'pgriffis/fix-no-introspection-build' into 'main'
...
build: Fix building with introspection disabled and testsuite enabled
See merge request GNOME/gtk!6210
2023-07-24 21:11:17 +00:00