wxWidgets/wxPython
Robin Dunn 36e910973a Add a set of scripts that can be used to build and upload the
distributable binaries for all platforms all from a single
command-line on a single machine.  Will probably also be used for a
daily build cron job.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:53:50 +00:00
..
contrib removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
demo Various layout fixes and such 2004-06-14 19:10:20 +00:00
distrib Add a set of scripts that can be used to build and upload the 2004-06-14 19:53:50 +00:00
distutils
docs Some doc tweaks 2004-06-10 20:26:43 +00:00
include/wx/wxPython use the API Ptr accessor for the inline functions too. 2004-06-09 17:50:45 +00:00
misc More test cases and handle __doc__ == None 2004-05-18 20:14:14 +00:00
samples Some error recovery and other tweaks 2004-05-28 19:59:29 +00:00
scripts Generate pywrap as a console tool. 2004-03-30 00:10:15 +00:00
src If wxWidgets was build without wxDisplay then in Python it will raise 2004-06-14 19:45:51 +00:00
SWIG Add a package="name" option to the %module directive in my SWIG patch 2004-06-02 02:27:43 +00:00
wx The new OGL doesn't have to be compatible with the bugs in the old 2004-06-08 01:12:26 +00:00
wxPython reSWIGged 2004-06-09 18:54:49 +00:00
.cvsignore Add a set of scripts that can be used to build and upload the 2004-06-14 19:53:50 +00:00
b bash version of wxPython's b script for win32 2004-06-09 02:43:22 +00:00
b.bat bash version of wxPython's b script for win32 2004-06-09 02:43:22 +00:00
b.win32 Add a set of scripts that can be used to build and upload the 2004-06-14 19:53:50 +00:00
config.py increment version number 2004-06-14 19:47:22 +00:00
setup.py Added a new version (0.8.3) of FloatCanvas from Chris Barker. It's 2004-06-04 21:29:41 +00:00