f0c12ee7b8
Update Abkhazian translation
2023-04-05 09:03:53 +00:00
d6f42d167a
Update Persian translation
2023-04-03 12:54:19 +00:00
7f74f15b5e
Update Russian translation
2023-04-03 07:28:04 +00:00
77216107dd
Update Lithuanian translation
2023-04-02 19:44:42 +00:00
66a94161bd
Merge branch 'gtk-3-24' into 'gtk-3-24'
...
Address regression in 3.24.37 (issue 5711) by checking that the context is not NULL.
See merge request GNOME/gtk!5754
2023-03-30 23:35:56 +00:00
60d197fca8
Address issue 5711 by checking that the context is not NULL.
2023-03-30 22:34:55 +00:00
b497382659
Merge branch 'mcatanzaro/fix-xdg-activation' into 'gtk-3-24'
...
wayland: Don't crash without xdg_activation_v1
See merge request GNOME/gtk!5743
2023-03-29 01:08:39 +00:00
d8190aae3f
wayland: Don't crash without xdg_activation_v1
...
This backports 3cdb6392102079d85ea38fa24d58c1824fe4dd37 to GTK 3.
See: #5701
2023-03-28 19:42:53 -05:00
1afbe2d08b
Merge branch 'backport-mr-5721' into 'gtk-3-24'
...
wayland: Don't crash on cursor size 0 (Backport !5721 )
See merge request GNOME/gtk!5739
2023-03-28 18:05:39 +00:00
ff892684c8
wayland: Don't crash on cursor size 0
...
The cursor-theme-size setting is documented as
'0 means the default size'. Make it so by using
size 24 if we see a 0. Its better than crashing.
Fixes : #5700
(cherry picked from commit 7adbbe6f35347b19319d9e4ce8c92fb0e861524b)
2023-03-28 18:38:34 +02:00
433356856e
Merge branch 'notify-initial-setting-change' into 'gtk-3-24'
...
gdkscreen-wayland: Notify initial setting change from org.gtk.Settings
See merge request GNOME/gtk!5733
2023-03-28 13:56:55 +00:00
a40126e1f9
gdkscreen-wayland: Notify initial setting change from org.gtk.Settings
2023-03-27 22:08:59 +02:00
58b91ca254
Update Turkish translation
2023-03-27 12:19:30 +00:00
2c3388112e
Update French translation
2023-03-27 08:48:03 +00:00
b5f27d2e9c
Merge branch 'ebassi/issue-5691' into 'gtk-3-24'
...
gdk: Swap Cairo calls when reading back from a GdkWindow
See merge request GNOME/gtk!5727
2023-03-26 15:19:23 +00:00
bda80c4e41
docs: Try to steer people away from gdk_pixbuf_get_from_window()
...
It's a bad function, and people should feel bad about using it.
2023-03-26 15:59:14 +01:00
789d202720
gdk: Swap Cairo calls when reading back from a GdkWindow
...
First we flush the surface, then we mark it dirty.
Don't look at me: this makes sense in Cairo, apparently.
Fixes : #5691
2023-03-26 15:57:56 +01:00
2e09856d63
Update Dutch translation
2023-03-26 13:25:07 +00:00
1ce6c7f73c
Update Basque translation
2023-03-26 08:31:38 +00:00
3bf883b979
Update Catalan translation
2023-03-26 08:48:06 +02:00
ac882269a5
Update Indonesian translation
2023-03-26 06:40:13 +00:00
f2c8b8b0d2
Merge branch 'issue5593' into gtk-3-24
2023-03-25 13:41:08 -07:00
007299ccc8
Update Bulgarian translation
2023-03-25 17:26:16 +00:00
8e48e6548b
Merge branch 'doc-link-fixes' into 'gtk-3-24'
...
docs: Fix some links
See merge request GNOME/gtk!5718
2023-03-25 14:20:24 +00:00
19c2e87627
docs: Fix some links
...
The links to the overview sections were all broken.
Fix them.
2023-03-25 10:09:00 -04:00
da15d2186b
Update Hungarian translation
2023-03-24 23:40:51 +00:00
06e8cf40f9
Update Portuguese translation
2023-03-24 22:49:36 +00:00
00296bde4d
Update German translation
2023-03-24 22:47:48 +00:00
0302894039
Update Swedish translation
2023-03-24 22:30:52 +00:00
cfe2a829f1
Update Polish translation
2023-03-24 17:51:41 +01:00
af9bea059a
Update Ukrainian translation
2023-03-24 13:07:48 +00:00
c74c4adbce
Update Slovenian translation
2023-03-24 08:45:13 +00:00
74540525c7
Update Georgian translation
2023-03-24 05:10:33 +00:00
2ebdce8633
Merge branch 'wip/jtojnar/inspector-immodule-backport' into 'gtk-3-24'
...
inspector: Add pango backend and im module
See merge request GNOME/gtk!5706
2023-03-24 03:03:59 +00:00
c26a209283
inspector: add im-module
...
This adds a new row to the Global/Information section which displays the
GTK im-module that is likely to be in use unless changed by an application.
It responds to updates of GtkSettings:gtk-im-module unless the
GTK_IM_MODULE environment variable is set.
Fixes #4512
(cherry picked from commit 6be352f4468b4dbbb1d71f427948dda154b9a658)
2023-03-23 21:26:33 +01:00
33fd9eb472
[quartz] Convert frame_link, windows_awaiting_frame to GSList.
...
We were't using GList's prev member; worse, we weren't setting it
and that broke g_list_remove_link so that the link wasn't removed
in _gdk_quartz_display_remove_frame_callback.
Closes #5593
2023-03-23 11:44:33 -07:00
22dd7189bb
inspector: Show the pango backend
...
(cherry picked from commit 7eb5dfd2947c8e8de0957f4339af66b47811f2c7)
2023-03-23 18:59:40 +01:00
f1b6556aac
Merge branch 'fix-issue-5678' into 'gtk-3-24'
...
GdkWin32: Zero-out memory of an allocated struct
See merge request GNOME/gtk!5690
2023-03-21 11:29:04 +00:00
22b091047f
GdkWin32: Zero-out memory of an allocated struct
...
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5678
2023-03-21 10:50:09 +01:00
a7ff289302
Update Korean translation
2023-03-15 10:04:25 +00:00
a4ceb296a6
Revert "Updated Spanish translation"
...
This reverts commit ec1551c854
.
2023-03-14 12:41:15 +01:00
ec1551c854
Updated Spanish translation
2023-03-14 12:38:08 +01:00
7776052c46
Merge branch 'check-egl-support-at-runtime' into 'gtk-3-24'
...
GdkWin32GLContext: Check availability of EGL at runtime
See merge request GNOME/gtk!5629
2023-03-13 17:51:03 +00:00
8a5619d981
Merge branch 'windows-gles-debug-fix' into 'gtk-3-24'
...
gdkglcontext-win32.c: Fix running under GLES with GDK_DEBUG=opengl
See merge request GNOME/gtk!5622
2023-03-13 17:50:45 +00:00
2e299d3808
Merge branch 'ebassi/gtk3-file-attrs' into 'gtk-3-24'
...
Check for attribute availability before accessing it
See merge request GNOME/gtk!5645
2023-03-13 13:13:08 +00:00
c1fa916e88
Check for attribute availability before accessing it
...
Starting from GLib 2.76, the standard attribute getters in the GFileInfo
object will warn if the attribute is unset, instead of silently bailing
out and returning a default value.
2023-03-13 11:54:01 +00:00
fb364dd84b
Update French translation
2023-03-13 10:20:54 +00:00
3e460253ad
Updated Spanish translation
2023-03-13 10:50:33 +01:00
6ea6391581
Merge branch 'dark_theme_caret_color_evince' into 'gtk-3-24'
...
dark theme: create $caret_color and use it
See merge request GNOME/gtk!5642
2023-03-13 07:40:54 +00:00
2c951f122d
dark theme: create $caret_color and use it
...
Fixes Evince showing a dark caret when using
dark theme, which makes it almost invisible.
This is in css node "textview text" of Evince
annotation window (a GtkScrolledWindow).
We create a new $caret_color var based on
$text_color and use it accordingly.
Fixes evince#1842
2023-03-12 18:50:56 -04:00