Commit Graph

4105 Commits

Author SHA1 Message Date
Robin Dunn
c3cbf2e68a Merge pull request #1143 from RobinD42/fix-issue1140
Added missing setters for the wheel-related properties in wx.MouseEvent
2019-01-15 16:00:01 -08:00
Robin Dunn
47c3d96760 Merge pull request #1142 from RobinD42/fix-issue1141
Added missing HtmlWindow.ScrollToAnchor method
2019-01-15 15:56:23 -08:00
Robin Dunn
5abd2c67f1 Added missing setters for the wheel-related properties in wx.MouseEvent 2019-01-15 15:21:23 -08:00
Robin Dunn
f84ae3f5a2 Added missing HtmlWindow.ScrollToAnchor method,
and also a couple methods in HtmlCell too.
2019-01-15 15:20:50 -08:00
Robin Dunn
a2e31b42e2 Add section for 4.0.5 2019-01-15 15:19:06 -08:00
Robin Dunn
92fc4afa9d Merge pull request #1131 from swt2c/fix_access_test
Xfail unimplemented access test instead of failing it
2019-01-15 15:16:06 -08:00
Robin Dunn
4d50f773ab Merge pull request #1130 from swt2c/fix_joystick_stubs
Fix joystick stub compilation
2019-01-15 15:15:16 -08:00
Robin Dunn
8c9b379bc4 Merge pull request #1127 from swt2c/fix_vlbox_test
Fix vlbox test on Python 3
2019-01-15 15:14:49 -08:00
Scott Talbert
4254f73f2d Xfail unimplemented access test instead of failing it 2019-01-07 22:37:52 -05:00
Scott Talbert
0c0437b18d Fix joystick stub compilation
Fixes #1125
2019-01-07 08:41:49 -05:00
Scott Talbert
30daf80f36 Fix vlbox test on Python 3 2019-01-06 23:55:02 -05:00
Robin Dunn
ff93eb48b3 Bump version for next wxPy-4.0.x release (if any) 2019-01-06 14:20:39 -08:00
Robin Dunn
edefe4da6d Clear version flags for release wxPython-4.0.4 2019-01-05 11:48:40 -08:00
Robin Dunn
da80b2c4ba Merge branch 'wxPy-4.0.x' into release-prep 2019-01-03 22:17:39 -08:00
Robin Dunn
792d32a1c4 Merge pull request #1124 from RobinD42/fix-issue1123
Generate optional stubs for the wxFileSystemWatcher* classes
2019-01-03 22:13:44 -08:00
Robin Dunn
24453e6e82 Merge pull request #1122 from kg-2/patch-1
Update FCObjects.py
(cherry picked from commit 1d427573b3)
2019-01-03 21:59:54 -08:00
Robin Dunn
02c06475f5 Generate optional stubs for the wxFileSystemWatcher* classes 2019-01-03 21:57:06 -08:00
Robin Dunn
4eefc093eb Some tweaks for CHANGES and update ANNOUNCE 2019-01-03 21:54:59 -08:00
Robin Dunn
2c1cf6e4d0 Set "rc1" build flag 2019-01-03 11:57:50 -08:00
Robin Dunn
d3328d778b Update ANNOUNCE.txt for the 4.0.4 release 2019-01-03 11:56:53 -08:00
Robin Dunn
983bebaeec Set a tentative release date, and fix typo 2019-01-03 11:56:20 -08:00
Robin Dunn
1702cb6db8 Merge pull request #1119 from RobinD42/fix-issue1104
Fix hhctrl crash in 64-bit MSW builds
2019-01-02 16:30:11 -08:00
Robin Dunn
8245182fc2 A little more info in the changelog 2019-01-02 16:01:03 -08:00
Robin Dunn
de840d4654 Add changelog item for hhctrl.ocx fix 2019-01-02 15:59:08 -08:00
Robin Dunn
94ea54cd68 Update wxWidgets revision to latest WX_3_0_BRANCH 2019-01-02 15:58:40 -08:00
Robin Dunn
f0224794ab Merge pull request #1118 from RobinD42/fix-issue1095
Add missing methods in wx.ListBox
2018-12-31 15:19:38 -08:00
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