wxWidgets/src/unix
2008-10-16 12:32:39 +00:00
..
apptraits.cpp non-pch build fix 2008-03-23 18:24:27 +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
descrip.mms update OpenVMS compile support 2008-09-11 07:09:05 +00:00
dialup.cpp ifconfig under NetBSD also takes -a 2007-09-21 23:54:07 +00:00
dir.cpp make wxDir::Has{Files,SubDirs}() const 2008-04-22 16:29:43 +00:00
displayx11.cpp Fix compilo 2008-04-06 20:31:25 +00:00
dlunix.cpp Rework the dl* Darwin compatibility code so it uses the real functions when 2008-02-18 23:44:46 +00:00
epolldispatcher.cpp made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired 2008-10-16 12:31:30 +00:00
evtloopunix.cpp Dispatch() must dispatch the real events and not only the pending ones accumulated in wxApp 2008-10-16 12:32:39 +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 added multisampling (anti-aliasing) support to wxGLCanvas (#9145) 2008-06-08 00:12:12 +00:00
gsocket.cpp calling Notify() from child thread is ok -- as long as you do it from one and the same thread all the time 2008-07-14 02:03:57 +00:00
joystick.cpp remove unneccessary header dependencies on wx/thread.h 2007-12-03 02:55:14 +00:00
mediactrl.cpp more unused parameter warnings 2008-02-14 15:57:11 +00:00
mimetype.cpp don't give error on startup of any application using wxHTML just because /usr/local/share/mime/globs doesn't exist 2008-07-21 01:33:51 +00:00
net.cpp wxDialUpManager fixes 1999-10-03 17:26:45 +00:00
snglinst.cpp return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file (#9986) 2008-09-24 13:47:41 +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 blind fix for PCH-less build 2008-06-29 22:11:52 +00:00
taskbarx11.cpp compilation fix 2008-10-01 11:29:11 +00:00
threadpsx.cpp solving osx problems (default inlines-hidden) by explicitely exporting the involved methods 2008-09-11 06:46:23 +00:00
timerunx.cpp base new timer expiration time on current time, not on the previous expiration time 2008-10-15 11:39:04 +00:00
utilsunx.cpp compilation fixes for minimal build 2008-08-25 19:28:26 +00:00
utilsx11.cpp avoid GCC warnings about breaking strict aliasing rules 2008-02-02 21:52:26 +00:00