Commit Graph

653 Commits

Author SHA1 Message Date
Robin Dunn
3b500dba08 Ensure that the "Window" menu was found before using it 2018-01-30 13:26:57 -08:00
Robin Dunn
ebde977c82 Fix scrolling regression in DynamicSashWindow 2018-01-25 16:25:34 -08:00
Rob McMullen
5dc20b5a01 Fixed inverse state of "Show Alpha Control" toggle to the actual visibility of the control 2018-01-18 11:10:03 -08:00
Metallicow
99834ab3ec ⁉️ Trim trailing whitespace misc files
All these files seem like legit trailing whitespace that can be removed.
2018-01-16 09:37:04 -06:00
Metallicow
c76384d458 Trim trailing whitespace *.py files 2018-01-16 08:47:07 -06:00
Robin Dunn
1950572224 Replace use of old cmp() function 2018-01-11 17:38:40 -08:00
Robin Dunn
bb275cb617 Switch gizmos.TreeListCtrl to be essentially just HyperTreeList with a new name. 2018-01-05 19:46:50 -08:00
Robin Dunn
7cafcdb5fd Merge branch 'master' into port-gizmos 2018-01-05 17:16:30 -08:00
Robin Dunn
754db88639 Merge pull request #663 from RobinD42/fix-issue641
Fix BackgroundStyle settings for HyperTreeList
2018-01-02 20:13:55 -06:00
Robin Dunn
468673cd78 Fix BackgroundStyle settings for HyperTreeList 2018-01-02 15:10:02 -08:00
Rob McMullen
01ffadbcd9 Fix to allow '=' char in caption or name of AUI pane 2017-12-29 21:37:20 -08:00
Robin Dunn
886c0d099b Merge branch 'master' into port-gizmos 2017-12-29 15:26:09 -08:00
Robin Dunn
4a5a2a844c Set a default background colour for the generic buttons 2017-12-29 13:20:42 -08:00
Robin Dunn
beec04eacd PrepareDC for the wx.MemoryDCs too 2017-12-28 16:08:50 -08:00
Robin Dunn
7e8a27e170 Clean up access to the Canvas's buffer bitmap 2017-12-28 15:59:04 -08:00
Robin Dunn
c7c2de0a1b It looks like Overlay use was started but never fully implemented. Remove it all for now. 2017-12-28 15:55:39 -08:00
Robin Dunn
583549098a Also PrepareDC for the wx.ClientDC's used for intermediate drawing 2017-12-28 15:42:34 -08:00
Robin Dunn
28cde58761 Fix OGL's ShapeCanvas to draw properly when the window is scrolled,
and to also adjust the mouse coordinates, etc.
2017-12-28 15:20:43 -08:00
Scott Talbert
4dc6a80d57 Add wxcairo support for pycairo 1.11.1+ 2017-12-15 22:13:54 -05:00
Robin Dunn
640641e1b0 More TreeListCtrl WIP 2017-12-12 20:53:40 -08:00
Robin Dunn
50a89814b8 More TreeListCtrl WIP 2017-12-06 17:36:19 -08:00
Robin Dunn
deb21aa2ed Merge branch 'master' into port-gizmos 2017-12-06 13:15:14 -08:00
Robin Dunn
d4814517fd Fix event typename 2017-11-17 22:00:38 -08:00
Robin Dunn
9c253cfca4 TextEditMixin fixes for lost new text value in the end edit event 2017-11-17 16:18:29 -08:00
Robin Dunn
51b39e65b5 Starting to add TreeListCtrl 2017-11-17 14:39:16 -08:00
Robin Dunn
1843b92c80 Merge branch 'master' into port-gizmos 2017-11-16 13:20:07 -08:00
Robin Dunn
d35841602c Merge branch 'lc_mixin' of https://github.com/david-hughes/Phoenix into david-hughes-lc_mixin 2017-11-16 13:03:24 -08:00
Robin Dunn
12049b45b3 Merge pull request #617 from infinity77/HTL-349
The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349.
2017-11-16 14:57:24 -06:00
infinity77
9c415f2615 The fixes seems to get rid of issue #349 related to DnD in HyperTreeList. Fixes #349. 2017-11-15 16:42:26 +01:00
infinity77
c190473cf4 UltimateListCtrl: add an "Index" property to UltimateListEvent so the demo does not complain anymore. Maybe should add somemore properties for the other getters/setters too... Fixes #592 2017-11-15 16:38:58 +01:00
David Hughes
fbf274b031 Altered is True and is False conditions in CheckListCtrlMixin 2017-11-14 10:46:31 +00:00
Robin Dunn
808c108a3c Put the "m" back on the "_names" 2017-11-13 14:34:08 -08:00
Robin Dunn
2422268a16 Merge branch 'master' into port-gizmos 2017-11-13 13:10:58 -08:00
Robin Dunn
0aa026ab3e Merge pull request #593 from infinity77/master
fix aui/auibook.py for issue #358
2017-11-08 19:50:12 -06:00
Robin Dunn
90cdcd8f73 Merge pull request #604 from kollivier/table_sizer_removal
Fixes #579. TableSizer was never completed and only errors out when…
2017-11-08 19:49:04 -06:00
kollivier
f3f51b85fc Fixes #579. TableSizer was never completed and only errors out when attempting to use it. Remove it and its references in the docs since it doesn't work and probably won't without considerable effort. 2017-11-08 14:33:25 -08:00
kollivier
ad7638ae84 Remove references to sized_controls module after migrating from user code. 2017-11-08 11:34:57 -08:00
Andrea Gavana
ad310419ec fix aui/auibook.py for issue #358 2017-11-05 18:45:09 +01:00
Robin Dunn
72f712454b Draw the sash with wx.Overlay on Macs 2017-11-04 11:51:18 -07:00
Robin Dunn
b5aa9fbad5 Fix motion event x,y positions 2017-11-02 11:02:28 -07:00
Robin Dunn
7080da06a8 Typos and renumber the DSR enum 2017-11-01 18:22:15 -07:00
Robin Dunn
22847f200f Port wxDynamicSashWindow and friends from wxCode 2017-11-01 16:06:26 -07:00
Robin Dunn
2b35977fdc Add TODO 2017-11-01 16:04:36 -07:00
Robin Dunn
82a7a73363 Create() needs to return a value 2017-10-30 21:30:08 -07:00
Robin Dunn
e6c16cf455 Support 2-phase create, add unittests 2017-10-30 12:42:38 -07:00
Robin Dunn
2233deb830 Some docstring updates 2017-10-30 11:58:37 -07:00
Robin Dunn
17643e9cd1 Port the LEDNumberCtrl from wxCode/gizmos in Classic 2017-10-27 17:21:59 -07:00
Kevin Ollivier
941fd9f0f8 Add SizedStaticBox to SizedControls. 2017-10-27 06:15:22 -07:00
kollivier
1bf2a0bc13 After fixing AddChild in sized_controls, it appears to work with AGW's AUI now. 2017-09-13 16:17:48 -07:00
Robin Dunn
50836f4fd2 Merge pull request #531 from RobinD42/fix-issue528
Use integer division to find the item number.
2017-09-12 21:35:57 -05:00