Commit Graph

1066 Commits

Author SHA1 Message Date
Robin Dunn
06b08ecc05 Move fixDialogProperty to tweaker_tools, and use it on more property classes 2020-04-23 15:13:40 -07:00
Robin Dunn
c55a4450b6 Ensure sip sees that there is an implementation of DisplayEditorDialog in classes derived from wxEditorDialogProperty 2020-04-22 13:17:33 -07:00
Robin Dunn
260d08e32d wxGRIDTABLE_REQUEST_VIEW_GET_VALUES and wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES have been removed from wxWidgets 2020-04-17 20:18:58 -07:00
Robin Dunn
285395d9f2 Ensure that OnGetItemIsChecked is overridable in derived classes 2020-04-17 19:56:55 -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
04c82c5805 Some of the copied methods are not virtuals 2020-04-06 15:07:18 -07:00
Robin Dunn
bd6af90b41 Add CreateCompatibleAnimation 2020-04-06 14:55:45 -07:00
Robin Dunn
4dcd9a7114 Ensure animationctrl virtuals are still virtual in the wrapper classes 2020-04-06 12:50:38 -07:00
Robin Dunn
0d838c12a3 Make wxGenericAnimationCtrl derive from wxControl, and add missing methods to it. 2020-04-06 11:53:25 -07:00
Robin Dunn
1b579fc648 More updates for changes in wxWidgets animation classes 2020-04-05 18:31:09 -07:00
Robin Dunn
0af8589dff wxAnimationGenericImpl is not public 2020-04-03 14:14:12 -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
93f75b087c Remove TODO 2020-03-25 16:32:38 -07:00
Robin Dunn
62ab56e6e2 --disable-nativeanimation is gone, wxGenericAnimationCtrl is a real class 2020-03-25 16:31:21 -07:00
Robin Dunn
eafc9a3c09 Add TODO for handling when the native ctrl is configured 2020-03-24 18:44:03 -07:00
Robin Dunn
73b18b6650 Add animation decoders 2020-03-24 17:37:44 -07:00
Robin Dunn
53cc1f28bf Add missing wx.MemoryDC.GetSelectedBitmap 2020-03-23 20:19:29 -07:00
Robin Dunn
9813e50502 Don't generate docs for the wxObjectDataPtr template 2020-03-20 13:29:43 -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
4444d63c1f Add missing clipboard event type and binder 2020-03-17 15:57:10 -07:00
Robin Dunn
45245cd97f Ensure DisplayContextPopup is seen in HTMLHelpController 2020-03-17 15:43:19 -07:00
Robin Dunn
3f4d57ac9c wxHelpControllerBase does not need to be explicitly tagged as abstract 2020-03-16 23:21:04 -07:00
Robin Dunn
9e42750b59 Fix typo 2020-03-13 16:10:10 -07:00
Robin Dunn
8f7a1fd417 Another name fix for wxObjectDataPtr 2020-03-12 15:10:11 -07:00
Robin Dunn
9f2cc54b48 Update copyright years 2020-03-10 11:41:39 -07:00
Robin Dunn
adaaf76670 Merge pull request #1541 from wxWidgets/update-wx-ref
Update wxWidgets reference to current
2020-03-09 12:28:09 -07:00
Robin Dunn
5fb8b1a772 Fix some return types 2020-03-05 12:58:10 -08:00
Robin Dunn
c7a6d16793 Inform SIP about the pure virtuals implemented in HtmlHelpController 2020-03-05 09:54:37 -08:00
Robin Dunn
3761507882 wxObjectDataPtr, wxGridCell*Ptr, and other changes needed for updated wxWidgets 2020-03-05 09:48:09 -08:00
Robin Dunn
12cce4000c Fix doctring 2020-03-02 16:06:24 -08:00
Robin Dunn
06a7a065f9 fix imports 2020-03-02 15:23:51 -08:00
Robin Dunn
434365ec00 Add CHMHelpController, and a wx.HelpController factory function 2020-03-02 15:13:34 -08:00
Robin Dunn
9096426603 Add __index__ to wx.WindowID, and __bool__ to wx.Region 2020-02-26 11:10:27 -08:00
Robin Dunn
b331b01608 Merge pull request #1520 from jmoraleda/bugfix1504
Expose EVT_LIST_ITEM_CHECKED and EVT_LIST_ITEM_UNCHECKED in ListCtrl
2020-02-18 14:44:15 -08:00
Robin Dunn
5b24493ae7 fix typo 2020-02-18 14:00:55 -08:00
Jorge Moraleda
d92bf5c233 Expose EVT_LIST_ITEM_CHECKED and EVT_LIST_ITEM_UNCHECKED in ListCtrl 2020-02-17 21:03:50 -08:00
Robin Dunn
9b9b1c8f99 Ensure that the correct signature is used for GetValue and GetValueByRow virtual overrides 2020-01-23 15:53:56 -08:00
Robin Dunn
cca9486698 Merge pull request #1495 from wxWidgets/tweaks-and-stuff
little tweaks and fixes
2020-01-23 12:53:25 -08:00
Robin Dunn
9eb9497afc The new native wxSearchCtrl on GTK does not include the wxTextCtrl methods, just those from wxTextEntry. 2020-01-22 20:36:00 -08:00
Robin Dunn
daf5aa9ce3 No longer any need to explicitly ignore some macros 2020-01-22 15:49:03 -08:00
Robin Dunn
11e4cf1f82 Add wxGridFitMode 2020-01-22 15:48:31 -08:00
Robin Dunn
57df21f2ef Avoid crashes in some GetNative* methods 2020-01-22 11:28:39 -08:00
Robin Dunn
fbc014b189 Ignore GetEventUserData, because it is used internally by wxPython 2020-01-22 11:27:29 -08:00
Robin Dunn
93cbfc35a9 Add docstring for SetMaskColour 2020-01-22 11:26:15 -08:00
Metallicow
888600efb6 fix typo connecting 2020-01-20 18:29:08 -06:00
Robin Dunn
42dd0c6e12 Add wx.NotebookPage alias 2019-12-31 13:46:50 -08:00
jensgoe
4e49216913 added setters for public wx.KeyEvent attributes
(cherry picked from commit 526ad4f931)
2019-12-18 18:14:34 -08:00
Robin Dunn
e3b7cadbdc Fully split GetTextExtent and GetFullTextExtent 2019-12-11 14:02:04 -08:00
Robin Dunn
e1868c1ff9 Adapt wrapper for MSWSetEmulationLevel to new changes in the interface docs 2019-12-11 12:09:50 -08:00