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
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
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
Robin Dunn
d273ace212
Merge pull request #351 from acollange/master
...
framemanager : avoid flickering under GTK
2017-05-18 08:44:10 -07:00
Robin Dunn
a1bafc04df
Make TreeItemId hashable using the internal ID for the hash value,
...
so IDs pointing to the same item will compare as equal and have the same hash values. This enables TreeItemIDs to be dictionary keys in Py3.
2017-05-18 08:19:08 -07:00
Robin Dunn
96adef7c60
Fix some Py3 compatibility issues
2017-05-17 17:46:33 -07:00
Robin Dunn
b4e4f48f8d
Switch the other old GetHandle-like aliases to wxUIntPtr too
2017-05-11 14:29:36 -07:00
Robin Dunn
6a2a7aab9b
Return an integer from wx.DC.GetHandle instead of a voidptr.
...
In some cases due to unsigned values greater than signed max, converting the voidptr back to a handle overflows the receiving variable so it is not allowed.
2017-05-11 13:40:29 -07:00
Robin Dunn
37d67272b0
Generate a different welcome paragraph on main.html dependent on whether this is a release build or a snapshot build.
2017-05-10 12:42:48 -07:00
Robin Dunn
ad46014aeb
Generate a zip file of the documentation suitable for use on pythonhosted.org
2017-05-10 12:41:42 -07:00
Robin Dunn
3c2d77ed69
Change sdist- builder names to dist-
2017-05-10 12:36:31 -07:00
Robin Dunn
4a5c5d95d0
Merge pull request #354 from RobinD42/get-GIL-b4-buildResult
...
Ensure we have the GIL before using sipBuildResult
2017-05-10 08:57:03 -07:00
Robin Dunn
09a69cc6df
Rewrap announcement text
2017-05-09 20:02:45 -07:00
Robin Dunn
57ca0e3110
bump demo version
2017-05-09 20:02:27 -07:00
Robin Dunn
ddc11eef44
Fix typo
2017-05-09 20:01:35 -07:00
Robin Dunn
c8b3ccc44c
Ensure we have the GIL in GraphicsContext.GetTextExtent
2017-05-09 19:47:57 -07:00
Robin Dunn
bae2b7f046
Acquire the GIL in the value type Get() methods
2017-05-09 19:29:14 -07:00
Paul McCarthy
f9b2f30a3f
Extra check to avoid error under OSX when dragging AUI toolbars
2017-05-09 16:59:23 +01:00
acollange
cd22364d19
Merge pull request #4 from acollange/acollange-patch-1
...
framemanager : avoid flickering under GTK
2017-05-09 17:45:26 +02:00
acollange
63293f83f5
Update framemanager.py
2017-05-09 17:35:10 +02:00
acollange
d8a4ccc330
Merge pull request #3 from wxWidgets/master
...
resync with master
2017-05-09 17:31:50 +02:00
acollange
6d997f5d83
Merge pull request #2 from acollange/revert-1-acollange-patch-2
...
Revert "Update customtreectrl.py"
2017-05-09 17:24:28 +02:00
acollange
09d916ced7
Revert "Update customtreectrl.py"
2017-05-09 17:23:26 +02:00
Robin Dunn
8aaa91b303
Minor corrections to the release howto
2017-05-08 21:21:43 -07:00
Robin Dunn
009b6afe12
Bump version number for next release
2017-05-08 21:18:23 -07:00
Robin Dunn
85599b5d66
The /FS flag doesn't exist in the VC++ used when building for Python 2.7
wxPython-4.0.0a2
2017-05-07 21:56:44 -07:00
Robin Dunn
35fa39208d
Make the dist dir if it doesn’t exist
2017-05-07 11:45:29 -07:00