Commit Graph

38 Commits

Author SHA1 Message Date
Robin Dunn
38624123f5 Since they're now raising DeprecationWarnings in 4.0.2 we can drop some method compatibility wrappers here. 2018-02-20 08:50:30 -08:00
Robin Dunn
1e62f2f6de Ignore new exception related methods 2018-02-13 17:15:48 -08:00
Robin Dunn
beaa0ac012 new item to module names map 2018-02-09 17:16:38 -08:00
Mesalu
2adb4aa56e Tweak wxAuiTabCtrl into _aui.auibook 2018-01-07 17:55:39 -08:00
Robin Dunn
3df03527a3 Update wxWidgets changeset link 2017-10-18 11:38:09 -07:00
Robin Dunn
b55cfa073a Add wx.Simplbook 2017-09-05 21:32:29 -07:00
Robin Dunn
e9e58ed35f Merge pull request #411 from mesalu/WIP_add_imghandlers
Add ImageHandler derivations to Phoenix
2017-06-28 19:21:35 -07:00
Samuel Dunn
ee59e9ca70 Add ImageHandler classes to module 2017-06-28 18:22:26 -07:00
Robin Dunn
d2aa99bf89 Add new wx.CONFIG_ names 2017-06-26 19:53:31 -07:00
Robin Dunn
44d2b5d309 Add a missing constant and enum for wx.grid 2017-04-27 09:35:48 -07:00
Robin Dunn
a79cd3254c Add wx.YieldIfNeeded 2017-04-13 21:27:15 -07:00
Robin Dunn
38029c973c Add some deprecated items for things in Classic that are no longer needed, and also some custom helpers, etc. 2017-02-20 19:30:30 -08:00
Robin Dunn
df3c93b7dc Add missing propgrid event related items. 2017-02-20 13:30:45 -08:00
Robin Dunn
1a3c28270f Add some missing enums and defines for propgrid 2017-02-20 13:30:05 -08:00
Robin Dunn
5f04f3b082 Add more mustHaveApp flags 2017-01-23 20:41:07 -08:00
Robin Dunn
e4e8eee165 Add stockitem for wxGetStockLabel() 2016-10-28 14:24:11 -07:00
Robin Dunn
5268ebbc73 Add the rest of the AUI modules and classes 2016-10-27 18:49:41 -07:00
Robin Dunn
8f238ad594 Begin adding wrappers for wx.aui 2016-10-25 19:19:08 -07:00
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
881925967a Update wxWidgets revision 2016-09-19 17:28:58 -07:00
Robin Dunn
a3e3ddb60f More code snippets converted for the docs 2016-09-14 20:39:27 -07:00
Robin Dunn
756e5a42b0 Add built-in editor pointers 2016-09-14 20:19:25 -07:00
Robin Dunn
6cc8dd9ee7 Add propgridmanager 2016-08-31 16:19:08 -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
c52995cddd Add #include to enable wrapping wxPGCheckBoxEditor 2016-08-25 11:00:08 -07:00
Robin Dunn
7b5643d453 Update item map 2016-08-13 15:06:10 -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
Scott Talbert
fefc7c59b0 Add wrapper and unittests for wxPalette 2016-08-04 20:47:58 -04:00
Robin Dunn
aa2d0de125 Finish PseudoDC wrappers, and update the demo. 2016-07-29 16:39:29 -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
59e879be05 Add missing wxRIBBON_BUTTONBAR_BUTTON_ACTIVE_MASK and other art fixes 2016-06-24 21:27:35 -07:00
Robin Dunn
d0f79d62df Add missing '.' in wx.ribbon. module names 2016-06-24 19:59:25 -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
a21a23d32f Refactor map_generator, and add tracking of enum element names. 2016-06-03 20:28:55 -07:00
Robin Dunn
62609f66da Fix fullname issues for enums nested in a class 2016-05-25 09:22:35 -07:00
Robin Dunn
24e2b78806 Lots more docs changes.
Add a generator that updates a persistent mapping of item (functions, classes, etc.) to the module names they are a member of.

Remove the NO_MODULE dictionary as we're tracking all the item --> module names now.

Consolidate the 2 removeWxPrefix implementations to just one.

Fix taking out too much space in the class index when removing the :ref: for unknown items, which caused ReST problems.

Use pyName if it is set

When renaming classes we also need to change the className in the method objects

Properly deal with nested classes
2016-05-22 23:39:40 -07:00