]> git.saurik.com Git - wxWidgets.git/history - src/msw/combobox.cpp
more changes to make wx compile without implicit wxString->char* conversion (for...
[wxWidgets.git] / src / msw / combobox.cpp
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...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2004-01-08  Julian SmartApplied patch [ 873021 ] Bug fix for MSW wxComboBox
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 Csomorremoving rtti special functions
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-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
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-06  Mattia BarbonFixed bug with SetValue on read-only combobox; don...
2002-08-22  Vadim Zeitlinfix for wxComboBox flicker on create (patch 598891)
2002-08-22  Vadim Zeitlinreverted patch 598016 (removed MSWCreateControl() visib...
2002-08-22  Julian SmartApplied patch [ 598016 ] remove flicker during combo...
2002-07-12  Robin DunnAllow wxComboBox to get key events for ENTER with wxPRO...
2002-07-04  Vadim Zeitlinundid the patches which shouldn't (IMHO) have been...
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-06-13  Vadim Zeitlinsuppress an assert when a combobox receives WM_KILLFOCU...
2002-04-11  Vadim Zeitlingenerate the focus events for wxComboBox, also solves...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-30  Vadim Zeitlinfixed wxComboBox initial autosizing (patch 496702)
2001-11-11  Vadim Zeitlinfixed minor combobox bug: GetValue() reported wrong...
2001-07-22  Vadim Zeitlincompilation fix for old broken Borland compiler
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-05-21  Vadim Zeitlinfixed wxComboBox sizing problem again
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
next