Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / include / wx / unix /
2013-09-15  Vadim ZeitlinUse wxGetTranslation() instead of _() in the public...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-15  Vadim ZeitlinFix new wxExecute() code compilation with wxUSE_CONSOLE...
2013-07-15  Vadim ZeitlinAvoid including pipe stream headers when streams are...
2013-07-14  Vadim ZeitlinDon't use wxCriticalSection in wxWakeUpPipeMT if wxUSE_...
2013-07-06  Vadim ZeitlinForbid creation of wxStandardPaths object directly.
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2013-07-03  Vadim ZeitlinMake Unix wxAppConsole signal handling more flexible.
2013-07-03  Vadim ZeitlinChange wxWakeUpPipe to be a wxEventLoopSourceHandler.
2013-07-03  Vadim ZeitlinInclude <fcntl.h> from a header using fcntl().
2013-07-03  Vadim ZeitlinMake wxEventLoop::AddSourceForFD() static.
2013-07-03  Vadim ZeitlinSplit wxWakeUpPipe class in MT-unsafe and MT-safe parts.
2013-07-03  Vadim ZeitlinExtract PipeIOHandler class into a header and rename...
2013-07-03  Vadim ZeitlinExtract wxPipeInputStream and wxPipeOutputStream in...
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-10-16  Vadim ZeitlinImprove inotify()-based wxFileSystemWatcher to handle...
2011-11-27  Vadim ZeitlinRemoved private wxGetLocalTimeUsec() function from...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-11-14  Vadim ZeitlinFix spurious errors when writing to the child process...
2010-11-02  Vadim ZeitlinRefactor: extract code to make an fd non-clocking into...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-21  Vadim ZeitlinCompilation fix of wxSocket code for older Solaris...
2010-08-24  Jouk JansenwxKeysym problem for wxMOTIF fixed
2010-08-22  Vadim ZeitlinMerge wxUIActionSimulator fixes from SOC2010_GUI_TEST...
2010-08-22  Vadim ZeitlinExtract X11 Display wrapper class in a private header.
2010-04-25  Francesco Montorsino real change: just fix RCS-ID so that it reflects...
2010-03-17  Stefan Csomoradding proper removal of observer for stacked event...
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-08  Václav SlavíkFix wxTlsValue<> memory leaks.
2010-01-29  Vadim ZeitlinDisable wxUSE_FSWATCHER under Unix if neither inotify...
2009-12-05  Paul Cornettminor cleanup
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-09  Paul Cornettreplace TRUE/FALSE with true/false
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-08-16  Vadim ZeitlinUse CF socket manager in GUI OS X applications.
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-05-24  Vadim ZeitlinwxUSE_GSTREAMER is Unix-specific, remove it from common...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-02-19  Paul Cornettremove extra semicolons
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2009-01-29  Václav SlavíkwxEpollDispatcher is in wxBase, not wxCore - fixed...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-14  Francesco Montorsidon't use hardcoded constant 200; use wxSTACKWALKER_MAX...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2009-01-02  Vadim Zeitlinrename wxSocketSelectManager to wxSocketFDIOManager...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
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 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-11-28  Vadim Zeitlinremove wxSocketManager::CreateSocket() function, we...
2008-11-28  Vadim Zeitlinmove enabled callbacks flag down to wxSocketImplUnix...
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-25  Vadim Zeitlincompilation fix for OS X (missing unistd.h)
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlindon't duplicate SetInitialSocketBuffers()
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
2008-11-23  Vadim Zeitlincompilation fixes for Unix after moving wxFD_XXX macros...
2008-11-23  Vadim Zeitlindon't duplicate GSocket creation/destruction and shutdo...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-09-28  Vadim Zeitlinextact common GAddress declarations to the common heade...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-07-01  Robert RoeblingAdd stub for parsing globs file
2008-07-01  Robert RoeblingRemaining conversion to read-only XDG MIME types code
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-05-11  Paul Cornettprevent crash if panel/kicker is killed, bug 1872724
2008-04-11  Vadim Zeitlinargh, really, really fix Darwin build
2008-04-11  Vadim ZeitlinGetSocketManager() has no GUI-specific version under...
2008-04-11  Vadim Zeitlinalso use AddProcessCallback() and GetSocketManager...
2008-04-10  Vadim Zeitlinoops, added missing #endif
2008-04-10  Vadim Zeitlinonly declare AddProcessCallback for wxMotif and wxGTK
2008-04-08  Julian SmartTry standard XDG location for documents directory
next