projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git]
/
src
/
msw
/
utilsexc.cpp
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
blob
|
commitdiff
|
raw
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
1999-02-17
Vadim Zeitlin
wxExecute() fixes and doc updates: the return value...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-15
Julian Smart
GnuWin32 corrections (::ZeroMemory doesn't exist)
blob
|
commitdiff
|
raw
|
diff to current
1999-02-10
Julian Smart
Cured some small doc typos; some WIN16 fixes; transferr...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-08
Vadim Zeitlin
wxProcess-related code now works
blob
|
commitdiff
|
raw
|
diff to current
1999-02-07
Vadim Zeitlin
made wxProcess-related code compile again (it doesn...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-03
Vadim Zeitlin
_MSC_VER => __VISUALC__ change
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Julian Smart
TWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Julian Smart
Some changes in a vain attempt to make Salford C++...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-07
Julian Smart
Doc & Symantec C++ fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-01-01
Stefan Csomor
mac support as stubs added
blob
|
commitdiff
|
raw
|
diff to current
1998-11-21
Julian Smart
Doc updates (debug stuff); Cygwin corrections
blob
|
commitdiff
|
raw
|
diff to current
1998-09-08
Guilhem Lavaux
* some C++ness correction in wxStream.
blob
|
commitdiff
|
raw
|
diff to current
1998-09-07
Vadim Zeitlin
added wxLogSysError() in wxExecute() if the command...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-03
Julian Smart
Added wxExpr parser/lexer files which had somehow got...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-02
Guilhem Lavaux
* Deleted all ^M
blob
|
commitdiff
|
raw
|
diff to current
1998-07-02
Julian Smart
Added dummy constructors etc. for wxProcess(Event)...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-02
Julian Smart
Various changes for 16-bit compilation
blob
|
commitdiff
|
raw
|
diff to current
1998-07-01
Guilhem Lavaux
* Well, I've forgotten this file :-(
blob
|
commitdiff
|
raw
|
diff to current