MSW compilation (and other) fixes
[wxWidgets.git] / src / msw / textctrl.cpp
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-29  Robin DunnRemoved call to SetValidator since CreateBase was doing...
1999-09-13  Unknown (MT)add wxTE_AUTO_SCROLL
1999-09-08  Julian SmartAdded wxTE_NO_VSCROLL style; corrected joystick event...
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-19  Vadim Zeitlintext controls respect wxTE_PROCESS_ENTER/TAB styles...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Robert Roebling WINE is so fine.
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-06  Julian SmartFixed some bugs in new code (CanPaste, GetSelection)
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-04-06  Julian SmartShowPosition fix to allow negative numbers
1999-04-02  Vadim Zeitlina simpler fix of textctrl key doubling bug
1999-03-24  Vadim Zeitlinchar handling fixed again
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-06  Vadim Zeitlinunneeded line removed
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-02-04  Julian SmartSome warnings removed.
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-02  Vadim Zeitlin1. Harm's patch for AppendText()
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-02-01  Vadim Zeitlinsome kbd handling fixes (some problems still persist)
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-15  Julian SmartAdded wxTE_PROCESS_TAB
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-01  Stefan Csomormac support as stubs added
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-16  Unknown (UG)wx_USEIOSTREAMH changes
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-12  Julian SmartChanges related to stream includes
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-07  Vadim ZeitlinWM_GETDLGCODE handling correctly implemented
1998-07-28  Julian SmartChanged files to work with wxDataFormat
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-19  Vadim ZeitlinMSWGetDlgCode() behaviour changed to allow both TAB...
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-27  Vadim Zeitlinremoved compilation warning about "switch with default...
1998-05-20  Karsten Ballüderadded some wxMSW stuff