wxwidgets3.2.git
3 days agoMerge version 3.2.11+dfsg-1+rpi1 and 3.2.11+dfsg1-1 to produce 3.2.11+dfsg1-1+rpi1 forky-staging archive/raspbian/3.2.11+dfsg1-1+rpi1 raspbian/3.2.11+dfsg1-1+rpi1
Raspbian automatic forward porter [Wed, 9 Sep 2026 23:21:38 +0000 (00:21 +0100)]
Merge version 3.2.11+dfsg-1+rpi1 and 3.2.11+dfsg1-1 to produce 3.2.11+dfsg1-1+rpi1

4 days agoMerge wxwidgets3.2 (3.2.11+dfsg-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Tue, 8 Sep 2026 15:12:56 +0000 (15:12 +0000)]
Merge wxwidgets3.2 (3.2.11+dfsg-1+rpi1) import into refs/heads/workingbranch

4 days ago[PATCH] Update Unicode mapping tables to current versions
Scott Talbert [Thu, 16 Jul 2026 23:08:09 +0000 (19:08 -0400)]
[PATCH] Update Unicode mapping tables to current versions

The primary motivation for this is to resolve a licensing issue with
these files (the files have been relicensed with a Debian-approved
license), but there were a few minor fixes/additions since the previous
update.  The generation code/scripts required some modernization to get
it working on a current system, as well as needing to handle the format
of CP866.TXT, which is a bit different than the other files.

Gbp-Pq: Name update-unicode-mapping-tables.patch

4 days agoIncrease test timeout to 10 seconds (for slower arches)
Scott Talbert [Tue, 8 Sep 2026 15:12:56 +0000 (15:12 +0000)]
Increase test timeout to 10 seconds (for slower arches)

Bug-Debian: https://bugs.debian.org/1104730
Forwarded: not-needed
Last-Update: 2025-05-06

Gbp-Pq: Name increase-test-timeout.patch

4 days agoForce X11 if wx GL library is loaded
Olly Betts [Tue, 8 Sep 2026 15:12:56 +0000 (15:12 +0000)]
Force X11 if wx GL library is loaded

Bug: https://trac.wxwidgets.org/ticket/17702
Bug-Debian: https://bugs.debian.org/900678
Forwarded: not-needed
Last-Update: 2022-11-28

Gbp-Pq: Name force-x11-for-wxgl.patch

4 days agoSuppress error about mismatching C++ ABI version
Olly Betts [Tue, 8 Sep 2026 15:12:56 +0000 (15:12 +0000)]
Suppress error about mismatching C++ ABI version

Forwarded: not-needed
Last-Update: 2022-07-18

In practice, the differences between recent ABI versions don't seem to be
incompatible since they apparently only affect obscure corner cases.  So
suppress this error so we don't have to rebuild the entire wx world in one
go.

Gbp-Pq: Name warn-for-compiler-abi-mismatch.patch

4 days agoMake the build reproducible
Olly Betts [Tue, 8 Sep 2026 15:12:56 +0000 (15:12 +0000)]
Make the build reproducible

Forwarded: https://trac.wxwidgets.org/ticket/17000
Last-Update: 2022-07-18

Gbp-Pq: Name reproducible-build.patch

4 days agowxwidgets3.2 (3.2.11+dfsg-1+rpi1) forky-staging; urgency=medium
Peter Michael Green [Tue, 8 Sep 2026 15:12:56 +0000 (15:12 +0000)]
wxwidgets3.2 (3.2.11+dfsg-1+rpi1) forky-staging; urgency=medium

  * Disable testsuite.

[dgit import unpatched wxwidgets3.2 3.2.11+dfsg-1+rpi1]

4 days agoImport wxwidgets3.2_3.2.11+dfsg-1+rpi1.debian.tar.xz
Peter Michael Green [Tue, 8 Sep 2026 15:12:56 +0000 (15:12 +0000)]
Import wxwidgets3.2_3.2.11+dfsg-1+rpi1.debian.tar.xz

[dgit import tarball wxwidgets3.2 3.2.11+dfsg-1+rpi1 wxwidgets3.2_3.2.11+dfsg-1+rpi1.debian.tar.xz]

10 days agoMerge wxwidgets3.2 (3.2.11+dfsg1-1) import into refs/heads/workingbranch
Scott Talbert [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
Merge wxwidgets3.2 (3.2.11+dfsg1-1) import into refs/heads/workingbranch

10 days ago[PATCH] Stop using enum for integer constants in image sample
Vadim Zeitlin [Thu, 30 Mar 2023 19:18:02 +0000 (21:18 +0200)]
[PATCH] Stop using enum for integer constants in image sample

This always wasn't the best and started to result in CI failures now as
recent versions of gcc (e.g. 11.3 in Ubuntu 2.2.04) started giving
-Wdeprecated-enum-float-conversion when using REAL_SIZE in the
expressions.

Gbp-Pq: Name 13ebaee247781b7cde1c830b36145aec9ab91127.patch

10 days ago[PATCH] Update Unicode mapping tables to current versions
Scott Talbert [Thu, 16 Jul 2026 23:08:09 +0000 (19:08 -0400)]
[PATCH] Update Unicode mapping tables to current versions

The primary motivation for this is to resolve a licensing issue with
these files (the files have been relicensed with a Debian-approved
license), but there were a few minor fixes/additions since the previous
update.  The generation code/scripts required some modernization to get
it working on a current system, as well as needing to handle the format
of CP866.TXT, which is a bit different than the other files.

Gbp-Pq: Name update-unicode-mapping-tables.patch

10 days agoIncrease test timeout to 10 seconds (for slower arches)
Scott Talbert [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
Increase test timeout to 10 seconds (for slower arches)

Bug-Debian: https://bugs.debian.org/1104730
Forwarded: not-needed
Last-Update: 2025-05-06

Gbp-Pq: Name increase-test-timeout.patch

10 days agoForce X11 if wx GL library is loaded
Olly Betts [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
Force X11 if wx GL library is loaded

Bug: https://trac.wxwidgets.org/ticket/17702
Bug-Debian: https://bugs.debian.org/900678
Forwarded: not-needed
Last-Update: 2022-11-28

Gbp-Pq: Name force-x11-for-wxgl.patch

10 days agoSuppress error about mismatching C++ ABI version
Olly Betts [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
Suppress error about mismatching C++ ABI version

Forwarded: not-needed
Last-Update: 2022-07-18

In practice, the differences between recent ABI versions don't seem to be
incompatible since they apparently only affect obscure corner cases.  So
suppress this error so we don't have to rebuild the entire wx world in one
go.

Gbp-Pq: Name warn-for-compiler-abi-mismatch.patch

10 days agoMake the build reproducible
Olly Betts [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
Make the build reproducible

Forwarded: https://trac.wxwidgets.org/ticket/17000
Last-Update: 2022-07-18

Gbp-Pq: Name reproducible-build.patch

10 days agowxwidgets3.2 (3.2.11+dfsg1-1) unstable; urgency=medium
Scott Talbert [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
wxwidgets3.2 (3.2.11+dfsg1-1) unstable; urgency=medium

  * Exclude 3rdparty/pcre when repacking upstream tarball (Closes: #1146114)
  * New repack to exclude 3rdparty/pcre
  * Patch image sample to fix autopkgtests w/ GCC 16 (Closes: #1146456)

[dgit import unpatched wxwidgets3.2 3.2.11+dfsg1-1]

10 days agoImport wxwidgets3.2_3.2.11+dfsg1.orig.tar.xz
Scott Talbert [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
Import wxwidgets3.2_3.2.11+dfsg1.orig.tar.xz

[dgit import orig wxwidgets3.2_3.2.11+dfsg1.orig.tar.xz]

10 days agoImport wxwidgets3.2_3.2.11+dfsg1-1.debian.tar.xz
Scott Talbert [Wed, 2 Sep 2026 16:48:31 +0000 (12:48 -0400)]
Import wxwidgets3.2_3.2.11+dfsg1-1.debian.tar.xz

[dgit import tarball wxwidgets3.2 3.2.11+dfsg1-1 wxwidgets3.2_3.2.11+dfsg1-1.debian.tar.xz]

8 weeks agoMerge wxwidgets3.2 (3.2.11+dfsg-1) import into refs/heads/workingbranch
Scott Talbert [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
Merge wxwidgets3.2 (3.2.11+dfsg-1) import into refs/heads/workingbranch

8 weeks agoImport wxwidgets3.2_3.2.11+dfsg.orig.tar.xz
Scott Talbert [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
Import wxwidgets3.2_3.2.11+dfsg.orig.tar.xz

[dgit import orig wxwidgets3.2_3.2.11+dfsg.orig.tar.xz]

8 weeks ago[PATCH] Update Unicode mapping tables to current versions
Scott Talbert [Thu, 16 Jul 2026 23:08:09 +0000 (19:08 -0400)]
[PATCH] Update Unicode mapping tables to current versions

The primary motivation for this is to resolve a licensing issue with
these files (the files have been relicensed with a Debian-approved
license), but there were a few minor fixes/additions since the previous
update.  The generation code/scripts required some modernization to get
it working on a current system, as well as needing to handle the format
of CP866.TXT, which is a bit different than the other files.

Gbp-Pq: Name update-unicode-mapping-tables.patch

8 weeks agoIncrease test timeout to 10 seconds (for slower arches)
Scott Talbert [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
Increase test timeout to 10 seconds (for slower arches)

Bug-Debian: https://bugs.debian.org/1104730
Forwarded: not-needed
Last-Update: 2025-05-06

Gbp-Pq: Name increase-test-timeout.patch

8 weeks agoForce X11 if wx GL library is loaded
Olly Betts [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
Force X11 if wx GL library is loaded

Bug: https://trac.wxwidgets.org/ticket/17702
Bug-Debian: https://bugs.debian.org/900678
Forwarded: not-needed
Last-Update: 2022-11-28

Gbp-Pq: Name force-x11-for-wxgl.patch

8 weeks agoSuppress error about mismatching C++ ABI version
Olly Betts [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
Suppress error about mismatching C++ ABI version

Forwarded: not-needed
Last-Update: 2022-07-18

In practice, the differences between recent ABI versions don't seem to be
incompatible since they apparently only affect obscure corner cases.  So
suppress this error so we don't have to rebuild the entire wx world in one
go.

Gbp-Pq: Name warn-for-compiler-abi-mismatch.patch

8 weeks agoMake the build reproducible
Olly Betts [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
Make the build reproducible

Forwarded: https://trac.wxwidgets.org/ticket/17000
Last-Update: 2022-07-18

Gbp-Pq: Name reproducible-build.patch

8 weeks agowxwidgets3.2 (3.2.11+dfsg-1) unstable; urgency=medium
Scott Talbert [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
wxwidgets3.2 (3.2.11+dfsg-1) unstable; urgency=medium

  * Add a d/gbp.conf file
  * Update to new upstream release 3.2.11
  * Update Standards-Version to 4.7.4 (no changes needed)
  * Drop redundant fields from d/control
  * Replace FSF postal address in d/copyright
  * Add a d/upstream/metadata file
  * Update lintian overrides
  * Add patch to update unicode mapping tables

[dgit import unpatched wxwidgets3.2 3.2.11+dfsg-1]

8 weeks agoImport wxwidgets3.2_3.2.11+dfsg-1.debian.tar.xz
Scott Talbert [Sat, 18 Jul 2026 23:00:40 +0000 (19:00 -0400)]
Import wxwidgets3.2_3.2.11+dfsg-1.debian.tar.xz

[dgit import tarball wxwidgets3.2 3.2.11+dfsg-1 wxwidgets3.2_3.2.11+dfsg-1.debian.tar.xz]

16 months agoMerge wxwidgets3.2 (3.2.8+dfsg-2) import into refs/heads/workingbranch
Scott Talbert [Tue, 6 May 2025 22:00:13 +0000 (18:00 -0400)]
Merge wxwidgets3.2 (3.2.8+dfsg-2) import into refs/heads/workingbranch

16 months agoIncrease test timeout to 10 seconds (for slower arches)
Scott Talbert [Tue, 6 May 2025 22:00:13 +0000 (18:00 -0400)]
Increase test timeout to 10 seconds (for slower arches)

Bug-Debian: https://bugs.debian.org/1104730
Forwarded: not-needed
Last-Update: 2025-05-06

Gbp-Pq: Name increase-test-timeout.patch

16 months agoForce X11 if wx GL library is loaded
Olly Betts [Tue, 6 May 2025 22:00:13 +0000 (18:00 -0400)]
Force X11 if wx GL library is loaded

Bug: https://trac.wxwidgets.org/ticket/17702
Bug-Debian: https://bugs.debian.org/900678
Forwarded: not-needed
Last-Update: 2022-11-28

Gbp-Pq: Name force-x11-for-wxgl.patch

16 months agoSuppress error about mismatching C++ ABI version
Olly Betts [Tue, 6 May 2025 22:00:13 +0000 (18:00 -0400)]
Suppress error about mismatching C++ ABI version

Forwarded: not-needed
Last-Update: 2022-07-18

In practice, the differences between recent ABI versions don't seem to be
incompatible since they apparently only affect obscure corner cases.  So
suppress this error so we don't have to rebuild the entire wx world in one
go.

Gbp-Pq: Name warn-for-compiler-abi-mismatch.patch

16 months agoMake the build reproducible
Olly Betts [Tue, 6 May 2025 22:00:13 +0000 (18:00 -0400)]
Make the build reproducible

Forwarded: https://trac.wxwidgets.org/ticket/17000
Last-Update: 2022-07-18

Gbp-Pq: Name reproducible-build.patch

16 months agowxwidgets3.2 (3.2.8+dfsg-2) unstable; urgency=medium
Scott Talbert [Tue, 6 May 2025 22:00:13 +0000 (18:00 -0400)]
wxwidgets3.2 (3.2.8+dfsg-2) unstable; urgency=medium

  * Increase test timeout to 10 seconds (for slower arches) (Closes: #1104730)

[dgit import unpatched wxwidgets3.2 3.2.8+dfsg-2]

16 months agoImport wxwidgets3.2_3.2.8+dfsg-2.debian.tar.xz
Scott Talbert [Tue, 6 May 2025 22:00:13 +0000 (18:00 -0400)]
Import wxwidgets3.2_3.2.8+dfsg-2.debian.tar.xz

[dgit import tarball wxwidgets3.2 3.2.8+dfsg-2 wxwidgets3.2_3.2.8+dfsg-2.debian.tar.xz]

16 months agoImport wxwidgets3.2_3.2.8+dfsg.orig.tar.xz
Scott Talbert [Mon, 5 May 2025 01:05:50 +0000 (21:05 -0400)]
Import wxwidgets3.2_3.2.8+dfsg.orig.tar.xz

[dgit import orig wxwidgets3.2_3.2.8+dfsg.orig.tar.xz]

3 years ago[PATCH] Fix drawing of icons for non-root wxTreeCtrl items
Vadim Zeitlin [Wed, 26 Oct 2022 23:48:39 +0000 (01:48 +0200)]
[PATCH] Fix drawing of icons for non-root wxTreeCtrl items

Fix y coordinate value passed to wxDC::DrawBitmap() by restoring the
parentheses accidentally removed in 6dd4e73ea3 (Add wxDrawImageBitmap()
helper and use it in wx{List,Tree}Ctrl, 2022-10-25).

(cherry picked from commit 2a13fd238ea499a3e4b089f3ca3a327e94ddb4d9)

See #23255.

Gbp-Pq: Name fix-drawing-icons-wxtreectrl.patch

3 years agoForce X11 if wx GL library is loaded
Olly Betts [Fri, 24 Feb 2023 00:23:10 +0000 (19:23 -0500)]
Force X11 if wx GL library is loaded

Bug: https://trac.wxwidgets.org/ticket/17702
Bug-Debian: https://bugs.debian.org/900678
Forwarded: no
Last-Update: 2022-11-28

Gbp-Pq: Name force-x11-for-wxgl.patch

3 years agoSuppress error about mismatching C++ ABI version
Olly Betts [Fri, 24 Feb 2023 00:23:10 +0000 (19:23 -0500)]
Suppress error about mismatching C++ ABI version

Forwarded: no
Last-Update: 2022-07-18

In practice, the differences between recent ABI versions don't seem to be
incompatible since they apparently only affect obscure corner cases.  So
suppress this error so we don't have to rebuild the entire wx world in one
go.

Gbp-Pq: Name warn-for-compiler-abi-mismatch.patch

3 years agoMake the build reproducible
Olly Betts [Fri, 24 Feb 2023 00:23:10 +0000 (19:23 -0500)]
Make the build reproducible

Forwarded: https://trac.wxwidgets.org/ticket/17000
Last-Update: 2022-07-18

Gbp-Pq: Name reproducible-build.patch

3 years agowxwidgets3.2 (3.2.2+dfsg-2) unstable; urgency=medium
Scott Talbert [Fri, 24 Feb 2023 00:23:10 +0000 (19:23 -0500)]
wxwidgets3.2 (3.2.2+dfsg-2) unstable; urgency=medium

  * Fix drawing of icons for non-root wxTreeCtrl items.  This
    effectively updates the package to v3.2.2.1 as that was the only
    change in that hotfix release.

[dgit import unpatched wxwidgets3.2 3.2.2+dfsg-2]

3 years agoImport wxwidgets3.2_3.2.2+dfsg-2.debian.tar.xz
Scott Talbert [Fri, 24 Feb 2023 00:23:10 +0000 (19:23 -0500)]
Import wxwidgets3.2_3.2.2+dfsg-2.debian.tar.xz

[dgit import tarball wxwidgets3.2 3.2.2+dfsg-2 wxwidgets3.2_3.2.2+dfsg-2.debian.tar.xz]

3 years agoImport wxwidgets3.2_3.2.2+dfsg.orig.tar.xz
Scott Talbert [Sat, 11 Feb 2023 18:15:16 +0000 (13:15 -0500)]
Import wxwidgets3.2_3.2.2+dfsg.orig.tar.xz

[dgit import orig wxwidgets3.2_3.2.2+dfsg.orig.tar.xz]