Commit Graph

742 Commits

Author SHA1 Message Date
Robin Dunn
99378d20c4 wx.Window.NewControlId --> wx.NewIdRef in the wx.py package too 2018-06-25 16:31:29 -07:00
Robin Dunn
93ad41092b wx.Window.NewControlId --> wx.NewIdRef 2018-06-25 14:17:37 -07:00
Tianzhu Qiao
ecaa22ec19 Fix a bug in py.introspect.getTokens 2018-06-23 14:22:18 -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
4b1ecf2c25 Merge pull request #869 from RobinD42/fix-issue808
Override SetForegroundColour and SetBackgroundColour in MaskedEditMixin
2018-05-30 21:05:21 -07:00
Robin Dunn
a61f02a92f Override SetForegroundColour and SetBackgroundColour in MaskedEditMixin 2018-05-30 21:02:02 -07:00
Robin Dunn
87d3db9de5 im_func --> __func__ 2018-05-30 19:48:21 -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
868e217600 Add option to not use stock IDs in context-menu of pyshell.
Otherwise, the context-menu may not work on Mac without adding the proper IDs
to the menu bar.

(cherry picked from commit 587c24957f)
2018-05-17 19:52:47 -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
e2fd7ab7c8 Merge pull request #818 from GadgetSteve/master
Fix wxGet for pip V10 and above
2018-04-28 17:46:06 -07:00
Robin Dunn
37facd8822 Merge pull request #825 from tianzhuqiao/py
Fix a python3 compatibility issue to get class instance and function objects
2018-04-28 17:33:54 -07:00
Robin Dunn
d4bd2fe6c8 Merge pull request #802 from RobinD42/fix-issue799
QnD fix for missing self.shell attribute
2018-03-27 19:50:15 -07:00
Robin Dunn
e55ccf8940 QnD fix for missing self.shell attribute 2018-03-27 19:26:04 -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
d6e8c79da0 Merge pull request #726 from acolomb/pywxrc-phoenix-compatibility
Phoenix compatibility in pywxrc
2018-02-22 22:25:13 -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
1e80272688 Merge branch 'master' into fix-issue651 2017-12-29 15:17:35 -08:00