Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / generic / srchctlg.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim ZeitlinFix wxSearchCtrl::HasFocus() in the generic version.
2012-11-06  Vadim ZeitlinRestore propagation of EVT_SEARCHCTRL_CANCEL_BTN events...
2012-09-30  Vadim ZeitlinFix computation of menu button best size in generic...
2012-09-30  Vadim ZeitlinClear the search control automatically when it's "Cance...
2012-09-30  Vadim ZeitlinDon't use text control foreground colour for generic...
2012-09-28  Vadim ZeitlinFix generic wxSearchCtrl best size calculation.
2011-10-02  Vadim ZeitlinRestore correct wxSearchCtrl size in wxMSW after wxText...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-27  Vadim ZeitlinSet colours and fonts for all elements of the generic...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinDon't give focus to wxSearchButton when using keyboard...
2011-07-12  Vadim ZeitlinUse native hint wxTextCtrl support in wxSearchCtrl.
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-12-03  Vadim ZeitlinNo changes, just clean up duplicate colour functions...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-11  Vadim ZeitlinSet the string to search for in wxSearchCtrl events.
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-06-23  Paul Cornettavoid setting a negative window size
2007-10-07  Vadim Zeitlinfixed totally wrong change in r49070
2007-10-06  Vadim Zeitlindon't use using directive, Watcom seems to have problem...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-08-07  Robin Dunntweak the size and layout of the cancel button a bit...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-03-18  Vadim Zeitlinfix assert because of passing more than one border...
2007-02-06  Robin Dunnuse ChangeValue instead of SetValue to avoid bogus...
2007-01-21  Robin DunnReturn an empty string from GetValue if the textctrl...
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2006-12-20  Vadim Zeitlinunused parameter warning
2006-12-12  Robert Roebling Made wxSearchCtrl look like other text controls under...
2006-12-12  Robin DunnAlso do LayoutControls from EVT_SIZE handler
2006-12-11  Robin DunnFix compile error
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Paul Cornettcleanup:
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlinadded wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Chris Elliottfix watcom problem (thanks ABX)
2006-12-11  Chris Elliottfix missing includessrc/generic/srchctlg.cpp
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...