move evthandler.cpp to non-GUI test as it doesn't require the GUI
[wxWidgets.git] / tests / test_vc7_test_gui.vcproj
2009-02-01  Vadim Zeitlinmove evthandler.cpp to non-GUI test as it doesn't requi...
2009-02-01  Vadim Zeitlinadd a unit test for new events (see #10000)
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-16  Vadim Zeitlinadd a unit test checking that events are really propaga...
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-11  Francesco Montorsiadd the 'GarbageTestCase' which helped me to spot some...
2008-12-27  Vadim Zeitlinalso include wxSocket test in the GUI test as different...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-15  Václav Slavíkadded a test to check if wxHtmlWindow::SelectionToText...
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-09-22  Vadim Zeitlinadded a simple test for wxGetDisplayXXX() functions
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-19  Vadim Zeitlinadd unit test for wxTextEntry methods of wxComboBox
2008-09-19  Vadim Zeitlindo enable PCH for the tests, wx/wx.h was not precompile...
2008-09-19  Vadim Zeitlinextract wxTextEntry unit tests in a reusable base class
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-25  Vadim Zeitlincreate tests/window directory for wxWindow tests
2008-03-31  Vadim Zeitlinthrow away the now invalid items in wxSelectionStore...
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-01-27  Václav Slavíkadded VC7/8 project files for samples