]> git.saurik.com Git - wxWidgets.git/history - src/msw/textctrl.cpp
Remove superfluous assert that conflicts with style settings needed on
[wxWidgets.git] / src / msw / textctrl.cpp
2006-11-11  Robin DunnRemove superfluous assert that conflicts with style...
2006-10-27  Włodzimierz SkibaReverted winundef.h removal - without it build fails...
2006-10-26  Vadim Zeitlininclude wx/msw/mslu.h for wxUsingUnicowsDll() declaration
2006-10-10  Paul Cornettdon't include missing.h before windows headers
2006-10-08  Vadim Zeitlinrestored sending events from Replace/Remove/Write/Appen...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-10  Vadim Zeitlinuse RTL paragraphs in rich edit control in RTL mode...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-14  Vadim Zeitlindon't execute code unnecessarily/twice (patch 1539690)
2006-08-04  Vadim Zeitlinonly multiline text controls need Enter key for themselves
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-05-16  Vadim Zeitlinreset the dirty flag before generating the event from...
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-08  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_ENTER for multiline control...
2006-02-06  David Surovellfix compilation problem, pass 2
2006-02-06  Robin DunnFix compilation error
2006-02-06  Julian SmartAttempt at using inkedit control for wxTextCtrl, when...
2006-01-19  Jamie GaddFixed bug #778299 - wxTE_RICH2 causes SetValue to show...
2006-01-17  Julian SmartApplied patch [ 1340814 ] fix for wxTextCtrl::GetStyle
2005-12-21  Robin DunnAfter a conversaion with Vadim I reverted the last...
2005-12-21  Robin DunnFix for Bug #1387359, bail out early from DoWriteText...
2005-11-24  Julian SmartApplied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-21  Julian SmartDon't skip after writing tab or we could get another...
2005-08-25  Vadim Zeitlinonly give error about missing richedit.dll once (the...
2005-07-29  Vadim Zeitlindecreased text limit which we consider to be set by...
2005-05-18  Robin DunnPut a cap on the number of lines used in DoGetBestSize
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-05  Vadim Zeitlinfix for richedit version 1 control bug with bad refresh...
2005-03-23  Vadim ZeitlinwxTextCtrl with wxTE_RICH2 style now uses RichEdit...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-02-19  Vadim Zeitlindon't steal EVT_RIGHT_UP in rich edit controls for...
2005-02-15  Vadim Zeitlinremoved m_isCaretAtEnd optimization added in rev 1...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-05  Julian SmartMoved GetDefaultAttributes outside wxUSE_RICHEDIT block
2004-11-25  Vadim Zeitlinchanged the code to be really sure that exactly one...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-15  Vadim Zeitlinremoved unnecessary (now that we leave Windows paint...
2004-11-12  Ryan Nortonexplanation of getdefaultattributes
2004-11-07  Ryan Nortonfix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx...
2004-11-07  Ryan Nortonfix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr...
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
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...
next