2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-21 |
Vadim Zeitlin | Compilation fix of wxSocket code for older Solaris... |
tree | commitdiff |
2010-08-24 |
Jouk Jansen | wxKeysym problem for wxMOTIF fixed |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Extract X11 Display wrapper class in a private header. |
tree | commitdiff |
2010-04-25 |
Francesco Montorsi | no real change: just fix RCS-ID so that it reflects... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | adding proper removal of observer for stacked event... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
tree | commitdiff |
2010-03-08 |
Václav Slavík | Fix wxTlsValue<> memory leaks. |
tree | commitdiff |
2010-01-29 |
Vadim Zeitlin | Disable wxUSE_FSWATCHER under Unix if neither inotify... |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-09 |
Paul Cornett | replace TRUE/FALSE with true/false |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Cleanly separate GUI socket-related code from net library. |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Added wxFDIOHandler::IsOk() and use it with wxSocketImp... |
tree | commitdiff |
2009-08-16 |
Vadim Zeitlin | Use CF socket manager in GUI OS X applications. |
tree | commitdiff |
2009-08-16 |
Vadim Zeitlin | Virtualize wxSocketImpl creation by routing it via... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | don't call OnWriteWaiting() if we lost connection in... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | change wxSocketInputBasedManager::AddInput() to take... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | remove extra semicolons |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-01-31 |
Václav Slavík | don't include private headers from wx/unix/evtloop.h |
tree | commitdiff |
2009-01-30 |
Václav Slavík | wxDFB: use Unix event loop and timers (fixes #10408) |
tree | commitdiff |
2009-01-29 |
Václav Slavík | wxEpollDispatcher is in wxBase, not wxCore - fixed... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-14 |
Francesco Montorsi | don't use hardcoded constant 200; use wxSTACKWALKER_MAX... |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | added wxFDIODispatcher::HasPending() and implemented... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | disable the events when we get a notification about... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | rename wxSocketSelectManager to wxSocketFDIOManager... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | wxSocketImpl::Shutdown() doesn't need to be virtual... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | don't remove/add back the socket to the list of inputs... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the badle defined and apparently unnecessary... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | return true if we did anything in NotifyExpired() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | remove m_use_events from Unix wxSocket implementation... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use void pointers, not char ones, in socket IO functions |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | move enabled callbacks flag down to wxSocketImplUnix... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | no real changes, just moved wxSocketImplUnix ctor inline |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | also rename gsocketiohandler.* to socketiohandler.... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | compilation fix for OS X (missing unistd.h) |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate SetInitialSocketBuffers() |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | compilation fixes for Unix after moving wxFD_XXX macros... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
tree | commitdiff |
2008-09-28 |
Vadim Zeitlin | extact common GAddress declarations to the common heade... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937) |
tree | commitdiff |
2008-08-29 |
Vadim Zeitlin | chanegd wxTlsValue to be pointer-like instead of value... |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Add stub for parsing globs file |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Remaining conversion to read-only XDG MIME types code |
tree | commitdiff |
2008-06-30 |
Robert Roebling | Removed most of the pre-XDG MIME code from the Unix... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | prevent crash if panel/kicker is killed, bug 1872724 |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | argh, really, really fix Darwin build |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | GetSocketManager() has no GUI-specific version under... |
tree | commitdiff |
2008-04-11 |
Vadim Zeitlin | also use AddProcessCallback() and GetSocketManager... |
tree | commitdiff |
2008-04-10 |
Vadim Zeitlin | oops, added missing #endif |
tree | commitdiff |
2008-04-10 |
Vadim Zeitlin | only declare AddProcessCallback for wxMotif and wxGTK |
tree | commitdiff |
2008-04-08 |
Julian Smart | Try standard XDG location for documents directory |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | wxMimeTypesManagerImpl and wxFileTypeImpl are in base... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | no changes, just removed unnecessary forward declaration |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | don't use negative PID hack in GUI neither, add a separ... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | get rid of traits functions unnecessary now that wxExec... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | fixed IO redirection to work in wxExecute() in console... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | use wxGUIAppTraits::WaitForChild() in wxMac too |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
tree | commitdiff |
2008-03-21 |
Francesco Montorsi | add to GetToolkitVersion() the = NULL default values... |
tree | commitdiff |
2008-03-16 |
Vadim Zeitlin | don't use generic process callback for wxGTK/Motif... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | add support for asynchronous execution in wxBase (patch... |
tree | commitdiff |
2008-02-06 |
Vadim Zeitlin | implement (trivially) wxGLApp ctor |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906) |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | made SetCurrent() and SwapBuffers() return boolean... |
tree | commitdiff |
2007-12-19 |
Václav Slavík | implemented wxExecute() for wxDFB; share the implementa... |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-17 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | easier expression |
tree | commitdiff |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
tree | commitdiff |
next |