Robin Dunn
|
e1732ee271
|
Merge pull request #878 from RobinD42/fix-issue875
Add missing wx.adv.EVT_CALENDAR_WEEK_CLICKED
|
2018-06-04 21:47:45 -07:00 |
|
Robin Dunn
|
1da103f7f4
|
Add missing wx.adv.EVT_CALENDAR_WEEK_CLICKED
|
2018-06-04 21:06:50 -07:00 |
|
Robin Dunn
|
53c03f9203
|
Merge pull request #877 from RobinD42/fix-issue742
Fix GetValueFromControl and StringToValue
|
2018-06-04 20:38:23 -07:00 |
|
Robin Dunn
|
7b84cd8660
|
Merge branch 'wxPy-4.0.x' into fix-issue742
|
2018-06-04 20:37:43 -07:00 |
|
Robin Dunn
|
f3c6891009
|
Merge pull request #876 from tianzhuqiao/agw_aui_4.0.x
Hide the window when the tool does not fit into AuiToolBar.
|
2018-06-04 20:32:45 -07:00 |
|
Robin Dunn
|
0684210f63
|
Set in variant parameter in all PGProperty.StringToValue and IntToValue as output parameter
|
2018-06-04 15:41:52 -07:00 |
|
Robin Dunn
|
d7a546545e
|
Fix the virtual dispatch code for the PGEditor.GetValueFromControl
|
2018-06-04 15:40:47 -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
|
7abb3cd07a
|
Slight text tweak, and add issue number.
|
2018-06-01 14:19:40 -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 |
|
Robin Dunn
|
183bda5930
|
Merge pull request #871 from tianzhuqiao/agw_aui_4.0.x
Return original AGW window style in AuiToolBar.GetAGWWindowStyleFlag.
|
2018-05-31 21:20:45 -07:00 |
|
Robin Dunn
|
d2cd72ac3d
|
Merge branch 'wxPy-4.0.x' into agw_aui_4.0.x
|
2018-05-31 21:20:30 -07:00 |
|
Robin Dunn
|
c798be08a3
|
Merge pull request #874 from RobinD42/fix-issue783
Add a wx.GraphicsContext.Create overload for wx.AutoBufferedPaintDC
|
2018-05-31 21:16:27 -07:00 |
|
Robin Dunn
|
63841e478d
|
Add a wx.GraphicsContext.Create overload for wx.AutoBufferedPaintDC,
and let the C++ compiler sort out whether it is really a wxPaintDC or a wxBufferedPaintDC.
|
2018-05-31 16:21:12 -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
|
6b858b5966
|
Merge pull request #867 from RobinD42/fix-issue855
im_func --> __func__
|
2018-05-30 21:02:57 -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
|
a49a0062e0
|
Changelog for TextEditMixin fix
|
2018-05-30 17:01:04 -07:00 |
|
Robin Dunn
|
01eb66585e
|
Minor tweaks for some comments
|
2018-05-30 16:51:22 -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 |
|
Robin Dunn
|
430c61b1bf
|
Merge pull request #860 from RobinD42/fix-issue857
Add builders for Python 3.7
|
2018-05-19 19:24:11 -07:00 |
|
Robin Dunn
|
853b5c5d62
|
Apparently not...
|
2018-05-19 18:32:05 -07:00 |
|
Robin Dunn
|
9e154bebbb
|
Does CircleCI have a Python 3.7 image yet?
|
2018-05-19 18:30:38 -07:00 |
|
Robin Dunn
|
ad98695ed8
|
Fix Windows builds with Python 3.7.
For now just force the compiler toolset to v140.
|
2018-05-19 17:36:02 -07:00 |
|
Robin Dunn
|
9a3c7930f1
|
Add builders for Python 3.7
|
2018-05-17 20:56:14 -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 |
|
Robin Dunn
|
319f137a39
|
whitespace fix
(cherry picked from commit a95dddaadf)
|
2018-05-17 15:55:49 -07:00 |
|
Robin Dunn
|
02041bccb3
|
Merge pull request #859 from tianzhuqiao/agw_aui_4.0.x
Detach wxControl in AuiToolbar from current sizer before attach to a …
|
2018-05-17 15:51:13 -07:00 |
|
Robin Dunn
|
a5d077f56e
|
Tweak changelog text a bit
|
2018-05-17 15:46:13 -07:00 |
|
Robin Dunn
|
5266b15e28
|
Merge pull request #858 from RobinD42/fix-issue856
Transfer ownership of clientData objects in wx.dataview.DataViewTreeCtrl
|
2018-05-16 22:33:02 -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 |
|
Robin Dunn
|
6b575779fe
|
Merge branch 'wxPy-4.0.x' into fix-issue856
Conflicts:
CHANGES.rst
|
2018-05-16 20:12:09 -07:00 |
|
Robin Dunn
|
3911837cea
|
Merge pull request #852 from tianzhuqiao/agw_aui_4.0.x
Remove unnecessary notebook updating.
|
2018-05-16 20:04:47 -07:00 |
|
Robin Dunn
|
3967062124
|
Transfer ownership of clientData objects in wx.dataview.DataViewTreeCtrl
|
2018-05-16 16:29:24 -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 |
|
Robin Dunn
|
b5ea948aa5
|
Merge pull request #848 from tianzhuqiao/agw_aui_4.0.x
Fix a bug in setting AuiDockingGuide size.
|
2018-05-10 20:15:24 -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
|
22c12acb0f
|
Merge pull request #847 from RobinD42/fix-issue815
Update wxWidgets submodule link
|
2018-05-08 18:41:51 -07:00 |
|
Robin Dunn
|
4148166c7f
|
Update wxWidgets submodule link
|
2018-05-08 18:04:29 -07:00 |
|
Robin Dunn
|
2e5430d57f
|
Merge branch 'this-n-that' into wxPy-4.0.x
|
2018-05-07 11:22:08 -07:00 |
|
Robin Dunn
|
e8653bc7f3
|
Ignore .ptest_cache folder
|
2018-05-07 11:06:45 -07:00 |
|
Robin Dunn
|
a1433c1834
|
Conditionalize the use of the old buffer protocol APIs
|
2018-05-07 11:05:47 -07:00 |
|
Robin Dunn
|
3aa6544e60
|
When launching the demo via __main__.py ensure the demo folder is on the sys.path
|
2018-05-07 08:11:28 -07:00 |
|
Robin Dunn
|
d723c2cabf
|
Add deprecation place-holders for wx.msw.Metafile and MetafileDC
|
2018-05-07 08:10:34 -07:00 |
|
Robin Dunn
|
0d2f66e49e
|
Merge branch 'add-ubuntu18.04' into wxPy-4.0.x
|
2018-05-06 08:35:14 -07:00 |
|
Robin Dunn
|
8eb57c03ac
|
Drop Python 3.5 since we have 3.7 in this distro
|
2018-05-06 00:13:12 -07:00 |
|