wxWidgets/include/wx/unix
Vadim Zeitlin ccf8bf20ca Fix new wxExecute() code compilation with wxUSE_CONSOLE_EVENTLOOP==0.
Nothing is going to work without the console apps/base traits support for the
event loop but at least make it compile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-15 15:14:53 +00:00
..
private Don't use wxCriticalSection in wxWakeUpPipeMT if wxUSE_THREADS==0. 2013-07-14 11:34:27 +00:00
app.h Rewrite wxExecute() implementation under Unix. 2013-07-03 00:32:16 +00:00
apptbase.h Fix new wxExecute() code compilation with wxUSE_CONSOLE_EVENTLOOP==0. 2013-07-15 15:14:53 +00:00
apptrait.h Rewrite wxExecute() implementation under Unix. 2013-07-03 00:32:16 +00:00
chkconf.h Disable wxUSE_FSWATCHER under Unix if neither inotify nor kqueue is available. 2010-01-29 13:07:26 +00:00
evtloop.h Change wxWakeUpPipe to be a wxEventLoopSourceHandler. 2013-07-03 00:30:39 +00:00
evtloopsrc.h no real change: just fix RCS-ID so that it reflects the current revision number 2010-04-25 21:33:16 +00:00
execute.h Avoid including pipe stream headers when streams are disabled. 2013-07-15 15:14:46 +00:00
fontutil.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
fswatcher_inotify.h Improve inotify()-based wxFileSystemWatcher to handle creation/deletion. 2012-10-16 14:02:40 +00:00
fswatcher_kqueue.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
glx11.h added multisampling (anti-aliasing) support to wxGLCanvas (#9145) 2008-06-08 00:12:12 +00:00
joystick.h remove unneccessary header dependencies on wx/thread.h 2007-12-03 02:55:14 +00:00
mimetype.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
pipe.h Include <fcntl.h> from a header using fcntl(). 2013-07-03 00:29:53 +00:00
private.h compilation fixes for Unix after moving wxFD_XXX macros from wx/unix/private.h 2008-11-23 01:52:20 +00:00
sound.h Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
stackwalk.h don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead 2009-01-14 14:38:00 +00:00
stdpaths.h Forbid creation of wxStandardPaths object directly. 2013-07-06 23:14:21 +00:00
taskbarx11.h minor cleanup 2009-12-05 19:57:58 +00:00
tls.h Fix wxTlsValue<> memory leaks. 2010-03-08 12:21:58 +00:00
utilsx11.h wxKeysym problem for wxMOTIF fixed 2010-08-24 11:23:22 +00:00