385 Commits

Author SHA1 Message Date
Robin Dunn
10dbdaa678 Add a note about the sizer item flags validation to the Migration Guide 2020-08-07 14:28:48 -07:00
Robin Dunn
d061009b9e Add FromPNGData factory, and fix markup in some docstrings 2020-07-29 14:58:16 -07:00
Robin Dunn
4cc48522b4 New names added to the map 2020-07-16 20:12:43 -07:00
Robin Dunn
9b682d61c4 Update wxWidgets commit ref 2020-07-08 16:50:36 -07:00
Robin Dunn
8ed62491e7 Add some code snippets for the docs 2020-07-07 16:03:56 -07:00
Robin Dunn
1e92a83dfa Add note about locale issue on Windows 2020-06-26 12:19:46 -07:00
Robin Dunn
bda5fbefd7 Fix comment text in code snippet 2020-05-22 10:59:27 -07:00
Robin Dunn
e1b0435f8e Added wrappers for the wx.grid.GridBlockCoords, wx.grid.GridBlocks, and wx.grid.GridBlockDiffResult classes 2020-04-17 16:35:37 -07:00
Robin Dunn
2baac81cee Merge pull request #1579 from wxWidgets/fix-1567-AnimationDecoder
Use generic animation classes on all platforms
2020-04-06 20:16:51 -07:00
Robin Dunn
7aac38dbcb Updates needed for animation updates in wxWidgets 2020-04-01 15:30:27 -07:00
Robin Dunn
192577ec5a Add new animation classes 2020-03-30 15:47:01 -07:00
Robin Dunn
62ab56e6e2 --disable-nativeanimation is gone, wxGenericAnimationCtrl is a real class 2020-03-25 16:31:21 -07:00
Per A. Brodtkorb
426258b7b7 Adding missing close for open and replaced "fid=open(filename) fid.close()"
statements with the safer "with open(filename) as fid:" blocks.

Also removed unnecessary "try: ... finally: pass" statements
and refactored code from img2py function into _write_image and _replace_non_alphanumeric_with_underscore

Fixes #1574
2020-03-25 10:36:38 +01:00
Robin Dunn
73b18b6650 Add animation decoders 2020-03-24 17:37:44 -07:00
Robin Dunn
7eaf6b1d86 Add snippet for GridFitMode 2020-03-20 13:30:04 -07:00
Robin Dunn
b503793e5e Add ability to make global name strings from a wchar_t constant 2020-03-17 17:46:56 -07:00
Robin Dunn
2c378393a9 Remove the very outdated classic_vs_phoenix document 2020-03-17 15:43:38 -07:00
Robin Dunn
3761507882 wxObjectDataPtr, wxGridCell*Ptr, and other changes needed for updated wxWidgets 2020-03-05 09:48:09 -08:00
Robin Dunn
434365ec00 Add CHMHelpController, and a wx.HelpController factory function 2020-03-02 15:13:34 -08:00
Robin Dunn
11e4cf1f82 Add wxGridFitMode 2020-01-22 15:48:31 -08:00
Robin Dunn
96e92b50ad Restore widget image file 2019-12-17 19:06:38 -08:00
Robin Dunn
5aa9d48bcb remove file with conflicting cased names in git 2019-12-17 19:03:36 -08:00
Robin Dunn
74d965f0f3 Merge pull request #1459 from domdfcoding/master
Added / changed images for multiple widget types.
2019-12-17 18:51:55 -08:00
Robin Dunn
1cad84aa8e Add some new code snippets 2019-12-11 13:58:47 -08:00
Dominic Davis-Foster
e4ef7b7735 Added images for multiple widget types. Replaced wxGTK/wx.adv.calendarctrl.png with a version in English and replaced wxMSW/wx.adv.calendarctrl.png with a more modern widget. There are two different versions for wx.RichMessageDialog on wxMSW and wxGTk, one version expanded and the other collapsed. There are also two different versions for wx.ProgressDialog on wxMSW, again collapsed and expanded 2019-12-11 20:36:14 +00:00
Robin Dunn
b2a3849813 Add stubs for the old webkit classes, in case it is disabled by configure 2019-11-08 19:59:14 -08:00
Robin Dunn
0d9670c9bf Fix position of the div.document-no-sidebar style 2019-10-30 16:22:55 -07:00
Robin Dunn
49cceecbdf Added wrappers for the wx.CollapsibleHeaderCtrl class 2019-10-30 13:03:51 -07:00
Robin Dunn
e972814cd3 Add wx.ActivityIndicator 2019-10-29 15:23:08 -07:00
Robin Dunn
b35757b516 Allow the top bar to scroll and not stay stuck at the top of the window 2019-10-11 13:12:18 -07:00
Robin Dunn
930e23e4ef Merge pull request #1393 from driscollis/patch-6
Update actual location of wx.gizmos.TreeListCtrl
2019-10-10 12:29:53 -07:00
Mike Driscoll
7281cf9bef Update actual location of wx.gizmos.TreeListCtrl 2019-10-10 13:29:25 -05:00
Robin Dunn
70be620ebb Remove the sidebar from pages in the Dash docset 2019-10-04 08:09:21 -07:00
Robin Dunn
40320294c1 Use BeautifulSoup to remove the header image instead of just changing the class. 2019-10-03 20:48:24 -07:00
Robin Dunn
09404e63f5 Simplify postprocessing, remove changes no longer needed, or edit them for Sphinx 2.2.0. 2019-10-03 14:54:50 -07:00
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