Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / msw / textctrl.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim Zeitlin64 bit compilation fix for wxTextCtrl in wxMSW.
2013-01-20  Vadim ZeitlinSet margins on creation correctly for wxTE_RICH[2]...
2012-12-04  Vadim ZeitlinExplicitly set margins for single line text controls...
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-20  Vadim ZeitlinFix another compilation problem after wxNOEXCEPT introd...
2012-11-18  Vadim ZeitlinDefine SPI_GETCARETWIDTH ourselves if it's not defined.
2012-11-14  Vadim ZeitlinImplement wxComboCtrl::GetSizeFromTextSize().
2012-11-14  Vadim ZeitlinImplement DoGetSizeFromTextSize() for wxMSW wx{Choice...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-03-11  Julian SmartA fix for flicker when the top-level window is disabled...
2012-01-18  Vadim ZeitlinNo changes, just minor wxMSW code cleanup: use WinStruct<>.
2012-01-14  Vadim ZeitlinFix the size of the font returned from wxTextCtrl:...
2011-12-27  Vadim ZeitlinCompilation fix for PCH-less build after r70122.
2011-12-27  Vadim ZeitlinFix the size of the font returned by wxTextCtrl::GetSty...
2011-11-11  Vadim ZeitlinIntercept some keys in wxMSW wxTextCtrl even if they...
2011-09-11  Vadim ZeitlinFix best size computation for wxTextCtrl without border...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-17  Julian SmartBetter text control non-selection solution
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinIgnore WM_CLOSE generated by wxMSW edit control when...
2011-06-16  Vadim ZeitlinSuppress various harmless warnings in MinGW build with...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-09-18  Vadim ZeitlinReally fix setting fonts in RichEdit 4.1 controls.
2010-09-18  Vadim ZeitlinNo changes, just refactor wxTextCtrl::SetStyle() in...
2010-09-18  Vadim ZeitlinSet wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1.
2010-06-12  Vadim ZeitlinFix scrolling to the bottom in wxTextCtrl::AppendText().
2010-05-25  Vadim ZeitlinFix setting the fonts for wxMSW wxTextCtrl with wxTE_RI...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-12-07  Vadim ZeitlinUse white background by default for multiline readonly...
2009-12-07  Vadim ZeitlinMove wxMSW wxTextCtrl::GetDefaultAttributes() to wxText...
2009-12-02  Paul Cornettmake array data fully const
2009-11-26  Vadim ZeitlinExplicitly set the cursor when showing popup menu on...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-26  Vadim Zeitlinfix a problem with loading inked.dll (see #10633)
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-31  Vadim Zeitlinfix warnings about conversion between DWORD and pointer...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-09-14  Vadim Zeitlinno changes, just clarified a comment
2008-05-11  Vadim Zeitlindon't send text changed events from ctor as wxGTK doesn...
2008-03-15  Václav SlavíkwxMSW: generate wxClipboardTextEvent from wxTextCtrl...
2008-03-15  Vadim Zeitlinrefactored code reused in several different places...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-03-08  Václav Slavíkfixed 'Select All' context menu in wxTextCtrl with...
2008-02-03  Vadim Zeitlinbuild fix for wxUSE_INTL==0 (patch 1878908)
2008-02-02  Václav Slavíkfixed wxTextCtrl to not process clipboard events twice...
2008-01-30  Julian SmartAdded checks to encoding conversion to avoid crash
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-19  Vadim Zeitlinskip focus events after handling them in wxTextCtrl...
2008-01-08  Vadim Zeitlinrestore SetSelection(-1, -1) behaviour which was broken...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-20  Vadim Zeitlinadded missing wxUSE_RICHEDIT test
2007-09-18  Vadim Zeitlinfix for the last commit: reset the dummy wxRICHTEXT_DEF...
2007-09-15  Vadim Zeitlinget rid of the built-in drop target in rich text contro...
2007-09-10  Vadim Zeitlinchop off the unwanted \r from GetLineText() return...
2007-08-14  Julian SmartFix for non-appearance of themed border with wxTE_RICH...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-06-21  Vadim Zeitlinfix STL build (don't rely on implicit wxString to char...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-01-25  Vadim Zeitlinchanging text alignment dynamically doesn't always...
2006-12-20  Vadim Zeitlinchanging ES_LEFT/CENTER/RIGHT styles only works for...
2006-12-20  Vadim Zeitlinfixed initial size of a control with wxDefaultSize...
2006-12-20  Vadim Zeitlinwe don't need to subclass text control twice to impleme...
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
next