Globally replace _T() with wxT().
[wxWidgets.git] / src / msw / choice.cpp
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-08  Vadim Zeitlincorrections to setting the height of the visible part...
2009-05-01  Vadim Zeitlinimplement changing wxChoice and wxComboBox height
2009-05-01  Vadim Zeitlinno changes, just remove #if'd out code
2008-09-24  Vadim Zeitlinrestore the original selection when the dropdown is...
2008-02-09  Vadim Zeitlindon't lose the contents of the combobox if it was set...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-03-22  Vadim Zeitlindon't lose the combobox text when it's opened and close...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-14  Vadim Zeitlincorrected IMPLEMENT_DYNAMIC_CLASS macros to ensure...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-06-14  Julian SmartCompile fix
2006-06-14  Julian SmartFix for wrong combobox/height being reported if set...
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-03-30  Julian SmartReverted wxChoice size fix due to problems in W2K and...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Vadim Zeitlinfixed last commit which accidentally included parts...
2006-03-23  Vadim ZeitlinMinor fixes after last commit:
2006-03-23  Julian SmartAdded an optimization that fixes a recursive paint...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinfixed event generation for wxChoice: it now sends one...
2006-03-12  Vadim Zeitlindon't send EVT_CHOICE events while the dropdown is...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-05-17  Robin DunnCache best size
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-11  Włodzimierz SkibaUse empty check consistent with other parts.
2005-02-09  Włodzimierz Skiba.empty() string decorations
2005-01-24  Dimitri Schoolwerthapplied patch #1044865 (fixes problem: "On Win2K, the...
2005-01-21  Vadim Zeitlinmoved code working around combobox selection bug to...
2004-12-08  Julian SmartFixed spurious selection of combobox text during resize
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor()
2004-11-07  Ryan Nortonfix for [ 950550 ] wxChoice - wxEmptyString (wxChoice...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-10  Vadim Zeitlinmake background colour apply to choice/combobox dropdow...
2004-08-23  Włodzimierz SkibaNative SmartPhone wxChoice implementation.
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-07-25  Vadim Zeitlinfixed Freeze/Thaw() for wxCombobox (patch 925808)
2004-07-22  Robin Dunn39 items is awfully big
2004-06-23  Dimitri Schoolwerthfixed bug #976725: "RETURN closes dialog instead of...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-21  Włodzimierz SkibaWarning fix.
2004-05-20  Julian SmartCommented out code that seems to produce choice/combobo...
2004-05-07  Dimitri Schoolwerthapplied patch #931719: "ESC closes dialog instead of...
2004-05-03  Vadim Zeitlinremoved the old hack needed to size the control properl...
2004-05-02  Vadim Zeitlindon't let wxChoice created with default size to shrink...
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-03-08  Robin DunnUse EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
2004-02-09  Vadim Zeitlinsize combobox/choices properly initially by considering...
2004-02-07  Vadim Zeitlindon't change the control width when adjusting the heigh...
2004-02-07  Vadim Zeitlinuse new style creation (MSWCreateControl() and MSWGetSt...
2004-02-07  Vadim Zeitlinmultiple fixes to wxChoice/wxCombobox height getting...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-06  Julian SmartRevamped border handling.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Vadim Zeitlinsigned/unsigned comparison warning (and probably even...
2002-08-27  Mattia BarbonDon't get the string when the combobox returned CB_ERR...
2002-04-06  Václav Slavíkreverted Julian's unintentional breakage of wxChoice
2002-04-05  Julian SmartMade sure the 'best' size doesn't get set for wxChoice
2002-01-27  Julian SmartApplied patch to implement wxChoice::SetString and...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-19  Vadim Zeitlin1. more proper fix for wxChoice/wxComboBox height probl...
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-08  Vadim Zeitlinfixing compile problems for people who don't look at...
1999-12-06  Julian SmartInexplicable removal of wxRadioBox::MSWWindowProc rever...
1999-12-05  Julian SmartwxChoice/wxComboBox background colour change (to get...
next