Don't recurse into top level children in wxWindow::FindWindow().
[wxWidgets.git] / src / msw / utilsexc.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinNo changes, move wxStreamTempInputBuffer to a header...
2013-07-03  Vadim ZeitlinExtract wxPipeInputStream and wxPipeOutputStream in...
2013-01-21  Vadim ZeitlinFix a crash in wxExecute() in wxMSW too.
2013-01-20  Vadim ZeitlinA fix for VC6 compilation: define missing priority...
2013-01-20  Vadim ZeitlinAdd wxProcess::SetPriority() to allow setting the prior...
2012-09-15  Vadim ZeitlinNo changes, just silence some MSVC 11 static analyzer...
2012-06-01  Vadim ZeitlinAdd wxMSW_CONV_LPCTSTR() and related macros and use...
2012-05-23  Vadim ZeitlinFix wxBase compilation with UTF-8-based wxString under...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2011-12-19  Vadim ZeitlinAdded support for wxEXEC_MAKE_GROUP_LEADER to wxExecute().
2011-12-08  Vadim ZeitlinAdd wxEXEC_HIDE_CONSOLE flag allowing to unconditionall...
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-16  Vadim ZeitlinUse symbolic WAIT_FAILED constant instead of raw -1.
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-05-24  Vadim Zeitlinalways dispatch messages for the hidden window which...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-07-18  Vadim Zeitlinmention compatibility implications of wxExecute() quoti...
2008-07-01  Vadim Zeitlinquote the arguments containing spaces or quotes correct...
2008-06-30  Vadim Zeitlinfix a hang up in wxExecute(wxArrayString& output) overl...
2008-03-24  Vadim Zeitlinfix wxExecute() compilation in ANSI build
2008-03-23  Vadim Zeitlinavoid needless Unicode<->MB conversions in Unix wxExecu...
2008-03-22  Vadim Zeitlinreturn bool from wxStreamTempInputBuffer::Update()...
2008-01-06  Vadim Zeitlinfix crash in wxExecuteModule::OnExit() (never noticed...
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-03  Włodzimierz SkibaInclude wx/stream.h according to precompiled headers...
2005-11-24  Włodzimierz SkibaMinor improvements and cleanings after recent WinCE...
2005-11-24  Julian SmartFixed style
2005-11-24  Julian SmartApplied patch [ 1357475 ] WinCE : wxExecute does not...
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-01  Vadim Zeitlinfix for crash when using wxEXEC_NODISABLE
2005-01-19  Włodzimierz SkibaCookie is not for dummy initialization due to condition...
2004-12-19  Vadim Zeitlinadded wxEXEC_NODISABLE
2004-11-23  Ryan Norton[ 1070686 ] wxOutputStream::Close()
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-07-21  Vadim Zeitlinput the write end of the pipe in non blocking mode...
2004-06-21  Vadim Zeitlinremoved asserts to suppress gcc 3.4 warnings about...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
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...
next