]> git.saurik.com Git - wxWidgets.git/history - src/generic/srchctlg.cpp
Added automatic dialog scrolling ability
[wxWidgets.git] / src / generic / srchctlg.cpp
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...