Commit Graph

286 Commits

Author SHA1 Message Date
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
Metallicow
99834ab3ec ⁉️ Trim trailing whitespace misc files
All these files seem like legit trailing whitespace that can be removed.
2018-01-16 09:37:04 -06:00
Metallicow
936d722cd8 ⁉️ Trim trailing whitespace *.md; *.rst
⁉️  Not sure if the generated *.rst stuff is intended to have
whitespace or not, so seperating this from the other commits, so easy to
revert if necessary.
2018-01-16 09:24:16 -06:00
Metallicow
1257f42189 ⁉️ Trim trailing whitespace docs/sphinx/rest_substitutions/*.py
⁉️ Not sure if the generated .rst stuff is intended to have
whitespace like this in it or not, so seperating this from the other
commits, so easy to revert if necessary.
2018-01-16 09:02:20 -06:00
Metallicow
e9f8f7d4df Trim trailing whitespace docs/sphinx/_downloads/*.py 2018-01-16 08:52:28 -06:00
Metallicow
c76384d458 Trim trailing whitespace *.py files 2018-01-16 08:47:07 -06:00
Robin Dunn
051374d57c Add new code snippet 2018-01-15 13:33:37 -08:00
Robin Dunn
12016f7a55 Tweak wording in wx.gizmos section 2018-01-09 09:16:53 -08:00
Robin Dunn
0029d19bd7 Add wx.gizmos section to the MigrationGuide. 2018-01-08 20:43:57 -08:00
Mesalu
2adb4aa56e Tweak wxAuiTabCtrl into _aui.auibook 2018-01-07 17:55:39 -08:00
Robin Dunn
ce7333945f Update clipboard sample code 2017-12-28 14:19:35 -08:00
Robin Dunn
69d44e00fd Slight reorg of the docs home page, and add link to functions index 2017-10-25 20:09:20 -07:00
Robin Dunn
3df03527a3 Update wxWidgets changeset link 2017-10-18 11:38:09 -07:00
Robin Dunn
b67671ea6f Fix AccereratorTable sample code 2017-09-28 08:15:03 -07:00
Robin Dunn
0ba64bf6d2 Add a page for listing the various overview documents 2017-09-15 15:29:35 -07:00