2013-07-03 |
Vadim Zeitlin | No changes, move wxStreamTempInputBuffer to a header... |
blob | commitdiff | raw |
2013-07-03 |
Vadim Zeitlin | Extract wxPipeInputStream and wxPipeOutputStream in... |
blob | commitdiff | raw | diff to current |
2013-01-21 |
Vadim Zeitlin | Fix a crash in wxExecute() in wxMSW too. |
blob | commitdiff | raw | diff to current |
2013-01-20 |
Vadim Zeitlin | A fix for VC6 compilation: define missing priority... |
blob | commitdiff | raw | diff to current |
2013-01-20 |
Vadim Zeitlin | Add wxProcess::SetPriority() to allow setting the prior... |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer... |
blob | commitdiff | raw | diff to current |
2012-06-01 |
Vadim Zeitlin | Add wxMSW_CONV_LPCTSTR() and related macros and use... |
blob | commitdiff | raw | diff to current |
2012-05-23 |
Vadim Zeitlin | Fix wxBase compilation with UTF-8-based wxString under... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
blob | commitdiff | raw | diff to current |
2011-12-19 |
Vadim Zeitlin | Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute(). |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Vadim Zeitlin | Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionall... |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Vadim Zeitlin | No changes, just extract wxCreateHiddenWindow() declara... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Vadim Zeitlin | Use symbolic WAIT_FAILED constant instead of raw -1. |
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 |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
Vadim Zeitlin | always dispatch messages for the hidden window which... |
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 |
2008-07-18 |
Vadim Zeitlin | mention compatibility implications of wxExecute() quoti... |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Vadim Zeitlin | quote the arguments containing spaces or quotes correct... |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Vadim Zeitlin | fix a hang up in wxExecute(wxArrayString& output) overl... |
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 | return bool from wxStreamTempInputBuffer::Update()... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | fix crash in wxExecuteModule::OnExit() (never noticed... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | fix wxExecute thread shutdown and free wxExecuteData... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Włodzimierz Skiba | Include wx/stream.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2005-11-24 |
Włodzimierz Skiba | Minor improvements and cleanings after recent WinCE... |
blob | commitdiff | raw | diff to current |
2005-11-24 |
Julian Smart | Fixed style |
blob | commitdiff | raw | diff to current |
2005-11-24 |
Julian Smart | Applied patch [ 1357475 ] WinCE : wxExecute does not... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Vadim Zeitlin | fix for crash when using wxEXEC_NODISABLE |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | Cookie is not for dummy initialization due to condition... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | added wxEXEC_NODISABLE |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Ryan Norton | [ 1070686 ] wxOutputStream::Close() |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Vadim Zeitlin | put the write end of the pipe in non blocking mode... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Vadim Zeitlin | removed asserts to suppress gcc 3.4 warnings about... |
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-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Robin Dunn | Add some WXDLLIMPEXP's |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Vadim Zeitlin | refactored code to create hidden window in one place... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | fixed unused variable (replaces patch 788090) |
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-20 |
Vadim Zeitlin | another attempt to open files via DDE corrctly: try... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
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-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
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-14 |
Julian Smart | Applied patch [ 667563 ] Wine: compile fix for using... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
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-08 |
Vadim Zeitlin | fixed wxExecute() for console programs (process messags... |
blob | commitdiff | raw | diff to current |
2002-09-01 |
Ron Lee | oops, make it build with wxbase too. |
blob | commitdiff | raw | diff to current |
2002-09-01 |
Ron Lee | added missing #include frame.h for mingw(3.2) build. |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Vadim Zeitlin | implemented a dirty hack allowing us to keep activation... |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Vadim Zeitlin | changed wxExecute(char **) version to take wxChar ** |
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-04-01 |
Vadim Zeitlin | sleep while waiting for the spawned process to terminat... |
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 |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Julian Smart | First pass at adding MicroWindows support |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Julian Smart | Moved metafile helpers from utilsexc.cpp to utils.cpp... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Vadim Zeitlin | fixed compilation |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Vadim Zeitlin | fixed wxExecute + DDE bug (merged from 2.2) |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Vadim Zeitlin | 1. some more tests in console |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-05 |
Vadim Zeitlin | 1. wxWindowDisabler modified to bring parent window... |
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-18 |
George Tasker | Fixed so this file will compile if wxUSE_IPC is 0 ... |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Vadim Zeitlin | 1. fixed compilation of wxExecute() for !wxUSE_IPC |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Vadim Zeitlin | 1. small fix in wxDirDialog: SHBrowseForFolder() doesn... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Vadim Zeitlin | 1. fixed small bug with toolbar size updates |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Vadim Zeitlin | 1. added wxEnhMetaFileXXX classes |
blob | commitdiff | raw | diff to current |
1999-11-27 |
Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Vadim Zeitlin | 1. wxFontMapper seems to work for wxMSW |
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-09-05 |
Julian Smart | Misc. 16-bit compilation fixes |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Patrick Albert | Correct some minor compile pbs with VC++1.52c & VC... |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Patrick Albert | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Vadim Zeitlin | wxGetFullHostName() implemented - it doesn't work thoug... |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Robert Roebling | WINE is so fine. |
blob | commitdiff | raw | diff to current |
next |