Commit Graph

224 Commits

Author SHA1 Message Date
Robin Dunn
e6c6116f5b Fix GridTableBase.GetValue and related methods to work more like they did in Classic. 2017-05-05 17:19:01 -07:00
Mike Driscoll
e40707fd30 Update DVC_DataViewModel.py
Fix a bunch of typos in the comments
2017-04-27 08:41:31 -05:00
Robin Dunn
43a4106c98 typo 2017-04-26 16:19:44 -07:00
Robin Dunn
5b26416ecb Fix the virtual catcher code, and some cleanup. 2017-04-25 17:40:24 -07:00
Robin Dunn
b50b321d0e Fix some virtual method signatures 2017-04-25 14:37:50 -07:00
Robin Dunn
c688587c0a Ensure the notebook still exists as the delivery of the changed and changing events may not happen right away 2017-04-20 17:11:13 -07:00
Robin Dunn
2521a31547 Merge pull request #281 from BrendanSimon/fix-guage-demo-typo
Fix typo in Gauge demo.
2017-04-17 17:57:20 -07:00
Robin Dunn
13b069c3db demo version bump 2017-04-17 09:16:41 -07:00
Brendan Simon
9db6de8ff8 Fix typo in Gauge demo. 2017-04-16 21:14:22 +10:00
Robin Dunn
8c79e98b57 randint wants integer values for the range 2017-04-07 12:26:09 -07:00
Robin Dunn
f4e2104adc Set the version number to 4.0.0 and update comments and other text about not keeping in sync with wxWidgets version anymore. 2017-04-07 12:24:36 -07:00
Robin Dunn
9754a8e15a typo in comment 2017-04-07 12:21:46 -07:00
Robin Dunn
9b5f40caa4 Merge branch 'master' into release-prep
# Conflicts:
#	etg/_propgrid.py
#	etg/propgrid.py
#	etg/propgridproperty.py
#	ext/wxWidgets
2017-03-14 20:01:53 -07:00
Robin Dunn
76df4153bb propgrid demo tweaks 2017-03-11 20:25:25 -08:00
Robin Dunn
97d138914c Use super() 2017-02-24 16:50:20 -08:00
Robin Dunn
8fcc3e3a5d minor demo tweaks 2017-02-24 16:09:47 -08:00
Robin Dunn
ece44c3a20 more little demo fixes 2017-02-21 17:25:07 -08:00
Robin Dunn
f5c5f3365a Minor demo tweaks 2017-02-21 12:46:28 -08:00
Robin Dunn
afce6de5e2 Begin porting the propgrid sample 2017-02-20 19:31:04 -08:00
Robin Dunn
b53695bae0 Merge branch 'master' into release-prep 2017-02-20 10:32:56 -08:00
Robin Dunn
35bfbb4b01 Bump version number, add alpha tag 2017-02-14 19:37:03 -08:00
Samuel Dunn
9e54e65d6f Ensure Tree Mixin text visibility against a white background 2017-02-14 23:22:17 +00:00
Robin Dunn
4b16ccc7d1 Update copyright in demo 2017-02-13 15:30:04 -08:00
Metallicow
c273dfa9b1 Trim Trailing Whitespace demos 2016-11-24 19:26:05 -06:00
Metallicow
3d30023218 Add AUI demos, fix TreeListCtrl demo
also update WIPz checklist
2016-11-24 19:15:52 -06:00
Robin Dunn
bffa49bfa1 Update AUI_DockingWindowMgr demo 2016-10-28 14:24:58 -07:00
Robin Dunn
53b6776634 Tweak header text 2016-10-10 18:28:57 -07:00
Robin Dunn
4a77fe1db4 Use spaces instead of \t 2016-10-10 18:26:08 -07:00
Robin Dunn
2411927b22 More layout updates 2016-10-10 18:20:40 -07:00
Robin Dunn
35d478ea6e Merge branch 'Image-Demo' of https://github.com/Metallicow/Phoenix into Metallicow-Image-Demo 2016-10-10 16:20:29 -07:00
Metallicow
61b350c84a Update layout & refactor Image demo 2016-10-08 12:38:22 -05:00
Robin Dunn
0dee5b1f23 tweak the text a little 2016-10-06 23:33:33 -07:00
Robin Dunn
353c65e3bc Merge branch 'Cursor-demo' of https://github.com/Metallicow/Phoenix into Metallicow-Cursor-demo 2016-10-06 23:10:14 -07:00
Mesalu
161ec9dfcb Update GridBagSizer.py
Allow box sizer to expand gbs.
2016-10-06 22:41:09 -07:00
Robin Dunn
1ac45bbb0c Merge pull request #178 from Metallicow/Optimize-PNGs-Demo
Optimize PNGs demo
2016-10-06 21:53:52 -07:00
Metallicow
8d33e811f9 Update Image Demo
Update image demo images and show most all methods.
2016-10-04 13:09:36 -05:00
Metallicow
6861fdf482 Update Cursor Demo
Add an example of all cursor options and a IcoFX-like widget test area.
2016-10-04 12:40:59 -05:00
Metallicow
caa7c1b653 Optimize PNGs agw bitmaps dir
75 files processed. 70,639 bytes saved (79%)
2016-10-04 12:19:08 -05:00
Metallicow
c0565485dd Optimize PNGs-data dir
2 files processed. 2,613 bytes saved (88%)
2016-10-04 12:03:02 -05:00
Metallicow
6e66cf8ce2 Optimize PNGs-bmp_source dir
96 files processed. 69,399 bytes saved (76%)
2016-10-04 12:00:15 -05:00
Metallicow
caca0fec92 Optimize PNGs bitmaps dir
Optimized PNG's with FileOptimizer
66 files processed. 112,331 bytes
saved (77%)

By optimizing images, it strips all metadata
but leaves the
image looking the same(lossless).
This directly relates to shorter load
times,
and smaller amount of code output when converted
to a
PyEmbeddedImage.
2016-10-02 00:32:04 -05:00
Robin Dunn
04815c372b Add code snippets for wx.richtext.RichTextFormattingDialog and wx.adv.PropertySheetDialog
Add demo module
2016-09-30 20:01:34 -07:00
Robin Dunn
5f3d20a7ac Tweak wording a bit. 2016-09-21 21:58:20 -07:00
Robin Dunn
79e5973f96 Merge pull request #174 from david-hughes/listctrl_demo
In demos using wx.ListCtrl, replaced sys.maxsize with GetItemCount()
2016-09-21 21:56:38 -07:00
David Hughes
3ea7da85fc In demos using wx.ListCtrl, replaced sys.maxsize with GetItemCount()
in InsertItem() when appending, fixing problem with 64 bit Python
passing a value > 32 bits to underlying C++ widget.

Also disabled automatic initial list sort via wx.LC_SORT_ASCENDING style
where appropriate.
2016-09-21 15:27:20 +01:00
David Hughes
6b8e729df2 Fix PieCtrl RuntimeError: wrapped C/C++ object of type ProgressPie
has been deleted.
ListCtrl.py and run.py deleted as duplicates from parent directory
2016-09-21 12:57:04 +01:00
Robin Dunn
21ee7043d0 Merge pull request #150 from RobinD42/cairo-DLLs
Cairo DLLs
2016-09-02 22:29:45 -07:00
Robin Dunn
fc223fc068 Use 2-phase create as mentioned in the comments 2016-09-02 10:52:48 -07:00
Robin Dunn
07a5a1a9f9 The InspectionTool will call Init() itself when needed, we don't need to do it here. 2016-08-24 14:14:07 -07:00
Robin Dunn
17b5d65413 Also set PATH in the GraphicsContext sample for Cairo 2016-08-17 14:49:37 -07:00