wxWidgets/wxPython
Robin Dunn 339983ff62 Patches from Will Sadkin:
MaskedEditMixin:
- fixed size calculations on changing fonts
- fixed tabbing logic now that tab events are entered into the control
  by default (ie event.Skip()) if wx.TE_PROCESS_TAB is set
- fixed code attempting to fix the selection after focus events
  generated on control destruction, to prevent tracebacks

TextCtrl, ComboBox
- Added support for XRC
- Fixed sizing calculation code
- Added SetFont() override method that will recalculate the size if this
  is called.
- Added AppendItems() for ComboBox

NumCtrl:
- prevented ctrl from accepting same grouping and decimal character,
- fixed issue preventing paste from working if decimal char was different
  than '.'

TimeCtrl:
- Fixed default value to use 24hour time (which will be converted
  appropriately if format supports it, and added code to check if
  local timezone uses "AM/PM" for this concept; if not, control now
  defaults to 24hour format, and disallows the am/pm form.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-22 18:38:34 +00:00
..
contrib reSWIGged 2004-07-17 23:32:47 +00:00
demo No longer have to hold a reference to the sound object 2004-07-22 15:29:07 +00:00
distrib Build the new docs as part of the automated build 2004-07-22 01:01:24 +00:00
distutils Latest distutils 2003-08-27 00:20:37 +00:00
docs mention *TabOrder and Navigate methods 2004-07-22 01:04:32 +00:00
include/wx/wxPython Since the wxPyMake_wxObject typemap is also used for constructors we 2004-06-30 20:12:14 +00:00
misc a little cleanup 2004-07-01 00:48:01 +00:00
samples Fix bad keyword args 2004-07-06 21:00:59 +00:00
scripts Generate pywrap as a console tool. 2004-03-30 00:10:15 +00:00
src reSWIGged 2004-07-22 01:24:31 +00:00
SWIG Add a package="name" option to the %module directive in my SWIG patch 2004-06-02 02:27:43 +00:00
wx Patches from Will Sadkin: 2004-07-22 18:38:34 +00:00
wxPython reSWIGged 2004-07-22 01:24:31 +00:00
.cvsignore Add a set of scripts that can be used to build and upload the 2004-06-14 19:53:50 +00:00
b bash version of wxPython's b script for win32 2004-06-09 02:43:22 +00:00
b.bat Use -c 2004-07-06 21:12:52 +00:00
b.win32 Add a set of scripts that can be used to build and upload the 2004-06-14 19:53:50 +00:00
config.py Install headers to the new location, use the new wx-config options 2004-07-22 18:15:18 +00:00
setup.py Install headers to the new location, use the new wx-config options 2004-07-22 18:15:18 +00:00