Commit Graph

289 Commits

Author SHA1 Message Date
Robin Dunn
b410f5e570 Update copyright years --> 2018 2018-06-06 10:59:51 -07:00
Robin Dunn
d7a546545e Fix the virtual dispatch code for the PGEditor.GetValueFromControl 2018-06-04 15:40:47 -07:00
Robin Dunn
3aa6544e60 When launching the demo via __main__.py ensure the demo folder is on the sys.path 2018-05-07 08:11:28 -07:00
Robin Dunn
2ca3944a03 Enable running the demo with just python demo 2018-04-28 19:53:09 -07:00
Robin Dunn
f5a4523c88 Merge pull request #795 from RobinD42/fix-issue794
Fix possible ref-counting issues in DataViewCtrl
2018-03-21 19:43:06 -07:00
Robin Dunn
d927149912 Merge pull request #756 from jwilk-forks/string-exceptions
Don't use string exceptions
2018-02-19 16:53:46 -08:00
Robin Dunn
4cc3fb7a19 Bump version number 2018-02-05 12:49:53 -08:00
Robin Dunn
b2155f004b Update version number for a quickie hot-fix release. 2018-02-01 19:58:19 -08:00
Robin Dunn
c790d12ec4 Let's just bite the bullet and call this the 4.0.0 final release build. 2018-01-27 16:17:39 -08:00
Robin Dunn
ebde977c82 Fix scrolling regression in DynamicSashWindow 2018-01-25 16:25:34 -08:00
Robin Dunn
c1a0a4dfa7 Merge pull request #691 from Metallicow/Trim-whitespace
Trim trailing whitespace - everything that's left
2018-01-17 17:56:01 -08:00
Metallicow
99834ab3ec ⁉️ Trim trailing whitespace misc files
All these files seem like legit trailing whitespace that can be removed.
2018-01-16 09:37:04 -06:00
Metallicow
c76384d458 Trim trailing whitespace *.py files 2018-01-16 08:47:07 -06:00
Metallicow
6b41523cc0 remove renamed import 2018-01-16 04:19:19 -06:00
Metallicow
f0ddc9ddf5 Fix ToasterBox demo HyperlinkCtrl 2018-01-16 03:58:21 -06:00
Robin Dunn
bb275cb617 Switch gizmos.TreeListCtrl to be essentially just HyperTreeList with a new name. 2018-01-05 19:46:50 -08:00
Robin Dunn
886c0d099b Merge branch 'master' into port-gizmos 2017-12-29 15:26:09 -08:00
Robin Dunn
d9c6d41c02 Turn on isVirtual for HtmlWindow.On* methods 2017-12-29 12:55:08 -08:00
Robin Dunn
deb21aa2ed Merge branch 'master' into port-gizmos 2017-12-06 13:15:14 -08:00
Robin Dunn
b36669c7c9 Merge branch 'master' into fix-issue605 2017-11-17 22:57:59 -06:00
Robin Dunn
9c253cfca4 TextEditMixin fixes for lost new text value in the end edit event 2017-11-17 16:18:29 -08:00
Robin Dunn
b180e6b9d4 dataview tweaks, and demo update for CustomRenderer 2017-11-17 14:52:40 -08:00
Robin Dunn
2422268a16 Merge branch 'master' into port-gizmos 2017-11-13 13:10:58 -08:00
Robin Dunn
3d732247bf Merge pull request #602 from kollivier/static_box_parent_demo
Static box parent demo
2017-11-08 19:48:11 -06:00
Robin Dunn
9fc5e86426 Merge pull request #601 from kollivier/sized_static_box
Sized static box
2017-11-08 19:46:51 -06:00
kollivier
5498c1e38a Add a quick note in the docs and remove the 2.9+ in the title. 2017-11-08 13:35:29 -08:00
kollivier
4a7d84ec8c Add example showing usage of SizedStaticBox now that we can support it. 2017-11-08 13:33:17 -08:00
kollivier
d0b7ae9ab0 Don't specify the platforms explicitly, as some Linux variants may work fine, and in general probably best to just note that it can have problems 2017-11-08 11:40:59 -08:00
kollivier
2a047d8283 Update the static box demo to show proper use as a parent. Leave the old wx.StaticBoxSizer approach in with an explanation as well, since this approach is still prevalent in user code. 2017-11-08 11:37:29 -08:00
Robin Dunn
72f712454b Draw the sash with wx.Overlay on Macs 2017-11-04 11:51:18 -07:00
Robin Dunn
22f5c74cfe Add window counter to SimpleView 2017-11-02 11:00:25 -07:00
Robin Dunn
22847f200f Port wxDynamicSashWindow and friends from wxCode 2017-11-01 16:06:26 -07:00
Robin Dunn
17643e9cd1 Port the LEDNumberCtrl from wxCode/gizmos in Classic 2017-10-27 17:21:59 -07:00
Robin Dunn
9148ce676b Python 2.7 fix. Apparently pickle doesn't like memoryview objects on 2.7 2017-09-27 19:53:14 -07:00
Robin Dunn
193641b1ad Changelog and demo cleanup 2017-09-27 19:51:28 -07:00
Robin Dunn
541c4882da Add an item to wx.PlatformInfo and wx.__version__ indicating build type:
Development, snapshot or release
2017-09-27 17:25:37 -07:00
Robin Dunn
3aa2cbcbdb Fixes in wx.aui to properly transfer ownership of the menubar, and also some tweaks in the AUI_MDI sample in the demo. 2017-09-21 23:12:44 -07:00
Robin Dunn
f04d103bea Bump version number for next series of builds until the next release. 2017-09-18 12:29:43 -07:00
Robin Dunn
d708fa67fb Merge branch 'master' into release-prep 2017-09-15 08:33:45 -07:00
Robin Dunn
4ce9c2b46f Various other propgrid related tweaks 2017-09-14 19:57:26 -07:00
Robin Dunn
6a350656c6 stop and delete the timers when switching to a different sample 2017-09-08 14:31:10 -07:00
Robin Dunn
06bdddb7e3 Remove the not-recent recent additions 2017-09-08 14:30:38 -07:00
Robin Dunn
b55cfa073a Add wx.Simplbook 2017-09-05 21:32:29 -07:00
Robin Dunn
6e7159eeaa Fix bad initial scale factor when default size is used 2017-09-04 15:59:37 -07:00
Robin Dunn
94c69d707f Add the agw subfolder to path so standalone samples can be run there 2017-09-04 14:00:57 -07:00
Robin Dunn
bad0242c18 Cleanup the process in ShutdownDemo if it's still running 2017-09-04 14:00:22 -07:00
Robin Dunn
b3de786afd fix deprecation warning 2017-08-11 16:25:29 -07:00
Robin Dunn
97002a8803 Not sure why it was commented out, but the taskbar icon needs to be destroyed in order for the MainLoop to exit normally. 2017-08-04 17:19:48 -07:00
Robin Dunn
70f67e2870 post-release bump of the version number 2017-07-24 10:39:00 -07:00
Robin Dunn
affe39d257 Let's call it beta 1, and a few other tweaks and updates. 2017-07-22 17:38:53 -07:00