Bumping the version number also requires that version.h be modified,
[wxWidgets.git] / samples / exec / exec.cpp
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-24  Włodzimierz SkibaMissing wxUSE_... flags and source cleaning.
2005-03-30  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2004-10-02  Václav Slavíkcompilation fixes for gcc-3.4
2004-08-05  Włodzimierz SkibaOrder of initializations according to class construction.
2004-07-21  Vadim Zeitlincorrected code to not suppose that Write() always write...
2004-07-09  Vadim Zeitlinshow stderr in popen() test; show how to deal with...
2004-05-28  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false replacements
2004-05-25  Julian SmartMore name changes
2004-02-29  Mattia Barbon Compilation fixes.
2003-10-22  Mattia Barbon Compilation fix.
2003-09-27  Vadim Zeitlinwarning fixes
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2003-08-04  Vadim Zeitlin(Open Watcom but not only) compilation warning fixes
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-21  Vadim Zeitlinfixed the async process IO polling code
2002-08-20  Vadim Zeitlintest new wxProcess::IsInputAvailable/Opened functions
2002-08-01  Mattia BarbonPatch [ 584078 ] Misc samples fixes from Dimitri School...
2002-07-12  Vadim Zeitlinadded a stupid wxProcess::Open() test -- it can't be...
2002-04-04  Vadim Zeitlinuse full 32bit range for the process ids
2002-04-01  Vadim Zeitlinuse the new API in the sample as it's more readable
2001-07-22  Gilles Depeyrotadded missing conditional compilation test for MSW...
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-05-09  Vadim Zeitlinfixed wxExecute + DDE bug (merged from 2.2)
2000-11-09  Vadim Zeitlinchanged lbox font to be more readable
2000-10-19  Vadim Zeitlin1. some more tests in console
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-05  Vadim Zeitlin1. wxStopWatch tests in console
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-03-02  Vadim Zeitlinadded demo of capturing program output - doesn't work...
2000-03-02  Vadim Zeitlinno changes
2000-01-22  Robert Roebling Various makefile corrections,
2000-01-21  Vadim Zeitlin1. some DDE tests in exec
2000-01-17  Guillermo Rodrigue... added missing headers
2000-01-15  Vadim Zeitlinnew sample - shows wxExecute