~kicad/+git/wxwidgets-github-mirror:kicad_3.2

Last commit made on 2022-12-22
Get this branch:
git clone -b kicad_3.2 https://git.launchpad.net/~kicad/+git/wxwidgets-github-mirror
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
kicad_3.2
Repository:
lp:~kicad/+git/wxwidgets-github-mirror

Recent commits

4475895... by Seth Hillbrand

Remove submodules

97e9970... by Vadim Zeitlin

Update checksums of 3.2.1 release files

These checksums were produced by the release workflow, copy them back to
the release notes.

7352e5a... by PB <email address hidden>

Improve wxBitmapBundle documentation, notably mention SVG support

Add an SVG and a wxBitmapBundleImpl to the list of methods that can be
used when creating a wxBitmapBundle.

Remove a generic sentence promising adding other methods of creating
bundles in the future.

See #22774.

(cherry picked from commit 17371d911d9ec68b0c2d98c7f56977523803b392)

1c2185e... by Vadim Zeitlin

Add wxDC::DrawCircle() 0 radius fix in wxGTK to the change log

fb1d884... by Paul Cornett <email address hidden>

Restore check for radius <= 0 when drawing ellipse with Cairo

This was lost in
a5d4a99bb0 (Use native methods to draw some geometric figures using Cairo renderer, 2016-05-31)

(cherry picked from commit 52eedc171ce1e2646e7ed469993a9000214e5fa8)

10a7ee9... by Vadim Zeitlin

Fix bug when creating a new release in our gh-release action fork

The previous bug fix fixes updating an existing release, but broke
creating the new ones, which wasn't ideal.

(cherry picked from commit 31720e1ee102b195265203f9e9886929bff0528d)

f0cfdab... by Vadim Zeitlin

Merge branch 'release-workflow'

More fixes for the release workflow.

(cherry picked from commit 12155bff3dcfe3fdd3a9e11c33e1d1071a0418f2)

ac18f51... by Vadim Zeitlin

Add a GitHub Actions workflow for creating releases

This takes care of the easy to automate steps.

(cherry picked from commit d5a9d99781ccf45f59b252977821068304c8fc05)

109ae40... by Vadim Zeitlin

Merge branch 'cmake-gtk-printing' of https://github.com/MaartenBent/wxWidgets

CMake: Add GTK Printing support.

And show the extra toolkit options in the CMake summary, fix using
libnotify and gnomevfs with gtk3 and fix some unused parameter warnings
when using gtk2 or gtk3 on Windows.

See #22745, #22762.

(cherry picked from commit d9a78be16c95ec9b6877cda93d2446b711cc3d4e)

42573c6... by Paul Cornett <email address hidden>

Make wxWindow::GetTextExtent() result match wxDC::GetTextExtent() on OSX

(cherry picked from commit 955f11504b20d53892f0936a0cc3ba01539ddff0)