Commit Graph

217 Commits

Author SHA1 Message Date
Robin Dunn
f4e2104adc Set the version number to 4.0.0 and update comments and other text about not keeping in sync with wxWidgets version anymore. 2017-04-07 12:24:36 -07:00
Robin Dunn
62666b38ba Various minor text tweaks here and there 2017-04-06 11:34:50 -07:00
Robin Dunn
9b5f40caa4 Merge branch 'master' into release-prep
# Conflicts:
#	etg/_propgrid.py
#	etg/propgrid.py
#	etg/propgridproperty.py
#	ext/wxWidgets
2017-03-14 20:01:53 -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
f59f6c30ad Add missing propgrid event related items. 2017-02-20 11:10:19 -08:00
Robin Dunn
7ebe2c70e4 text tweak in the Version Numbers section 2017-02-14 19:31:59 -08:00
Robin Dunn
08568a3651 Add some missing enums and defines for propgrid 2017-02-14 18:36:48 -08:00
Robin Dunn
5f04f3b082 Add more mustHaveApp flags 2017-01-23 20:41:07 -08:00
Robin Dunn
91fe1f02fc Doc updates for AUI 2016-11-11 20:16:35 -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
3ee9b1ebae Merge branch 'master' into add-wxaui 2016-10-26 09:38:33 -07:00
Robin Dunn
8f238ad594 Begin adding wrappers for wx.aui 2016-10-25 19:19:08 -07:00
Jose Antonio Velasco
b5f2c79b0f Frame widget screenshot on Mac 2016-10-25 18:01:09 +02: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
953a7a74e5 Use fully qualified names 2016-07-28 19:50:47 -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
371a7b4958 Merge branch 'master' into add-ribbon-lib 2016-06-28 16:11:19 -07:00
DietmarSchwertberger
61bfee6d51 Merge remote-tracking branch 'refs/remotes/wxWidgets/master' into classic_vs_phoenix_metafile_update 2016-06-25 17:35:29 +02:00
DietmarSchwertberger
48c1273992 MetaFile and MetaFileDC update
MetaFile and MetaFileDC are no longer missing, but in msw module
2016-06-25 17:32:51 +02: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