Files
wxWidgets/wxPython/wx/lib
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
..
2004-07-21 19:19:47 +00:00
2004-07-22 18:38:34 +00:00
2004-06-21 22:39:24 +00:00
2004-06-16 02:22:30 +00:00
2004-06-17 05:52:01 +00:00
2004-06-17 05:52:01 +00:00
2003-12-20 01:03:19 +00:00
2004-06-17 05:52:01 +00:00
2004-07-16 20:33:37 +00:00
2004-06-17 05:52:01 +00:00
2004-07-16 00:12:48 +00:00
2004-04-25 00:38:55 +00:00
2004-06-02 20:47:57 +00:00
2004-03-05 20:57:15 +00:00
2004-05-22 03:01:08 +00:00