Commit Graph

983 Commits

Author SHA1 Message Date
Robin Dunn
3bce916e34 Update wxWidgets, add wxDPIChangedEvent, adapt to some propgrid api changes 2019-09-04 14:18:12 -07:00
Robin Dunn
b430a16ec3 Ensure sip knows that wxLog has a default ctor and a dtor 2019-08-13 15:25:40 -07:00
Robin Dunn
cae89a5df8 PGLongStringDialogAdapter is gone 2019-08-07 12:41:57 -07:00
Robin Dunn
b7cf3fbe03 PGFileDialogAdapteris gone 2019-08-03 14:22:43 -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
a09ddd8c27 Add some missing methods in BitmapComboBox 2019-07-17 12:00:41 -07:00
Robin Dunn
1db178d3d1 Let the DCOverlay hold a reference to the dc, so it won't be GC'ed too soon. 2019-07-08 13:13:28 -07:00
Robin Dunn
f93e835c68 The wx.WS_EX_VALIDATE_RECURSIVELY extended style flag is obsolete 2019-06-28 23:08:49 -07:00
Robin Dunn
870d77b91d Don't define an extra set of wxWebViewIE_EmulationLevel enum when webkit is not available. 2019-06-28 09:58:45 -07:00
Robin Dunn
a4a481c7f8 Set FindText.findEnd to be an output parameter 2019-06-19 16:15:38 -07:00
Robin Dunn
54dc9ac457 Add EnableSystemTheme method to the classes which support it 2019-06-12 13:33:26 -07:00
Robin Dunn
9f6fd03601 remove unneeded backslash 2019-06-11 16:05:38 -07:00
Robin Dunn
f9d642d6d1 Trim the executable name down to the basename 2019-06-10 21:43:37 -07:00
Robin Dunn
02bf03a49e Replace MSWSetEmulationLevel with a version that uses sys.executable.
Call MSWSetEmulationLevel in the demo
2019-06-10 21:43:37 -07:00
Robin Dunn
d6faf337e2 Ignore wxCreateScrolled (for now) 2019-06-03 09:17:47 -07:00
Robin Dunn
e389a38b53 Propgrid fixes needed due to wxWidgets update 2019-05-29 15:10:44 -07:00
Robin Dunn
2f45313257 #if, not #ifdef 2019-05-27 16:00:33 -07:00
Robin Dunn
e30c6caea6 Use wxUSE_GRAPHICS_DIRECT2D to test if Direct2D renderer is possible 2019-05-27 14:56:02 -07:00
Robin Dunn
8a5fdff138 wxWindow --> wxWindowBase 2019-05-27 09:04:16 -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
0378328d45 Merge pull request #1201 from RobinD42/fix-issue1198
Fix access to members of transient wx.VisualAttributes

(cherry picked from commit d6324a0578)
2019-04-13 16:25:55 -07:00
Robin Dunn
fd1c26d2e1 Add info about wx.NewIdRef to MigrationGuid, and update OnHTMLOpeningURL section too. 2019-02-12 18:51:28 -08:00
Robin Dunn
4b39ae25af Merge pull request #1167 from RobinD42/fix-issue1068
Fix the use of the output parameter in HtmlWindow.OnOpeningURL
(cherry picked from commit c201f558bd)
2019-02-12 17:36:44 -08:00
Robin Dunn
38ebb70786 Merge pull request #1143 from RobinD42/fix-issue1140
Added missing setters for the wheel-related properties in wx.MouseEvent
(cherry picked from commit c3cbf2e68a)
2019-01-15 16:03:04 -08:00
Robin Dunn
35990a6027 Merge pull request #1142 from RobinD42/fix-issue1141
Added missing HtmlWindow.ScrollToAnchor method
(cherry picked from commit 47c3d96760)
2019-01-15 16:02:52 -08:00
Robin Dunn
58e9c1da8c Merge pull request #1130 from swt2c/fix_joystick_stubs
Fix joystick stub compilation
(cherry picked from commit 4d50f773ab)
2019-01-15 16:02:16 -08:00
Robin Dunn
f975c392c5 Fix some stub generator warnings 2019-01-08 11:25:00 -08:00
Robin Dunn
94ce8fc74a Merge pull request #1124 from RobinD42/fix-issue1123
Generate optional stubs for the wxFileSystemWatcher* classes
(cherry picked from commit 792d32a1c4)
2019-01-03 22:16:08 -08:00
Robin Dunn
c3879c4a83 Merge pull request #1118 from RobinD42/fix-issue1095
Add missing methods in wx.ListBox
(cherry picked from commit f0224794ab)
2018-12-31 15:20:34 -08:00
Robin Dunn
586f9ccd22 Add Enabled property for wx.MenuItem
(cherry picked from commit af7f52b640)
2018-11-01 17:06:46 -07:00
Robin Dunn
d8ca61588d Merge pull request #1069 from RobinD42/fix-issue1068
Fixed the wrappers for wx.html.HtmlWindow.OnOpeningURL

(cherry picked from commit 05f871e9f7)
2018-10-31 18:43:28 -07:00
Robin Dunn
ceb2f46720 Merge pull request #1065 from RobinD42/fix-issue1061
Transfer ownership of the wx.aui.AuiNotbook.SetArtProvider art parameter

(cherry picked from commit a55e4ec45d)
2018-10-29 22:18:23 -07:00
Robin Dunn
653d91b372 Merge pull request #1064 from RobinD42/fix-issue1060
Ensure sip knows the pure virtuals are present in wx.html.HtmlPrintout

(cherry picked from commit 17f52dfd14)
2018-10-29 22:18:08 -07:00
Robin Dunn
882401e9d9 Merge pull request #1063 from RobinD42/fix-issue997
Various updates for wxJoystick

(cherry picked from commit 12f20a4018)
2018-10-29 19:01:24 -07:00
Robin Dunn
a11a476672 Merge pull request #1039 from RobinD42/fix-issue969
Ensure all text goes into MemoryFSHandler files as utf-8 data

(cherry picked from commit b8a922ef46)
2018-10-16 20:11:49 -07:00
Robin Dunn
229870f9c9 Add a __bool__ for every __nonzero__ that doesn't already have one 2018-10-12 23:58:16 -07:00
Robin Dunn
71a3d90e0b Update to current wxWidgets master 2018-10-12 22:59:46 -07:00
Robin Dunn
e9e3736fa0 Merge pull request #1035 from RobinD42/fix-issue961
include wxpy_api.h

(cherry picked from commit 7300aa4718)
2018-10-11 21:15:10 -07:00
Robin Dunn
2f540a91e6 Merge pull request #1034 from RobinD42/fix-issue958-291-wxAccessible
Add wxAccessible and a tool to generate C++ stubs

(cherry picked from commit 3a9f37f2aa)
2018-10-10 19:40:59 -07:00
Robin Dunn
0cfefbbd47 Merge pull request #1030 from RobinD42/fix-issue906
Fix wx.ListCtrl.Append when wx.LC_SORT style is used

(cherry picked from commit 7b6fbf2a52)
2018-10-08 21:14:09 -07:00
Robin Dunn
e215a1df7e Merge pull request #1027 from RobinD42/fix-issue926
Mark wx.FileSystemHandler.OpenFile as a factory function

(cherry picked from commit 4c1ff7a1b4)
2018-10-04 08:40:10 -07:00
Robin Dunn
974721b93f wxRealPoint::operator* truncates to int before assigning to the new point
object, which seems dumb. So let's make our own implementation which
preserves the floating point result.

(cherry picked from commit 8f07ca5c28)
2018-09-25 12:44:35 -07:00
Robin Dunn
0e87fb0efa Merge branch 'double_scalar_vector_arithmetic' of git://github.com/mesalu/Phoenix into mesalu-double_scalar_vector_arithmetic 2018-09-25 11:40:39 -07:00
Robin Dunn
d49953b7cd Merge pull request #996 from RobinD42/fix-issue944
Fix GraphicsContext created from AutoBufferedPaintDC

(cherry picked from commit 5e7b9bc188)
2018-09-12 20:18:56 -07:00
Mesalu
204d2ed5b3 Merge branch 'master' into double_scalar_vector_arithmetic 2018-09-01 14:57:09 -07:00
Mesalu
9e518d9d0c Undo division arithmetic changes, compilation issues 2018-08-30 11:44:26 -07:00
Robin Dunn
5d984d99e1 Use delete[] to satisfy compiler warning
(cherry picked from commit 1b119f6add)
2018-08-30 10:41:30 -07:00
Mesalu
6a9c4c06ea Change scalar arithmetic to utilize the double-precision overloads. 2018-08-30 09:25:38 -07:00
Robin Dunn
10c34f20e7 Merge pull request #980 from RobinD42/fix-issue974
Add wx.StaticBox.GetBordersForSizer
(cherry picked from commit 49d0592e4a)
2018-08-29 23:14:25 -07:00