Robin Dunn
f14cf8c06e
Use the target python to run sphinx. Fix div.document-no-sidebar style
2019-10-30 11:20:05 -07:00
Robin Dunn
6975883ff4
Merge pull request #1397 from wxWidgets/more-sphinx-tweaks
...
More sphinx tweaks
(cherry picked from commit 4d57791228
)
2019-10-21 22:07:34 -07:00
Robin Dunn
fac5ce6963
Merge pull request #1387 from wxWidgets/sphinx-update
...
Sphinx update
(cherry picked from commit 8261b58e87
)
2019-10-10 12:51:23 -07:00
Robin Dunn
a7ac1582ce
Merge pull request #1393 from driscollis/patch-6
...
Update actual location of wx.gizmos.TreeListCtrl
(cherry picked from commit 930e23e4ef
)
2019-10-10 12:42:23 -07:00
Robin Dunn
bd55467e6d
Merge pull request #1312 from driscollis/patch-4
...
Fix typo in wx.StaticBoxSixer
(cherry picked from commit 773d8a83d9
)
2019-09-13 14:03:19 -07:00
Robin Dunn
4fd3b4e55d
Various updates needed to fix builds with sip 4.19.16
2019-04-13 16:32:05 -07:00
Robin Dunn
53e8370e02
fix typo
2019-02-27 12:18:04 -08:00
Robin Dunn
938fc157b3
Add info about wx.NewIdRef to MigrationGuid, and update OnHTMLOpeningURL section too.
...
(cherry picked from commit fd1c26d2e1
)
2019-02-12 18:52:25 -08:00
Robin Dunn
02c06475f5
Generate optional stubs for the wxFileSystemWatcher* classes
2019-01-03 21:57:06 -08:00
Robin Dunn
46b81b96e1
Merge pull request #1082 from Metallicow/Fix-Image-Issues
...
Fix image issues
(cherry picked from commit 1f735769a1
)
2018-11-30 15:00:22 -08:00
Robin Dunn
b0dc159cdd
Fixed the wrappers for wx.html.HtmlWindow.OnOpeningURL
2018-10-31 17:32:24 -07:00
Robin Dunn
b79a21779b
Use the new tools.generateStubs tool for the wxJoystick stub
2018-10-25 15:07:37 -07:00
Robin Dunn
e140aaaaab
Merge pull request #1045 from mesalu/fix_1042
...
fix wx.EvtHandler.QueueEvent code snippet
(cherry picked from commit e4da73bfed
)
2018-10-24 20:01:37 -07:00
Robin Dunn
ea5c502498
Generate stubs for glcanvas, mediactrl and webview
2018-10-10 18:06:01 -07:00
Robin Dunn
c332fbcf03
Mark output parameters
2018-10-10 10:38:03 -07:00
Robin Dunn
bdede34184
Use generateStubs()
2018-10-09 20:36:03 -07:00
Robin Dunn
a5309525da
First pass on adding support for wxAccessible
2018-10-08 21:12:43 -07:00
Robin Dunn
b927820d93
Mark wx.FileSystemHandler.OpenFile as a factory function
...
so the ownership is transferred correctly.
2018-10-03 22:20:51 -07:00
Robin Dunn
2c5c104a79
Use wx.EventBlocker as a context manager in the sample code snippet in the docs
2018-09-25 13:55:05 -07:00
Robin Dunn
2dfc0d8084
Merge pull request #1007 from pvanhese/fix-issue-1006
...
Fix typo in documentation overview
(cherry picked from commit 7547842c36
)
2018-09-25 13:24:15 -07:00
Robin Dunn
387e7c1e7e
Add a note to the MigrationGuide about PyPubSub.
2018-07-19 19:54:44 -07:00
Robin Dunn
527fca7cd3
Fix typo
2018-07-03 21:44:30 -07:00
Robin Dunn
355f47309e
misc updates
2018-06-29 11:57:11 -07:00
Robin Dunn
c3a89aedac
Fix some uses of wx.NewId elsewhere in the docs
2018-06-24 20:41:49 -07:00
Robin Dunn
cc0a1f16d4
Enable Auto ID Management on posix builds too. It's already enabled by default on MSW.
2018-06-24 14:57:02 -07:00
Robin Dunn
1da103f7f4
Add missing wx.adv.EVT_CALENDAR_WEEK_CLICKED
2018-06-04 21:06:50 -07:00
Robin Dunn
3ed48b8362
Add MetafileDC code snippet
2018-05-05 19:30:17 -07:00
Robin Dunn
78f8930a99
The wxMetafile classes are not just on MSW now. Move them to _core.
...
Will still need to find a way to make it build on wxGTK...
2018-05-05 19:24:33 -07:00
Robin Dunn
c10a735d28
Update wx.TextCompleterSimple example code snippet
2018-05-02 10:36:33 -07:00
Scott Talbert
49af2f9fbf
Add missing wx.NumberEntryDialog
2018-05-01 20:02:17 -04:00
Robin Dunn
f5a4523c88
Merge pull request #795 from RobinD42/fix-issue794
...
Fix possible ref-counting issues in DataViewCtrl
2018-03-21 19:43:06 -07:00
Robin Dunn
a860a5c809
Add wx.ClassInfo wrapper and expose getter in wx.Object
2018-03-09 23:24:14 -08:00
Robin Dunn
c343f835fc
Merge pull request #764 from XPsoud/master
...
Some new wxGtk widgets screenshots and a few wxMsw ones update
2018-02-22 22:18:25 -08:00
Mesalu
974105cf0a
Update docstring guidelines
2018-02-22 16:22:00 -08:00
Mesalu
c0298312eb
Fix #458
2018-02-22 15:37:14 -08:00
Mesalu
6b242794bb
Ensure that the proper classes make it into the directive's div tag.
2018-02-22 15:30:00 -08:00
Mesalu
438ef3e352
Add style for wxdeprecated directive
2018-02-22 15:29:40 -08:00
Mesalu
d6a42f1b59
Fix accidental partial change from previous commit
2018-02-21 15:40:57 -08:00
Mesalu
f0b6cbdae4
Remove the version from deprecations from doxygen, fix helper method between multiple classes.
2018-02-21 15:28:32 -08:00
Mesalu
bd1cd5a52b
Create custom deprecation admonition and use it for all deprecation instances
2018-02-21 15:12:47 -08:00
Robin Dunn
ce0be7c7c4
Merge pull request #732 from acolomb/fix-doc-link
...
Fix a link typo in the documentation overview.
2018-02-05 21:14:16 -08: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