wxWidgets/src/unix
2007-11-22 02:52:10 +00:00
..
appunix.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 2007-09-25 14:39:47 +00:00
baseunix.cpp Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp, 2007-11-21 14:12:16 +00:00
descrip.mms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 2007-09-25 14:39:47 +00:00
dialup.cpp ifconfig under NetBSD also takes -a 2007-09-21 23:54:07 +00:00
dir.cpp don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
displayx11.cpp non-pch build fix for wxUSE_DISPLAY==0 2007-11-22 02:52:10 +00:00
dlunix.cpp return wxString from wxDynamicLibrary::GetDllExt() 2007-06-19 19:29:07 +00:00
epolldispatcher.cpp fix more unused parameters warnings 2007-10-29 12:10:48 +00:00
evtloopunix.cpp Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp, 2007-11-21 14:12:16 +00:00
fontenum.cpp removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
fontutil.cpp unused parameter warning fixes for --disable-all-features build 2007-11-11 12:55:43 +00:00
glx11.cpp fix WX_GL_STEREO attribute handling: value for it was missing in the attribute list 2007-09-03 22:35:43 +00:00
gsocket.cpp experimental IPv6 implementation (patch 1771429) 2007-11-18 20:53:33 +00:00
joystick.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
mediactrl.cpp compile fix 2007-11-13 13:07:29 +00:00
mimetype.cpp don't shadow declaration of nIndex variable 2007-09-21 10:54:21 +00:00
net.cpp wxDialUpManager fixes 1999-10-03 17:26:45 +00:00
snglinst.cpp Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-02 10:39:23 +00:00
sound_sdl.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
sound.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
stackwalk.cpp cast size_t to unsigned long, not unsigned (even though there is no risk of truncation here, it's still better practice) 2006-12-13 13:04:44 +00:00
stdpaths.cpp allow to optionally use vendor name component in standard paths (slightly modified patch 1831308) 2007-11-17 14:59:13 +00:00
taskbarx11.cpp initialize bitmap to avoid assertion 2007-11-05 07:11:01 +00:00
threadpsx.cpp fix translation of wx priority values to the standard Unix ones in SetPriority() 2007-09-03 22:52:38 +00:00
timerunx.cpp removed an extra semicolon 2007-09-21 10:56:58 +00:00
utilsunx.cpp test for __DARWIN__ with ifdef, not if 2007-10-17 18:19:29 +00:00
utilsx11.cpp check for wxUSE_TIMER in headers, not the files including them 2007-07-11 00:00:33 +00:00