warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / msw / utilsexc.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-04  Robin DunnAdd some WXDLLIMPEXP's
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-08-13  Vadim Zeitlinfixed unused variable (replaces patch 788090)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-20  Vadim Zeitlinanother attempt to open files via DDE corrctly: try...
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-27  Vadim ZeitlinwxExecute may only be called from the main thread
2003-01-14  Julian SmartApplied patch [ 667563 ] Wine: compile fix for using...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Vadim Zeitlinfixed wxExecute() for console programs (process messags...
2002-09-01  Ron Leeoops, make it build with wxbase too.
2002-09-01  Ron Leeadded missing #include frame.h for mingw(3.2) build.
2002-08-31  Vadim Zeitlinimplemented a dirty hack allowing us to keep activation...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-29  Vadim Zeitlinchanged wxExecute(char **) version to take wxChar **
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-04-01  Vadim Zeitlinsleep while waiting for the spawned process to terminat...
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-15  Julian SmartMoved metafile helpers from utilsexc.cpp to utils.cpp...
2001-05-09  Vadim Zeitlinfixed compilation
2001-05-09  Vadim Zeitlinfixed wxExecute + DDE bug (merged from 2.2)
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-10-19  Vadim Zeitlin1. some more tests in console
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-02-27  Guilhem LavauxInserted "stdio catch" in wxExecute. The activation...
2000-01-18  George TaskerFixed so this file will compile if wxUSE_IPC is 0 ...
2000-01-18  Vadim Zeitlin1. fixed compilation of wxExecute() for !wxUSE_IPC
2000-01-18  Vadim Zeitlin1. small fix in wxDirDialog: SHBrowseForFolder() doesn...
2000-01-15  Vadim Zeitlin1. fixed small bug with toolbar size updates
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-14  Patrick AlbertCorrect some minor compile pbs with VC++1.52c & VC...
1999-06-14  Patrick Albert*** empty log message ***
1999-06-14  Vadim ZeitlinwxGetFullHostName() implemented - it doesn't work thoug...
1999-06-09  Robert Roebling WINE is so fine.
1999-02-17  Vadim ZeitlinwxExecute() fixes and doc updates: the return value...
1999-02-15  Julian SmartGnuWin32 corrections (::ZeroMemory doesn't exist)
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-08  Vadim ZeitlinwxProcess-related code now works
1999-02-07  Vadim Zeitlinmade wxProcess-related code compile again (it doesn...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-01  Stefan Csomormac support as stubs added
1998-11-21  Julian SmartDoc updates (debug stuff); Cygwin corrections
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-09-07  Vadim Zeitlinadded wxLogSysError() in wxExecute() if the command...
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-07-02  Guilhem Lavaux* Deleted all ^M
1998-07-02  Julian SmartAdded dummy constructors etc. for wxProcess(Event)...
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-07-01  Guilhem Lavaux* Well, I've forgotten this file :-(