wxWidgets/wxPython/wx/lib
Robin Dunn 5f280eaa57 Patch from Will Sadkin:
- Fixed intra-right-insert-field erase.
- Allowed right-insert in ipaddrctrl subfields.
- Made _SetValue() place cursor after last non-blank character inserted,
  rather than end of mask.
- Fixed combobox autoselect behavior to work similarly as above, so that
  said selection will only select the non-empty text, as per request.
- Fixed some incorrect undo behavior for right-insert fields
- Allowed derived classes (eg. numctrl) to pass modified values for undo
  processing (to handle/ignore grouping chars properly.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-19 16:25:55 +00:00
..
colourchooser Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
editor Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
floatcanvas docstrign tweaks 2004-06-17 05:52:01 +00:00
masked Patch from Will Sadkin: 2004-06-19 16:25:55 +00:00
mixins Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows 2004-05-02 02:45:06 +00:00
ogl Patch from Pierre Hjälm. 2004-06-18 16:32:03 +00:00
__init__.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
.cvsignore Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
activexwrapper.py reordered base classes 2004-06-16 02:22:30 +00:00
analogclock.py docstrign tweaks 2004-06-17 05:52:01 +00:00
analogclockopts.py Updated the AnalogClockWindow with many enhancements from from 2004-02-21 01:52:33 +00:00
anchors.py docstrign tweaks 2004-06-17 05:52:01 +00:00
buttons.py Added a generic StaticBitmap class in wx.lib.statbmp for the same 2004-05-14 21:22:39 +00:00
calendar.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
CDate.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
ClickableHtmlWindow.py Tweaking names (Thanks Jeff!) 2003-12-18 19:10:26 +00:00
colourdb.py Fixed indetation error 2003-12-20 01:03:19 +00:00
colourselect.py Big fixes. Can now use colour names, and exports the event type to 2004-02-21 01:51:41 +00:00
dialogs.py Fixed some wx prefix issues, changed the self test to use a sizer. 2004-03-03 01:50:39 +00:00
evtmgr.py docstrign tweaks 2004-06-17 05:52:01 +00:00
fancytext.py docstrign tweaks 2004-06-17 05:52:01 +00:00
filebrowsebutton.py docstrign tweaks 2004-06-17 05:52:01 +00:00
flashwin.py Lindsay Mathieson's newest wxActiveX class has been wrapped into a new 2004-03-23 05:29:50 +00:00
floatbar.py More lib and demo changes for dropping the wx prefix, from Jeff G. 2003-12-20 19:36:30 +00:00
foldmenu.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +00:00
gridmovers.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
grids.py Use the right classname 2004-04-25 00:38:55 +00:00
iewin.py Lindsay Mathieson's newest wxActiveX class has been wrapped into a new 2004-03-23 05:29:50 +00:00
imagebrowser.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
imageutils.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
infoframe.py More lib and demo patches to drop the wx prefix (Jeff has been busy!) 2003-12-22 19:09:54 +00:00
intctrl.py More lib and demo patches to drop the wx prefix (Jeff has been busy!) 2003-12-22 19:09:54 +00:00
layoutf.py More lib and demo changes for dropping the wx prefix, from Jeff G. 2003-12-20 19:36:30 +00:00
multisash.py comment fix 2004-06-02 20:47:57 +00:00
mvctree.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
newevent.py Remove #! 2004-03-05 20:57:15 +00:00
pdfwin.py Lindsay Mathieson's newest wxActiveX class has been wrapped into a new 2004-03-23 05:29:50 +00:00
plot.py Fix printing? 2004-05-22 03:01:08 +00:00
popupctl.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
printout.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
pubsub.py Replaced wx/lib/pubsub.py with a version that uses weak references to 2004-05-17 19:20:49 +00:00
pyshell.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +00:00
rcsizer.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
rightalign.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
rpcMixin.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +00:00
scrolledpanel.py Don't scroll too far if the child getting the focus is large. 2004-05-28 04:22:16 +00:00
sheet.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +00:00
shell.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +00:00
splashscreen.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
statbmp.py Added a generic StaticBitmap class in wx.lib.statbmp for the same 2004-05-14 21:22:39 +00:00
stattext.py Added a generic StaticBitmap class in wx.lib.statbmp for the same 2004-05-14 21:22:39 +00:00
throbber.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
vtk.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
wxPlotCanvas.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
wxpTag.py Fixed the docstring, default module is now wx, not wxPython.wx 2004-01-13 03:33:09 +00:00