Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk1 / textctrl.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-31  Vadim ZeitlinRemove wxTextCtrl::OnEnabled() hack from wxGTK.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinMore compilation fixes after wxNOEXCEPT introduction.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-03  Vadim Zeitlinfix wxGTK1 compilation after wxTextEntry DoGetValue...
2009-02-18  Francesco Montorsifix typo
2009-02-18  Francesco Montorsifix wxGTK1 build
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-08  Jouk Jansenmy previous commit patched the wrong file
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Mart Raudsepp[wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x...
2005-08-04  Mart Raudsepp[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI...
2005-08-03  Mart Raudsepp[wxGTK2] multiline wxTextCtrl: Implement XYToPosition...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-14  Mart RaudseppOptimize wxGTK2 wxTextCtrl::GetLineText
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-02  Julian SmartApplied patch [ 1207162 ] wxTextCtrl::SetStyle fix...
2005-04-15  Julian SmartAnother buffer check
2005-04-15  Julian SmartDon't crash if buffer null
2005-03-28  Michael WetherellMinor compilo fix
2005-03-28  Vadim Zeitlindo runtime check for GTK+ 2.4 and not only compile...
2005-03-28  Vadim Zeitlinuse GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available
2005-03-23  Vadim Zeitlinuse GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Vadim Zeitlinadded support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR...
2005-02-19  Kevin HockENTER and LEAVE mouse events for multi-line text contro...
2005-02-19  Kevin HockwxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-08  Robert Roebling Compile fixes for GTK 1.2
2005-01-08  Robert Roebling Applied wxNO_BORDER patch for text control and combo...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-05  Robert Roebling Implemented run-time checks for the GTK version
2004-12-05  Kevin HockFreeze/Thaw patch missed a place where m_buffer should...
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-12-01  Kevin HockCreate wxGtkTextApplyTagsFromAttr for common processing...
2004-11-24  Robert Roebling Applied patch to remoce surplus text update evevt.
2004-11-22  Kevin HockAt least under GTK2, we do not need m_widget->window...
2004-11-21  Vadim Zeitlinfix for a crash with wxUSE_STL == 1: test for failed...
2004-07-29  Julian SmartCan't use directives within a macro
2004-07-23  Vadim Zeitlinshow the cursor on screen after moving it
2004-07-23  Vadim Zeitlindon't crash if WriteText() argument can't be converted...
2004-07-23  Vadim Zeitlinimplemented ScrollLines/Pages() for GTK+ 2
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-14  Václav Slavíkre-enabled and fixed wxTextCtrl::Cut,Copy,Paste with...
2004-06-27  Václav Slavíkremoved wrong bg colour handling code
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-25  Václav Slavíkcorrected previous commit's wrongly applied patch
2004-05-25  Václav Slavíkimplemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnOops, forgot to cleanup some commented-out code before...
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-03-01  Robert Roebling Make multi-line text control focussable
2003-12-12  Václav Slavíkcompilation fix
2003-12-11  Julian SmartApplied patch [ 810585 ] wxTextCtrl::GetTextLine return...
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-10-27  Vadim Zeitlinreally applied Robert's patch (and not the converse...
2003-10-23  Vadim Zeitlindon't refresh the font unnecessarily (patch from Robert...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-18  Vadim Zeitlinfix text scrolling in GTK2 (patch 703988)
2003-08-15  Julian SmartApplied patch2 of [ 703990 ] attrib support in wxGTK2...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Robin DunnFix for wxTextCtrl::GetSelection for singel line contro...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-06  Vadim Zeitlinforward ported patch to IsEditable()
2003-06-01  Julian SmartApplied patch [ 735588 ] Gtk2 textctrl selection fix
2003-04-02  Julian SmartApplied patch [ 705212 ] wxTextCtrl::SetSelection(...
2003-03-24  Vadim Zeitlinimplemented Remove() and Replace() for GTK2 (patch...
2003-03-16  Robert Roebling Text attributes for GTK2.
2003-03-16  Robert Roebling Better scrolling to cursor.
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
next