]> git.saurik.com Git - wxWidgets.git/history - src/msw/choice.cpp
moved code working around combobox selection bug to wxComboBox: wxChoice doesn't...
[wxWidgets.git] / src / msw / choice.cpp
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...
1999-11-03  Julian SmartAdded check for sel == -1
1999-10-26  Vadim Zeitlinreverted last changes by DW
1999-10-26  David Webster*** empty log message ***
1999-10-24  Vadim Zeitlin1. compilation fix for wxArrayTreeItemIds
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Vadim Zeitlinfix for Append() bug for sorted comboboxes
1999-08-24  Julian SmartAdded WS_VSCROLL, WS_HSCROLL styles
1999-08-18  Robin DunnFix to prevent Assert when there is an empty string...
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-12  Václav Slavík*** empty log message ***
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff