Commit Graph

4279 Commits

Author SHA1 Message Date
Robin Dunn
5dd7b81e7e Add example of setting item colours to the demo sample 2018-12-31 14:16:24 -08:00
Robin Dunn
1783ea6fd1 Use pointers for the parameter types 2018-12-31 14:09:58 -08:00
Robin Dunn
5c17aabf3a Added missing methods in wx.ListBox, SetItemForegroundColour, SetItemBackgroundColour and SetItemFont. 2018-12-31 12:35:50 -08:00
Robin Dunn
fd86b47df7 Just a meaningless change to trigger the buildbot 2018-12-21 15:35:20 -08:00
Robin Dunn
ade36c6ddd Move new item to end of list, and fixed typos
(cherry picked from commit f4984db1b5)
2018-12-21 14:48:29 -08:00
Robin Dunn
d3deff2ed8 Merge pull request #1096 from Metallicow/aui-fixes-Dec2018
Aui fixes dec2018
2018-12-21 14:44:18 -08:00
Robin Dunn
a0c909c7b1 Merge pull request #1111 from a358003542/master
toasterbox.py
(cherry picked from commit cb1488a295)
2018-12-21 14:21:46 -08:00
Robin Dunn
13a65438ae Merge pull request #1110 from jensgoe/fix_newline_tokenize
ignore newline added by Tokenize module since Python 3.6
(cherry picked from commit 7876de4a32)
2018-12-21 14:19:06 -08:00
Robin Dunn
621c138987 Merge pull request #1100 from jensgoe/fix_fancytext_setY
fixed argument assignment
(cherry picked from commit 3a83977348)
2018-12-21 14:15:00 -08:00
Robin Dunn
c403d25113 Merge pull request #1093 from swt2c/reenable_python3.7_ci
Re-enable Python 3.7 in CircleCI builds
2018-12-21 14:11:40 -08:00
Robin Dunn
185eeeec92 Merge pull request #1092 from swt2c/cleanup_ci_deps
Clean up CircleCI dependencies
2018-12-21 14:09:13 -08:00
Metallicow
0fa5ae869b Add Changes For PR #1096 2018-12-03 03:25:11 -06:00
Metallicow
ffd286db8b TabNavigatorWindow Improvements
Makes TabNavigatorWindow Draggable and Resizable similar to other programs that have these. Annoyance fixes mainly if having many items or long names. Also option to popup at mouse pos instead of centre.

This can be demo'd in the agw aui demo as smart tabbing.
2018-12-03 03:17:10 -06:00
Metallicow
64dd594d72 Remove "2.9" version check stuff
According to Robin "Classic" wont be updated anymore so this isnt shouldnt be needed in "Phoenix"
2018-12-03 03:14:53 -06:00
Scott Talbert
2301a2382e Clean up CircleCI dependencies
Since we're only building GTK+3, we don't need GTK+2 development packages.
Update to the most recent WebKit and SDL packages.  Replace freeglut with
libgl dev packages.
2018-11-30 22:06:15 -05:00
Scott Talbert
a449fd0f6b Re-enable Python 3.7 in CircleCI builds 2018-11-30 21:35:54 -05:00
Robin Dunn
1c085eea1e Merge pull request #1087 from cbeytas/master
Fix bugs in CustomTreeCtrl and HyperTreeList
(cherry picked from commit e5d24078fd)
2018-11-30 15:00:22 -08:00
Robin Dunn
46b81b96e1 Merge pull request #1082 from Metallicow/Fix-Image-Issues
Fix image issues
(cherry picked from commit 1f735769a1)
2018-11-30 15:00:22 -08:00
Robin Dunn
2e1f703356 Merge pull request #1088 from mickp/FixSortForDisplay
Don't try to compare Colours in SortForDisplay.
(cherry picked from commit cfed8387fd)
2018-11-30 15:00:21 -08:00
Robin Dunn
475d533888 Merge pull request #1090 from swt2c/remove_hardcode_spin
Remove hard-coded sizes from wx.SpinButton and wx.SpinCtrlDouble in demo
2018-11-30 14:42:16 -08:00
Robin Dunn
f797aec0e6 Merge pull request #1083 from swt2c/fix_pubsub_test
Fix pubsub provider test - restore expected whitespace
2018-11-30 14:41:32 -08:00
Robin Dunn
f7d6303690 Merge pull request #1081 from swt2c/fix_filectrl_tests
Fix filectrl tests - wait a little longer to ensure event loop runs
2018-11-30 14:41:01 -08:00
Robin Dunn
d565a3500f Merge pull request #1080 from swt2c/fix_dataview_test
Fix dataview test on Python 2
2018-11-30 14:39:19 -08:00
Robin Dunn
66049df936 Merge pull request #1079 from swt2c/skip_unimplemented_tests
Skip unimplemented tests instead of failing them
2018-11-30 14:38:53 -08:00
Robin Dunn
b27a45dd94 Update to latest wxWidgets 3.0 revision 2018-11-30 13:42:49 -08:00
Scott Talbert
9739c66a2c Remove hard-coded sizes from wx.SpinButton and wx.SpinCtrlDouble in demo 2018-11-27 19:59:35 -05:00
Scott Talbert
5fc057d266 Xfail unimplemented tests instead of failing them 2018-11-19 22:14:06 -05:00
Scott Talbert
301f0e8a87 Fix pubsub provider test - restore expected whitespace 2018-11-13 20:34:24 -05:00
Scott Talbert
5cc6975425 Fix filectrl tests - wait a little longer to ensure event loop runs 2018-11-12 23:20:29 -05:00
Scott Talbert
5af729ecf1 Fix dataview test on Python 2
sys.maxsize isn't a long on Py2, it's an int.  So just remove this assert.
2018-11-12 21:04:13 -05:00
Robin Dunn
7b3a62102c Use forward slashes in sphinx output 2018-11-08 20:30:01 -08:00
Robin Dunn
79b64126d9 Merge pull request #1066 from garibarba/master
Fix bug due to type mismatch.

(cherry picked from commit 68dcd7872a)
2018-11-08 20:24:35 -08:00
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