XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / msw / combobox.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-02  Vadim ZeitlinMake wxChoice and wxComboBox behaviour same as in nativ...
2012-12-02  Vadim ZeitlinAdd wxControlWithItems::SendSelectionChangedEvent(...
2012-11-18  Vadim ZeitlinCompilation fixes for VC6 after MSWGetComboBoxInfo...
2012-11-14  Vadim ZeitlinImplement DoGetSizeFromTextSize() for wxMSW wx{Choice...
2012-11-14  Vadim ZeitlinNo changes, just refactor wxMSW wxComboBox code calling...
2012-09-13  Vadim ZeitlinFix setting colours for the edit control part of wxComb...
2012-07-01  Vadim ZeitlinForward WM_{CUT,COPY,PASTE} from edit control to wxComb...
2012-06-29  Vadim ZeitlinFix generation of wxEVT_CHAR in wxMSW wxComboBox.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-04-05  Vadim ZeitlinRefactor: move wxComboBox::MSWDoPopupOrDismiss() down...
2012-04-05  Vadim ZeitlinNo real changes, just use clearer names for wxMSW wxToo...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-11-18  Vadim ZeitlinExplicitly include "wx/dynlib.h" from src/msw/combobox...
2010-11-16  Vadim ZeitlinAdd more checks for wxUSE_DYNLIB_CLASS to wxMSW.
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2009-09-28  Julian SmartAttempt at compile fix
2009-09-24  Julian SmartApplied better/Win98-proof method of getting edit window
2009-09-24  Julian SmartAlternate fix for #9954 (simple combobox assert) except...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-01-25  Vadim Zeitlindon't change the combobox text when it's being resized...
2008-10-27  Vadim Zeitlindon't save the initial selection if it's invalid in...
2008-09-19  Vadim Zeitlinimplement EnableTextChangedEvents() to make ChangeValue...
2008-03-15  Vadim Zeitlinrefactored code reused in several different places...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-02-25  Vadim Zeitlinadded more includes of wx/msw/dc.h needed since r52054...
2008-02-02  Václav Slavíkfixed wxTextCtrl to not process clipboard events twice...
2007-11-20  Vadim Zeitlinuse FindWindowEx() instead of ChildWindowFromPoint...
2007-11-14  Julian SmartDon't try to call CanUndo/CanRedo for read-only combobo...
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlinremove wxComboBox-specific hack, override DoSetToolTip...
2007-08-26  Julian SmartDon't assert in update handler if read-only
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-05-05  Robert Roebling Apply [ 1713345 ] combobox: cmd accelerators shouldn...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-14  Vadim Zeitlincorrected IMPLEMENT_DYNAMIC_CLASS macros to ensure...
2006-12-04  Julian SmartAvoid generating two events on selection (when MSWComma...
2006-09-26  Robert Roebling [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN...
2006-09-09  Vadim Zeitlinimplement wxComboBox::SetEditable()
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-16  Vadim Zeitlinupdate the combobox text as soon as we get CBN_SELENDOK...
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2006-05-19  Włodzimierz SkibaInclude wx/brush.h according to precompiled headers...
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-05-06  Vadim Zeitlinremoved TTN_NEEDTEXT handlers, we don't use tooltips...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-17  Vadim Zeitlinuse correct string in wxEVT_COMMAND_COMBOBOX_SELECTED...
2006-03-14  Włodzimierz SkibawxComboBox with SmartphoneCE has different members...
2006-03-12  Vadim Zeitlinfixed event generation for wxComboBox to be consistent...
2006-01-28  Vadim ZeitlinSetSelection() must update m_selectionOld, otherwise...
2005-12-01  Václav Slavíkfixed wxComboBox::Clear to clear stored value
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-05-23  Włodzimierz SkibaClipboard usage fixes inspired by Tinderbox logs.
2005-04-25  Julian SmartFixed erroneous selection of content in comboboxes...
2005-04-11  Robin Dunnreturn begining of the selection for GetInsertionPoint...
2005-03-24  Vadim Zeitlinfix handling Alt-key events in wxComboBox
2005-03-21  Vadim Zeitlinfixed warnings about possibly uninitialized variables...
2005-03-18  Włodzimierz SkibaFixed bug #1022383: 'several ComboBoxes appear selected'
2005-02-19  Vadim Zeitlinreenable WS_TABSTOP (patch 1045547)
2005-02-19  Vadim Zeitlinprocess CBN_SELENDOK and not only CBN_SELCHANGE (patch...
2005-02-04  Julian SmartFix for assertions when updating UI and focus is on...
2005-01-21  Vadim Zeitlincheck for error in GetSelection(long *, long *); clean...
2005-01-21  Vadim Zeitlinmoved code working around combobox selection bug to...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-07  Robin DunnFix for Bug 1097510, reset m_selectionOld when the...
2004-12-16  Robin Dunnreset m_selectionOld when the selection is programatica...
2004-12-16  Vadim Zeitlinsuppress annoying beeps when enter is pressed in combob...
2004-12-13  Włodzimierz SkibaEvents table serves for RTTI too.
2004-12-12  Ryan Nortonfix wxTheApp include
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor()
2004-11-19  Ryan Nortonpart of patch [ 649438 ] Bug fixes from Netscape/AOL
2004-10-28  Włodzimierz SkibaWarning fix due to unsigned nature of wParam.
2004-10-27  Robin DunnEnsire that m_value is updated when SetSelection is...
2004-09-18  Vadim Zeitlinkeep m_value in sync with real combobox value (set...
2004-09-15  Vadim Zeitlinfixed sending duplicate EVT_COMBOBOX events; documented...
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-12  Vadim Zeitlinfix yet another assert when the initial combo box value...
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-09  Vadim Zeitlindon't assert when creating an initially empty wxCB_READ...
2004-02-08  Vadim Zeitlinbackground colour of a combobox may now be set (bug...
2004-02-07  Vadim Zeitlinuse new style creation (MSWCreateControl() and MSWGetSt...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
next