fix warnings about conversion to bool, closes #14381
[wxWidgets.git] / src / gtk / textentry.cpp
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-03-23  Paul Cornettavoid reported problem with RHEL 5 GTK+ 2.10 where...
2011-04-16  Vadim ZeitlinRefactor wxTextEntry::AutoComplete() to simply call...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2009-09-05  Jaakko SalliFixed GtkBorder allocation (hopefully)
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-12  Vadim Zeitlincompilation fix for ANSI build
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2008-09-22  Vadim Zeitlinposition the insertion point to the start, not end...
2008-03-15  Vadim Zeitlindon't call GetLastPosition() unnecessarily in SelectAll...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-04  Paul Cornettbuild fix: return type for AutoComplete is bool
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoComplete() and implemented it...
2007-10-28  Vadim Zeitlinuse the same #if wxUSE_XXX checks in platform-specific...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-09-26  Robert RoeblingCompilo for non-PCH
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...