Commit Graph

300 Commits

Author SHA1 Message Date
Robin Dunn
1b03456463 Mention parameter name changes in the radial gradient methods in the MigrationGuide 2019-09-05 18:53:03 -07:00
Robin Dunn
defa946fce remove experimental automodule 2019-09-04 14:31:01 -07:00
Robin Dunn
d6bda86a0e Some docstring updates, and add wx.svg to the docs to be built 2019-09-04 14:30:51 -07:00
Robin Dunn
9e78437974 begin support for gradient pens 2019-09-04 14:28:51 -07:00
Robin Dunn
3bce916e34 Update wxWidgets, add wxDPIChangedEvent, adapt to some propgrid api changes 2019-09-04 14:18:12 -07:00
Robin Dunn
f7ff075f45 Various fixes and tweaks to go with the wxWidgets update 2019-07-31 12:20:00 -07:00
Robin Dunn
1f5fe1e398 Fix stray backtick 2019-07-24 22:00:11 -07:00
Mike Driscoll
fcf30690d6 Fix typo in wx.StaticBoxSixer 2019-07-23 12:33:17 -05:00
Robin Dunn
c90357e787 Add note to Migration Guide about wx.WS_EX_VALIDATE_RECURSIVELY 2019-06-29 11:19:35 -07:00
Robin Dunn
b749338e1d add new names to map 2019-06-10 21:43:37 -07:00
Robin Dunn
e389a38b53 Propgrid fixes needed due to wxWidgets update 2019-05-29 15:10:44 -07:00
Robin Dunn
f884bf8e4a Convert new code snippets 2019-05-24 15:35:56 -07:00
Robin Dunn
5d078557bf Lots of updates to get caught up with wxWidgets master (3.1.3+) 2019-05-23 21:43:40 -07:00
Robin Dunn
96c41be226 Merge pull request #1199 from RobinD42/sip-4.19.16
Update sip to version 4.19.16

(cherry picked from commit 7383d34fce)
2019-04-15 16:57:04 -07:00
Robin Dunn
005fcc90c6 fix typo
(cherry picked from commit 53e8370e02)
2019-02-27 12:59:06 -08:00
Robin Dunn
fd1c26d2e1 Add info about wx.NewIdRef to MigrationGuid, and update OnHTMLOpeningURL section too. 2019-02-12 18:51:28 -08:00
Robin Dunn
94ce8fc74a Merge pull request #1124 from RobinD42/fix-issue1123
Generate optional stubs for the wxFileSystemWatcher* classes
(cherry picked from commit 792d32a1c4)
2019-01-03 22:16:08 -08:00
Metallicow
230bf5d6d3 Optimize All PNGs Nov2018
Since I had to fix a image issue and optimize it. I decided to rerun FileOptimizer 13.30.2393 over all pngs. Small bytes for some that had been optimized before, but this comit covers all pngs that may have been missed in the past. Maybe revisit running them all again in 2 years. Total time to process all pngs: approx 8 hours.
As technology improves this will only get better/faster when downloading, loading in browser, embedded, etc...
2018-11-13 16:08:12 -06:00
Metallicow
794c694169 Fix size of image to match others. Should fix layout issue 2018-11-13 09:43:10 -06:00
Robin Dunn
d8ca61588d Merge pull request #1069 from RobinD42/fix-issue1068
Fixed the wrappers for wx.html.HtmlWindow.OnOpeningURL

(cherry picked from commit 05f871e9f7)
2018-10-31 18:43:28 -07:00
Robin Dunn
882401e9d9 Merge pull request #1063 from RobinD42/fix-issue997
Various updates for wxJoystick

(cherry picked from commit 12f20a4018)
2018-10-29 19:01:24 -07:00
Mesalu
484fb84bb9 remove misleading comments, do not create a copy of strs 2018-10-22 14:30:17 -07:00
Robin Dunn
71a3d90e0b Update to current wxWidgets master 2018-10-12 22:59:46 -07:00
Robin Dunn
2f540a91e6 Merge pull request #1034 from RobinD42/fix-issue958-291-wxAccessible
Add wxAccessible and a tool to generate C++ stubs

(cherry picked from commit 3a9f37f2aa)
2018-10-10 19:40:59 -07:00
Robin Dunn
900f002518 Use wx.EventBlocker as a context manager in the sample code snippet in the docs
(cherry picked from commit 2c5c104a79)
2018-09-25 13:56:41 -07:00
Peter Van Hese
b4940c19b5 Fix typo in documentation overview
fixes #1006
2018-09-18 19:29:26 +02:00
Robin Dunn
4b6ee40a14 Merge pull request #938 from RobinD42/fix-issue932-b
Restore wx.lib.pubsub, and officially deprecate
(cherry picked from commit 8fad2231a0)
2018-07-20 16:45:05 -07:00
Robin Dunn
aa2baab135 Fix typo
(cherry picked from commit 527fca7cd3)
2018-07-03 21:46:59 -07:00
Robin Dunn
b5bb587145 Merge pull request #897 from RobinD42/add-windowidref
Add wx.WindowIDRef and wx.NewIdRef
2018-06-24 21:37:54 -07:00
Robin Dunn
83ce0c76be wx.TopLevelWindow now has the GeometrySerializer nested class 2018-06-18 23:36:44 -07:00
Robin Dunn
9dd05ae311 Merge pull request #878 from RobinD42/fix-issue875
Add missing wx.adv.EVT_CALENDAR_WEEK_CLICKED
(cherry picked from commit e1732ee271)
2018-06-04 23:38:25 -07:00
Robin Dunn
f32cb4669f Merge pull request #845 from RobinD42/fix-issue811
Enable wrapping wxGraphicsContext::Create(metaFileDC)
(cherry picked from commit 6c3ce18e17)
2018-05-05 22:22:05 -07:00
Robin Dunn
a429e7cdbe Update wx.TextCompleterSimple example code snippet 2018-05-02 10:36:59 -07:00
Robin Dunn
7e248fca3e Merge pull request #839 from swt2c/add_numdlg
Add missing wx.NumberEntryDialog
2018-05-01 20:25:00 -07:00
Robin Dunn
0a6b77efe2 Take out the code for one of the DataViewModel snippets as it does not apply to wxPython. 2018-03-20 13:28:23 -07:00
Robin Dunn
5505161843 Add wx.ClassInfo wrapper and expose getter in wx.Object 2018-03-09 23:07:58 -08:00
Robin Dunn
550f5507a9 Merge pull request #764 from XPsoud/master
Some new wxGtk widgets screenshots and a few wxMsw ones update
2018-02-22 22:17:28 -08:00
Robin Dunn
693863c2a5 Merge pull request #762 from mesalu/admonish_deprecation
Admonish deprecations
2018-02-22 22:08:02 -08:00
Xaviou
9711c70373 Some new wxGtk widgets screenshots and a few wxMsw ones update 2018-02-22 15:59:31 +01:00
Robin Dunn
38624123f5 Since they're now raising DeprecationWarnings in 4.0.2 we can drop some method compatibility wrappers here. 2018-02-20 08:50:30 -08:00
Robin Dunn
1e62f2f6de Ignore new exception related methods 2018-02-13 17:15:48 -08:00
Robin Dunn
750fd1f504 Convert new doc snippets 2018-02-13 17:13:44 -08:00
Robin Dunn
beaa0ac012 new item to module names map 2018-02-09 17:16:38 -08:00
André Colomb
13caffe00f Fix a link typo in the documentation overview.
This makes the link to the wx.xrc module documentation actually work.
2018-02-05 09:37:42 +01:00
swprojects
b7e08a2a96 Update zip file 2018-01-25 16:25:31 +00:00
swprojects
b6e2b3a05e Fix spelling 2018-01-25 16:24:42 +00:00
swprojects
14dac242d2 Fix FileDialog flags 2018-01-25 16:24:08 +00:00
swprojects
50dd8e7ce4 Fix builtins import 2018-01-25 16:23:34 +00:00
swprojects
2d58f219ca Fix print statements 2018-01-25 16:23:22 +00:00
Robin Dunn
c1a0a4dfa7 Merge pull request #691 from Metallicow/Trim-whitespace
Trim trailing whitespace - everything that's left
2018-01-17 17:56:01 -08:00