2008-04-11 |
Jouk Jansen | Updates for VMS : new Makefiles, proper type casts |
blob | commitdiff | raw |
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 |
2003-12-15 |
Ryan Norton | fix broken compilation |
blob | commitdiff | raw | diff to current |
2003-09-13 |
Robin Dunn | Move more stuff into base for wxMac so that two level... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Vadim Zeitlin | fixed crash in wxExecute() introduced during base/GUI... |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Vadim Zeitlin | moved GetOSVersion() to the base traits class; implemen... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Vadim Zeitlin | __WXBASE__ -> wxUSE_BASE |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Vadim Zeitlin | compilation fixes for separate build |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | compilation fix for wxGTK |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Stefan Csomor | two fixes for CW/Mac |
blob | commitdiff | raw | diff to current |
2003-04-01 |
David Elliott | Changed defined(__DARWIN__) to (defined(__DARWIN__... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
David Elliott | - Added wxAddProcessCallbackForPid function |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Vadim Zeitlin | show error message if exec() failed: not pretty but... |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Vadim Zeitlin | wxExecute may only be called from the main thread |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Vadim Zeitlin | use WX_STATVFS_T instead of trying to guess statvfs... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-14 |
Robert Roebling | Enable execute code for Unicode. This also makes |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Vadim Zeitlin | don't use vfork() in wxExecute() |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Stefan Neis | Like VMS, EMX (OS/2) doesn't support setsid. |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Vadim Zeitlin | polling child process IO seems to work now |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Vadim Zeitlin | fixes for wxExecute() with IO redirection: wxStreamTemp... |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2002-07-18 |
Gilles Depeyrot | added missing return to avoid 'control reaches end... |
blob | commitdiff | raw | diff to current |
next |