wxWidgets/wxPython/src
Robin Dunn 4701b68199 iewin module is no longer built by default, don't put activex in
__all__ unless running on wxMSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-02 03:31:17 +00:00
..
gtk reSWIGged 2005-06-01 02:36:12 +00:00
mac reSWIGged 2005-06-01 02:36:12 +00:00
msw reSWIGed 2005-06-01 02:36:03 +00:00
__controls_rename.i reSWIGged 2005-04-11 20:15:31 +00:00
__controls_reverse.txt Renamed the core namespace's submodules to have a leading underscore. 2004-04-25 06:51:10 +00:00
__core_rename.i Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
__core_reverse.txt reSWIGged 2005-06-01 02:36:12 +00:00
__gdi_rename.i reSWIGged 2005-03-03 20:13:45 +00:00
__gdi_reverse.txt Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
__init__.py iewin module is no longer built by default, don't put activex in 2005-06-02 03:31:17 +00:00
__misc_rename.i wx.GetXDisplay 2005-05-11 18:00:49 +00:00
__misc_reverse.txt Changes needed to accomodate wxTheClipboard now being a macro for wxClipboard::Get 2004-06-21 22:37:35 +00:00
__windows_rename.i reSWIGged 2005-03-08 01:06:44 +00:00
__windows_reverse.txt Renamed the core namespace's submodules to have a leading underscore. 2004-04-25 06:51:10 +00:00
_accel.i Some docstring additions, reformats and epydoc markup. 2004-05-12 00:17:48 +00:00
_app_ex.py Squash exception on exit bug 2005-04-15 21:39:09 +00:00
_app.i Better handling of the refcount of the wx.App object, so it now 2005-04-11 19:14:34 +00:00
_artprov.i Some tweaks to the temporary art images, added wxART_NEW 2005-05-26 19:15:45 +00:00
_bitmap.i Note to self... 2005-03-28 19:57:49 +00:00
_brush.i Added wx.BrushFromBitmap to create a stippled brush in a single step. 2005-04-27 18:57:21 +00:00
_button.i Added wxBU_ALIGN_MASK 2004-11-17 23:50:46 +00:00
_calendar_rename.i Regenerated renamers, each has just a change in their headers 2004-06-19 18:21:36 +00:00
_calendar_reverse.txt Lots of bup fixes, API updates, etc 2003-11-21 07:39:05 +00:00
_checkbox.i Added more default args as needed to allow most window types to be 2004-06-02 20:53:05 +00:00
_choice.i cleanup and some docstring fixes 2005-05-27 00:53:05 +00:00
_clipbrd.i Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
_cmndlgs.i cleanup and some docstring fixes 2005-05-27 00:53:05 +00:00
_colour.i Check for app before making a colour from a name 2004-07-06 21:11:42 +00:00
_combobox.i cleanup and some docstring fixes 2005-05-27 00:53:05 +00:00
_config.i Disown the config object when calling wx.ConfigBase.Set 2005-05-04 21:47:41 +00:00
_constraints.i Some docstring additions, reformats and epydoc markup. 2004-05-12 00:17:48 +00:00
_control.i Don't override methods that are in wxControlWithItems 2005-02-18 04:48:26 +00:00
_core_api.i Add copy ctor for wxPyCBInputStream and use it to prevent double 2005-03-03 19:56:42 +00:00
_core_ex.py updated coment 2005-04-11 19:57:02 +00:00
_cshelp.i Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
_cursor.i Docstring updates 2005-03-05 00:52:48 +00:00
_dataobj.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_datectrl.i Added wx.DatePickerCtrl 2005-02-18 04:38:30 +00:00
_datetime.i Ensure that the results of __str__ and __repr__ are strings 2005-04-09 20:07:25 +00:00
_dc.i Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
_defs.i Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
_dirctrl.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_display.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_dnd.i Added wx.DROP_ICON() 2005-05-17 00:27:11 +00:00
_dragimg.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_effects.i Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
_event_ex.py Docstring updates and tweaks for epydoc 2004-04-30 06:14:22 +00:00
_event.i EVT_SCROLL_ENDSCROLL --> EVT_SCROLL_CHANGED and compatibility aliases 2005-06-01 00:55:38 +00:00
_evthandler.i Allow the OOR reference to be saved without doing an INCREF. This 2004-12-20 22:50:29 +00:00
_evtloop.i Use dummy class on Mac until wxEventLoop is implemented there 2004-09-25 23:09:57 +00:00
_filesys.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_font.i docstrings for wx.Font 2005-05-12 17:00:51 +00:00
_functions.i wx.GetXDisplay 2005-05-11 18:00:49 +00:00
_gauge.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_gbsizer.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_gdicmn.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_gdiobj.i All the Window and GDI (pen, bitmap, etc.) classes and also many 2004-06-01 21:38:05 +00:00
_grid_rename.i prevent a reference leak when OOR objects are created 2004-07-17 17:52:29 +00:00
_grid_reverse.txt Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
_html_rename.i Regenerated renamers, each has just a change in their headers 2004-06-19 18:21:36 +00:00
_icon.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_image.i Lots of docstring fixes and additions 2005-05-07 06:26:59 +00:00
_imaglist.i Added GetBitmap, GetIcon to wx.ImageList. 2005-02-28 18:41:07 +00:00
_intl_ex.py Use static method for AddCatalogLookupPathPrefix instead of global function 2004-11-19 19:23:23 +00:00
_intl.i Reset LC_NUMERIC to "C" for Python < 2.4. This fixes Python's float parser. 2004-11-12 18:12:49 +00:00
_joystick.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_listbox.i cleanup and some docstring fixes 2005-05-27 00:53:05 +00:00
_listctrl.i Corrected InsertColumnItem name 2005-04-06 19:28:20 +00:00
_log.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_mdi.i Tile() now has a parameter 2005-03-24 16:47:23 +00:00
_media_rename.i new wxMediaCtrl API 2004-12-20 22:43:11 +00:00
_menu.i Get/SetAutoWindowMenu for wxMac 2005-06-01 02:09:33 +00:00
_mimetype.i Olly Betts' typo patch 2005-05-31 09:29:22 +00:00
_misc.i re-enable wxDrawWindowOnDC 2005-02-19 23:08:26 +00:00
_notebook.i updated coment 2005-04-11 19:57:02 +00:00
_obj.i Some docstring additions, reformats and epydoc markup. 2004-05-12 00:17:48 +00:00
_palette.i Added GetColoursCount 2004-12-13 23:00:57 +00:00
_panel.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_pen.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_popupwin.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_printfw.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_process.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_pycontrol.i Added DoEraseBackground 2005-05-17 00:28:12 +00:00
_pywindows.i Wrong class used in _setCallbackInfo 2005-05-29 00:37:25 +00:00
_radio.i cleanup and some docstring fixes 2005-05-27 00:53:05 +00:00
_region.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_sashwin.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_scrolbar.i Lots of docstring fixes and additions 2005-05-07 06:26:59 +00:00
_settings.i Added IsFalse() 2005-03-24 16:47:40 +00:00
_sizers.i added some docstrings 2005-04-20 21:21:27 +00:00
_slider.i wxSL_TICKS 2005-04-11 19:58:15 +00:00
_sound.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_spin.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_splitter.i docstring update 2005-03-19 21:55:11 +00:00
_statctrls.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_statusbar.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_stdpaths.i Docstring fix for GetInstallPrefix/SetInstallPrefix 2004-11-19 22:00:02 +00:00
_stockobjs.i default value tweak 2005-04-02 03:46:42 +00:00
_streams.i Add copy ctor for wxPyCBInputStream and use it to prevent double 2005-03-03 19:56:42 +00:00
_taskbar.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_template.i Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
_textctrl.i New wxTE_ flags 2005-03-28 20:05:47 +00:00
_tglbtn.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_timer.i Destroy needs self parameter 2005-05-13 00:00:38 +00:00
_tipdlg.i Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
_tipwin.i All the Window and GDI (pen, bitmap, etc.) classes and also many 2004-06-01 21:38:05 +00:00
_toolbar.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_toplvl.i Little tweaks to match CVS changes 2005-03-08 00:43:06 +00:00
_treectrl.i Corrected the name of EVT_TREE_ITEM_MENU 2005-04-06 04:19:03 +00:00
_validator.i Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
_vscroll.i Oops, added the wrong new methods 2005-04-09 20:16:16 +00:00
_webkit_rename.i More WebKitCtrl tweaks, added wxWebKitStateChangedEvent and etc. 2004-10-19 21:40:31 +00:00
_webkit_reverse.txt More WebKitCtrl tweaks, added wxWebKitStateChangedEvent and etc. 2004-10-19 21:40:31 +00:00
_window.i Added missing CacheBestSize 2005-05-13 01:32:45 +00:00
_wizard_rename.i Regenerated renamers, each has just a change in their headers 2004-06-19 18:21:36 +00:00
_wizard_reverse.txt Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
_xml.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_xmlhandler.i cleanup 2005-01-05 21:52:41 +00:00
_xmlres.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_xmlsub.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
_xrc_ex.py Moved xrc out of contrib and into the core source dir, just like in 2004-09-23 16:49:01 +00:00
_xrc_rename.i Moved xrc out of contrib and into the core source dir, just like in 2004-09-23 16:49:01 +00:00
_xrc_reverse.txt Moved xrc out of contrib and into the core source dir, just like in 2004-09-23 16:49:01 +00:00
.cvsignore reSWIGged 2004-09-29 00:22:24 +00:00
b Minor updates to build scripts 2002-05-14 07:47:40 +00:00
calendar.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
controls.i Added wx.DatePickerCtrl 2005-02-18 04:52:13 +00:00
core.i Added limited support for wxEventLoop (you can't derive from a 2004-09-23 01:02:00 +00:00
drawlist.cpp Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
gdi.i set the modules' pacakge name to "wx" using a new SWIG feature 2004-06-02 02:29:55 +00:00
grid.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
helpers.cpp Don't set mac.textcontrol-use-mlte any longer 2005-05-25 01:41:15 +00:00
html.i Olly Betts' typo patch 2005-05-31 09:29:22 +00:00
media.i Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
misc.i Added wxStandardPaths 2004-11-11 02:26:18 +00:00
my_typemaps.i Fixed the typemap that converts a Python list of strings to a 2005-05-09 18:55:18 +00:00
pyfragments.swg Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
webkit.i Corrected compile error 2005-04-13 20:27:56 +00:00
windows.i set the modules' pacakge name to "wx" using a new SWIG feature 2004-06-02 02:29:55 +00:00
winxp.manifest Change the name 2005-01-29 01:08:53 +00:00
wizard.i Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
wxc.rc Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
xrc.i Moved xrc out of contrib and into the core source dir, just like in 2004-09-23 16:49:01 +00:00