~kicad/+git/wxwidgets-github-mirror:master

Last commit made on 2022-12-12
Get this branch:
git clone -b master 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:
master
Repository:
lp:~kicad/+git/wxwidgets-github-mirror

Recent commits

7d8958e... by Paul Cornett <email address hidden>

Fix editor max length

Passed as wrong parameter

5e399fd... by Vadim Zeitlin

And now fix the schedule specification too

f8fffee... by Vadim Zeitlin

Fix indent in the "no response" workflow config file

d6fb886... by Vadim Zeitlin

Use "no response" GitHub Action rather than "no response" bot

Running the action periodically is even simpler than setting up a bot,
so do this instead.

a675c8c... by Artur Wieczorek <email address hidden>

Simplify Unicode character notation

8d5cf0d... by Artur Wieczorek <email address hidden>

Simplify removing leading zeros from numeric string

c961b0b... by Artur Wieczorek <email address hidden>

Avoid unnecessary casting

If wxDynamicCast returns non-null pointer there is no need to cast
pointer again.

0fd9cf8... by Artur Wieczorek <email address hidden>

Guard function with wxCHECK macro rather than wxASSERT

0e2eaaa... by Artur Wieczorek <email address hidden>

Use range-based loop to iterate over containers

4e0faa1... by Artur Wieczorek <email address hidden>

Refactor wxPGAttributeStorage

Refactoring with C++ 11 features.