Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / exec / exec.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinDon't ignore child process output if it exits with...
2012-12-02  Vadim ZeitlinCorrect lookup of Explorer-specific file association...
2012-12-02  Vadim ZeitlinNo changes, just reorganize the menu slightly in the...
2012-11-11  Vadim ZeitlinUse wxID_EXIT for the "Quit" item in the exec sample.
2012-10-13  Vadim ZeitlinSet the standard sample icon for the exec sample.
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-12-08  Vadim ZeitlinAdd wxEXEC_HIDE_CONSOLE flag allowing to unconditionall...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-24  Vadim ZeitlinFix code reading from the pipe stream in exec sample.
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-09-09  Vadim ZeitlinRemember last values used in exec sample "Kill" menu...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-05-24  Vadim Zeitlinadded a timer updating a counter in the background...
2008-11-20  Vadim Zeitlinfix file dialog caption
2008-08-02  Vadim Zeitlinadded trivial wxLaunchDefaultApplication() implementati...
2008-06-23  Julian SmartDon't fail to get correct extension if there's a dot...
2008-03-22  Vadim Zeitlinadd timing of synchronous execution
2008-03-22  Vadim Zeitlinno real changes, just added a default value for the...
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2007-07-15  Vadim Zeitlinno real changes, just added an extra status message
2007-07-13  Vadim Zeitlinadded commands to test how busy cursor behaves during...
2007-06-27  Václav Slavíkcompilation fixes after string changes
2007-05-03  Vadim Zeitlinuse a default URL, I got tired of typing it in the...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-12-04  Vadim Zeitlinadd test for wxLaunchDefaultBrowser, it makes sense...
2006-10-30  Julian SmartApplied patch [ 1586964 ] Getting the PID of the proces...
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