Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / tests / controls / headerctrltest.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
2009-03-16  Francesco Montorsifix compilation with gcc 4.3.3 (and libcppunit 1.12...
2008-12-12  Vadim Zeitlindon't test for best size not being 0, this doesn't...
2008-12-12  Vadim Zeitlincompilation fixes for Unix build _with_ PCH
2008-12-12  Vadim Zeitlinadd unit test for column reordering functions
2008-12-07  Vadim Zeitlinuse wxHeaderColumnSimple instead of wxHeaderColumn
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-03  Vadim Zeitlinforgot to update after renaming wxHeaderCtrlColumn...
2008-12-03  Vadim Zeitlinalso disable the test of the generic version as it...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...