Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / unix /
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
2008-04-01  Vadim ZeitlinwxMimeTypesManagerImpl and wxFileTypeImpl are in base...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-22  Vadim Zeitlinno changes, just removed unnecessary forward declaration
2008-03-22  Vadim Zeitlindon't use negative PID hack in GUI neither, add a separ...
2008-03-22  Vadim Zeitlinget rid of traits functions unnecessary now that wxExec...
2008-03-22  Vadim Zeitlinfixed IO redirection to work in wxExecute() in console...
2008-03-22  Vadim Zeitlinuse wxGUIAppTraits::WaitForChild() in wxMac too
2008-03-22  Vadim Zeitlinextracted GUI-specific part of utilsunx.cpp to a new...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-03-21  Francesco Montorsiadd to GetToolkitVersion() the = NULL default values...
2008-03-16  Vadim Zeitlindon't use generic process callback for wxGTK/Motif...
2008-03-15  Vadim Zeitlinadd support for asynchronous execution in wxBase (patch...
2008-02-06  Vadim Zeitlinimplement (trivially) wxGLApp ctor
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2007-12-22  Vadim Zeitlinmade SetCurrent() and SwapBuffers() return boolean...
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-08  Stefan Csomoreasier expression
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-08-06  Václav Slavíkfixed incorrect DLL export macro for wxJoystick
2007-07-28  Vadim Zeitlinadded maxDepth parameter to WalkFromException() (patch...
next