]> git.saurik.com Git - wxWidgets.git/history - src/gtk/textentry.cpp
fixes to Freeze/Thawn when the window is shown or hidden in between Freeze and Thaw
[wxWidgets.git] / src / gtk / textentry.cpp
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...