]> git.saurik.com Git - wxWidgets.git/history - src/msw/textctrl.cpp
implemented, tested and documented wxTextCtrl::SetMaxLength()
[wxWidgets.git] / src / msw / textctrl.cpp
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-05  Vadim Zeitlinfixed processing of the implicit wxTextCtrl accelerator...
2001-08-02  Vadim Zeitlincompilation fix for cygwin/old mingw32 (patch 446700)
2001-08-02  Robin Dunnchanged Replace and Remove to always use EM_REPLACESEL...
2001-07-31  Robin DunnFixed "Failed to set clipboard data. (error 1418: threa...
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-07-14  Vadim Zeitlinblind fix for clearing font attributes in SetStyle()
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-12  Julian SmartRemoved fstream include which seemed unnecessary, and...
2001-06-09  Julian SmartUpdates for 2.3.1; fixed syntax error in makefile.b32...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-06-01  Robin DunnAllowed MSW wxTrextCtrl styling to also set the backgro...
2001-06-01  Vadim Zeitlincompilation fix for old mingw32
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-11-21  Vadim Zeitlinfixed wxTextCtrl::GetValue() bug for empty richedit...
2000-08-29  Julian SmartFixed CanCut
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-02-29  Unknown (MT)add wxTE_AUTO_SCROLL
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-25  Vadim Zeitlinfix for bug #29 (blank lines in GetLineText)
2000-02-20  Guillermo Rodrigue... Opps. Sorry - typo fixes
2000-02-20  Guillermo Rodrigue... Solved bug which was breaking richedit ctrls for non...
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-23  Vadim Zeitlin1. wxMSW::wxNotebook::SetPageSize() and SetPadding...
2000-01-13  Julian SmartChanged wxWindowBase foreground to use wxSystemSettings...
2000-01-13  Julian SmartFixed read-only colour for wxTextCtrl (TODO: wxComboBox...
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-17  Julian SmartMisc small mods
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-26  Vadim Zeitlinmore compilation fixes
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
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.
next