Commit Graph

641 Commits

Author SHA1 Message Date
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
Robin Dunn
cd87abfc22 typo 2016-07-15 16:27:35 -07:00
Robin Dunn
1a5dbab03c Fixes for AboutDialogInfo.
Most of the properties were missing because the getter methods were not documented so no wrappers were being generated for them.
2016-07-14 11:57:00 -07:00
Robin Dunn
db8957f995 Add note to some module docstrings about importing before creating wx.App 2016-07-13 12:23:04 -07:00
Robin Dunn
c83d90922b Change the name of the *ClientObject methods to *ClientData 2016-07-07 21:32:23 -07:00
Robin Dunn
0d9c55e690 Set the parameters of GetColourScheme as output args.
Get rid of PyGetColourScheme
2016-07-07 21:28:56 -07:00
Robin Dunn
bc12ebc829 Merge branch 'master' into add-ribbon-lib 2016-07-06 20:30:22 -07:00
Robin Dunn
488f29b05a Fix docstring references to wx.Bitmap 2016-07-06 18:45:16 -07:00
Robin Dunn
a6410289b1 Add PyGetColourScheme 2016-07-06 17:13:19 -07:00
Robin Dunn
39b2ad20b5 typo 2016-07-06 17:12:45 -07:00
Robin Dunn
0c169cf2d8 Finish remaining transfer flags for ribbon client data objects,
and finish basic tests.
2016-07-05 16:19:12 -07:00
Robin Dunn
383fa33fb0 Ignore the void* version of the client data methods 2016-07-04 22:29:05 -07:00
Robin Dunn
2251338f03 Merge branch 'master' into add-ribbon-lib 2016-07-01 20:24:07 -07:00
Robin Dunn
ed4756b902 Remove wx.lib.six and use the stock six module instead,
and add it as an installation dependency.
2016-06-30 20:07:57 -07:00
Robin Dunn
bb167b9f1d ribbon_buttonbar tests, and some cleanup 2016-06-30 13:39:15 -07:00
Robin Dunn
4ec49d7e75 Add the concrete art provider classes, and finish tests in test_ribbon_art 2016-06-28 17:17:00 -07:00
Robin Dunn
371a7b4958 Merge branch 'master' into add-ribbon-lib 2016-06-28 16:11:19 -07:00
Robin Dunn
9986b0ba9d Fix event binders 2016-06-24 19:57:39 -07:00
Robin Dunn
eb13e511ee fix typo 2016-06-24 19:56:51 -07:00
Robin Dunn
9dd8dd5adf Fix event binders 2016-06-24 19:56:30 -07:00
Robin Dunn
d8c7b21911 More Clone methods that need to be marked as Factories. 2016-06-22 14:33:05 -07:00
Robin Dunn
51887b10f7 All ribbon classes added, still need tweaks and tests 2016-06-21 20:31:30 -07:00
Robin Dunn
8742967677 Start adding wrappers for the wx.ribbon module 2016-06-21 20:30:30 -07:00
Robin Dunn
2b688df96d Merge pull request #104 from swt2c/fix_grid_clone
Fix memory management issues with Clone() in Grid classes by setting …
2016-06-17 20:06:38 -07:00
Robin Dunn
5983df8a5f Generate attribute docs for exposed C++ attributes like properties. 2016-06-17 16:01:38 -07:00
Scott Talbert
125c3ecc3a Fix memory management issues with Clone() in Grid classes by setting as Factory 2016-06-17 00:05:58 -04:00
Robin Dunn
d736044bb1 We need to ignore the native caret methods in wxSTC too 2016-06-11 22:16:27 -07:00
Robin Dunn
9a104792b7 Ignore MacCheckSpelling, it doesn't exist in wxSTC. 2016-06-11 21:31:08 -07:00