projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix FILETIME <-> wxDateTime conversions while DST is in effect in wxMSW.
[wxWidgets.git]
/
include
/
wx
/
process.h
2013-01-20
Vadim Zeitlin
Add wxProcess::SetPriority() to allow setting the prior...
blob
|
commitdiff
|
raw
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
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
2009-02-07
Vadim Zeitlin
require semicolon after wxDECLARE/DEFINE_EVENT() (close...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-27
Vadim Zeitlin
don't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Włodzimierz Skiba
Minor header cleaning.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Julian Smart
Applied patch [ 1586964 ] Getting the PID of the proces...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-09
Mattia Barbon
Removed WXWIN_COMPATIBILITY_2_2 together with code...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Włodzimierz Skiba
Missing casts to event handling functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-14
Vadim Zeitlin
define wxFooHandler() macros for all wxFooEvents to...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-07
Włodzimierz Skiba
Old API clearly deprecated.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-05
Julian Smart
Added flags argument to wxKill and wxProcess::Kill...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-07
Ryan Norton
2.5.3 - cleanups, fixes, etc. etc. -
blob
|
commitdiff
|
raw
|
diff to current
2004-09-20
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
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-02-10
Vadim Zeitlin
use static_cast<> in event table macros for type safety...
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-22
Vadim Zeitlin
undisable many warnings for VC++ in defs.h and fixed...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-19
Mattia Barbon
Fix some compilation and linking errors in samples.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-02
Vadim Zeitlin
renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
blob
|
commitdiff
|
raw
|
diff to current
2003-07-02
Vadim Zeitlin
fixes needed for separate DLL build to work
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-01-02
Vadim Zeitlin
use DECLARE_NO_COPY_CLASS() where applicable (patch...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-31
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
blob
|
commitdiff
|
raw
|
diff to current
2002-08-20
Vadim Zeitlin
added and documented wxProcess::Is{Input|Error}Availabl...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-12
Robin Dunn
Changed wxProcess::Open to take a flags arg to pass...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-12
Vadim Zeitlin
added and documented wxProcess::Open()
blob
|
commitdiff
|
raw
|
diff to current
2001-11-21
Vadim Zeitlin
1. removed wxObject::CopyObject() and Clone() - some...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-10
Vadim Zeitlin
fix to allow code using EVT_END_PROCESS to compie with...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-16
Vadim Zeitlin
1. improved wxKill() implementation for Win32
blob
|
commitdiff
|
raw
|
diff to current
2001-01-31
Vadim Zeitlin
argh... yet another compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2001-01-31
Vadim Zeitlin
another compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2001-01-31
Vadim Zeitlin
1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-26
Robert Roebling
Updated ten thousand macros for new event type code.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
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
1999-02-17
Vadim Zeitlin
wxProcess fixes (Detach() added), cleared/corrected...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-07
Vadim Zeitlin
wxProcess() fixes: will really call parent's event...
blob
|
commitdiff
|
raw
|
diff to current
1998-09-06
Julian Smart
Various changes
blob
|
commitdiff
|
raw
|
diff to current
1998-08-23
Unknown (RO)
General tidy-up (mainly typecasts) to allow the use...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-15
Julian Smart
Changes mostly as a result of __WXSTUBS__ compilation...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-03
Julian Smart
Added #pragmas for gcc.
blob
|
commitdiff
|
raw
|
diff to current
1998-07-01
Guilhem Lavaux
* Changed "true" to "TRUE" in some file: "true" doesn...
blob
|
commitdiff
|
raw
|
diff to current