326 Commits

Author SHA1 Message Date
Robin Dunn
28cde58761 Fix OGL's ShapeCanvas to draw properly when the window is scrolled,
and to also adjust the mouse coordinates, etc.
2017-12-28 15:20:43 -08:00
Robin Dunn
aa70e1cfbd Add changelog entry for the gizmos 2017-12-06 13:38:41 -08:00
Robin Dunn
fbf078ee29 Add changelog note 2017-11-21 18:43:06 -08:00
Robin Dunn
d4411fbcef Fix issue ID 2017-11-18 19:28:17 -08:00
Robin Dunn
03d1e1559c Add MappedType for wxMessageDialog::ButtonLabel,
so MessageDialog methods can take either string or stock IDs.
2017-11-18 19:26:42 -08:00
Robin Dunn
d4814517fd Fix event typename 2017-11-17 22:00:38 -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
63375eb1ce Add changelog item 2017-11-17 14:46:25 -08:00
Robin Dunn
dadccaedb6 changelog for issues 592, 349, 612 2017-11-16 14:20:39 -08:00
Robin Dunn
15a4e8adfe Merge pull request #598 from RobinD42/fix-issue594
Fix GetExtWildcard to return the output arg
2017-11-07 19:51:28 -06:00
Robin Dunn
96dc005481 Update SIP to 4.19.5 2017-11-07 13:50:44 -08:00
Robin Dunn
de655e45dc Fix GetExtWildcard to return the output arg
in a tuple with the return value, like in Classic.
2017-11-07 13:25:57 -08:00
Robin Dunn
666761337b Update SIP to 4.19.4 2017-11-02 21:39:05 -07:00
Robin Dunn
488eb77b58 Merge branch 'master' into fix-issue578 2017-10-25 22:11:17 -05:00
Robin Dunn
dfc4b62e11 Add methods to wx.TextCtrl for output "file-like" compatibility 2017-10-25 17:49:05 -07:00
Robin Dunn
69f46552dc changelog 2017-10-25 16:50:41 -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