Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / samples / widgets / bmpcombobox.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-08-15  Jaakko SalliAdded workaround for VC6 internal compiler error (fixes...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-19  Vadim Zeitlinfix more -Wparentheses warnings after wxLog changes
2009-07-10  Jaakko SalliDo not disable some useful buttons when wxCB_SORT style...
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-02  Vadim Zeitlinshow combobox drop down/close up events (closes #10954)
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2008-11-28  Francesco Montorsifix crash caused by cancelling querybitmap dialog;...
2008-08-21  Vadim Zeitlinadd a radio box to select the combobox type (#9845)
2008-05-17  Vadim Zeitlinfix crash in BitmapComboBoxWidgetsPage under wxUniv
2008-02-09  Vadim Zeitlinfix signed/unsigned comparison warning
2007-12-22  Vadim Zeitlindon't use rand() for selecting the colour of the bitmap...
2007-12-22  Vadim Zeitlinfix the size of bitmaps we create (bug 1851598)
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2006-12-03  Vadim Zeitlinfix initial layout of the widgets pages: avoid calling...
2006-10-19  Włodzimierz SkibaRescale images automatically with informations about...
2006-10-16  Włodzimierz SkibaFix for assert in 'dynarray.cpp' by Jaakko Salli.
2006-10-13  Włodzimierz SkibaFix for assert in setting image from file by Jaakko...
2006-10-09  Paul Cornettbuild fixes for WXWIN_COMPATIBILITY_2_6=0
2006-10-04  Włodzimierz SkibaNew icon for combobox with bitmaps. Improved readabilit...
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox