A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / msw / combobox.cpp
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
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-01-15  Vadim Zeitlinblind fix for setting selection in combobox text ctrl
2000-12-12  Vadim Zeitlinmerged fix from 2.2 branch
2000-07-24  Julian SmartAdded insertion point code to wxComboBox
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-23  Vadim Zeitlinfix for (too big) combobox height
2000-01-24  Julian SmartAdded WS_VSCROLL and WSHSCROLL styles again
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-13  Vadim Zeitlincompilation fix
1999-12-05  Julian SmartwxChoice/wxComboBox background colour change (to get...
1999-11-03  Julian SmartAdded check for sel == -1
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-20  Julian SmartRestored the ability to scroll.
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
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-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
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-28  Julian SmartChanged files to work with wxDataFormat
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff