Commit Graph

60 Commits

Author SHA1 Message Date
Robin Dunn
dfc4b62e11 Add methods to wx.TextCtrl for output "file-like" compatibility 2017-10-25 17:49:05 -07:00
Robin Dunn
82a073067a Changelog entry for wx.GetLocale 2017-10-18 11:48:15 -07:00
Robin Dunn
66b4a7966d Enable wxArray wrappers to return copy from __getitem__.
This solves problems where an array that is the return value of some method call is indexed immediately and a reference to the array is not held, which could result in garbage values for the indexed item. Currently this is turned on for just GridCellCoordsArray, but others can be switched in the future if needed.
2017-10-12 14:33:15 -07:00
Robin Dunn
b95bc59769 Fix typo 2017-09-27 20:00:06 -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
93d3a2303e Changelog entry for wx.BUILD_TYPE 2017-09-27 17:34:01 -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
1a542f5e55 rewrap lines 2017-09-16 10:03:33 -07:00
Robin Dunn
dff0f6e03f Add pip command to notes 2017-09-15 13:27:50 -07:00
Robin Dunn
00cac02778 Add changelog item for SetPropertyValue fix 2017-09-15 09:38:23 -07:00
Robin Dunn
d708fa67fb Merge branch 'master' into release-prep 2017-09-15 08:33:45 -07:00
Robin Dunn
9dfd7ca9c7 Add 2nd PR number for the SizedControls fix. 2017-09-14 15:43:25 -07:00
Robin Dunn
6e5f1aa13b Adjust title and date 2017-09-13 18:40:19 -07:00
Robin Dunn
9effaa0580 Merge branch 'master' into release-prep
# Conflicts:
#	CHANGES.rst
2017-09-12 21:01:02 -07:00
Robin Dunn
bb3689b7c3 Add changelog items for recent changes 2017-09-12 18:13:15 -07:00
Robin Dunn
289bd592aa Drop F24 2017-09-12 15:00:46 -07:00
Robin Dunn
3d29208ca2 Add changelog item for the SizedControls fix. 2017-09-09 16:59:30 -07:00
Robin Dunn
32f7fd169d Wording tweaks 2017-09-08 13:39:18 -07:00
Robin Dunn
bd52febc00 Set release title and tentative date 2017-09-08 09:18:57 -07:00
Robin Dunn
a7f15b3e80 Add changelog 2017-09-07 20:44:05 -07:00
Robin Dunn
a1453d21d7 Merge branch 'master' into fix-issue503 2017-09-07 10:48:16 -05:00
Robin Dunn
71a46774d1 Add changelog item 2017-09-06 17:56:39 -07:00
Robin Dunn
81f8c41a24 Fix missing imports needed for drawing the legend 2017-09-06 16:54:03 -07:00
Robin Dunn
b55cfa073a Add wx.Simplbook 2017-09-05 21:32:29 -07:00
Robin Dunn
678d6d897f Ensure wx.Notebook (and other bookctrls) declare all the base virtual methods 2017-09-05 16:38:27 -07:00
Robin Dunn
fa2d9c0cb2 Mention SpeedMeter fix 2017-09-04 16:14:40 -07:00
Robin Dunn
3cab528b5c Add changelog entries for recent commits. 2017-09-01 09:34:22 -07:00
Robin Dunn
c1010c5c6a More build-gtk3-by-default changes 2017-08-16 14:26:38 -07:00
Robin Dunn
e942177459 Typos and fix a link 2017-08-16 10:16:29 -07:00
Robin Dunn
703dec2a1f Add changelog entry 2017-08-15 21:21:10 -07:00
Robin Dunn
0257517f2b Add items for some recent changes that didn't include change descriptions 2017-08-15 20:27:34 -07:00
Steve Barnes
d7e694d2e2 Detailed changes in CHANGES.rst and added to the LONG_DESCRIPTION in setup.py 2017-08-08 07:15:59 +01:00
Robin Dunn
526d216e6c Fixed copy/paste error in wx.BusyInfo.__exit__ 2017-07-31 10:31:52 -07:00
Robin Dunn
3889e177fd Merge pull request #446 from RobinD42/fix-issue441
Add missing wx.VScrolledWindow methods
2017-07-29 10:27:46 -07:00
Robin Dunn
6980ef2aac Transfer ownership of wx.EvtHandler when needed. 2017-07-28 19:56:27 -07:00
Robin Dunn
9e86d0dbd9 And a changelog entry for it 2017-07-28 19:54:22 -07:00
Robin Dunn
a312eef892 Added a deprecated compatibility helper for wx.CustomDataFormat 2017-07-26 17:00:10 -07:00
Robin Dunn
3fb9ac28cb fix some old links 2017-07-26 17:00:10 -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
Robin Dunn
a853b7fa95 reformat and add new item 2017-07-21 21:55:06 -07:00
Robin Dunn
eea6c699ea typos 2017-07-19 16:25:58 -07:00
Robin Dunn
dfdb51b1a0 Fix up the ReST for recent items to facilitate inclusion of this file in the new website as-is. 2017-07-19 16:07:01 -07:00
Robin Dunn
1fb5d77caf Add some changelog notes 2017-07-08 08:37:57 -07:00
Robin Dunn
676db7b5d1 The pythonhosted.org site is terribly slow. Put the docs at docs.wxpython.org instead. 2017-06-03 18:03:21 -07:00
Robin Dunn
863e0647e4 Add note about the release version of the documentation.
Update the announcement text.
2017-06-03 11:00:15 -07:00
Robin Dunn
a6edf4fdab Fix date 2017-06-03 10:45:00 -07:00
Robin Dunn
f3977098a5 CHANGES notes for today's fixes 2017-06-02 22:53:34 -07:00
Robin Dunn
5f2f2508fd Add more items to the list of CHANGES 2017-06-01 15:20:21 -07:00
Robin Dunn
6c83de2b8a Add more items in CHANGES 2017-05-18 13:46:35 -07:00