wxWidgets/wxPython/src
2006-01-26 00:31:31 +00:00
..
gtk reSWIGged with new SWIG runtime 2006-01-23 23:01:54 +00:00
mac reSWIGged with new SWIG runtime 2006-01-23 23:01:54 +00:00
msw reSWIGged with the new SWIG runtime 2006-01-23 23:04:44 +00:00
__controls_rename.i Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined. 2005-12-22 06:57:46 +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 reSWIGged 2006-01-13 05:21:18 +00:00
__core_reverse.txt reSWIGged 2005-06-01 02:36:12 +00:00
__gdi_rename.i Added wx.RendererNative class 2005-06-09 20:11:14 +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 another merge from WX_2_6_BRANCH 2006-01-06 07:05:15 +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 Added wx.GetColourFromUser and wx.GetFontFromUser 2006-01-02 19:35:00 +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 Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +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 Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
_clipbrd.i Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
_cmndlgs.i Added wx.GetColourFromUser and wx.GetFontFromUser 2006-01-02 19:35:00 +00:00
_colour.i Another merge of 2.6 changes 2006-01-17 05:42:30 +00:00
_combobox.i Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +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 Another merge of 2.6 changes 2006-01-17 05:42:30 +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 another merge from WX_2_6_BRANCH 2006-01-06 07:05:15 +00:00
_datectrl.i Added wx.DatePickerCtrl 2005-02-18 04:38:30 +00:00
_datetime.i corrections for some SWIG deprecation warnings 2006-01-20 18:11:53 +00:00
_dc.i Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
_defs.i move the nodefault option into _defs.i too. 2006-01-24 02:24:25 +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 Another merge of 2.6 changes 2006-01-17 05:42:30 +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 Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +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 wx.EventLoop is now implemented for wxMac. 2006-01-13 04:07:35 +00:00
_filesys.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
_font.i Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
_functions.i another merge from WX_2_6_BRANCH 2006-01-06 07:05:15 +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 Added wxHelpControllerBase, wxHtmlHelpDialog, wxHtmlHelpWindow 2006-01-09 23:05:54 +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 Added ConvertToGreyscale 2006-01-20 17:23:02 +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 Add supoprt for wxListCtrl::OnGetItemColumnImage 2006-01-26 00:31:31 +00:00
_log.i Added wx.LogBuffer 2005-06-09 18:48:41 +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 merge #4 from 2.6 branch 2006-01-10 23:15:38 +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 Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined. 2005-12-22 06:57:46 +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 prevent overload abiguity in wxPyPrintPreview ctor 2006-01-20 17:23:59 +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 Virtualize OnInternalIdle. 2005-06-09 21:51:21 +00:00
_pywindows.i Virtualize OnInternalIdle. 2005-06-09 21:51:21 +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
_renderer.i Added wx.RendererNative class 2005-06-09 20:11:14 +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 another merge from WX_2_6_BRANCH 2006-01-06 07:05:15 +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 Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +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
_swigtype.i Added some (#ifdef'd out) wrappers to help in debugging the swig 2006-01-20 18:18:02 +00:00
_taskbar.i Another merge of 2.6 changes 2006-01-17 05:42:30 +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 Updates for CreateButtonSizer 2006-01-20 17:26:29 +00:00
_treectrl.i Another merge of 2.6 changes 2006-01-17 05:42:30 +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 Another merge of 2.6 changes 2006-01-17 05:42:30 +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 Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +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 Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +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 some (#ifdef'd out) wrappers to help in debugging the swig 2006-01-20 18:18:02 +00:00
drawlist.cpp Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
gdi.i Added wx.RendererNative class 2005-06-09 20:11:14 +00:00
grid.i Use the PyGILState_* APIs on Python >= 2.3 2005-03-09 22:28:52 +00:00
helpers.cpp Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
html.i Another merge of 2.6 changes 2006-01-17 05:42:30 +00:00
media.i another merge from WX_2_6_BRANCH 2006-01-06 07:05:15 +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 Another merge of 2.6 changes 2006-01-17 05:42:30 +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