Stefan Brüns
6cd96a3d71
Fix test, remove check for TB_3DBUTTONS toolbar style
...
The style has been removed for wxWidgets 3.1.0, see
https://github.com/wxWidgets/wxWidgets/pull/137
2020-07-30 02:52:29 +02:00
Stefan Brüns
4d2beb5be5
Fix SearchCtrl test by removing checks for TextCtrl methods
...
Since commit 9eb9497afc ("The new native wxSearchCtrl on GTK does not
include the wxTextCtrl methods, just those from wxTextEntry.") the
methods are no longer part of the SearchCtrl.
2020-07-30 02:52:29 +02:00
Stefan Brüns
ae237e7c45
Fix STC.StartStyling call in unittests
...
See https://github.com/wxWidgets/Phoenix/pull/1643
Fixes https://github.com/wxWidgets/Phoenix/issues/1748
2020-07-30 02:52:24 +02:00
Robin Dunn
1f222c7e87
Merge pull request #1739 from jmoraleda/XLSGridDemoFix
...
Remove inconsistent layout flags that prevent XLSGrid demo from running
2020-07-29 15:49:08 -07:00
Robin Dunn
d061009b9e
Add FromPNGData factory, and fix markup in some docstrings
2020-07-29 14:58:16 -07:00
Robin Dunn
428237a6f9
Add docstrings for some compatibility aliases
2020-07-29 14:58:16 -07:00
Robin Dunn
a24438377a
Merge pull request #1752 from oleksis/patch-1
...
Fix typo
2020-07-29 14:44:03 -07:00
Robin Dunn
534533da65
Merge pull request #1746 from lmasini/SetBackgroundColour
...
Added SetBackgroundColour to thumbnailctrl.py
2020-07-29 14:26:04 -07:00
Oleksis Fraga Menéndez
8a4a45a079
Fix typo
...
recursively -> recursive
2020-07-27 12:21:20 -04:00
lmasini
4d34e6a4ba
Added SetBackgroundColour to thumbnailctrl.py
2020-07-25 07:29:20 -07:00
Jorge Moraleda
e7b86c546f
Remove inconsistent layout flags that prevent XLSGrid demo from running
2020-07-21 18:00:40 -07:00
Robin Dunn
33fa9afdcc
Minor tweaks in sip/gen/README.txt
2020-07-20 10:42:06 -07:00
Robin Dunn
5b248eb5f1
Merge pull request #1736 from Metallicow/Optomize-Colour-Brush-Pen
...
Optomize colour brush pen
2020-07-20 10:40:39 -07:00
Robin Dunn
d2a7b13075
Merge pull request #1735 from suurjaak/numberctrl_properties
...
Added Value-property for IntCtrl and FloatSpin
2020-07-20 10:40:20 -07:00
Robin Dunn
b8d1e32ae8
Merge pull request #1733 from swt2c/fix_issue_1729
...
Fix sized_controls SetSizerType for grid sizers
2020-07-20 10:35:43 -07:00
Metallicow
5ceaff1874
Convert all line endings to Unix(LF)
2020-07-19 23:56:16 -05:00
Metallicow
0bdbfd532d
revert richtooltip bork
2020-07-19 23:54:21 -05:00
Metallicow
542a32c17d
Optimize Colour Brush Pen
...
Use builtin Colours, Brushes, Pens where needed. They are faster.
2020-07-19 23:48:39 -05:00
Erki Suurjaak
4503e9fcf2
Added Value-property for IntCtrl and FloatSpin ( fixes #1734 ).
2020-07-19 22:10:30 +03:00
Scott Talbert
238694ac83
Fix sized_controls SetSizerType for grid sizers
...
SetGrowableCol / SetGrowableRow seems to have never existed as far as I can
see, so it seems this bug has existed for a long time.
Fixes #1729
2020-07-19 11:11:28 -04:00
Robin Dunn
75f1081f84
Merge branch 'spelling-fixes'
2020-07-16 20:13:31 -07:00
Robin Dunn
4cc48522b4
New names added to the map
2020-07-16 20:12:43 -07:00
Robin Dunn
9079f2d216
Update the wxWidgets reference
2020-07-16 20:12:11 -07:00
Robin Dunn
baa9b01930
Merge pull request #1726 from swt2c/more_pg_fixes
...
Fix wx.PropertyGridManager GetExtraStyle() and GTK3 demo issue
2020-07-16 19:27:41 -07:00
Robin Dunn
a0ae876bff
Merge pull request #1709 from jeremyd2019/wxpybuffer-python2
...
Try both old and new buffer protocols on python2.7
2020-07-16 19:23:14 -07:00
Robin Dunn
c00b8950da
Spelling fixes in wx.lib
2020-07-14 12:53:31 -07:00
Robin Dunn
d265d13f6c
Spelling fixes in the demo
2020-07-14 12:00:55 -07:00
Robin Dunn
92f8cd2d55
Fix lots of misspelled words
2020-07-14 11:38:32 -07:00
Scott Talbert
3a7748db47
PG Demo: OR the "help as tooltips" flag instead of setting
...
This fixes an issue on GTK3 platforms with HiDPI screens. When using
SetExtraStyle(), all of the existing flags, including native double buffering,
were being cleared. GTK3 currently has issues when native double buffering is
disabled, so this ensures that the existing default flags aren't overwritten.
2020-07-14 10:06:53 -04:00
Scott Talbert
f42d2de988
Update wxWidgets commit for wxPG GetExtraStyle() fix
2020-07-14 10:06:53 -04:00
Robin Dunn
bd6733afa2
Add, and ignore for now, some new things in grid
2020-07-08 16:59:11 -07:00
Robin Dunn
9b682d61c4
Update wxWidgets commit ref
2020-07-08 16:50:36 -07:00
Robin Dunn
503e9e2340
Merge pull request #1719 from wxWidgets/fix-issue1718
...
Fix compilation errors in glcanvas stubs
2020-07-08 16:11:26 -07:00
Robin Dunn
2e413a1c33
Fix compilation errors in glcanvas stubs
2020-07-08 09:35:42 -07:00
Robin Dunn
07941fc888
Ignore the TryActivate method for now,
...
some related compilation issues need to be resolved first.
2020-07-07 16:52:45 -07:00
Robin Dunn
8ed62491e7
Add some code snippets for the docs
2020-07-07 16:03:56 -07:00
Robin Dunn
509de11947
Add note about wx.PyApp
2020-07-07 11:33:23 -07:00
Robin Dunn
ab674002af
Bump min OSX version to 10.10
2020-07-07 11:12:22 -07:00
Robin Dunn
5af1e297ba
Update wxWidgets commit ref
2020-07-07 10:03:07 -07:00
Robin Dunn
3fd90c0c97
fix typo
2020-07-06 14:19:00 -07:00
Jeremy Drake
4a292c3cda
Revert "pywxrc: fix embedded resources in python 2.7 and 3"
...
This reverts commit 234491058f now that
memoryview works properly on python 2.7.
2020-07-02 22:42:27 -07:00
jeremyd2019
357a350837
Try both old and new buffer protocols on python2.7
...
While some objects on 2.7 might only implement the old buffer protocol,
some (notably memoryview) only implement the new buffer protocol, so
both need to be tried.
2020-07-02 22:41:12 -07:00
Robin Dunn
961dda67ee
Merge pull request #1699 from evils/delicious
...
build.py: append PYTHONPATH
2020-07-02 20:45:51 -07:00
Robin Dunn
b60eaf3dc1
Merge pull request #1711 from wxWidgets/fix-issue1706
...
Add `IsNull()` checks for all property methods in GraphicsObject classes
2020-07-02 20:45:08 -07:00
Robin Dunn
6f1e8afcb0
Merge pull request #1710 from wxWidgets/fix-issue1701
...
Copy the full documentation for our custom dc.GetPixel wrapper
2020-07-02 20:44:55 -07:00
Robin Dunn
4ac15dda3a
Ensure that demo/version.py makes it into the source and demo archives
2020-07-02 16:41:35 -07:00
Robin Dunn
2573b6de8e
Also catch the locale.Error exception
2020-07-02 16:15:03 -07:00
Robin Dunn
152a24e341
Add IsNull() checks for all property methods in GraphicsObject classes
2020-07-02 15:49:54 -07:00
Robin Dunn
ca257209e6
Add ability to use %PreMethodCode% for more than just the mustHaveApp check
2020-07-02 15:48:48 -07:00
Robin Dunn
90176323bd
Merge pull request #1705 from StefanBruens/stl_fixes
...
Allow building with STL wxWidgets variant
2020-07-02 15:46:12 -07:00