Commit Graph

55225 Commits

Author SHA1 Message Date
b5b5d4acf2 Release to unstable 2025-01-14 14:38:48 +00:00
22af2b933c Remove obsolete Lintian overrides 2025-01-14 14:37:28 +00:00
fcfe6875c4 Add test coverage for the historical path of gtk-query-immodules-3.0 2025-01-14 14:05:34 +00:00
e897a21134 d/libgtk-3-0t64.links.in: Provide a symlink to the old gtk-query-immodules-3.0 path
This provides drop-in compatibility with libgtk-3-0, which some packages
rely on (gcin, hime, ibus).
2025-01-14 13:16:20 +00:00
92d4222cda d/rules: Use CFLAGS_FOR_BUILD, etc. to link convert-emoji 2025-01-14 13:10:24 +00:00
1eae46cd9b d/rules: Explicitly use build architecture gcc in rebuild-emoji target
This makes it more obvious that we're intentionally building a
build-architecture binary, to be run during the build and then discarded.
2024-11-25 11:21:39 +00:00
e33463703d d/salsa-ci.yml: Add 2024-11-25 09:46:33 +00:00
70f6cfdce9 Release to unstable 2024-09-16 11:11:33 +01:00
22052ef77f Update changelog 2024-09-16 11:11:09 +01:00
87d7280ebf d/rules: Don't build gtk-update-icon-cache on release architectures
Ideally src:gtk4 would take over gtk-update-icon-cache on all
architectures, but it isn't buildable on all -ports architectures yet,
and the -ports architectures are more susceptible to packages temporarily
disappearing.
2024-09-16 11:06:06 +01:00
658dc18d66 Update changelog 2024-09-11 16:28:49 +01:00
89c6a86859 Edit patch so the long description is not used as part of the diff
Closes: #1081179
2024-09-11 16:25:30 +01:00
07b1378da5 releasing package gtk+3.0 version 3.24.43-3 2024-08-23 11:49:21 -04:00
9ffe984931 Remove cherry-picked patch that broke tray icons in waybar
Closes: #1079292
2024-08-23 11:48:29 -04:00
75e7a5fa3a releasing package gtk+3.0 version 3.24.43-2 2024-08-20 16:43:03 -04:00
95af6db767 Cherry-pick fixes from upstream gtk-3-24 branch 2024-08-20 16:28:24 -04:00
4f98432e7d Bump Standards Version to 4.7.0 2024-08-20 16:21:25 -04:00
513143d880 Enable sysprof profiling integration on most architectures
LP: #2077465
2024-08-20 16:21:00 -04:00
d63acb5b89 releasing package gtk+3.0 version 3.24.43-1 2024-07-10 15:04:48 -04:00
ef7f70cbd3 New upstream release 2024-07-10 14:56:49 -04:00
d33d43af21 Update upstream source from tag 'upstream/3.24.43'
Update to upstream version '3.24.43'
with Debian dir 555afabae0
2024-07-10 14:52:59 -04:00
5a866a7a86 New upstream version 3.24.43 2024-07-10 14:52:16 -04:00
788f4de279 3.24.43 2024-07-10 13:03:14 -04:00
cd9174daa2 Mark "%-e %b" as "no-c-format" for xgettext. 2024-07-01 19:31:40 +00:00
56f4274c67 Update Persian translation 2024-07-01 19:06:37 +00:00
aa0a6bbc5c Update Persian translation 2024-07-01 18:59:33 +00:00
f3d7fa5583 Update Hungarian translation 2024-06-28 15:27:01 +00:00
626ff485f8 Update Czech translation 2024-06-16 13:18:43 +00:00
e81aad25a1 Merge branch 'gtk3-module-loading-fix' into 'gtk-3-24'
Stop looking for modules in cwd

See merge request GNOME/gtk!7361
2024-06-15 21:58:49 +00:00
3bbf0b6176 Stop looking for modules in cwd
This is just not a good idea. It is surprising, and can be misused.

Fixes: #6786
2024-06-15 14:18:01 -04:00
62c331d578 releasing package gtk+3.0 version 3.24.42-1 2024-05-29 09:14:19 -04:00
ea0cacf0cf New upstream release 2024-05-28 16:48:03 -04:00
f4acf7073e Update upstream source from tag 'upstream/3.24.42'
Update to upstream version '3.24.42'
with Debian dir f8814cf53e
2024-05-28 16:48:03 -04:00
65e08cd0d0 New upstream version 3.24.42 2024-05-28 16:47:18 -04:00
a8a03a4852 Merge branch 'wgl-usage-across-threads-324' into 'gtk-3-24'
3.24: GDK-Win32: Use wrapper functions for calling core wgl* functions (backport from GTK-4.x)

See merge request GNOME/gtk!7284
2024-05-23 15:34:40 +00:00
8ae6aee9c2 Merge branch 'gdk3_win32_fix_dnd_move_cursor' into 'gtk-3-24'
gdk3-win32: Fix invisible dnd-move cursor

See merge request GNOME/gtk!7288
2024-05-23 10:16:43 +00:00
71de45cb83 win32: Fix invisible dnd-move cursor
The cursor currently disappears while in DnD "move" action.
Fix by assigning a standard arrow cursor.
2024-05-22 20:41:57 +02:00
a0306f758f GDK-Win32: Add wrapper functions for calling core wgl* functions
This is a backport from the GTK-4.x update, so that we can aim to
support gtkglsink in gst-plugins-good even on Windows, beyond using
just Cairo in gstsink for rendering.

From the commit message in GTK-4.x, in commit 627ee674:

We might be dealing with GL contexts from different threads, which have more
gotchas when we are using libepoxy, so in case the function pointers for
these are invalidated by wglMakeCurrent() calls outside of GTK/GDK, such as
in GstGL, we want to use these functions that are directly linked to
opengl32.dll provided by the system/ICD, by linking to opengl32.lib.

This will ensure that we will indeed call the "correct" wgl* functions that
we need.
2024-05-22 19:26:31 +08:00
60a3955ce2 Merge branch 'fix-win32-build-gcc14' into 'gtk-3-24'
gtkprintoperation-win32: fix the build on Windows with GCC 14.1.0

See merge request GNOME/gtk!7259
2024-05-18 10:47:48 +00:00
fcc5219910 gtkprintoperation-win32: fix the build on Windows with GCC 14.1.0
Both cases expect a DLGTEMPLATE but the docs say that DLGTEMPLATEEX
works too, despite it being a different struct, so just cast it.
See https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createdialogindirectw

This avoids two "-Wincompatible-pointer-types" which GCC 14 switched
to being an error by default.
2024-05-16 23:04:27 +02:00
f8018da0d7 3.24.42 2024-05-15 16:52:40 -04:00
f050f24d35 Merge branch 'wip/abono/macos-tracking-area-leak' into 'gtk-3-24'
quartz: Remove trackingArea double reference

See merge request GNOME/gtk!7250
2024-05-14 10:55:06 +00:00
c07bffa624 quartz: Remove trackingArea double reference
Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/6704
2024-05-14 12:30:34 +02:00
8990eb4177 Merge branch 'michaelweghorn/gtk-3-24_port_from_deprecated_focus_event' into 'gtk-3-24'
a11y: Port from deprecated atk_focus_tracker_notify

See merge request GNOME/gtk!7239
2024-05-13 13:21:08 +00:00
5147e95d1d a11y: Port from deprecated atk_focus_tracker_notify
Port `gail_focus_notify` from using the deprecated
`atk_focus_tracker_notify` to notify about the new
focus object. Notify of a state of the focused state
instead, as suggested in the
`atk_focus_tracker_notify` doc [1].

Using the deprecated function e.g. resulted in
the Orca screen reader no longer announcing
initial focus on editable comboboxes in
LibreOffice Writer's toolbars after Orca dropped
support for the deprecated "focus" AT-SPI event
in this commit [2]:

    commit 9e2902dd46c7e583a097e235dfd7e3c50b016383
    Author: Joanmarie Diggs <jdiggs@igalia.com>
    Date:   Wed May 1 12:14:07 2024 +0200

        Remove the on_focus handler for the LibreOffice script

        The "focus:" event was deprecated many years ago. If the expected
        "object:state-changed:focused" event is absent, that bug should
        be fixed.

This commit makes the announcement work again.

It also fixes the scenario described in [3].

[1] https://docs.gtk.org/atk/func.focus_tracker_notify.html
[2] 9e2902dd46
[3] https://gitlab.gnome.org/GNOME/gtk/-/issues/454#note_2099344

Fixes: #454
2024-05-08 12:52:42 +02:00
ebc84a6185 Merge branch 'bump_dep_sysprof_capture' into 'gtk-3-24'
Build option '-Dprofiler=true' fails with latest sysprof-capture

See merge request GNOME/gtk!7225
2024-05-05 15:00:50 +00:00
0b220ce984 Build option '-Dprofiler=true' fails with latest sysprof-capture
I'm unable to compile gtk+-3 on Fedora 40 with profiler support
"-Dprofiler=true" because it looks for sysprof-capture-3 while
Fedora 40 only provides sysprof-capture-4.

GTK4 for the same build option only looks for sysprof-capture-4.
2024-05-04 17:19:59 +01:00
09fe1f263f Update Kabyle translation 2024-05-01 14:59:52 +00:00
0a4a84bc06 Update Kabyle translation 2024-05-01 14:57:07 +00:00
6f89d6759e Update fa.po 2024-04-28 11:46:00 +00:00