Commit Graph

147 Commits

Author SHA1 Message Date
Robin Dunn
8f238ad594 Begin adding wrappers for wx.aui 2016-10-25 19:19:08 -07:00
Metallicow
aa8c78ed2f Optimize PNGs-Sphinx
PNGs optimized with FileOptimizer
742,106 bytes saved. (81%)
Load images faster; less download time.
2016-10-02 17:30:34 -05:00
Robin Dunn
0c3721e0ed Better code snippets for wx.Dialog 2016-09-30 20:01:54 -07: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
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
b57b645cce Update wx.Image.Scale doc snippet 2016-09-19 17:28:29 -07:00
Robin Dunn
ad4196b7a7 the rest of the propgrid doc snippets 2016-09-19 17:27:57 -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
fc85531951 first pass over propgrid code snippets 2016-09-08 12:29:28 -07:00
Robin Dunn
52f94bf58b Add link to wx.propgrid module 2016-09-07 13:31:31 -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
5c79d5ccec Merge branch 'master' into propgrid 2016-08-24 14:31:12 -07:00
Robin Dunn
25d687d8a3 Convert some code snippets for the docs. 2016-08-13 17:33:33 -07:00
Robin Dunn
7b5643d453 Update item map 2016-08-13 15:06:10 -07:00
Robin Dunn
f48b90f8c4 Use bold for method and class names 2016-08-05 16:22:15 -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
9f8a5b8d9a Fix bug when there are more than one code snippets in a set of overloaded methods. 2016-07-15 16:25:05 -07:00
Robin Dunn
bd2b9750a2 Style tweaks for the docs 2016-07-06 18:33:29 -07:00
Robin Dunn
c742113556 The ribbon module needs to be linked in the docs index 2016-07-06 18:32:42 -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
23edbb8eb1 Move a few things around on the page layout.
* Move the search box to the sidebar
 * Move the next/prev/etc. in the topbar to the first row, and remove the 2nd row in the topbar
 * Adjust the margins of the sidebar and doc body up to the new size of the topbar
 * Remove the Next/Prev items from the sidebar
 * Move the "show page source" to the bottom of the sidebar and reduce the font
2016-06-11 00:39:36 -07:00
Robin Dunn
ddfbc17469 Fix names of base classes in Python classes when the base is from the binary modules. 2016-06-09 16:02:45 -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
d13c96bbf9 Update sizers overview 2016-05-29 20:20:41 -07:00
Robin Dunn
36e4b96845 More overview updates 2016-05-28 21:30:56 -07:00
Robin Dunn
282cba7715 Update the remaining table snippets 2016-05-28 11:34:08 -07:00
Robin Dunn
f4213cb076 A few more overview updates 2016-05-27 23:59:15 -07:00
Robin Dunn
ea5c22317a Tweak the sizer flags table 2016-05-27 21:02:11 -07:00
Robin Dunn
3af36aced9 rename custom table snippets 2016-05-27 14:55:14 -07:00
Robin Dunn
85197c91b1 a couple more overview updates, tweak the logo image 2016-05-26 23:14:58 -07:00
Robin Dunn
eeec9c5a41 first batch of overview file updates, reformatting and name fixes 2016-05-26 00:01:50 -07:00
Robin Dunn
62609f66da Fix fullname issues for enums nested in a class 2016-05-25 09:22:35 -07:00
Robin Dunn
b8f32de5ea Tweak some CSS, etc. 2016-05-24 22:05:32 -07:00
Robin Dunn
0eff2654b5 Rename widget images, adding leading wx 2016-05-24 01:11:59 -07:00
Robin Dunn
e3f03f3287 Update the main home and API docs pages 2016-05-23 23:50:08 -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
Robin Dunn
760ebc0878 Fix link for wx.msw index 2016-05-19 20:59:02 -07:00
Robin Dunn
c473965e6a Use the new names for the module index files 2016-05-18 16:39:38 -07:00
Robin Dunn
902263f9d9 Move the snippets to their new file names 2016-05-18 16:38:18 -07:00