2003-07-04 |
Vadim Zeitlin | fixed crash in wxExecute() introduced during base/GUI... |
blob | commitdiff | raw |
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 |
2002-07-12 |
Vadim Zeitlin | don't close end process pipe descriptor too early ... |
blob | commitdiff | raw | diff to current |
2002-07-12 |
Vadim Zeitlin | use wxFileInput/OutputStreams instead of reproducing... |
blob | commitdiff | raw | diff to current |
2002-07-12 |
Vadim Zeitlin | 0. wxExecute() with IO redirection now works again... |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Vadim Zeitlin | compilation fix for 64 bit statvfs under Solaris |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | added wxGetProcessId() |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Vadim Zeitlin | added wxShutdown (patch 547443) |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Vadim Zeitlin | fixed error checking in wxKill |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Vadim Zeitlin | added wxEXEC_MAKE_GROUP_LEADER (patch 535422) |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Vadim Zeitlin | added wxEXEC_NOHIDE flag, modified wxExecute() to take... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Vadim Zeitlin | AIX compilation fixes from Paul Thiessen |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Gilles Depeyrot | use wxMac provided wxGetOsDescription with Apple DevTools |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Vadim Zeitlin | compilation fix for HAVE_SETENV |
blob | commitdiff | raw | diff to current |
2001-10-29 |
Gilles Depeyrot | path/file corrections for Darwin/Mac OS X |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | use statvfs() if statfs() is not available (Solaris) |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | fix for BSD compilation |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Gilles Depeyrot | added conditional compilation test around wxGetDiskSpac... |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Vadim Zeitlin | fixed the exit code detection for async processes |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Gilles Depeyrot | conditional include for Darwin related to statfs |
blob | commitdiff | raw | diff to current |
2001-10-01 |
Vadim Zeitlin | cleaned up the waitpid() result processing mess |
blob | commitdiff | raw | diff to current |
2001-09-27 |
Vadim Zeitlin | fix for wxExecute(subprocess which produces a lot of... |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Vadim Zeitlin | compilation warning fix for Intel C++ |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Julian Smart | Isolated the 'error' case which I ignore |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Julian Smart | Removed wxLogSysError call in wxHandleProcessTerminatio... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | added wxGetDiskSpace for Win/Unix |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Julian Smart | More wxMicroWindows fixes |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-16 |
Vadim Zeitlin | 1. improved wxKill() implementation for Win32 |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | fixed compilation warning about variable being clobbere... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Jouk Jansen | Modified Files: |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Vadim Zeitlin | wxSetEnv for Win32 (now seems to work) |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Vadim Zeitlin | added wxGet/Set/UnsetEnv() for Unix |
blob | commitdiff | raw | diff to current |
2000-10-03 |
Jouk Jansen | Modified Files: |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Vadim Zeitlin | 1. some (benign) warnings fixed |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Vadim Zeitlin | 1. corrected HAVE_PW_GECOS detection in configure ... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
blob | commitdiff | raw | diff to current |
2000-03-03 |
Vadim Zeitlin | 1. wxShell fixes: now really uses shell (it wasn't... |
blob | commitdiff | raw | diff to current |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
blob | commitdiff | raw | diff to current |
2000-02-27 |
Guilhem Lavaux | Inserted "stdio catch" in wxExecute. The activation... |
blob | commitdiff | raw | diff to current |
2000-01-28 |
Vadim Zeitlin | wxBase compilation fixes |
blob | commitdiff | raw | diff to current |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
blob | commitdiff | raw | diff to current |
1999-12-01 |
Karsten Ballüder | fixed process termination handling |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Robert Roebling | Applied a few OS/2 patches for wxGTK. |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Vadim Zeitlin | 1. added encoding param to wxFontEncoding::EnumFamilies... |
blob | commitdiff | raw | diff to current |
1999-10-28 |
Ove Kaaven | Fixed typo in ARGS_CLEANUP |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Julian Smart | Removed lots of wxMotif compile warnings. Copied new... |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Robert Roebling | Applied Diana's font patch II |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-10-02 |
Robert Roebling | Updated doc for wxFileExists() |
blob | commitdiff | raw | diff to current |
1999-10-01 |
Vadim Zeitlin | wxMotif::wxFont supports encodings too (and shares... |
blob | commitdiff | raw | diff to current |
1999-08-18 |
Robert Roebling | EMX compilation, |
blob | commitdiff | raw | diff to current |
1999-08-16 |
Robert Roebling | compile fixes for EMX |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Vadim Zeitlin | ifdef HAVE_VFORK => if HAVE_VFORK |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Robert Roebling | Added OS/2 patches to wxGTK. |
blob | commitdiff | raw | diff to current |
1999-05-07 |
Ove Kaaven | Took care of those missing frees from failure condition... |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Ove Kaaven | Compiles in Unicode mode. |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Vadim Zeitlin | wxUSE_THREADS typo corrected |
blob | commitdiff | raw | diff to current |
1999-04-06 |
Robert Roebling | Changed clipboard text format id from "STRING" to... |
blob | commitdiff | raw | diff to current |
1999-03-29 |
Vadim Zeitlin | many miscellaneous fixes |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Vadim Zeitlin | wait4() replaced by waitpid() which is POSIX |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Vadim Zeitlin | AIX patches from Hans-Joachim Baader <hans-joachim... |
blob | commitdiff | raw | diff to current |
1999-03-19 |
Karsten Ballüder | Fixed wxExecute() to handle filenames with spaces and... |
blob | commitdiff | raw | diff to current |
1999-03-11 |
Vadim Zeitlin | wxMotif Solaris 2.6 compilation fixes |
blob | commitdiff | raw | diff to current |
1999-03-11 |
Karsten Ballüder | gcc 2.8.0/solaris compilation fix |
blob | commitdiff | raw | diff to current |
1999-03-06 |
Vadim Zeitlin | 1. the common helper functions are now in src/unix... |
blob | commitdiff | raw | diff to current |
|