wxWidgets/include/wx/unix
Vadim Zeitlin 1c2697717a implement (trivially) wxGLApp ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-06 00:25:43 +00:00
..
private don't leak epoll descriptor 2007-07-14 20:22:27 +00:00
app.h rename old wxAppConsole to wxAppConsoleBase and wxAppConsoleUnix to wxAppConsole for consistency with wxAppBase/wxApp and to fix the bug 1729377 (crash when using timers under Unix in console app); also #define wxApp as wxAppConsole instead of declaring it as a real class in console build to avoid problems with ODR violation 2007-06-04 13:39:23 +00:00
apptbase.h more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260) 2007-12-19 16:45:08 +00:00
apptrait.h more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260) 2007-12-19 16:45:08 +00:00
chkconf.h Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards; 2007-07-14 19:06:18 +00:00
evtloop.h Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards; 2007-07-14 19:06:18 +00:00
execute.h implemented wxExecute() for wxDFB; share the implementation with wxX11 2007-12-19 18:52:55 +00:00
fontutil.h
glx11.h implement (trivially) wxGLApp ctor 2008-02-06 00:25:43 +00:00
gsockunx.h more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260) 2007-12-19 16:45:08 +00:00
joystick.h remove unneccessary header dependencies on wx/thread.h 2007-12-03 02:55:14 +00:00
mimetype.h use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
pipe.h
private.h refactoring: replace wxSocketDispatcher with more generic wxSelectDispatcher (patch 1618976) 2007-03-16 15:45:12 +00:00
sound.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
stackwalk.h added maxDepth parameter to WalkFromException() (patch 1759239) 2007-07-28 00:14:53 +00:00
stdpaths.h take wxString, not wxChar* in wxStandardPaths::GetLocalizedResourcesDir 2007-05-23 19:10:36 +00:00
taskbarx11.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
utilsx11.h