diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html index 26dbfb5868..8e9cbb037f 100644 --- a/wxPython/docs/BUILD.html +++ b/wxPython/docs/BUILD.html @@ -15,8 +15,8 @@ development and testing, and is meant to help other people that want to do the same thing. I'll assume that you are using either a CVS snapshot from http://wxwindows.org/snapshots/, a checkout from CVS, or one of the released wxPythonSrc-2.5.* tarballs. I'll also assume that -you know your way around your system, the compiler, etc. and that you -know what you are doing! ;-)

+you know your way around your system, the compiler, etc. and most +importantly, that you know what you are doing! ;-)

If you want to also install the version of wxPython you build to be in your site-packages dir and be your default version of wxPython, then a few additional steps are needed, and you may want to use slightly @@ -169,7 +169,7 @@ python2.3 demo.py

OS X NOTE: You need to use "pythonw" on the command line to run wxPython applications. This version of the Python executable is part of the Python Framework and is allowed to interact with the -display. You can also Double Click on a .py or a .pyw file from +display. You can also double click on a .py or a .pyw file from the finder (assuming that PythonLauncher is still associated with these file extensions) and it will launch the Framework version of Python for you. For information about creating Applicaiton Bundles @@ -321,7 +321,7 @@ python demo.py

diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index 1d3f2ba28a..d85adfb72b 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -47,6 +47,16 @@ image (.dmg file) that users can just drag and drop to wherever they want to put them.

The wxWave class has been renamed to wxSound, and now has a slightly different API.

+

Updated the AnalogClockWindow with many enhancements from E. A. Tacão.

+

wxMac now has wx.ToggleButton!

+

wx.stc.StyledTextCtrl has been update to version 1.58 of Scintilla.

+

To help with the wx.stc.StyledTextCtrl performance issues on wxMac +I've added a SetUseAntiAliasing method (and GetUseAntiAliasing) too +that will turn off the use of antialiased fonts in the wxSTC, allowing +it to bypass the slow text measuring routines and use the fast and +simple one instead. By default the setting is turned off. When run +on OSX The Py* apps have a new item on the Options menu for +controlling this setting if you would like to experiment with it.

2.4.2.4

@@ -1201,7 +1211,7 @@ version segfault shortly after starting up.

diff --git a/wxPython/docs/INSTALL.html b/wxPython/docs/INSTALL.html index 574016aeec..cc99375002 100644 --- a/wxPython/docs/INSTALL.html +++ b/wxPython/docs/INSTALL.html @@ -136,7 +136,7 @@ copy %WXWIN%\BIN\wx*h_*.dll c:\Python23\Lib\site-pacakges\wx diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html index 8b8b19c86a..2cc0657920 100644 --- a/wxPython/docs/MigrationGuide.html +++ b/wxPython/docs/MigrationGuide.html @@ -393,7 +393,7 @@ different API.

diff --git a/wxPython/docs/PyManual.html b/wxPython/docs/PyManual.html index f9f71fc95f..8551044b66 100644 --- a/wxPython/docs/PyManual.html +++ b/wxPython/docs/PyManual.html @@ -7,7 +7,7 @@ The Py Manual - + @@ -25,9 +25,9 @@ Organization: Orbtech Date: -2003-07-02 +2004-02-04 Revision: -1.2 +1.3
@@ -237,6 +237,10 @@ programs and modules, since the beginning.

Removed docs tabs from crust interface: * wxPython Docs * wxSTC Docs

+

Fixed Calltip tab refresh problem on Windows.

+

shell.autoCompleteAutoHide added with default of True.

+

Changed default namespace of Shell to __main__.__dict__, instead of an +empty dictionary.

0.9.3 (9/25/2003 to 1/24/2004)

@@ -696,7 +700,7 @@ needed. PyCrust had to happen...

diff --git a/wxPython/docs/README.html b/wxPython/docs/README.html index 73de00f46d..69637d81ba 100644 --- a/wxPython/docs/README.html +++ b/wxPython/docs/README.html @@ -60,7 +60,7 @@ Robin Dunn diff --git a/wxPython/docs/bin/simplify b/wxPython/docs/bin/simplify deleted file mode 100755 index b968fb956c..0000000000 --- a/wxPython/docs/bin/simplify +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -#---------------------------------------------------------------------- -# Uses simplify.xsl to convert the XML files output by SWIG to a -# simpler XML format that contains only the metadata that we are -# interested in. Converts all input files into a single output file. -#---------------------------------------------------------------------- - -if [ ! -d wxPython ]; then - echo "Please run this script from the root wxPython directory." - exit 1 -fi - - -XSLT=docs/bin/simplify.xsl -MODULES=`python -c "import sys,setup; [sys.stdout.write(e.name[1:]+' ') for e in setup.wxpExtensions]"` -DEST=docs/xml/wxPython-metadata.xml -SRC=docs/xml-raw - - -echo "Using: " $XSLT -echo "Writing to: " $DEST -echo "Modules: " $MODULES - - - -echo "" > $DEST -echo "" >> $DEST - -for m in $MODULES; do - F=$SRC/${m}_swig.xml - echo $F - xsltproc $XSLT $F >> $DEST -done - -echo "" >> $DEST diff --git a/wxPython/docs/bin/simplify.xsl b/wxPython/docs/bin/simplify.xsl deleted file mode 100644 index 2084d4cb77..0000000000 --- a/wxPython/docs/bin/simplify.xsl +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yes - - - no - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - yes - - - no - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/wxPython/docs/wxPackage.html b/wxPython/docs/wxPackage.html index 9bbc1f84f2..ae84d6534c 100644 --- a/wxPython/docs/wxPackage.html +++ b/wxPython/docs/wxPackage.html @@ -8,7 +8,7 @@ - + @@ -28,9 +28,9 @@ Organization: Orbtech Date: -2003-07-02 +2004-02-04 Revision: -1.2 +1.3
@@ -171,7 +171,7 @@ You can learn more about these in the
diff --git a/wxPython/docs/wxPythonDocs.html b/wxPython/docs/wxPythonDocs.html index 035deb8ec4..a5bfa90b2b 100644 --- a/wxPython/docs/wxPythonDocs.html +++ b/wxPython/docs/wxPythonDocs.html @@ -71,7 +71,7 @@ using the Epydoc tool.

diff --git a/wxPython/docs/wxPythonExamples.html b/wxPython/docs/wxPythonExamples.html index 87f9cec26f..5899e23d13 100644 --- a/wxPython/docs/wxPythonExamples.html +++ b/wxPython/docs/wxPythonExamples.html @@ -220,7 +220,7 @@ if __name__ == '__main__': diff --git a/wxPython/docs/wxPythonManual.html b/wxPython/docs/wxPythonManual.html index 99a49d7a54..19a4c2bd96 100644 --- a/wxPython/docs/wxPythonManual.html +++ b/wxPython/docs/wxPythonManual.html @@ -1074,7 +1074,7 @@ As such, it adheres to the same license, which is provided here:

diff --git a/wxPython/docs/wxPythonTutorial.html b/wxPython/docs/wxPythonTutorial.html index 039cff593b..7a9ae151de 100644 --- a/wxPython/docs/wxPythonTutorial.html +++ b/wxPython/docs/wxPythonTutorial.html @@ -122,7 +122,7 @@ that comes with wxWindows: