Commit Graph

361 Commits

Author SHA1 Message Date
Robin Dunn
eb04a7db0b Add more new Python code snippets 2022-05-17 19:49:31 -07:00
Robin Dunn
04cc18fbe8 Add Python snippets for the BitmapBundle docs 2022-05-17 18:49:36 -07:00
Robin Dunn
c912be2db4 Updated itemToModuleMap 2022-05-09 22:12:23 -07:00
Scott Talbert
aa1ef7bd75 Update ETG scripts to support wxWidgets 3.1.6 functionality
Fixes #2136.
2022-05-02 22:33:58 -04:00
Scott Talbert
c62d1508d6 Merge pull request #2096 from pieleric/docs-fix-missing-getkeycode-snippet
docs: fix missing GetKeyCode() call in GetKeyCode() example
2022-02-24 16:13:41 -05:00
Éric Piel
db4fcca2d7 docs: fix missing GetKeyCode() call in GetKeyCode() example 2022-02-01 16:28:34 +01:00
Robin Dunn
5902ec3750 Add some default return values for the webview stubs 2021-12-15 19:06:36 -08:00
Robin Dunn
9627bb8035 Merge branch 'master' into update-wx 2021-12-13 21:40:18 -08:00
Robin Dunn
cbe539efd9 Merge pull request #2047 from swt2c/df_unicode
Use wx.DF_UNICODETEXT instead of wx.DF_TEXT
2021-12-13 20:46:14 -08:00
Scott Talbert
2791fd7016 Use wx.DF_UNICODETEXT instead of wx.DF_TEXT
wx.DF_TEXT doesn't work on macOS and Unicode should be available under
all platforms.
2021-12-06 19:56:04 -05:00
Robin Dunn
014af4f8f1 Add Python snippets for AddScriptMessageHandler 2021-10-26 12:37:24 -07:00
Christian Clauss
25ba122168 Fix typos discovered by codespell 2021-08-07 18:55:49 +02:00
Robin Dunn
f321c561ad various tweaks and fixes for wxWidgets update 2021-07-24 16:03:21 -07:00
Robin Dunn
2d05ef594e wx.DF_PNG has been added 2021-01-11 12:35:12 -08:00
Robin Dunn
969b1b2ddc Add wx.ImageDataObject 2021-01-11 11:56:39 -08:00
Robin Dunn
c4442cbc56 Ignore the static overload of GetBitness, which doesn't seem to exist 2020-12-18 16:05:44 -08:00
Robin Dunn
1d243a37c3 Update wxWidgets revision to current master 2020-11-19 21:06:40 -08:00
Robin Dunn
f2b7035a5a Swap which is the real name and which is the alias for DatePickerCtrlGeneric 2020-11-13 09:38:53 -08:00
Robin Dunn
7c63c5cc90 Add the High DPI Overview doc from wxWidgets 2020-10-22 16:10:09 -07:00
Robin Dunn
1842b2bc9a Merge branch 'master' into webview-edge 2020-10-14 13:02:12 -07:00
Robin Dunn
4d1e8f0b47 Add notes in CHANGES and the MigrationGuide 2020-10-13 16:14:46 -07:00
Robin Dunn
65767d1aa7 Add inclusion of webview_edge.h, add wxWebViewBackendEdge 2020-10-13 13:16:57 -07:00
Robin Dunn
ba18224e00 Add new names to module map 2020-10-12 14:55:13 -07:00
Robin Dunn
ca3367a340 Enable GridActivationResult and GridActivationSource 2020-09-16 16:38:45 -07:00
Robin Dunn
557cfaf4da New grid selection events 2020-09-10 13:04:59 -07:00
Robin Dunn
62b37d24fe Add stubs for wxUIActionSimulator 2020-08-31 14:09:34 -07:00
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