]> git.saurik.com Git - wxWidgets.git/history - src/msw/textctrl.cpp
Hardware defines spec.
[wxWidgets.git] / src / msw / textctrl.cpp
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-07-31  Julian SmartFixed wxTextCtrl::SetMaxLength for rich edit controls
2004-07-23  Vadim Zeitlinimplement HitTest(pos) variant and not HitTest(x, y...
2004-07-21  Robin DunnCall CreateControl instead of CreateBase
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-23  Vadim Zeitlinuse ES_AUTOHSCROLL for multiline controls as well ...
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-15  Vadim Zeitlinsubdindented paragraphs support (patch 933436)
2004-04-17  Robert Roebling Make text controls flat under CE.
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-08  Vadim Zeitlinestimate size of multiline text controls more accuratel...
2004-02-07  Vadim Zeitlinone line fix for a bug with focus switching to the...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2003-10-12  Vadim Zeitlinfixed conversion from Unicode in StreamOut() once again
2003-10-10  Julian SmartDon't set insertion point if the text is the same in...
2003-10-04  Vadim Zeitlinfixed inconsistencies with indices in wxTE_RICH2 contro...
2003-10-02  Vadim Zeitlinfixed off by 1 in new GetRange() for wxTE_RICH2 controls
2003-10-02  Vadim Zeitlindon't lose encoding information when getting/setting...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-20  Vadim ZeitlinUnicode compilation fix (bug 809707)
2003-09-19  Vadim Zeitlinuse wxCSConv instead of Win32 API
2003-09-19  Vadim ZeitlinwxTextCtrl::GetValue() lost (replaced with question...
2003-09-10  Vadim Zeitlindocumented that wxHSCROLL disables wrapping; added...
2003-09-04  Stefan Csomormacro naming changes
2003-08-31  Vadim Zeitlindon't return \n from GetLineText() neither
2003-08-31  Vadim Zeitlindon't return \r from GetLineText()
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-15  Stefan Csomorsetter by ref for
2003-08-14  Stefan Csomorrtti informations
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-08-03  Vadim Zeitlingenerate a text event even if SetValue() didn't really...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-19  Vadim Zeitlinadded Show/HideNativeCaret() (patch 759924)
2003-07-17  Vadim Zeitlinset richedit DLL handle to 0 after unloading (patch...
2003-07-16  Julian SmartReordered winundef.h
2003-07-16  Vadim Zeitlincompilation fix (missing wx/winundef.h)
2003-07-11  Julian SmartMore WinCE mods
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):
next