Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / include / wx / textctrl.h
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-17  Vadim ZeitlinAdd wxNOEXCEPT and use it for std::streambuf-derived...
2012-07-20  Vadim ZeitlinNo changes, just fix some typos in comments.
2012-07-15  Julian SmartAdded continuation bullet style for supporting multiple...
2012-07-10  Vadim ZeitlinForbid setting hints for multi-line text controls.
2012-05-20  Julian SmartAdded pixel size capability to wxTextAttr and wxRichTex...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-27  Vadim ZeitlinSet wxTextAreaBase::m_filename in the methods of this...
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
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-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-06-28  Julian SmartAdded missing wxTEXT_ATTR_PAGE_BREAK from wxTEXT_ATTR_P...
2010-04-06  Vadim ZeitlinMove SendTextUpdatedEvent() down to wxTextEntryBase...
2009-12-07  Vadim ZeitlinMove wxMSW wxTextCtrl::GetDefaultAttributes() to wxText...
2009-12-03  Paul Cornettmake access for virtuals match base
2009-09-26  Vadim ZeitlinRefactor wxStyledTextCtrl to share common file save...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-27  Francesco MontorsiFix wxCalendarEvent and wxTextUrlEvent event classes...
2008-10-04  Francesco Montorsiinterface revisions of ta*h te*h headers; grouped wxTex...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-04-28  Vadim Zeitlinfix wxTextCtrl::operator<<('\n') in Unicode build ...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-09  Vadim Zeitlinremove wxTextAttr::CreateFont(); return wxNullFont...
2008-03-05  Vadim Zeitlindisable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostr...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-25  Julian SmartFixed a bug in HasAlignment
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
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-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
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-19  Julian SmartBetter compatibility between wxRichTextCtrl and wxTextC...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
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-06-26  Vadim Zeitlinadded SetModified() for people who find it easier to...
2006-05-06  Vadim Zeitlinadded wxTextAttr::Merge (modified patch 1482719)
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-13  Włodzimierz SkibawxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO...
2005-03-27  Vadim Zeitlinadded wxTE_BESTWRAP style (which is the default now...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-02-19  Kevin HockwxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
2005-02-15  Vadim Zeitlincorrected EVT_TEXT_URL() definition, its handler takes...
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-11-08  Włodzimierz SkibaUndef GetWindowStyle() after new #include in cmndata...
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-29  Włodzimierz SkibaHardware defines spec.
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
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-03-18  Václav SlavíkWXUSINGDLL is defined when building samples on non...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2003-12-11  Julian SmartApplied patch [ 817734 ] fix for cvs head with wxUSE_ST...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-19  Vadim Zeitlinattemps to make wxStreamToTextRedirector work with...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
next