Robin Dunn
|
3384f99be7
|
Add wx.richtext.RichTextFormattingDialog
|
2016-09-30 14:17:58 -07:00 |
|
Robin Dunn
|
03c47b50df
|
Add wx.adv.PropertySheetDialog
|
2016-09-30 13:45:41 -07:00 |
|
Robin Dunn
|
c56918b7ea
|
GetContentWindow needs to be virtual
|
2016-09-30 13:42:07 -07:00 |
|
Robin Dunn
|
5b0fa09164
|
Add a deprecated alias for SetSizeHints for backwards compatibility
|
2016-09-23 16:02:25 -07:00 |
|
Robin Dunn
|
0ffcd4323a
|
Set some output and inOut parameter annotations
|
2016-09-14 20:21:06 -07:00 |
|
Robin Dunn
|
6f318bee0c
|
Merge branch 'master' into propgrid
|
2016-09-14 09:02:44 -07:00 |
|
Robin Dunn
|
65f22f0b95
|
Merge pull request #170 from swt2c/fix_pi_stuff
Fix pi test failures - add missing global strings
|
2016-09-14 08:46:35 -07:00 |
|
Scott Talbert
|
a26a0874aa
|
Fix pi test failures - add missing global strings
|
2016-09-09 20:45:10 -04:00 |
|
Robin Dunn
|
bc46b5770d
|
IntProperty detailed docstring doesn't apply to Python, eliminate it.
|
2016-09-08 12:31:53 -07:00 |
|
Robin Dunn
|
bf29f05690
|
Merge branch 'master' into propgrid
|
2016-09-02 22:43:07 -07:00 |
|
Robin Dunn
|
baa26c88d4
|
Add missing methods in wxGridCellAttr, update etg and tests too.
|
2016-09-02 21:01:40 -07:00 |
|
Robin Dunn
|
6cc8dd9ee7
|
Add propgridmanager
|
2016-08-31 16:19:08 -07:00 |
|
Robin Dunn
|
4b6e6d54c2
|
Add a TODO
|
2016-08-31 14:08:10 -07:00 |
|
Robin Dunn
|
97108a8813
|
Add (deprecated) GetSizeTuple to wx.Window
|
2016-08-26 11:29:01 -07:00 |
|
Robin Dunn
|
c9b878a676
|
Lots more additions for propgrid:
* Update wxWidgets docs for propgrid/props.h and propgrid/advprops.h
* Add etg scripts for propgrid/props.h and propgrid/advprops.h
* Add wxUniChar
* Add wxTextValidator
* Add wxULongLong
|
2016-08-25 21:26:50 -07:00 |
|
Robin Dunn
|
4faafd8a26
|
propgridpagestate tweaks and add simple tests
|
2016-08-25 14:09:44 -07:00 |
|
Robin Dunn
|
c52995cddd
|
Add #include to enable wrapping wxPGCheckBoxEditor
|
2016-08-25 11:00:08 -07:00 |
|
Robin Dunn
|
2e632fa083
|
Minor cleanup
|
2016-08-24 17:30:10 -07:00 |
|
Robin Dunn
|
5c79d5ccec
|
Merge branch 'master' into propgrid
|
2016-08-24 14:31:12 -07:00 |
|
Scott Talbert
|
929f6c7f22
|
Fix wxRibbonBar::SetArtProvider ownership
SetArtProvider in RibbonBar takes ownership of the pointer so we need to use
transfer here.
|
2016-08-21 15:36:03 -04:00 |
|
Robin Dunn
|
b88d08c220
|
Add a wx.GridBagSizer.Add method that allows a spacer to be defined with a wx.Size (or just a tuple) as in Classic.
|
2016-08-20 18:22:16 -07:00 |
|
Robin Dunn
|
774f98a5df
|
wxPropertyGridInterface is abstract
|
2016-08-13 14:47:51 -07:00 |
|
Robin Dunn
|
cdac262985
|
Rename the property.py ETG script so it is clear that it belongs to propgrid
|
2016-08-13 14:44:05 -07:00 |
|
Robin Dunn
|
f7ddd9fce9
|
More propgrid progress
|
2016-08-13 12:30:44 -07:00 |
|
Robin Dunn
|
87b4eca54e
|
More propgrid work
|
2016-08-13 12:30:44 -07:00 |
|
Robin Dunn
|
73b2e45156
|
More progress on propgrid classes
|
2016-08-13 12:30:44 -07:00 |
|
Robin Dunn
|
f73396c479
|
Starting work on wrapping propgrid
|
2016-08-13 12:30:44 -07:00 |
|
Robin Dunn
|
2f1f0ee1e9
|
XRC and MemoryFSHandler fixes
|
2016-08-10 19:46:58 -07:00 |
|
Robin Dunn
|
b1c22a32a4
|
Merge branch 'master' into wip-demo
|
2016-08-05 21:04:57 -07:00 |
|
Robin Dunn
|
3bbcd4b7f3
|
Some docs updates for wx.Palette
|
2016-08-05 16:22:45 -07:00 |
|
Robin Dunn
|
854f2b509a
|
Merge branch 'master' into wip-demo
|
2016-08-05 13:24:13 -07:00 |
|
Robin Dunn
|
a672913e97
|
Refactor custom Create code to a separate helper function.
Add a replacement for the constructor taking arrays of rgb values.
Update and expand tests.
|
2016-08-05 12:08:21 -07:00 |
|
Robin Dunn
|
fe29df05d4
|
Switch from Tuple to more general Sequence, and other refactoring.
|
2016-08-04 22:42:32 -07:00 |
|
Robin Dunn
|
c680758ff1
|
Merge branch 'palette' of https://github.com/swt2c/Phoenix into swt2c-palette
|
2016-08-04 19:47:54 -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 |
|
Scott Talbert
|
fefc7c59b0
|
Add wrapper and unittests for wxPalette
|
2016-08-04 20:47:58 -04:00 |
|
Robin Dunn
|
9c5073244f
|
Fixes for the mimetype wrappers and demo
|
2016-08-04 12:42:14 -07:00 |
|
Robin Dunn
|
000c3cac9e
|
Add uppercase X and Y properties too
|
2016-08-03 13:35:03 -07:00 |
|
Robin Dunn
|
8a0571207b
|
Add DLG_UNIT helper, with deprecated wrappers for DLG_SZE and DLG_PNT.
Update the demo.
|
2016-08-02 11:02:54 -07:00 |
|
Robin Dunn
|
23fa4115ca
|
More tweaks and fixes from testing the demo modules
|
2016-08-01 19:53:37 -07:00 |
|
Robin Dunn
|
b328b91d59
|
Merge branch 'master' into wip-demo
|
2016-07-30 12:35:05 -07:00 |
|
Robin Dunn
|
9b0399cfa5
|
Fix typos and add some tests
|
2016-07-29 19:52:57 -07:00 |
|
Robin Dunn
|
4732fcdf18
|
Various documentation fixes for PseudoDC
|
2016-07-29 18:56:03 -07:00 |
|
Robin Dunn
|
a9ad5419e9
|
Remove BeginDrawing/EndDrawing
|
2016-07-29 18:54:47 -07:00 |
|
Robin Dunn
|
aa2d0de125
|
Finish PseudoDC wrappers, and update the demo.
|
2016-07-29 16:39:29 -07:00 |
|
Robin Dunn
|
b269afd58c
|
Begin adding PseudoDC
|
2016-07-27 16:13:13 -07:00 |
|
Robin Dunn
|
1bd3704e81
|
Add a note that Python's XML is better than wx's XML for most things.
|
2016-07-26 16:59:46 -07:00 |
|
Robin Dunn
|
c96a93f4af
|
typo
|
2016-07-22 20:26:16 -07:00 |
|
Robin Dunn
|
4ef21b2c38
|
wxColourData.GetColour returns a reference, so when sharing data objects we need to explicitly copy the colour object.
Also increase the size of the button a little.
|
2016-07-22 18:56:12 -07:00 |
|
Robin Dunn
|
d8ad925f60
|
Fix TextExtent methods in wx.DC
|
2016-07-15 16:28:33 -07:00 |
|