2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
blob | commitdiff | raw |
2011-04-06 |
Paul Cornett | build fix for wxUSE_LOG==0 |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Vadim Zeitlin | Restore code for closing inherited file descriptors... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Vadim Zeitlin | Fix spurious errors when writing to the child process... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Vadim Zeitlin | No real changes, just reamed HAS_PIPE_INPUT_STREAM. |
blob | commitdiff | raw | diff to current |
2010-11-10 |
Vadim Zeitlin | Fix harmless unused parameter warnings in minimal build. |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Vadim Zeitlin | Make write end of the child process pipe non-blocking... |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Fix fatal bug in ArgsArray(wchar_t**) ctor. |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Vadim Zeitlin | Return exit code as signed integer from wxExecute(wxEXE... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Paul Cornett | build fix for wxUSE_SOCKETS==0 |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Francesco Montorsi | move wxLaunch* code in utilsx11.cpp as utilsunx.cpp... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Francesco Montorsi | Fix wxLaunchDefaultBrowser on wxMSW for local files... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Vadim Zeitlin | don't close all unused descriptors in the child, this... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
blob | commitdiff | raw | diff to current |
2008-08-25 |
Vadim Zeitlin | compilation fixes for minimal build |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Vadim Zeitlin | update for wxSHUTDOWN_LOGOFF/FORCE, should have been... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | osx regrouping |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Vadim Zeitlin | use wxCmdLineParser::ConverStringToArgs() instead of... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
Jouk Jansen | Updates for VMS : new Makefiles, proper type casts |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build |
blob | commitdiff | raw | diff to current |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecu... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | don't use negative PID hack in GUI neither, add a separ... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | no real changes, just small cleanup after last few... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | refactored common code from XXX_EndProcessDetect in... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | get rid of traits functions unnecessary now that wxExec... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | fixed IO redirection to work in wxExecute() in console... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | added wxWindowDisabler ctor for conditionally disabling... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | add support for asynchronous execution in wxBase (patch... |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Václav Slavík | fixed wxHAS_GENERIC_PROCESS_CALLBACK check to use ... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
Václav Slavík | implemented wxExecute() for wxDFB; share the implementa... |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Václav Slavík | corrected WaitForChild comment about who sets endProcDa... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Vadim Zeitlin | test for __DARWIN__ with ifdef, not if |
blob | commitdiff | raw | diff to current |
2007-10-14 |
David Elliott | Fix wxExecute process end detect behavior for wxCocoa... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
David Elliott | Combine the check for wxMac and then the other check... |
blob | commitdiff | raw | diff to current |
2007-10-06 |
Vadim Zeitlin | always return wxString from wxGetUserHome() instead... |
blob | commitdiff | raw | diff to current |
2007-08-08 |
David Elliott | Return true in wxSetEnv for unsetenv case. |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Vadim Zeitlin | correction to last commit: don't test unsetenv() return... |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Vadim Zeitlin | use unsetenv() instead of setenv(var, NULL) which is... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Vadim Zeitlin | added code to free memory allocated in wxSetEnv() when... |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Vadim Zeitlin | simplify test for 64 bit architectures: just check... |
blob | commitdiff | raw | diff to current |
2007-06-19 |
Václav Slavík | make wxSetEnv compatible with ANSI and Unicode, depreca... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Vadim Zeitlin | added wxEXEC_BLOCK flag (patch 1620430) |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | don't return junk from wxGetOsVersion() if we failed... |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Vadim Zeitlin | added wxSafeConvertMB2WX/WX2MB() and use them when... |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Vadim Zeitlin | fixed overflow when using sysconf() to retrieve free... |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | replaced wxLogDebug with wxLogTrace in wxExecute()... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Robin Dunn | fix for unicode build |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Vadim Zeitlin | (blind) fix for Tru64 compilation (bug 769360) |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Vadim Zeitlin | fix wxGetFreeMemory() for Linux 2.6 (part of patch... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Alex Bligh | Fix unicode build on UNIX operating systems |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | wxGetOsVersion() compilation andl inking fixes for... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Michael Wetherell | Detect and use sys/select.h required by POSIX for select |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Václav Slavík | wxPipeInputStream depends on wxFile, use wxUSE_FILE |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Vadim Zeitlin | added wxPowerEvent; moved power functions stubs to... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Vadim Zeitlin | use wxDiskspaceSize_t which is long and not wxLongLong... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
Vadim Zeitlin | implemented wxGetFreeMemory() under IRIX (patch 1360356... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Vadim Zeitlin | check for missing statfs() prototype (happens at least... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Stefan Csomor | applying patch 1188918 |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Kevin Hock | Add comment explaining the role of wxMacExecute |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Ryan Norton | Add support for launching APPL bundles with wxExecute |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Ryan Norton | wxExecute log message cleanup |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Włodzimierz Skiba | Simple wxBatteryPower API for the support in wxWinCE... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Vadim Zeitlin | fixed crash in wxKill() introduced by 1.116 patch ... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Włodzimierz Skiba | Take best fitting type for available memory measurement. |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | added wxEXEC_NODISABLE |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | IRIX compilation fix: don't redeclare usleep() if HAVE_... |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Added flags argument to wxKill and wxProcess::Kill... |
blob | commitdiff | raw | diff to current |
2004-11-24 |
Robert Roebling | Applied kill patch (proper return value testing). |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Vadim Zeitlin | better (more precise) values for wxGetOsDescription... |
blob | commitdiff | raw | diff to current |
2004-10-24 |
David Elliott | Fix wxExecute for ports other than wxMac and wxCocoa... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Ryan Norton | wxCocoa link fixes |
blob | commitdiff | raw | diff to current |
2004-10-02 |
Vadim Zeitlin | fixes for Metrowerks command line compiler (avoid redef... |
blob | commitdiff | raw | diff to current |
2004-07-05 |
Dimitri Schoolwerth | fixed typo (no code changes) |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Václav Slavík | don't use deprecated wxUsleep |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Václav Slavík | fixed wxSetEnv to correctly set variable in Unicode... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Vadim Zeitlin | warning fix for BSD |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Stefan Csomor | metrowerks uname support |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | trying to speed up wxExecute(SYNC) -- by adding sleep... |
blob | commitdiff | raw | diff to current |
next |