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
0bce9c082d
Update wx.TreeItemId tests
2017-06-03 10:51:21 -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
53d82e4bb3
Merge branch 'master' into release-prep
2017-06-02 22:51:22 -07:00
Robin Dunn
85f11ff112
Merge pull request #380 from RobinD42/fix-issue355
...
Fix the missing checkboxes in CheckListCtrlMixin
2017-06-02 22:49:33 -07:00
Robin Dunn
74a6eef16d
Merge pull request #379 from RobinD42/fix-issue200
...
Ensure propgrid's globals are initialized when the module is loaded
2017-06-02 22:49:17 -07:00
Robin Dunn
8e1da1f2e0
Clear the bitmap with the white brush
2017-06-02 22:46:35 -07:00
Robin Dunn
a3af417f8f
Fix the monkey-patch to use the new name of the real method
2017-06-02 22:43:21 -07:00
Robin Dunn
9ceff621de
Various propgrid demo fixes
2017-06-02 15:29:51 -07:00
Robin Dunn
1b725ef4ca
Tweak PGEditor.GetValueFromControl.variant to be an output parameter,
...
and also modify the virtual handler code so it works the same way
2017-06-02 15:29:17 -07:00
Robin Dunn
d3dc961f84
Add some missing constants
2017-06-02 13:52:54 -07:00
Robin Dunn
105642c6c5
Also transfer ownership of the editor arg for RegisterEditorClass
2017-06-02 13:31:46 -07:00
Robin Dunn
dc8f1a87eb
Add AddButton and AddBitmapButton to PGMultiButton
2017-06-02 13:00:28 -07:00
Robin Dunn
6e5f3546c2
Add call to wxPGInitResourceModule so propgrid globals are initialized
...
when the module is imported.
2017-06-02 12:33:36 -07:00
Robin Dunn
5f2f2508fd
Add more items to the list of CHANGES
2017-06-01 15:20:21 -07:00
Robin Dunn
f37a4cb9c0
Merge branch 'master' into release-prep
2017-06-01 15:18:40 -07:00
Robin Dunn
429f391236
Uncomment cmd_bdist_msi() in case somebody wants to use it.
2017-06-01 11:40:32 -07:00
Robin Dunn
925d729a46
Don't use /FS when building for Py34 either
2017-06-01 10:15:48 -07:00
Robin Dunn
5e45f0ad56
Merge pull request #377 from RobinD42/fix-issue373
...
Fix TreeItemId.__[n]eq__ implementation to not crash when compared to None
2017-05-31 20:20:19 -07:00
Robin Dunn
a95d89b8fb
Merge pull request #376 from RobinD42/fix-issue374
...
Add wrappers for wxPrintData::[GS]etPaperSize
2017-05-31 20:19:53 -07:00
Robin Dunn
7f12f6fcbf
Merge pull request #375 from pauldmccarthy/aui_cleanup
...
Suppress `framemanager` warnings and errors
2017-05-31 20:19:32 -07:00
Robin Dunn
e5df1da408
A better fix. Use reference params so a None won't get far enough to cause a problem.
2017-05-31 20:16:49 -07:00
Robin Dunn
279f17b964
Ensure that the other item being compared to this one is not NULL,
...
which could happen when comparing to None in Python.
2017-05-31 19:49:19 -07:00
Robin Dunn
1d86e8b956
Merge branch 'restore-py34-builds-issue363'
2017-05-31 19:19:51 -07:00
Robin Dunn
c2a905e27b
Add wrappers for wxPrintData::[GS]etPaperSize
2017-05-31 19:06:14 -07:00
Paul McCarthy
72631cf7e8
More suppression of ClientToScreen warning message
2017-05-30 16:22:21 +01:00
Paul McCarthy
01cee04596
Make sure that AuiManager.UnInit always gets called when a managed window is
...
closed/destroyed.
2017-05-29 23:00:23 +01:00
Paul McCarthy
a28b4cc1fa
Only run DoUpdate if the managed window exists.
2017-05-29 22:40:23 +01:00
Paul McCarthy
6eca1e7e23
Suppress ScreenToClient/ClientToScreen warnings when floating panes are moved
...
around
2017-05-29 22:40:10 +01:00
Robin Dunn
8bed348c91
Merge pull request #372 from pauldmccarthy/auifix
...
Fix GTK bugs in lib/agw/aui/framemanager
2017-05-25 16:40:18 -07:00
Robin Dunn
b561552715
Merge branch 'api-updates'
2017-05-25 16:36:07 -07:00
Robin Dunn
f277412ad4
wxpy_api updates:
...
shift a couple inline helpers into the exported API, add and use a couple new ones.
2017-05-25 13:53:16 -07:00
Robin Dunn
888a2557d9
MD5s for Linux builds of sip-4.19.2
2017-05-25 13:01:55 -07:00
Robin Dunn
4eac7d6d27
Change how we fetch the sip version on Windows
2017-05-25 11:58:11 -07:00
Robin Dunn
7b764da940
Update to sip-4.19.2
2017-05-25 11:54:42 -07:00
Robin Dunn
a695da7def
Keep just the “dist-“ builders for Python 3.4
2017-05-25 11:05:06 -07:00
Robin Dunn
86db7983bd
Revert 9b743cf and 5292f96
2017-05-25 10:50:25 -07:00
Paul McCarthy
fb8931a476
Fix GTK bugs in framemanager - some code assumes that AuiManager.Update() is
...
performed synchronously, but it is not under GTK.
2017-05-25 18:39:08 +01:00
Robin Dunn
48326c93aa
Merge pull request #370 from RobinD42/fix-issue369
...
Add Wizard.ShowPage and IsRunning
2017-05-25 10:01:50 -07:00
Robin Dunn
ca3c7ef736
Merge pull request #368 from RobinD42/fix-issue366
...
Set wx.RefCounter objects to be owned by C++.
2017-05-24 20:44:35 -07:00
Robin Dunn
c2439a6646
Add a simple test for ShowPage and IsRunning
2017-05-24 10:54:49 -07:00
Robin Dunn
be3ec6d2ba
Add ShowPage and IsRunning methods
2017-05-24 10:54:02 -07:00
Robin Dunn
2e706e7aba
Set wx.RefCounter objects to be owned by C++.
...
Set the /Transfer/ annotation on the ctors, because the C++ objects will always own themselves and will delete themselves when their C++ refcount drops to zero.
2017-05-23 13:18:53 -07:00
Robin Dunn
6c83de2b8a
Add more items in CHANGES
2017-05-18 13:46:35 -07:00
Robin Dunn
9649bbbc26
Merge branch 'master' into release-prep
2017-05-18 11:49:14 -07:00
Robin Dunn
c4a5b9fa0a
Merge pull request #367 from RobinD42/hashable-treeitemid
...
Make TreeItemId hashable
2017-05-18 11:48:25 -07:00
Robin Dunn
fe06162e96
Merge pull request #365 from wxWidgets/fix-issue362
...
Fix some Py3 compatibility issues
2017-05-18 08:46:20 -07:00
Robin Dunn
4292e66899
Merge pull request #357 from RobinD42/fix-get-handle
...
Fix get handle
2017-05-18 08:46:04 -07:00
Robin Dunn
cf02cd8ac4
Merge pull request #352 from pauldmccarthy/auifix
...
Extra check to avoid error under OSX when dragging AUI toolbars
2017-05-18 08:45:46 -07:00