Robin Dunn
|
705aa63d75
|
Merge branch 'more-windowidref' into wxPy-4.0.x
(cherry picked from commit ada7b2fc51)
|
2018-06-25 19:12:00 -07:00 |
|
Robin Dunn
|
b1b0c9e297
|
wx.NewId() --> wx.ID_ANY or wx.Window.NewControlId() as appropriate
|
2018-06-19 10:31:56 -07:00 |
|
Robin Dunn
|
b77c88a280
|
Merge tag 'wxPython-4.0.2' into wxPy-4.0.x
(cherry picked from commit 4c56c39e52)
|
2018-06-17 22:04:22 -07:00 |
|
Robin Dunn
|
5d011f4f04
|
Merge pull request #877 from RobinD42/fix-issue742
Fix GetValueFromControl and StringToValue
(cherry picked from commit 53c03f9203)
|
2018-06-04 20:39:25 -07:00 |
|
Robin Dunn
|
09de554e1b
|
Merge branch 'this-n-that' into wxPy-4.0.x
(cherry picked from commit 2e5430d57f)
|
2018-05-07 11:24:24 -07:00 |
|
Robin Dunn
|
47e32c0d33
|
Enable running the demo with just python demo
|
2018-04-28 21:27:10 -07:00 |
|
Robin Dunn
|
0ca5f58fe6
|
Remove debug prints
|
2018-03-20 14:34:18 -07:00 |
|
Robin Dunn
|
a283339521
|
DecRef the model, but only if it was created in this instance of the view.
|
2018-03-20 13:43:33 -07:00 |
|
Robin Dunn
|
ca5497d77d
|
Merge pull request #756 from jwilk-forks/string-exceptions
Don't use string exceptions
|
2018-02-19 16:52:41 -08:00 |
|
Jakub Wilk
|
3a34b71d9a
|
Don't use string exceptions
String exceptions have been removed in Python 2.6.
Attempting to raise them causes TypeError.
|
2018-02-18 21:19:54 +01:00 |
|
Robin Dunn
|
76bdfdb4c9
|
Docstring tweaks
|
2018-02-13 17:15:09 -08:00 |
|
Robin Dunn
|
32e1341df2
|
Sizers now assert if there is an alignment flag used with wx.EXPAND
|
2018-02-10 12:53:48 -08:00 |
|
Robin Dunn
|
c4b741b797
|
Deprecate wx.ListItemAttr
|
2018-02-10 12:52:23 -08:00 |
|
Robin Dunn
|
8cf2f590c9
|
Fix version numbers
|
2018-02-09 14:17:06 -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 |
|