Commit Graph

283 Commits

Author SHA1 Message Date
Robin Dunn
7e248fca3e Merge pull request #839 from swt2c/add_numdlg
Add missing wx.NumberEntryDialog
2018-05-01 20:25:00 -07:00
Robin Dunn
f1d9c2579c Merge pull request #840 from RobinD42/fix-issue836
Fix wx.TextCompleterSimple.GetCompletions
2018-05-01 19:54:17 -07:00
Robin Dunn
21fc134bd7 Merge pull request #832 from RobinD42/fix-issue820
Workaround the lack of checking valid page numbers in book ctrls
2018-04-28 21:27:10 -07:00
Robin Dunn
c010e79d83 Merge pull request #830 from RobinD42/fix-issue816
Change winid parameter in wx.ScrolledWindow to id, for consistency
2018-04-28 21:27:10 -07:00
Robin Dunn
e8b470592a Added changelog entries 2018-04-28 21:27:10 -07:00
Robin Dunn
52185fb6a5 Merge pull request #829 from swt2c/fix_textcompleter
Fix subclassing of wx.TextCompleter and wx.TextCompleterSimple
2018-04-28 21:27:09 -07:00
Robin Dunn
4cbdab9e23 Added wrappers for the OSXEnableAutomaticQuoteSubstitution, OSXEnableAutomaticDashSubstitution, and SXDisableAllSmartSubstitutions methods in wx.TextCtrl. 2018-03-27 18:11:00 -07:00
Robin Dunn
d609da3b65 Add changelog for #790 2018-03-21 19:39:19 -07:00
Robin Dunn
77cc3d0971 Changed Pypubsub --> PyPubSub, and added a changelog entry 2018-03-20 12:55:33 -07:00
Robin Dunn
5505161843 Add wx.ClassInfo wrapper and expose getter in wx.Object 2018-03-09 23:07:58 -08:00
Robin Dunn
8aec6c03fe Add changelog item 2018-03-09 21:48:03 -08:00
Robin Dunn
5c7046bdbc Add changelog for 778 2018-03-08 13:21:26 -08:00
Robin Dunn
2bd5c69bc3 Added the wxWidgets version number to the tail end of the string returned by wx.version(). 2018-03-08 13:14:42 -08:00
Robin Dunn
a78daf4c08 Changelog for wxWidgets update 2018-03-08 13:14:42 -08:00
Robin Dunn
e427e69cdc Explicitly zero-terminate the array used for the attribute list. 2018-02-27 16:29:32 -08:00
Robin Dunn
38624123f5 Since they're now raising DeprecationWarnings in 4.0.2 we can drop some method compatibility wrappers here. 2018-02-20 08:50:30 -08:00
Robin Dunn
2bac1983bb Add changelog item 2018-02-19 20:45:59 -08:00
Robin Dunn
430d13bf08 Add changelog item 2018-02-19 13:09:30 -08:00
Robin Dunn
c0120a1760 Mention switching branches 2018-02-13 19:12:53 -08:00
Robin Dunn
96e7fdc53d Merge branch 'master' into 4.1-first-pass 2018-02-13 19:04:38 -08:00
Robin Dunn
929269e606 Fix Python3 division in ThumbnailCtrl 2018-02-13 18:53:05 -08:00
Robin Dunn
779501315a Add changelog items 2018-02-13 18:52:44 -08:00
Robin Dunn
a08c293511 Add changelog header for 4.0.2 2018-02-13 18:52:11 -08:00
Robin Dunn
4103750b0d Use 2 sections, New and Other 2018-02-10 13:05:08 -08:00
Robin Dunn
8253373b77 Add changelog section for 4.1 2018-02-05 21:16:11 -08:00
Robin Dunn
b3388b3872 update announcement text 2018-02-02 15:16:00 -08:00
Robin Dunn
25f1799313 Changelog updates for 4.0.1 2018-02-01 20:23:16 -08:00
Robin Dunn
d442a3d2df Update release date and update ANNOUNCE.txt with new items 2018-01-30 20:35:14 -08:00
Robin Dunn
096b00e1a2 Merge branch 'master' into release-prep 2018-01-30 20:30:17 -08:00
Robin Dunn
b378df456b Allow buffer objects in RGBImage methods in STC
Fixed StyledTextCtrl.MarkerDefineRGBAImage and RegisterRGBAImage methods to be able to accept any Python buffer compatible object for the pixel data.
2018-01-30 18:51:09 -08:00
Robin Dunn
ba30c4f979 relocate misplaced changelog entries 2018-01-30 18:48:09 -08:00
Robin Dunn
4489952b0a Merge branch 'master' into release-prep 2018-01-29 21:11:44 -08:00
Robin Dunn
ae563770e2 Add changelog 2018-01-29 19:55:52 -08:00
Robin Dunn
ef2905c43a Merge branch 'master' into release-prep 2018-01-29 19:26:06 -08:00
Robin Dunn
d330ad1b40 Add context manager methods to wx.DC 2018-01-29 12:23:57 -08:00
Robin Dunn
ea38f0fe51 Add ability to pass build args in env var WXPYTHON_BUILD_ARGS 2018-01-27 16:37:25 -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
bcb3444f24 Merge pull request #709 from RobinD42/fix-issue687
Fix scrolling regression in DynamicSashWindow
2018-01-25 20:27:50 -08:00
Robin Dunn
0cd2a943e4 Merge pull request #710 from RobinD42/fix-issue704
Update wxWidgets changeset pointer to get TreeListCtrl fix
2018-01-25 20:27:35 -08:00
Robin Dunn
49f75a9475 Fix typo 2018-01-25 16:39:36 -08:00
Robin Dunn
ebde977c82 Fix scrolling regression in DynamicSashWindow 2018-01-25 16:25:34 -08:00
Robin Dunn
179318b3d1 Update wxWidgets changeset pointer to get TreeListCtrl fix 2018-01-25 14:11:19 -08:00
Robin Dunn
fcf0d8cc17 Copy methods from wxGenericProgressDialog to wxProgressDialog.
This is needed because some of the methods are non-virtual, and they are reimplemented in the MSW version of wxProgressDialog. In order for those methods to be called they need to have wrappers generated.
2018-01-22 16:25:40 -08:00
Robin Dunn
08461f1090 Add changelog for wx.RadioBox label fix 2018-01-20 13:51:56 -08:00
Robin Dunn
8258a1bc4d Add changelog for wx.dataview.TreeListCtrl fix 2018-01-19 15:15:46 -08:00
Metallicow
936d722cd8 ⁉️ Trim trailing whitespace *.md; *.rst
⁉️  Not sure if the generated *.rst stuff is intended to have
whitespace or not, so seperating this from the other commits, so easy to
revert if necessary.
2018-01-16 09:24:16 -06:00
Robin Dunn
92468c7a87 Merge branch 'master' into port-gizmos 2018-01-08 20:32:33 -08:00
Robin Dunn
29be440509 Add changelog for reverse indexing change. 2018-01-08 20:26:23 -08:00
Robin Dunn
81a13fe1be Add a changelog entry for wx.aui.AuiTabCtrl 2018-01-08 20:17:52 -08:00
Robin Dunn
5cc17558e9 Update changelog for info about the TreeListCtrl class 2018-01-05 19:50:20 -08:00