Commit Graph

4704 Commits

Author SHA1 Message Date
Jorge Moraleda
863e3f61da Remove exception ind DVC Custom Renderer sample that implies that columns with custom renderers cannot be correctly edited under GTK since this is no longer the case. 2020-04-23 16:34:19 -07:00
Robin Dunn
c19077fd63 Merge branch 'new-docker-images' 2020-04-21 17:03:14 -07:00
Robin Dunn
90cac15a08 Add Docker images for ubuntu-20.04, fedora-31, and centos-8 2020-04-21 16:50:21 -07:00
Robin Dunn
6192f866a3 Update wxWidgets ref 2020-04-18 12:22:35 -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
0d997d7146 Merge pull request #1604 from wxWidgets/grid-updates
Add wrappers for the GridBlockCoords, GridBlocks, and GridBlockDiffResult
2020-04-17 19:50:47 -07:00
Robin Dunn
3eef67fa17 Add changelog 2020-04-17 16:35:49 -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
4784eec157 update wxWidgets ref 2020-04-17 16:35:03 -07:00
Robin Dunn
bf0d92fbcf update wxWidgets ref 2020-04-09 14:55:11 -07:00
Robin Dunn
7a4612d6a4 tweak comments 2020-04-09 13:54:00 -07:00
Robin Dunn
d8af08a52d Merge pull request #1590 from wxWidgets/fix-issue1581
Use different typecheck code for wxArrayInt and wxArrayString in variant conversions
2020-04-08 10:35:50 -07:00
Robin Dunn
6f30acb31d Merge pull request #1591 from wxWidgets/fix-issue1501
Stop fly-out timers before closing the floating pane.
2020-04-08 09:27:33 -07:00
Robin Dunn
2c03076fa6 Stop fly-out timers before closing the floating pane. 2020-04-07 19:16:01 -07:00
Robin Dunn
5be2356b2c SASH_STATUS_OUT_OF_RANGE is in wx.adv 2020-04-07 19:14:32 -07:00
Robin Dunn
7de301c105 Use different typecheck code for wxArrayInt and wxArrayString in variant conversions 2020-04-07 18:30:07 -07:00
Robin Dunn
d9ab273d2a Revert last change, it was done that way for a reason 2020-04-07 18:18:28 -07:00
Robin Dunn
bf0d0fc027 Be more strict about what is acceptable input for the wxArray* mapped types 2020-04-07 16:29:03 -07:00
Robin Dunn
8750ef29f1 Fix additional incorrect sizer flags 2020-04-06 20:51:09 -07:00
Robin Dunn
a1bfc230e8 Merge branch 'patch-1' of https://github.com/kg-2/Phoenix into kg-2-patch-1 2020-04-06 20:41:34 -07:00
Robin Dunn
75e6e0f005 Update wxWidgets ref 2020-04-06 20:19:11 -07:00
Robin Dunn
2baac81cee Merge pull request #1579 from wxWidgets/fix-1567-AnimationDecoder
Use generic animation classes on all platforms
2020-04-06 20:16:51 -07:00
Robin Dunn
2cff46c10a Add more details to the changelog for the animation changes. 2020-04-06 15:44:33 -07:00
Robin Dunn
550cf16034 Rename the module in the demo to match the actual class name 2020-04-06 15:12:55 -07:00
Robin Dunn
04c82c5805 Some of the copied methods are not virtuals 2020-04-06 15:07:18 -07:00
Robin Dunn
ca1d367983 Update wxWidgets ref 2020-04-06 14:56:04 -07:00
Robin Dunn
bd6af90b41 Add CreateCompatibleAnimation 2020-04-06 14:55:45 -07:00
Robin Dunn
6037779151 Try different usages of creating the animation and control 2020-04-06 12:52:43 -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
0d6f2d211e Changes needed to ensure both the native and generic controls can be used in the wxGTK build. 2020-04-06 12:02:04 -07:00
Robin Dunn
0d838c12a3 Make wxGenericAnimationCtrl derive from wxControl, and add missing methods to it. 2020-04-06 11:53:25 -07:00
kg-2
17e580334b Update genericmessagedialog.py
*fixed sizer flags issue in preparation for wxpython 4.1
*fixed unhandled icon style case, will raise ValueError for bad icon mask flag
*fixed general code formatting issues
2020-04-06 07:55:05 -07:00
Robin Dunn
1b579fc648 More updates for changes in wxWidgets animation classes 2020-04-05 18:31:09 -07:00
Robin Dunn
852554144a Update wxWidgets ref 2020-04-05 18:30:22 -07:00
Robin Dunn
8d998a9d3c Update wxWidgets ref 2020-04-03 14:15:30 -07:00
Robin Dunn
0af8589dff wxAnimationGenericImpl is not public 2020-04-03 14:14:12 -07:00
Robin Dunn
28f9534a91 Fix some glitches in the dataview samples 2020-04-02 16:35:07 -07:00
Robin Dunn
75d8def97c Trim whitespace 2020-04-02 16:32:59 -07:00
Robin Dunn
669b11d497 Update wxWidgets ref 2020-04-02 16:32:44 -07:00
Robin Dunn
de25f3091f Merge pull request #1576 from pbrod/Fix_issue1570_use_of_tempfile
Fixes issue #1570:
2020-04-01 15:40:07 -07:00
Robin Dunn
7aac38dbcb Updates needed for animation updates in wxWidgets 2020-04-01 15:30:27 -07:00
Robin Dunn
df018ac7dd Update wxWidgets ref 2020-04-01 15:29:17 -07:00
Robin Dunn
089097654d Add changelog entry 2020-03-30 16:05:37 -07:00
Robin Dunn
58d6eae6d3 Update wxWidgets ref 2020-03-30 15:48:01 -07:00
Robin Dunn
b92bf63884 Add ability to select native of generic animation classes 2020-03-30 15:47:24 -07:00
Robin Dunn
192577ec5a Add new animation classes 2020-03-30 15:47:01 -07:00
Robin Dunn
8c9446bd28 Merge pull request #1578 from pbrod/Fix_issue1577_memory_leak
Fixes issue #1577: possible memory leak
2020-03-27 13:22:35 -07:00
Robin Dunn
e4fd5f1fb6 Merge pull request #1575 from pbrod/fix_issue1574
Fixes issue #1574: Still missing close for open, replace with a "with" block
2020-03-27 13:14:24 -07:00
Robin Dunn
93f75b087c Remove TODO 2020-03-25 16:32:38 -07:00