Robin Dunn
afce6de5e2
Begin porting the propgrid sample
2017-02-20 19:31:04 -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
Robin Dunn
175542eafa
Remove more old and unused demo files
2016-08-10 19:49:48 -07:00
Robin Dunn
2f1f0ee1e9
XRC and MemoryFSHandler fixes
2016-08-10 19:46:58 -07:00
Robin Dunn
9d5e743e50
More minor demo fixes and updates for Py3, Phoenix, etc.
2016-08-10 15:56:04 -07:00
Robin Dunn
9fe03f7570
Remove some additional unused/outdated demo files
2016-08-10 15:55:21 -07:00
Robin Dunn
2e93343b6f
Merge branch 'master' into wip-demo
2016-08-10 10:59:10 -07:00
Robin Dunn
ce00fc06a5
* Slight refactoring in wx/lib/plot/examples/demo.py
...
* Add a __init__.py
* Update the PyPlot sample in the main wxPython demo to use the new plot demo
2016-08-10 10:48:54 -07:00
Robin Dunn
56492c33c7
Merge branch 'master' into wip-demo
2016-08-09 23:07:38 -07:00
Robin Dunn
4eb38cb526
Merge pull request #127 from david-hughes/pdfviewer
...
4 August 2016 Phoenix updates for wx.lib.pdfviewer and demo/PDFViewer
2016-08-09 23:02:05 -07:00
Robin Dunn
7dc652896c
Add comment explaining the magic '2'
2016-08-04 19:46:47 -07:00
Robin Dunn
23b4a1b4d3
Don't use apply()
2016-08-04 19:44:43 -07:00
Robin Dunn
92d15292ec
Enforce passing a bytes object to wx.OutputStream.write, don't try to coerce it.
...
Fix use of the thread blocker in streams
2016-08-04 19:43:49 -07:00
Robin Dunn
8b8536ccfb
More minor demo fixes and updates for Py3, Phoenix, etc.
2016-08-04 15:20:02 -07:00
Robin Dunn
33e3e8d32c
Get rid of mvctree
2016-08-04 15:11:53 -07:00
Robin Dunn
9c5073244f
Fixes for the mimetype wrappers and demo
2016-08-04 12:42:14 -07:00
Robin Dunn
090931f415
Updates for the TODO list
2016-08-04 10:58:22 -07:00
Robin Dunn
f271cd7a6f
More minor demo updates for Py3, Phoenix, etc.
2016-08-04 10:57:09 -07:00
Robin Dunn
08f2a9af59
wxMac doesn't like wx.INVERT anymore
2016-08-04 10:53:24 -07:00
David Hughes
56cad152d9
4 August 2016 Phoenix updates for wx.lib.pdfviewer and demo/PDFViewer
...
demo/viewer.py and viewer_basics.py removed - was demo of obsolete vtk
2016-08-04 11:26:08 +01:00
Robin Dunn
217a3f1967
Add setters for wxListEvent to fix the ListCtrl_edit sample
2016-08-03 16:40:41 -07:00
Robin Dunn
a4ecd56a7d
More minor demo tweaks
2016-08-03 14:09:40 -07:00