Commit Graph

3593 Commits

Author SHA1 Message Date
Robin Dunn
40e8eb07de Add converting to datetime to PyGetDate methods 2018-01-11 11:00:33 -08:00
Robin Dunn
75ea7a4aa4 Merge branch 'port-gizmos' 2018-01-10 19:31:31 -08:00
Robin Dunn
01a9e1d476 Merge branch 'add-debian9' 2018-01-10 19:30:59 -08:00
Robin Dunn
05463402f1 Merge pull request #659 from RobinD42/port-gizmos
Port old gizmos C++ wrapper module to Python
2018-01-10 19:30:12 -08:00
Robin Dunn
18bec5a31a Add vagrant box for debian-9 2018-01-10 11:01:02 -08:00
Robin Dunn
12016f7a55 Tweak wording in wx.gizmos section 2018-01-09 09:16:53 -08:00
Robin Dunn
0029d19bd7 Add wx.gizmos section to the MigrationGuide. 2018-01-08 20:43:57 -08:00
Robin Dunn
92468c7a87 Merge branch 'master' into port-gizmos 2018-01-08 20:32:33 -08:00
Robin Dunn
08421b3903 Merge branch 'add-fedora27' 2018-01-08 20:27:13 -08:00
Robin Dunn
a9943d73fa Merge branch 'mesalu-pylike_indexing' 2018-01-08 20:26:37 -08:00
Robin Dunn
29be440509 Add changelog for reverse indexing change. 2018-01-08 20:26:23 -08:00
Robin Dunn
5f039085ff Merge branch 'pylike_indexing' of https://github.com/mesalu/Phoenix into mesalu-pylike_indexing 2018-01-08 20:24:47 -08:00
Robin Dunn
2b1d4bc66a Merge branch 'mesalu-etg_auitabctrl' 2018-01-08 20:18:24 -08:00
Robin Dunn
81a13fe1be Add a changelog entry for wx.aui.AuiTabCtrl 2018-01-08 20:17:52 -08:00
Robin Dunn
22cae1a173 Add vagrant box for fedora-27 2018-01-08 15:57:25 -08:00
Mesalu
f31d72eb0f Add fixWindowClass 2018-01-08 10:53:20 -08:00
Mesalu
2adb4aa56e Tweak wxAuiTabCtrl into _aui.auibook 2018-01-07 17:55:39 -08:00
Mesalu
24a6db6cd9 Add similar tactics to wxArray (and variants)
According to RobinD42, use cases in wxPython should be limited to Arrays that are full (no gaps)
2018-01-06 11:36:39 -08:00
Mesalu
af084599a6 Allow Py-like reverse indexing of wxList 2018-01-06 02:04:41 -08:00
Robin Dunn
ea4969d782 GTK3 is the default now 2018-01-05 19:54:24 -08:00
Robin Dunn
5cc17558e9 Update changelog for info about the TreeListCtrl class 2018-01-05 19:50:20 -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
9bce90c1c4 tweak wording 2018-01-05 12:29:39 -08:00
Robin Dunn
1f2896b7df Merge pull request #666 from mesalu/update_wxref
Update wxWidgets submodule
2018-01-04 20:06:52 -06:00
Robin Dunn
bf96544177 Merge branch 'mesalu-mesalu-patch-1' 2018-01-04 18:05:06 -08:00
Robin Dunn
fe804ba347 Add changelog for CallLater fix. 2018-01-04 16:51:21 -08:00
Mesalu
68a9ef3168 Update wxWidgets submodule 2018-01-04 16:20:26 -08:00
Mesalu
52afc4d4ce Fix docstring futher 2018-01-04 16:17:11 -08:00
Mesalu
6c46df9698 Tweak docstring 2018-01-04 16:12:40 -08:00
Mesalu
1007f86fc1 Merge branch 'master' into mesalu-patch-1 2018-01-04 16:07:47 -08:00
Mesalu
2d5e0732da Maintain references to CallLater instances. 2018-01-04 13:12:44 -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
Robin Dunn
bdce5a9258 Merge pull request #661 from robmcmullen/aui-layoutfix
Fix to allow '=' char in caption or name of AUI pane
2018-01-02 15:31:43 -06: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
7b7a77b1ec Merge pull request #658 from RobinD42/fix-issue651
Set a default background colour for the generic buttons
2017-12-29 17:18:56 -06:00
Robin Dunn
1e80272688 Merge branch 'master' into fix-issue651 2017-12-29 15:17:35 -08:00
Robin Dunn
6de69f5fe5 Merge pull request #657 from RobinD42/fix-issue642
Turn on isVirtual for HtmlWindow.On* methods
2017-12-29 17:13:49 -06:00
Robin Dunn
f3cbf76296 Fix more relative imports 2017-12-29 13:56:05 -08:00
Robin Dunn
b259278cb5 Merge branch 'master' of https://github.com/GadgetSteve/Phoenix into GadgetSteve-master 2017-12-29 13:35:28 -08:00
Robin Dunn
4610cc763d add changelog entry 2017-12-29 13:22:18 -08:00
Robin Dunn
4a5a2a844c Set a default background colour for the generic buttons 2017-12-29 13:20:42 -08:00
Robin Dunn
d9c6d41c02 Turn on isVirtual for HtmlWindow.On* methods 2017-12-29 12:55:08 -08:00
Robin Dunn
2db369f9bb Merge pull request #655 from RobinD42/fix-issue633
Update clipboard sample code
2017-12-28 21:58:58 -06:00
Robin Dunn
144c9333ec Merge pull request #656 from RobinD42/fix-issue635
Fix OGL's ShapeCanvas to draw properly when the window is scrolled and other fixes
2017-12-28 21:58:43 -06: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