304 Commits

Author SHA1 Message Date
neofelis2X
783d683f1d Docs: add sticky header and correct z-order of elements 2025-02-24 23:03:37 +01:00
neofelis2X
f1b73e07dc Docs: better flow for sidebar elements 2025-02-24 23:03:37 +01:00
neofelis2X
51a92d613e Docs: update template and css for control screenshots in the docs 2025-02-24 23:03:37 +01:00
neofelis2X
2b97171728 Docs: fix 2 small errors in sphinx REST files 2025-02-24 23:03:37 +01:00
neofelis2X
e3ba6d8c8c Docs: remove outdated modindex entry in sphinx conf 2025-02-24 23:03:37 +01:00
neofelis2X
cd0429f8dd Docs: small fixes for css and templates 2025-02-24 23:03:36 +01:00
neofelis2X
7953f5bba8 Docs: fixes and updates to sphinx configuration 2025-02-24 23:03:36 +01:00
neofelis2X
528f64e939 Docs: convert sphinx theme.conf to theme.toml 2025-02-24 23:03:36 +01:00
neofelis2X
85c984f5b5 Docs: update method formatting in css 2025-02-24 23:03:36 +01:00
neofelis2X
aa8c03aed1 Docs: remove alabaster, add jquery as sphinx dependecies 2025-02-24 23:03:36 +01:00
Scott Talbert
a207b40700 Merge pull request #2536 from DietmarSchwertberger/ISS_2535
update BusyCursor snippet
2024-02-27 13:17:21 -05:00
DietmarSchwertberger
d343f222cc update BusyCursor snippet 2024-02-27 14:08:10 +01:00
Scott Talbert
2c6307142f Update sip to v6.8.3 and fix deprecations 2024-02-12 23:20:17 -05:00
Scott Talbert
d8c8e9e4c7 Implement wrapping for wx.ThreadEvent
Fixes #2338.
2023-02-04 20:41:53 -05:00
Robin Dunn
44d941a221 Merge pull request #2274 from CarstenGrohmann/Sphinx_compatibility
Compatibility changes to run with Sphinx 5 also
2022-10-18 17:24:59 -07:00
Robin Dunn
bd346d84e6 Update CHANGES.rst, add header for 4.2.1 2022-10-17 14:35:28 -07:00
Robin Dunn
7f42784255 Fix code snippet in docs for XmlReseource.LoadDialog 2022-10-17 14:33:42 -07:00
Carsten Grohmann
f143e4e17c Use add_js_file() instead of add_javascript()
add_javascript() is deprecated and has been removed in Sphinx 4.
The new add_js_file() function has been available since at least Sphinx
1.8.5.
2022-09-08 22:19:16 +02:00
Carsten Grohmann
f3ac627ca9 Add compatibility code for different locations of Sphinx NoUri
The location of this exception has changed with Sphinx 3.0
according to the "Deprecated API".
2022-09-08 22:19:04 +02:00
Robin Dunn
866cdf9ab2 Fix typo 2022-08-06 13:03:53 -07:00
Robin Dunn
25fa3d9931 Add pythonized versions for new doc snippets 2022-08-06 11:40:10 -07:00
Robin Dunn
4c993c1b1a Updates needed to switch to wx master branch (3.2.0) 2022-06-28 20:27:42 -07:00
Robin Dunn
a030c90dd2 Pythonize new code snippets in the docs 2022-06-08 18:08:54 -07:00
Scott Talbert
46f1c1759f Update wxWidgets to 3.1.7 2022-06-08 14:44:47 -07:00
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
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
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