Use ProcessEventLocally() instead of ProcessEventHere() in docview code.
[wxWidgets.git] / src / unix /
2010-04-22  Vadim ZeitlinFix fatal bug in ArgsArray(wchar_t**) ctor.
2010-04-10  Vadim ZeitlinDon't crash if wxMimeTypesManager is used before wxApp...
2010-03-25  Jouk JansenUpdates to make wxWidgets compaile on OpenVMS again
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-20  Vadim ZeitlinCheck whether SA_RESTART is defined and don't use it...
2010-03-20  Vadim ZeitlinInclude sys/time.h from threadpsx.cpp for all systems.
2010-03-20  Vadim ZeitlinAdd support for QNX to dialup detection code.
2010-03-18  Vadim ZeitlinReturn exit code as signed integer from wxExecute(wxEXE...
2010-03-06  Kevin OllivierAdding wxUIActionSimulator, a class for programmaticall...
2010-02-28  Vadim ZeitlinSupport IRIX version of OpenGL multi sampling constants.
2009-12-09  Stefan Csomoravoiding string conversions on 1st param of wxStat...
2009-12-05  Paul Cornettminor cleanup
2009-12-05  Vadim ZeitlinDon't lock global mutex when deleting wxThread to avoid...
2009-12-02  Paul Cornettmake array data fully const
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-10  Vadim ZeitlinCompilation fix for STL build.
2009-10-09  Vadim ZeitlinCompilation fix for PCH-less compilation.
2009-10-08  Vadim ZeitlinAdd a WX_APPNAME_DATA_DIR hack for wxStandardPaths...
2009-10-08  Jouk JansenOpenVMS : add compile support for debugrpt sample
2009-09-30  Paul Cornettbuild fix for wxUSE_SOCKETS==0
2009-09-28  Paul Cornettbuild fix for wxUSE_SOCKETS==0
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-16  Vadim ZeitlinAllow creating wxSingleInstanceChecker with default...
2009-09-12  Vadim ZeitlinUnregister wake up pipe file fd in ~wxConsoleEventLoop.
2009-09-03  Vadim ZeitlinReact to errors on socket correctly when using epoll().
2009-08-24  Jouk JansenUpdate OpenVMS compile support
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-17  Vadim ZeitlinAdded missing wx/log.h header.
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
2009-04-14  Vadim Zeitlinremove semicolon from wxDECLARE_EVENT; having it there...
2009-04-12  Francesco Montorsiimplement wxNativeFontInfo::SetFamily for wxGTK with...
2009-03-24  Francesco Montorsiadd a comment about wxNativeFontInfo::SetFaceName...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-22  Vadim Zeitlinfix harmless unused parameter warning
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-16  Francesco Montorsino real change; just reformatting and better comments
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-02-20  Francesco Montorsiuse %p when logging the thread IDs instead of %lu to...
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco Montorsido not export compare functions in the wx ABI
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-02  Vadim Zeitlincompilation fix for template Connect()
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Václav Slavíkhandle EINTR when reading data from the wakeup pipe
2009-01-25  Vadim Zeitlinnotify the timers outside of loop over m_timers to...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-24  Robert RoeblingPseudo-sort MIME types (all application/xxx at the...
2009-01-24  Robert RoeblingAdd comment explaining why we filter out application...
2009-01-23  Robert RoeblingOnly use text/xxx, skip application/xxx in MIME database
2009-01-19  Vadim Zeitlinno changes, just added a clarifying comment
2009-01-19  Vadim Zeitlinreturn true from HasPending() if we have at least 1...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-13  Jouk JansenAvoid warning on OpenVMS system
2009-01-12  Francesco Montorsiensure correct linking of the socket manager initialize...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-09  Francesco Montorsibuild fix
2009-01-09  Francesco Montorsimove wxLaunch* code in utilsx11.cpp as utilsunx.cpp...
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-07  Jouk JansenUpdate OpenVMS compile support
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-03  Vadim Zeitlinproperly restart epoll_wait() if it got interrupted...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2008-12-29  Vadim Zeitlinreplaced unweildy GAddress functions with wxSockAddress...
2008-12-27  Vadim Zeitlinmove Read/Write() to common code, there was almost...
2008-12-27  Vadim ZeitlinwxSocketImpl::Shutdown() doesn't need to be virtual...
2008-12-27  Vadim Zeitlindon't remove/add back the socket to the list of inputs...
2008-12-27  Vadim Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlinmap EAGAIN to wxSOCKET_WOULDBLOCK too as tit has this...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-26  Vadim Zeitlinreturn true if we did anything in NotifyExpired()
2008-12-26  Vadim Zeitlinremove m_use_events from Unix wxSocket implementation...
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-12-25  Vadim Zeitlinuse void pointers, not char ones, in socket IO functions
2008-12-25  Vadim Zeitlinfix/suppress warning about hiding base class Load(wxURI...
2008-12-14  Vadim Zeitlindon't close all unused descriptors in the child, this...
2008-12-02  Jouk JansenUpdate OpenVMS compile support
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-28  Vadim Zeitlinremove wxSocketManager::CreateSocket() function, we...
2008-11-28  Vadim Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinno real changes, just moved wxSocketImplUnix ctor inline
2008-11-28  Vadim Zeitlinalso rename gsocketiohandler.* to socketiohandler....
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-23  Vadim Zeitlinuse struct timeval and not a long to store socket timeo...
next