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
Robin Dunn
31dcd1f021
Update copyright
2016-05-18 16:28:29 -07:00
Robin Dunn
ae42d4d894
add the msw module for the docs
2016-05-17 08:21:33 -07:00
Robin Dunn
028d173676
Rename some doc files --> *.rst for editor support and for GitHub visibility.
2016-05-11 22:12:07 -07:00
Robin Dunn
c42ee6bce3
More typos and other cleanup
2016-05-11 19:49:57 -07:00
Robin Dunn
bcc70efbb4
Update the section on version numbers
2016-05-11 19:44:10 -07:00
Robin Dunn
65c07cf447
RIP wxversion
2016-05-11 19:38:53 -07:00
Robin Dunn
4e9935e1f0
Merge pull request #80 from swt2c/fix_comboctrl_doc
...
Fix ComboCtrl documentation
2016-05-10 21:45:23 -07:00
Scott Talbert
19573aa9a6
Fix ComboCtrl documentation
2016-05-10 20:33:18 -04:00
Robin Dunn
b96160b4de
Merge pull request #61 from swt2c/fix_eventfilter
...
Fix wxEventFilter - don't mark as abstract but remove default constru…
2016-05-07 19:17:39 -07:00
Robin Dunn
87a89b0407
Merge pull request #52 from swt2c/text_completer_simple
...
Correct TextCompleterSimple example
2016-05-02 21:21:05 -07:00
Robin Dunn
d9d02f79d4
Merge pull request #44 from swt2c/animate_moved
...
Document that the wx.animate classes moved to wx.adv
2016-05-02 20:58:50 -07:00
Scott Talbert
7040e3018d
Fix wxEventFilter - don't mark as abstract but remove default constructors
...
Also add a unittest and update the documentation
2016-04-05 20:45:33 -04:00
Scott Talbert
5852dcc623
Correct TextCompleterSimple example
...
Need to pass instance of MyTextCompleter, not class itself.
2016-03-17 00:08:42 -04:00
Scott Talbert
b9349044d1
Document that the wx.animate classes moved to wx.adv
2016-03-04 21:02:53 -05:00
Robin Dunn
d6dcd4060f
Add link for wx.media module.
2016-02-29 19:12:40 -08:00
wernerfb
6f1b1e1c22
- Colour.SetFromString replaced in Phoenix
2015-09-13 11:23:03 +02:00
Robin Dunn
abf74b2bf0
A bit more documentation tweaking relating to the github repository.
2015-03-30 12:04:59 -07:00
Robin Dunn
192154ec9b
Merge branch 'patch-1' of git://github.com/driscollis/Phoenix into driscollis-patch-1
2015-03-30 11:56:17 -07:00
Robin Dunn
a92666b663
Fix code snippet for file dialog wildcards
2015-03-30 11:46:53 -07:00
Mike Driscoll
0b103cc09a
Updated references to SVN to Github
2015-03-28 11:25:17 -05:00
Mike Driscoll
fcf6670bc4
Update docs to point to Phoenix github instead of svn
2015-03-27 13:08:49 -05:00
Robin Dunn
2c3b7a813d
wx.YieldIfNeeded doesn't exist in Phoenix.
...
This fixes going into help mode in PyShell.
2015-03-12 13:51:51 -07:00
Robin Dunn
9a230dbbd5
Update the docs for the changes in the Parse*() methods API
2015-02-26 14:38:57 -08:00
Robin Dunn
659b659c27
Merge branch 'june-coding' of https://github.com/wernerfb/Phoenix into wernerfb-june-coding
2015-02-16 16:21:58 -08:00
Robin Dunn
e7aed13042
Clarify submodule usage a bit more.
...
Add the Prerequisites section to the top level README.
Tweak and prettify.
2015-02-12 12:42:52 -08:00
Robin Dunn
7f86b9eb54
It's not a subversion revision anymore. Also a bit of text tweaking.
2015-02-05 21:33:16 -08:00
Werner F Bruhin
1032875e26
- fix #!/usr/bin/env python
2015-02-05 14:03:12 +01:00
Werner F Bruhin
35151497ed
- fix coding line
2014-06-12 09:50:36 +02:00
Robin Dunn
a5bcd6aa2d
Fix some typos and such
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-04-14 03:26:52 +00:00
Robin Dunn
cad18dd6f8
PR70: add classic --> phoenix entry for GenericDatePickerCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-03-02 00:13:30 +00:00
Andrea Gavana
bb9ba09d7c
Phoenix docs: rename the richtextctrl_overview.rst with the underscore and add the snipped for dataview.TreeListCtrl.GetNextItem.1.py
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-15 21:31:49 +00:00
Andrea Gavana
69544082bd
Phoenix docs: add the "richtextctrl overview" file into the "index.rst" file list.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-09 12:28:51 +00:00
Robin Dunn
9dcb2b2639
Not really the right place for it, but add an icon for the wxWidgets docset
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-09 02:47:59 +00:00
Robin Dunn
0246266507
Just move treelist to the dataview module. That makes a little more sense.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-08 02:00:11 +00:00
Robin Dunn
790043356e
Set svn:eol-style to native for all the css files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-06 08:55:40 +00:00
Robin Dunn
d7bd72af50
fix line endings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-06 08:03:52 +00:00
Robin Dunn
3ab0303ac8
Restructure the page headers and how they are tweaked so we don't
...
have the weird wrapping problems, unless the user has a weirdly
sized browser.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-02 06:22:36 +00:00
Robin Dunn
88066eefc1
PR56: IntersectRect is now available
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-23 00:19:19 +00:00
Robin Dunn
ed90a026ea
PR54: Fixes double “March” and some rst syntax issues.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-23 00:19:02 +00:00
Robin Dunn
40f84f3724
Pull the version number in the docs from buildtools.config.Config
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-12 01:45:38 +00:00
Robin Dunn
bf7e8090d6
Updates from Werner, PR25
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-10 10:21:10 +00:00
Andrea Gavana
a28a5e41cf
Updated some Phoenix documentation:
...
- Added RichTextCtrl overview;
- Updated `index.rst` to include richtext and webkit packages;
- Added a bunch of converted samples from C++ to Python.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-03 22:30:44 +00:00
Robin Dunn
7d0f393c5f
Switch to a 3 component+tag versioning scheme instead of the 4 component scheme used by Classic.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-02 01:47:27 +00:00
Robin Dunn
b56cdf8d25
Add link and description for the wx.richtext module
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:36:24 +00:00
Robin Dunn
d6b60e92bd
Document that SplitterWindow.SetSashSize is gone.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-02 01:01:08 +00:00
Robin Dunn
443c6590d2
Fix typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-28 05:07:51 +00:00
Robin Dunn
5a958ff03b
Small tweak and tests to allow using objects supporting only the old buffer interface to be used as buffer sources.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-27 02:49:08 +00:00
Robin Dunn
9448b458a9
Add migration info for MakeModal
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-04-27 02:48:58 +00:00