Commit Graph

4247 Commits

Author SHA1 Message Date
Robin Dunn
15dd7c7cec Merge pull request #1077 from Metallicow/ColourCubeDialog-box-flickering
Fix flickering with boxes/lines drawn on colorcube/wheel images
2018-11-08 20:20:10 -08:00
Robin Dunn
3aa4f289e9 Merge pull request #1076 from Metallicow/HyperTreeList-Fix
Fix dc.DrawRectangleRect to dc.DrawRectangle
2018-11-08 20:09:06 -08:00
Robin Dunn
6b6f2a932f Add Python 3.7 to the classifiers 2018-11-08 15:29:12 -08:00
Metallicow
212a05dcc6 Fix flickering with boxes/lines drawn on colorcube/wheel images 2018-11-08 04:40:17 -06:00
Metallicow
21f5e5092f Fix dc.DrawRectangleRect to dc.DrawRectangle 2018-11-08 04:11:55 -06:00
Robin Dunn
af7f52b640 Add Enabled property for wx.MenuItem 2018-11-01 17:06:21 -07:00
Robin Dunn
05f871e9f7 Merge pull request #1069 from RobinD42/fix-issue1068
Fixed the wrappers for wx.html.HtmlWindow.OnOpeningURL
2018-10-31 18:42:27 -07:00
Robin Dunn
b0dc159cdd Fixed the wrappers for wx.html.HtmlWindow.OnOpeningURL 2018-10-31 17:32:24 -07:00
Robin Dunn
a55e4ec45d Merge pull request #1065 from RobinD42/fix-issue1061
Transfer ownership of the wx.aui.AuiNotbook.SetArtProvider art parameter
2018-10-29 22:17:11 -07:00
Robin Dunn
6865d2ea69 Transfer ownership of the wx.aui.AuiNotbook.SetArtProvider art parameter. 2018-10-29 20:03:05 -07:00
Robin Dunn
17f52dfd14 Merge pull request #1064 from RobinD42/fix-issue1060
Ensure sip knows the pure virtuals are present in wx.html.HtmlPrintout
2018-10-29 19:57:51 -07:00
Robin Dunn
704bb8a301 Ensure sip knows the pure virtuals are present in wx.html.HtmlPrintout 2018-10-29 19:39:28 -07:00
Robin Dunn
12f20a4018 Merge pull request #1063 from RobinD42/fix-issue997
Various updates for wxJoystick
2018-10-29 19:00:56 -07:00
Robin Dunn
6f8286a0ff Merge branch 'wxPy-4.0.x' into fix-issue997
# Conflicts:
#	CHANGES.rst
2018-10-29 14:19:47 -07:00
Robin Dunn
a6946964f8 Destroy the stick when done 2018-10-29 14:17:39 -07:00
Robin Dunn
fe6e79e005 Explicitly draw the cross-hair 2018-10-29 13:56:48 -07:00
Robin Dunn
b76bcbb086 Don't explicitly set the position of the frame 2018-10-29 13:55:19 -07:00
Robin Dunn
8bfe2199dc Merge pull request #1058 from RobinD42/fix-issue1032
Ensure colours set in TreeItemAttr are instances of wx.Colour
2018-10-26 18:14:28 -07:00
Robin Dunn
c3bdf0af09 Merge branch 'wxPy-4.0.x' into fix-issue1032 2018-10-26 18:14:01 -07:00
Robin Dunn
ebb3de75ed Merge pull request #1057 from RobinD42/fix-issue1025
fix test suite errors in wx/py/tests
2018-10-26 18:10:08 -07:00
Robin Dunn
f38671044c Merge pull request #1056 from RobinD42/fix-issue1024
Fix AUI sample to properly use a range of wx.WindowIDRefs
2018-10-26 18:09:51 -07:00
Robin Dunn
24a455acb3 Merge pull request #1055 from RobinD42/fix-issue1013
Fix tickmarks when there is a negative bounds
2018-10-26 18:09:32 -07:00
Robin Dunn
7e904dca15 Ensure colours set in TreeItemAttr are instances of wx.Colour 2018-10-26 13:27:09 -07:00
Robin Dunn
e4d716eb37 fix test suite errors in wx/py/tests 2018-10-26 11:55:56 -07:00
Robin Dunn
ab5d60525c Fix AUI sample to properly use a range of wx.WindowIDRefs 2018-10-26 11:20:30 -07:00
Robin Dunn
90a1448d91 Add changelog 2018-10-26 10:42:03 -07:00
Robin Dunn
776ddbab3d Fix tickmarks when there is a negative bounds 2018-10-26 10:41:00 -07:00
Robin Dunn
b79a21779b Use the new tools.generateStubs tool for the wxJoystick stub 2018-10-25 15:07:37 -07:00
Robin Dunn
671663b76f Add missing GetMax* methods 2018-10-25 14:46:26 -07:00
Robin Dunn
f6170e79bd We can't call wx.Guage.OnPaint directly anymore 2018-10-25 14:28:43 -07:00
Robin Dunn
ae12e00771 "wx.Joystick" --> "wx.adv.Joystick" 2018-10-25 14:08:50 -07:00
Robin Dunn
929343bc73 The Joystick class is available on Mac now,
but we need to check if one is present.
2018-10-25 14:06:09 -07:00
Robin Dunn
73e13bf5f7 Merge pull request #1050 from mesalu/fix_1049
CustomTreeCtrl and HyperTreeList fixes

(cherry picked from commit da9f69c380)
2018-10-24 20:02:28 -07:00
Robin Dunn
8045b3ade2 Merge pull request #1048 from SilverViking/master
Fixed bug with image in floatcanvas incorrectly getting rescaled to zero width and height during frame resize.

(cherry picked from commit cb77b7cf89)
2018-10-24 20:01:57 -07:00
Robin Dunn
e140aaaaab Merge pull request #1045 from mesalu/fix_1042
fix wx.EvtHandler.QueueEvent code snippet

(cherry picked from commit e4da73bfed)
2018-10-24 20:01:37 -07:00
Felipe Calliari
9b01306497 fix DeprecationWarnings in frame.py (#1043)
This commit solves the following messages:
    DeprecationWarning: Menu.Append() is deprecated

(cherry picked from commit 94e9a38085)
2018-10-24 20:01:18 -07:00
Robin Dunn
4fc5e8050b Merge pull request #1037 from ibell/patch-1
Bump default ubuntu distro in builds to 18.04

(cherry picked from commit ec8f14da1c)
2018-10-24 20:00:53 -07:00
Robin Dunn
b8a922ef46 Merge pull request #1039 from RobinD42/fix-issue969
Ensure all text goes into MemoryFSHandler files as utf-8 data
2018-10-17 11:10:47 +08:00
Robin Dunn
0bb75d424d Ensure all data goes into MemoryFSHandler files as utf-8 data 2018-10-15 14:59:40 -07:00
Robin Dunn
1fa3908466 Add a __bool__ for every __nonzero__ that doesn't already have one
(cherry picked from commit 229870f9c9)
2018-10-12 23:59:28 -07:00
Robin Dunn
7300aa4718 Merge pull request #1035 from RobinD42/fix-issue961
include wxpy_api.h
2018-10-12 12:13:36 +08:00
Robin Dunn
8fa223494a Add changelog 2018-10-11 12:29:47 -07:00
Robin Dunn
d9b25fdc80 Move wxpy_api.h to wx/include/wxPython, so it will be included in the wheel 2018-10-11 12:15:37 -07:00
Robin Dunn
d722b2e733 Add changelog 2018-10-10 19:37:25 -07:00
Robin Dunn
3a9f37f2aa Merge pull request #1034 from RobinD42/fix-issue958-291-wxAccessible
Add wxAccessible and a tool to generate C++ stubs
2018-10-11 10:30:09 +08:00
Robin Dunn
ea5c502498 Generate stubs for glcanvas, mediactrl and webview 2018-10-10 18:06:01 -07:00
Robin Dunn
0dec6dfe26 Forward declare all classes, enable writing stubs to the header and globals to the C++ file 2018-10-10 15:25:26 -07:00
Robin Dunn
024846b3a3 Enable inserting a global string at an index position 2018-10-10 15:22:44 -07:00
Robin Dunn
8fd9ffbb74 Don't let sip try to make copies of wxAccessible 2018-10-10 13:32:08 -07:00
Robin Dunn
24797056e1 Turn on wxUSE_ACCESSIBILITY for MSW builds 2018-10-10 13:32:08 -07:00