]> git.saurik.com Git - wxWidgets.git/commit
Merged wxPython 2.2.2 over to the main branch
authorRobin Dunn <robin@alldunn.com>
Mon, 30 Oct 2000 21:08:42 +0000 (21:08 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 30 Oct 2000 21:08:42 +0000 (21:08 +0000)
commitc368d904fc27d35ae1e533155e2154dc496432e4
tree09cc2e78dfbd264ef122901499f1ec49b9c8e59f
parent7874bf5430d47317bebf5c68cd7d4a2d964dee95
Merged wxPython 2.2.2 over to the main branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
194 files changed:
wxPython/.cvsignore
wxPython/BUILD.txt [deleted file]
wxPython/BUILD.unix.txt [new file with mode: 0644]
wxPython/BUILD.win32.txt [new file with mode: 0644]
wxPython/CHANGES.txt
wxPython/MANIFEST.in [new file with mode: 0644]
wxPython/README.txt
wxPython/SWIG/README.txt [new file with mode: 0644]
wxPython/SWIG/pyexp.swg [new file with mode: 0644]
wxPython/SWIG/typemaps.i [new file with mode: 0644]
wxPython/b [new file with mode: 0755]
wxPython/b.bat [new file with mode: 0755]
wxPython/buildall [deleted file]
wxPython/buildall.bat [deleted file]
wxPython/contrib/buildall.py [deleted file]
wxPython/contrib/glcanvas/build.cfg [deleted file]
wxPython/contrib/glcanvas/glcanvas.i
wxPython/contrib/glcanvas/glcanvasc.def [deleted file]
wxPython/contrib/glcanvas/gtk/glcanvas.cpp
wxPython/contrib/glcanvas/msw/glcanvas.cpp
wxPython/contrib/glcanvas/stub.cpp [new file with mode: 0644]
wxPython/contrib/ogl/.cvsignore
wxPython/contrib/ogl/_extras.py [deleted file]
wxPython/contrib/ogl/_oglextras.py [new file with mode: 0644]
wxPython/contrib/ogl/build.cfg [deleted file]
wxPython/contrib/ogl/ogl.cpp
wxPython/contrib/ogl/ogl.i
wxPython/contrib/ogl/ogl.py
wxPython/contrib/ogl/oglbasic.cpp
wxPython/contrib/ogl/oglbasic.py
wxPython/contrib/ogl/oglc.def [deleted file]
wxPython/contrib/ogl/oglcanvas.cpp
wxPython/contrib/ogl/oglcanvas.py
wxPython/contrib/ogl/oglshapes.cpp
wxPython/contrib/ogl/oglshapes.py
wxPython/contrib/ogl/oglshapes2.cpp
wxPython/contrib/ogl/oglshapes2.py
wxPython/contrib/ogl/stub.cpp [new file with mode: 0644]
wxPython/demo/.cvsignore
wxPython/demo/About.py
wxPython/demo/ActiveXWrapper_IE.py
wxPython/demo/GridSimple.py
wxPython/demo/Main.py
wxPython/demo/OldSizers.py [deleted file]
wxPython/demo/PyShell.py [deleted file]
wxPython/demo/XMLtreeview.py
wxPython/demo/data/echo.py [new file with mode: 0644]
wxPython/demo/data/grid.i
wxPython/demo/data/stc.h
wxPython/demo/data/stc.h.html [new file with mode: 0644]
wxPython/demo/widgetTest.py
wxPython/demo/wxFloatBar.py
wxPython/demo/wxGLCanvas.py
wxPython/demo/wxGauge.py
wxPython/demo/wxHtmlWindow.py
wxPython/demo/wxListCtrl.py
wxPython/demo/wxProcess.py [new file with mode: 0644]
wxPython/demo/wxScrolledWindow.py
wxPython/demo/wxSplitterWindow.py
wxPython/demo/wxStatusBar.py
wxPython/demo/wxStyledTextCtrl_1.py
wxPython/demo/wxStyledTextCtrl_2.py
wxPython/demo/wxTextCtrl.py
wxPython/demo/wxToolBar.py
wxPython/demo/wxTreeCtrl.py
wxPython/distrib/README.dbg.txt
wxPython/distrib/autobuild.py
wxPython/distrib/build.py [deleted file]
wxPython/distrib/makedbg.bat
wxPython/distrib/makedemo [new file with mode: 0755]
wxPython/distrib/wxPython.WSM
wxPython/distrib/wxPython.rsp
wxPython/distrib/wxPython.spec [deleted file]
wxPython/distrib/wxPython.wse
wxPython/distrib/zipit.bat
wxPython/my_distutils.py [new file with mode: 0644]
wxPython/my_install_data.py [new file with mode: 0644]
wxPython/setup.cfg [new file with mode: 0644]
wxPython/setup.py [new file with mode: 0755]
wxPython/src/.cvsignore
wxPython/src/__version__.py
wxPython/src/_defs.i
wxPython/src/_extras.py
wxPython/src/build.cfg [deleted file]
wxPython/src/clip_dnd.i
wxPython/src/controls.i
wxPython/src/controls2.i
wxPython/src/events.i
wxPython/src/filesys.i [new file with mode: 0644]
wxPython/src/grid.i
wxPython/src/gtk/calendar.cpp
wxPython/src/gtk/clip_dnd.cpp
wxPython/src/gtk/cmndlgs.cpp
wxPython/src/gtk/controls.cpp
wxPython/src/gtk/controls.py
wxPython/src/gtk/controls2.cpp
wxPython/src/gtk/controls2.py
wxPython/src/gtk/events.cpp
wxPython/src/gtk/events.py
wxPython/src/gtk/filesys.cpp [new file with mode: 0644]
wxPython/src/gtk/filesys.py [new file with mode: 0644]
wxPython/src/gtk/frames.cpp
wxPython/src/gtk/gdi.cpp
wxPython/src/gtk/grid.cpp
wxPython/src/gtk/html.cpp
wxPython/src/gtk/html.py
wxPython/src/gtk/htmlhelp.cpp
wxPython/src/gtk/image.cpp
wxPython/src/gtk/mdi.cpp
wxPython/src/gtk/misc.cpp
wxPython/src/gtk/misc.py
wxPython/src/gtk/misc2.cpp
wxPython/src/gtk/misc2.py
wxPython/src/gtk/printfw.cpp
wxPython/src/gtk/sizers.cpp
wxPython/src/gtk/sizers.py
wxPython/src/gtk/stattool.cpp
wxPython/src/gtk/streams.cpp [new file with mode: 0644]
wxPython/src/gtk/streams.py [new file with mode: 0644]
wxPython/src/gtk/utils.cpp
wxPython/src/gtk/windows.cpp
wxPython/src/gtk/windows.py
wxPython/src/gtk/windows2.cpp
wxPython/src/gtk/windows2.py
wxPython/src/gtk/windows3.cpp
wxPython/src/gtk/wx.cpp
wxPython/src/gtk/wx.py
wxPython/src/helpers.cpp
wxPython/src/helpers.h
wxPython/src/html.i
wxPython/src/misc.i
wxPython/src/misc2.i
wxPython/src/msw/calendar.cpp
wxPython/src/msw/clip_dnd.cpp
wxPython/src/msw/cmndlgs.cpp
wxPython/src/msw/controls.cpp
wxPython/src/msw/controls.py
wxPython/src/msw/controls2.cpp
wxPython/src/msw/controls2.py
wxPython/src/msw/events.cpp
wxPython/src/msw/events.py
wxPython/src/msw/filesys.cpp [new file with mode: 0644]
wxPython/src/msw/filesys.py [new file with mode: 0644]
wxPython/src/msw/frames.cpp
wxPython/src/msw/gdi.cpp
wxPython/src/msw/grid.cpp
wxPython/src/msw/html.cpp
wxPython/src/msw/html.py
wxPython/src/msw/htmlhelp.cpp
wxPython/src/msw/htmlhelp.py
wxPython/src/msw/image.cpp
wxPython/src/msw/mdi.cpp
wxPython/src/msw/misc.cpp
wxPython/src/msw/misc.py
wxPython/src/msw/misc2.cpp
wxPython/src/msw/misc2.py
wxPython/src/msw/printfw.cpp
wxPython/src/msw/sizers.cpp
wxPython/src/msw/sizers.py
wxPython/src/msw/stattool.cpp
wxPython/src/msw/streams.cpp [new file with mode: 0644]
wxPython/src/msw/streams.py [new file with mode: 0644]
wxPython/src/msw/utils.cpp
wxPython/src/msw/windows.cpp
wxPython/src/msw/windows.py
wxPython/src/msw/windows2.cpp
wxPython/src/msw/windows2.py
wxPython/src/msw/windows3.cpp
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py
wxPython/src/sizers.i
wxPython/src/stattool.i
wxPython/src/streams.i [new file with mode: 0644]
wxPython/src/utils.i
wxPython/src/windows.i
wxPython/src/windows2.i
wxPython/src/wx.i
wxPython/src/wxc.def [deleted file]
wxPython/tests/fs_test.py [new file with mode: 0644]
wxPython/tests/test2.py
wxPython/tests/test3.py
wxPython/tests/test4.py
wxPython/wxPython/lib/activexwrapper.py
wxPython/wxPython/lib/editor/tokenizer.py
wxPython/wxPython/lib/filebrowsebutton.py
wxPython/wxPython/lib/mvctree.py
wxPython/wxPython/lib/pyshell.py
wxPython/wxPython/lib/sizers/.cvsignore [deleted file]
wxPython/wxPython/lib/sizers/__init__.py [deleted file]
wxPython/wxPython/lib/sizers/border.py [deleted file]
wxPython/wxPython/lib/sizers/box.py [deleted file]
wxPython/wxPython/lib/sizers/shape.py [deleted file]
wxPython/wxPython/lib/sizers/sizer.py [deleted file]
wxPython/wxPython/lib/wxPlotCanvas.py