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
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
Robin Dunn
e895f1e87a
fix comment
2017-05-06 17:20:34 -07:00
Robin Dunn
c3e3bfe66e
Copy changes to ANNOUNCE.txt
2017-05-06 17:12:26 -07:00
Robin Dunn
c5e7da9fa1
Adjust wording about this release a little.
2017-05-06 17:09:21 -07:00
Robin Dunn
f12c9bc1a5
Merge branch 'master' into release-prep
2017-05-05 21:01:59 -07:00
Robin Dunn
953a2e568b
Merge pull request #346 from RobinD42/fix-issue345
...
Fix GridTableBase.GetValue
2017-05-05 20:59:19 -07:00
Robin Dunn
067a5ee74b
In case regen.sh doesn’t have the executable bit set
2017-05-05 17:41:38 -07:00
Robin Dunn
4cab0f7dc0
add note about GridTableBase.GetValue fix and mention we’re using official wxWidgets 3.0.3
2017-05-05 17:38:51 -07:00
Robin Dunn
e6c6116f5b
Fix GridTableBase.GetValue and related methods to work more like they did in Classic.
2017-05-05 17:19:01 -07:00
Robin Dunn
d440c824e8
typo
2017-05-05 16:47:18 -07:00
Robin Dunn
131b3d779c
push the tag too
2017-05-02 16:50:54 -07:00
Robin Dunn
00c7358a41
In case regen.sh doesn’t have the executable bit set
2017-05-02 16:47:46 -07:00
Robin Dunn
a9e25ddb2e
Merge pull request #343 from driscollis/patch-3
...
Update img2py.py
2017-05-02 16:23:41 -07:00
Robin Dunn
279ba6e881
Various bits about the release-extras location, etc.
2017-05-02 15:52:57 -07:00
Robin Dunn
c823d28032
Info about where the extra release files can be found
2017-05-02 15:52:57 -07:00
Robin Dunn
bb8f0804b1
Begin CHANGES text for 4.0.0a2
2017-05-02 15:52:57 -07:00
Robin Dunn
7c2e087bfc
Use wxWidgets commit tagged v3.0.3
2017-05-02 15:52:41 -07:00
Mike Driscoll
435d779e8b
Update img2py.py
...
Fix a couple of typos
2017-05-02 09:11:04 -05:00
Robin Dunn
cbe6dab1c5
tweak snapshot wording a bit, again
2017-04-29 13:05:44 -07:00
Robin Dunn
0a2057c1ea
tweak snapshot wording a bit
2017-04-29 13:04:14 -07:00
Robin Dunn
1ad1e58d42
Merge pull request #336 from Metallicow/patch-1
...
Update README Add Snapshot Builds Link
2017-04-29 12:59:30 -07:00