]> git.saurik.com Git - wxWidgets.git/history - src/msw/textctrl.cpp
Applied patch [ 761138 ] Replaces references to wxT("") and _T("") with wxEmptyString
[wxWidgets.git] / src / msw / textctrl.cpp
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-23  Julian SmartImplemented wxTextCtrl::GetStyle for MSW
2003-06-21  Mattia Barbon Add a missing structure definition, move all rich...
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-05-23  Julian SmartApplied patch [ 736321 ] Compile error for src/msw...
2003-03-24  Vadim Zeitlincalling SetValue(GetValue()) didn't reset the modified...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-25  Vadim Zeitlinfinally fixed the flicker problem in wxTE_RICH[2] text...
2003-02-25  Vadim Zeitlindon't log erroneous error messages when writing an...
2003-01-12  Vadim Zeitlincompilation fix for wxUSE_RICHEDIT == 0 (closes bug...
2003-01-11  Mattia Barbon Do not use deprecated functions.
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Vadim Zeitlinworkaround for not appearing vertical scrollbar in...
2002-12-23  Julian SmartDon't send explicit update event if single line
2002-12-20  Vadim Zeitlinfixed SetSelection() (and hence SetInsertionPoint(...
2002-12-19  Julian SmartFixed a problem with borders being set wrong sometimes...
2002-12-05  Vadim Zeitlinallow TABbing into multiline text controls even if...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Vadim Zeitlinwe do want arrows even in a read only text ctrl
2002-09-07  Vadim Zeitlinfix for handling TAB presses in readonly text controls
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-08-30  Vadim Zeitlindon't eat Shift-Ctrl-[XCV] keys
2002-08-30  Julian SmartMods for Wine compilation
2002-08-22  Vadim Zeitlinsend event from Clear() for a simple text control,...
2002-07-25  Robin DunnAdded wxUSE_RICHEDIT to match usage in header
2002-07-21  Vadim Zeitlindefault style now applies to the text entered by the...
2002-06-26  Julian SmartEliminate flashing when writing text, by clearing inste...
2002-06-18  Vadim Zeitlinrichedit 1.0 controls now send the left up event
2002-06-07  Vadim Zeitlinoops, compilation fix
2002-06-07  Vadim Zeitlinfixed text ctrl tooltips (patch 562210)
2002-04-21  Vadim Zeitlinfixed WM_GETDLGCODE processing to include the bits...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-18  Vadim Zeitlinselect the whole text in the single line text control...
2002-04-16  Vadim Zeitlinalways let the multiline text control process the Enter...
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-04  Julian SmartNo change
2002-03-10  Vadim Zeitlinfix for using an invalid HWND in IsEditable
2002-02-22  Vadim Zeitlinmisc fixes for (absense of) the borders
2002-02-20  Vadim Zeitlin1. always create the buttons with WS_CLIPSIBLINGS style...
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-17  Vadim Zeitlinbetter handling for the style changing during run-time
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-01-19  Vadim Zeitlinfixed compilation with wxUSE_WCHAR_T=0
2002-01-13  Vadim Zeitlinfixed wxRichEditModule::Load(): should return an error...
2002-01-12  Vadim ZeitlinSetValue() doesn't call Clear()
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-05  Václav SlavíkMSLU fixes for RichEdit
2002-01-03  Vadim Zeitlinfixed SetInsertionPoint() for the rich text controls...
2001-12-25  Vadim Zeitlindon't make control dirty after a call to SetValue()
2001-12-17  Vadim Zeitlindon't use EM_STREAMIN at all in Unicode mode, it's...
2001-12-15  Václav Slavíkblind fix for Unicode compilation of wxTextCtrl/msw
2001-12-09  Vadim Zeitlinfix for my old and broken mingw32 headers
2001-12-09  Julian SmartDefine SF_UNICODE if undefined
2001-12-09  Vadim Zeitlinfixed bug with the caret positioning after SetValue...
2001-12-09  Vadim Zeitlinfixed displaying text in non default charset in the...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-11-11  Vadim Zeitlinbug fix for using multiline string (i.e. with embedded...
2001-10-20  Vadim Zeitlindon't use hidden windows as implicit dialog parents...
2001-10-19  Vadim Zeitlinsimplified wxTextCtrl::Create() to use wxControl::MSWCr...
2001-10-18  Vadim Zeitlinadded and documented wxTE_NOHIDESEL
2001-08-21  Julian SmartAdded Net library to contrib
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...
next