..
gtk
reSWIGged
2006-03-24 01:52:48 +00:00
mac
reSWIGged
2006-03-24 01:52:48 +00:00
msw
reSWIGged
2006-03-24 01:52:48 +00:00
__controls_rename.i
Added wxPython wrappers for the new wx.Treebook and wx.Toolbook
2006-02-01 23:46:43 +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
Added feature flag
2006-02-07 04:04:02 +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
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_bitmap.i
Give classes that need one a destructor wrapper, and set %disown when
2006-03-10 00:27:37 +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
Add Get/SetBitmapHover
2006-02-10 18:31:47 +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
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_cmndlgs.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_colour.i
Fixed the equality and inequality operators for some of the basic
2006-03-31 23:29:39 +00:00
_combobox.i
Merged modifications from the 2.6 branch
2005-12-30 23:02:03 +00:00
_config.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_constraints.i
Give classes that need one a destructor wrapper, and set %disown when
2006-03-10 00:27:37 +00:00
_control.i
Several instances of int --> unsigned int
2006-03-24 00:08:45 +00:00
_core_api.i
a little reorg and cleanup from the last two revisions
2006-02-13 19:12:31 +00:00
_core_ex.py
SWIG 1.3.29
2006-03-14 04:06:46 +00:00
_cshelp.i
Add wxHelpProvider destructor
2006-03-19 02:16:08 +00:00
_cursor.i
Docstring updates
2005-03-05 00:52:48 +00:00
_dataobj.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_datectrl.i
Added wx.DatePickerCtrl
2005-02-18 04:38:30 +00:00
_datetime.i
Add copy constructor, DateTimeFromDateTime
2006-03-05 03:59:06 +00:00
_dc.i
Added the wx.DC.GradientFillConcentric and wx.DC.GradientFillLinear
2006-02-12 08:16:10 +00:00
_defs.i
Fixed the equality and inequality operators for some of the basic
2006-03-31 23:29:39 +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
cleanup - fixed a warning, some typos, and made minor reformatting changes
2006-03-17 04:09:10 +00:00
_dnd.i
Changes to how overridable C++ methods are virtualized for Python.
2006-02-07 03:56:44 +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
Add wx.CommandEvent.GetClientData
2006-03-10 00:24:32 +00:00
_evthandler.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_evtloop.i
wx.EventLoop is now implemented for wxMac.
2006-01-13 04:07:35 +00:00
_filesys.i
wxFileSystemHandler needs a destructor and to give ownership to wxFileSystem
2006-03-24 00:12:12 +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
Fixed the equality and inequality operators for some of the basic
2006-03-31 23:29:39 +00:00
_gdicmn.i
Fixed the equality and inequality operators for some of the basic
2006-03-31 23:29:39 +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
Editors, Renderers and Attrs need to have a destructor so SWIG won't
2006-03-20 18:02:37 +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
Add GetHandlers
2006-03-05 03:59:45 +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
Several instances of int --> unsigned int
2006-03-24 00:08:45 +00:00
_listctrl.i
Applied Patch #1424869 : Implement wxListCtrl::SetItemColumnImage
2006-03-10 21:26:59 +00:00
_log.i
Oops, DoLog and DoLogString are protected
2006-02-07 04:14:37 +00:00
_mdi.i
Tile() now has a parameter
2005-03-24 16:47:23 +00:00
_media_rename.i
Add missing constants
2006-02-10 18:36:50 +00:00
_menu.i
Give classes that need one a destructor wrapper, and set %disown when
2006-03-10 00:27:37 +00:00
_mimetype.i
SWIG 1.3.29
2006-03-14 04:06:46 +00:00
_misc.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_notebook.i
more size_t --> unsigned int changes
2006-03-25 00:13:33 +00:00
_obj.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +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
Give classes that need one a destructor wrapper, and set %disown when
2006-03-10 00:27:37 +00:00
_process.i
Changes to how overridable C++ methods are virtualized for Python.
2006-02-07 03:56:44 +00:00
_pycontrol.i
Changes to how overridable C++ methods are virtualized for Python.
2006-02-07 03:56:44 +00:00
_pywindows.i
Changes to how overridable C++ methods are virtualized for Python.
2006-02-07 03:56:44 +00:00
_radio.i
Several instances of int --> unsigned int
2006-03-24 00:08:45 +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
Docstring typo
2006-03-16 23:22:10 +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 feature flag
2006-02-07 04:04:02 +00:00
_sizers.i
Add CalcRowsCols
2006-02-24 01:12:40 +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
Added GetResourcesDir and GetLocalizedResourcesDir to
2006-03-29 02:34:00 +00:00
_stockobjs.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
_streams.i
Add LastWrite
2006-02-24 01:13:18 +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
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +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
cleanup magic number usage and comments
2006-03-10 00:01:28 +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
Added GetToolsCount
2006-02-16 03:07:20 +00:00
_toplvl.i
workaround MacSetMetalAppearance being made protected
2006-03-08 03:06:25 +00:00
_treectrl.i
more size_t --> unsigned int changes
2006-03-25 00:13:33 +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
Enable OnDrawSeparator and OnDrawBackground to be overridable in wx.HtmlListBox
2006-03-16 02:30:42 +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
docstrings
2006-03-19 02:17:43 +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
Dont' return references to wxDateTime
2006-03-05 04:00:35 +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
Fixed the equality and inequality operators for some of the basic
2006-03-31 23:29:39 +00:00
helpers.cpp
Sometimes we do need to allow recursion of callbacks
2006-03-14 01:28:22 +00:00
html.i
Dtor for wxHtmlCell
2006-03-13 23:11:35 +00:00
media.i
New APIs, Events, etc. for MediaCtrl
2006-02-13 19:15:16 +00:00
misc.i
Added wxStandardPaths
2004-11-11 02:26:18 +00:00
my_typemaps.i
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
2006-01-29 02:09:45 +00:00
pyfragments.swg
updated comment
2006-03-17 00:54:51 +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
Length --> length
2006-03-24 00:10:48 +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