Commit Graph

680 Commits

Author SHA1 Message Date
Robin Dunn
93ad41092b wx.Window.NewControlId --> wx.NewIdRef 2018-06-25 14:17:37 -07:00
Robin Dunn
440dba3c58 Merge branch 'agw_aui_4.0.x' of https://github.com/tianzhuqiao/Phoenix into tianzhuqiao-agw_aui_4.0.x 2018-06-23 10:31:33 -07:00
Robin Dunn
336e39f5b2 wx.NewId() --> wx.ID_ANY or wx.Window.NewControlId() as appropriate
(cherry picked from commit b1b0c9e297)
2018-06-19 12:06:14 -07:00
Tianzhu Qiao
a4764db66e Sort pages by dock_pos when added to automatic notebook. 2018-06-16 21:01:46 -07:00
Robin Dunn
4535cdcf33 Merge branch 'wxPy-4.0.x' into release-prep 2018-06-13 19:15:13 -07:00
Tianzhu Qiao
d844857f00 Always reset floating size and style when floating a toolbar in agw.aui. 2018-06-07 18:30:09 -07:00
Robin Dunn
b410f5e570 Update copyright years --> 2018 2018-06-06 10:59:51 -07:00
Tianzhu Qiao
41cf4ea0c5 Hide the window when the tool does not fit into AuiToolBar. 2018-06-02 18:48:10 -07:00
Robin Dunn
80f8bfa668 Merge pull request #865 from tizytissy/patch-1
use floordiv instead of truediv to get _groupSpace
(cherry picked from commit 5702cda46f)
2018-06-01 14:16:22 -07:00
Tianzhu Qiao
f53174a0be Return original AGW window style in AuiToolBar.GetAGWWindowStyleFlag. 2018-05-30 22:48:36 -07:00
Robin Dunn
a61f02a92f Override SetForegroundColour and SetBackgroundColour in MaskedEditMixin 2018-05-30 21:02:02 -07:00
Tianzhu Qiao
ae4a5dc665 Fix a bug in calculating whether a tool fits into the AuiToolBar. 2018-05-30 17:17:29 -07:00
Robin Dunn
a86b25b6b6 Keep existing height of edit widget, and move the activation to a call-after 2018-05-30 16:46:25 -07:00
Tianzhu Qiao
69ec9e4d74 Detach wxControl in AuiToolbar from current sizer before attach to a new one. 2018-05-16 22:24:41 -07:00
Tianzhu Qiao
f353c61889 Use BufferedDC in Repaint() to mitigate flicker in agw.aui. 2018-05-14 21:59:14 -07:00
Tianzhu Qiao
322574933d Remove unnecessary notebook updating. 2018-05-11 21:43:36 -07:00
Tianzhu Qiao
45d595998a Fix a bug in setting AuiDockingGuide size.
Set the client size to be the guide size. Otherwise, it is not shown correctly
on Linux.
2018-05-08 19:49:09 -07:00
Robin Dunn
c1122968d3 Use Py27 compatible super() 2018-03-27 19:04:44 -07:00
Robin Dunn
a8d8c7ed90 Merge pull request #791 from ExplodingCabbage/fix-intctrl-none-handling
Fix setting IntCtrl to None wrongly raising
2018-03-21 19:40:55 -07:00
Robin Dunn
62669d0f3e Merge branch 'mesalu-pubsub4' for PR-792 2018-03-20 12:59:42 -07:00
Robin Dunn
7b12530adb Fix typo 2018-03-09 23:23:40 -08:00
Robin Dunn
d5b4727356 Bind EVT_WINDOW_DESTROY handler to specific window 2018-03-08 13:13:37 -08:00
Robin Dunn
7a6a64d26d Merge pull request #755 from jwilk-forks/atan2
Simplify angle calculation in ogl.LineShape.DrawArrow()
2018-02-22 22:20:50 -08:00
Robin Dunn
d927149912 Merge pull request #756 from jwilk-forks/string-exceptions
Don't use string exceptions
2018-02-19 16:53:46 -08:00
Robin Dunn
d8ba87ca23 Merge branch 'konstantinbo-konstantinbo-gdi-patch-1' 2018-02-19 16:44:31 -08:00
Robin Dunn
643c57709a Fix Python3 division in ThumbnailCtrl 2018-02-13 18:43:08 -08:00
Robin Dunn
6305f7f747 Merge pull request #731 from mesalu/jensgoe_patch
Jensgoe patch
2018-02-05 21:14:47 -08:00
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