1202 Commits

Author SHA1 Message Date
Robin Dunn
afcd5f2d97 Keep a reference to the stream passed to wx.FSFile 2019-10-22 16:07:06 -07:00
Robin Dunn
acb1e69b4d Don't ignore UsesEventLoop 2019-10-22 14:55:32 -07:00
Robin Dunn
382a624aaf Add ResetLocale 2019-10-17 16:40:25 -07:00
Robin Dunn
224d62104a comment tweaks 2019-10-17 16:40:25 -07:00
Robin Dunn
6d77fcf15a Create and hold a wx.Locale object when the wx.App is intialized, trying to make it match what is already set for the process. 2019-10-17 16:40:25 -07:00
Robin Dunn
bd959a83e0 Add wx.Setlocale() 2019-10-17 16:40:25 -07:00
Robin Dunn
e866e404ce Merge pull request #1359 from wxWidgets/fix-getclippingrect
Fix GetClippingRect to deal with the new GetClippingBox return value
2019-09-14 01:13:21 -07:00
Robin Dunn
9289e33167 Fix GetClippingRect to deal with the new GetClippingBox return value 2019-09-13 20:29:32 -07:00
Robin Dunn
3c9f134f1d Actually insert the RecalcSizes method into the class 2019-09-13 12:34:47 -07:00
Robin Dunn
c1d25d0e16 Remove tracking of application instance in wxPyApp, and just use the one already in wxAppConsole instead. This will enable wx.GetApp to still do the right thing when the wxApp is created outside of Python. 2019-09-12 13:42:31 -07:00
Robin Dunn
537c5cec6e Merge pull request #1323 from wxWidgets/add-wxsvg
Add support for parsing and rendering SVG files
2019-09-11 23:23:27 -07:00
Robin Dunn
6206d20bad Various small tweaks and fixes 2019-09-11 12:56:11 -07:00
Robin Dunn
034ae9a775 Merge pull request #1348 from wxWidgets/fix-issue1342
Keep a reference to the data parameter in wxFindReplaceDialog ctor
2019-09-06 13:02:54 -07:00
Robin Dunn
5ab7848288 Keep a reference to the data parameter in wxFindReplaceDialog ctor 2019-09-05 19:49:44 -07:00
Robin Dunn
059e1bee65 Check for Python errors upon return from overloaded virtual methods 2019-09-05 18:55:39 -07:00
Robin Dunn
676e588c76 Ensure the context is not None before assigning to it 2019-09-05 10:38:42 -07:00
Robin Dunn
6b5adab03f Handle holding the dc reference differently in GraphicsRenderer.CreateContext methods 2019-09-04 14:30:35 -07:00
Robin Dunn
aa6c0a6661 Add simple a method to get the name of the ++ GraphicsRenderer class 2019-09-04 14:30:00 -07:00
Robin Dunn
0ddc262ee5 Some tweaks for PenInfo and GraphicsPenInfo wrappers 2019-09-04 14:29:31 -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
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