]> git.saurik.com Git - wxWidgets.git/history - samples/exec/exec.cpp
(Open Watcom but not only) compilation warning fixes
[wxWidgets.git] / samples / exec / exec.cpp
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