Commit Graph

2126 Commits

Author SHA1 Message Date
Robin Dunn
cfed6ce4df Various updates to use fullnames in wx.lib, fix links back to the compiled modules, various source cleanup, etc. 2016-06-07 16:43:04 -07:00
Robin Dunn
4fb5b54331 Add more excluded attrs for Py3 2016-06-07 16:33:13 -07:00
Robin Dunn
89dcaaec8f Move the wxpy and wxtools command into the wxlib command 2016-06-07 16:21:38 -07:00
Robin Dunn
1b6414a473 Update TODO 2016-06-04 18:35:01 -07:00
Robin Dunn
874bdd2626 Don't remove leading wx when postprocessing 2016-06-04 16:08:29 -07:00
Robin Dunn
2355ceb198 Use fullname on constants in the converted text 2016-06-04 14:44:08 -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
b314abc724 Merge branch 'master' into docs-add-wx-prefix 2016-06-03 16:44:40 -07:00
Robin Dunn
8a633f1580 Merge pull request #91 from dougthor42/lib.plot.py_histogram_and_bar_charts
Updates for lib.plot.py to include histograms and bar charts.
2016-06-03 16:42:39 -07:00
Robin Dunn
7c009f8cf4 typos 2016-06-03 16:38:50 -07:00
Robin Dunn
c1cdb3a207 Merge pull request #92 from swt2c/fix_xml_ownership
Fix ownership transfer for wxXmlDocument methods
2016-06-03 16:35:51 -07:00
Robin Dunn
a8c0557b9f Merge pull request #95 from DietmarSchwertberger/DEMO_MEDIACTRL_WINDOWS
Demo MediaCtrl on MSW
2016-06-03 16:35:06 -07:00
Robin Dunn
fd5f8a0ca2 update TODO 2016-06-03 16:17:11 -07:00
DietmarSchwertberger
37514550f9 Use default backend on Windows
change also behaviour of playBtn due to missing event with the Windows
default backend
2016-05-30 20:48:15 +02:00
DietmarSchwertberger
f5dd89d265 Merge remote-tracking branch 'refs/remotes/wxWidgets/master' 2016-05-30 20:11:02 +02:00
Robin Dunn
dc06be82d3 Overview docs updates are more or less finished. 2016-05-30 07:16:43 -07:00
Robin Dunn
126f61abcf Items in an Xref's child elements may come in any order, so we can't depend on the refid and link being in the first child. 2016-05-30 07:16:07 -07:00
Robin Dunn
3fbecd36cf Fix generation of "classwx_" links 2016-05-29 23:20:30 -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
ba827eeaaa Update comment about custom table snippets 2016-05-27 14:58:50 -07:00
Robin Dunn
be90ee5427 Fix incorrect doubling on ** in some cases.
More nested enum fixes.
2016-05-27 14:57:57 -07:00
Robin Dunn
3af36aced9 rename custom table snippets 2016-05-27 14:55:14 -07:00
Douglas Thor
9d3f510383 Updated changelog. 2016-05-27 14:18:41 -07:00
dougthor42
2e70f53fd6 Updates for lib.plot.py to include histograms and bar charts.
+ Added PolyBars class for bar charts
+ Added PolyHistogram class for histograms
  + lots of duplicate code from PolyBars - should look into making a parent class.
+ Added demos draw9 and draw10 for histogram and bar charts, respectively
  + added required menu items
+ updated plotNN menu items status-bar text to be descriptive.
+ increased default size of demo - menus were sometimes covering the status bar.
+ updated XSpec and YSpec to accept a list or tuple of (min, max) values.
+ Updated default size of TestFrame to be a bit bigger.
2016-05-27 14:09:40 -07:00
Robin Dunn
26fa245466 Merge branch 'master' into docs-add-wx-prefix 2016-05-27 10:31:55 -07:00
Robin Dunn
b6068166c2 Set wx submodule to newest 3.0 2016-05-27 10:31:36 -07:00
Robin Dunn
eca3ab1f1d add toctree items for the nested enums 2016-05-26 23:34:03 -07:00
Robin Dunn
85197c91b1 a couple more overview updates, tweak the logo image 2016-05-26 23:14:58 -07:00
Scott Talbert
2cf14db8c5 Fix ownership transfer for wxXmlDocument methods 2016-05-26 23:32:36 -04:00
Robin Dunn
eeec9c5a41 first batch of overview file updates, reformatting and name fixes 2016-05-26 00:01:50 -07:00
Robin Dunn
dc47a18e32 Merge pull request #88 from RobinD42/copy-vcredist-dlls
For Python 3.5 add the VC14 CRT DLLs
2016-05-25 22:47:43 -07:00
Robin Dunn
22d2394190 For Python 3.5 add the VC14 CRT DLLs 2016-05-25 22:23:42 -07:00
Robin Dunn
f03b1157d9 The linux build slave has been updated. Remove the Python 3.3 builder and add builders for 3.4 and 3.5 2016-05-25 09:25:36 -07:00
Robin Dunn
62609f66da Fix fullname issues for enums nested in a class 2016-05-25 09:22:35 -07:00
Robin Dunn
c4cac14372 Update build requirements 2016-05-24 23:42:31 -07:00
Robin Dunn
8f41607c73 Fixes for PyClass and PyProperties 2016-05-24 23:41:35 -07:00
Robin Dunn
045773b119 Try without the currentmodule directive... 2016-05-24 23:40:58 -07:00
Robin Dunn
b8f32de5ea Tweak some CSS, etc. 2016-05-24 22:05:32 -07:00
Robin Dunn
14a1dddde4 Merge pull request #84 from GadgetSteve/master
Resolved a few minor issues in demos
2016-05-24 14:59:00 -07:00
Robin Dunn
40461eece5 Update docs TODOs 2016-05-24 12:12:08 -07:00
Robin Dunn
ba5baabe77 Fix links in method and properties summaries 2016-05-24 01:37:11 -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
68844e4b52 Add the functions to the module index pages.
Call them moduleindex pages instead of classindex.
Use the fullname for function links.
2016-05-23 23:43:11 -07:00
Robin Dunn
6bd2ba6a4c typo 2016-05-23 16:18:02 -07:00
Robin Dunn
23c2166727 Sort using the fullname so nested classes will appear next to the parent class 2016-05-23 15:32:47 -07:00