Commit Graph

54903 Commits

Author SHA1 Message Date
497e48a1f5 Release to unstable 2023-11-08 16:35:45 +00:00
dd7c8e9b57 d/control: Explicitly build-depend on GIR XML from Gdk-Pixbuf and Pango
The versions of these packages in testing provide these names.
2023-11-08 16:09:34 +00:00
651fdeeacf d/control: Add ${gir:Depends}, ${gir:Provides} substvars
With a newer version of gobject-introspection (currently in experimental),
these will supersede some of the current hard-coded Depends and Provides.
2023-11-08 16:05:49 +00:00
e3c21558f8 libgtk-3-dev: Add Provides for included GIR XML files
Representing these by systematic names gir1.2-*-dev, and perhaps
eventually separating them into their own binary package, will help to
enable cross-compilation with GObject-Introspection removed by a build
profile.

Helps: #1030223
2023-11-08 16:03:23 +00:00
71841e1f1c d/rules: Drop some unused sed substitutions 2023-11-08 16:01:10 +00:00
1d61f76241 Stop generating d/control from a template 2023-11-08 16:00:58 +00:00
385cee5c59 Substitute GTK_BINVER_DEP as a substvar rather than using sed
This will make it easier to stop making d/control a generated file.
2023-11-08 15:53:36 +00:00
fe7f8d646a Update changelog 2023-09-10 16:39:53 +01:00
88033a268b Fix a copy/paste error in patch metadata 2023-09-10 16:39:12 +01:00
30b9c6fdbe Release to unstable 2023-09-10 15:51:21 +01:00
143e72967f Update to upstream gtk-3-24 branch commit 3.24.38-60-gecf3ac115d 2023-09-09 22:11:33 +01:00
b7f31d611c Update changelog 2023-09-09 21:00:53 +01:00
4d0ca920ef Change debian-branch from debian/master to debian/latest 2023-09-04 10:25:38 -04:00
f9cb331eca releasing package gtk+3.0 version 3.24.38-4 2023-08-09 18:10:59 -04:00
641c21d4ae Have -dev package depend on libcloudproviders-dev on Debian 2023-08-09 18:06:18 -04:00
0be9564ada releasing package gtk+3.0 version 3.24.38-3 2023-08-09 11:29:48 -04:00
da4ac7759a Build with libcloudproviders
This wasn't enabled years ago because it caused a test failure
with the autotools tests. But we've switched to meson now and
finally it looks like libcloudproviders has fixed enough issues
2023-08-09 11:28:30 -04:00
817c6a7a3c releasing package gtk+3.0 version 3.24.38-2 2023-07-23 16:14:38 -04:00
fb52405d76 releasing package gtk+3.0 version 3.24.38-1 2023-05-22 13:36:07 -04:00
081532fb4c Drop 3 patches applied in new release 2023-05-22 13:19:54 -04:00
e33b9fe691 New upstream release 2023-05-22 13:19:09 -04:00
a7aea34552 Update upstream source from tag 'upstream/3.24.38'
Update to upstream version '3.24.38'
with Debian dir 0248cf6a42
2023-05-22 13:19:08 -04:00
33409f90f1 New upstream version 3.24.38 2023-05-22 13:18:23 -04:00
3e6fd55ee0 3.24.38 2023-05-21 22:22:08 -04:00
f1602ef833 Disable a few failing reftests 2023-05-21 22:22:08 -04:00
0e3cb4b84d Update Brazilian Portuguese translation 2023-05-15 12:30:13 +00:00
294249a8bd Update Italian translation 2023-05-14 10:38:47 +00:00
32e5c18213 [quartz] Pad both the content rect and the window width.
Otherwise the rastering gets messed up and popup windows get badly
truncated lengthwise on non-Retina monitors when there are both
Retina and non-Retina monitors.
2023-05-09 15:39:10 -07:00
acb183ef7c [quartz] Remove unused variable. 2023-05-09 13:58:22 -07:00
ddf984f42c Finally resolve gdkquartz.h include path issue.
By using a different include path for building Gtk.
2023-05-09 13:51:28 -07:00
90472dc481 Merge branch 'application-signal-cleanup-for-3' into 'gtk-3-24'
Fix a crash

See merge request GNOME/gtk!5887
2023-04-29 11:28:00 +00:00
a76ae3eb85 Fix a crash
Fix an oversight from fc1643956b.
2023-04-29 06:40:50 -04:00
de1660132e Merge branch 'application-signal-cleanup-for-3' into 'gtk-3-24'
application: Clean up signal handlers

See merge request GNOME/gtk!5871
2023-04-26 12:38:22 +00:00
fc1643956b application: Clean up signal handlers
This is the right thing to do and might help for #5775.
2023-04-26 14:09:44 +02:00
2a7877277e Update Hebrew translation 2023-04-21 09:12:18 +00:00
4986c622c1 Update Galician translation 2023-04-13 16:57:52 +00:00
b6dc66159d Update Serbian translation 2023-04-09 11:36:47 +00:00
d3aaf9ed03 Update Bulgarian translation 2023-04-07 16:28:17 +00:00
048d23c36d Merge branch 'ole2-dnd-check-for-move' into 'gtk-3-24'
OLE2 DND: Check if move is supported

See merge request GNOME/gtk!5748
2023-04-06 12:46:11 +00:00
71fcbce0d7 OLE2 DND: Check if move is supported 2023-04-06 14:18:30 +02:00
afeded7e95 Update Abkhazian translation 2023-04-05 09:38:22 +00:00
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