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-12-25 |
Vadim Zeitlin | fix/suppress warning about hiding base class Load(wxURI... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't close all unused descriptors in the child, this... |
tree | commitdiff |
2008-12-02 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we... |
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-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use struct timeval and not a long to store socket timeo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | remove last traces of __GSOCKET_STANDALONE__ |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
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-20 |
Vadim Zeitlin | don't log an error if the directory can't be opened... |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | don't sleep too long to avoid missing the timers; added... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | Dispatch() must dispatch the real events and not only... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
tree | commitdiff |
2008-10-15 |
Vadim Zeitlin | base new timer expiration time on current time, not... |
tree | commitdiff |
2008-10-01 |
Václav Slavík | compilation fix |
tree | commitdiff |
2008-09-30 |
Václav Slavík | added wxTaskBarIcon::IsAvailable |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | return false, not true, from wxSingleInstanceChecker... |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | update OpenVMS compile support |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | solving osx problems (default inlines-hidden) by explic... |
tree | commitdiff |
2008-09-08 |
Robert Roebling | Test for reentrance into non-recursive wxMutex. If... |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Compilo for wxMac |
tree | commitdiff |
2008-09-04 |
Stefan Csomor | gcc is too aggressively hiding these inlines on wxCriti... |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | compilation fixes for minimal build |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | update for wxSHUTDOWN_LOGOFF/FORCE, should have been... |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | don't give error on startup of any application using... |
tree | commitdiff |
2008-07-16 |
Vadim Zeitlin | use wxCmdLineParser::ConverStringToArgs() instead of... |
tree | commitdiff |
2008-07-14 |
Vadim Zeitlin | calling Notify() from child thread is ok -- as long... |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Add code for parsing globs file in /usr/local as well |
tree | commitdiff |
2008-07-01 |
Robert Roebling | Add code for parsing globs file |
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-29 |
Vadim Zeitlin | blind fix for PCH-less build |
tree | commitdiff |
2008-06-23 |
Julian Smart | Fixed mime type recognition under Gnome by reading... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | fix the confusion in boolean attributes handling in... |
tree | commitdiff |
2008-05-13 |
Paul Cornett | fix overload ambiguity when compiler doesn't know NULL... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | disconnect handler in wxTaskBarIcon dtor, should have... |
tree | commitdiff |
2008-05-11 |
Paul Cornett | prevent crash if panel/kicker is killed, bug 1872724 |
tree | commitdiff |
2008-04-27 |
Vadim Zeitlin | use GLX_DOUBLEBUFFER if no attributes were specified... |
tree | commitdiff |
2008-04-22 |
Vadim Zeitlin | make wxDir::Has{Files,SubDirs}() const |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on... |
tree | commitdiff |
2008-04-11 |
Jouk Jansen | Updates for VMS : new Makefiles, proper type casts |
tree | commitdiff |
2008-04-08 |
Julian Smart | Try standard XDG location for documents directory |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Fix compilo |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | call OnReadWaiting(), not OnExceptionWaiting(), when... |
tree | commitdiff |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build |
tree | commitdiff |
2008-03-23 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecu... |
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 | no real changes, just small cleanup after last few... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | refactored common code from XXX_EndProcessDetect in... |
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 | return bool from wxStreamTempInputBuffer::Update()... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | unused any more (should have been part of r52667) |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | added wxWindowDisabler ctor for conditionally disabling... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | add support for asynchronous execution in wxBase (patch... |
tree | commitdiff |
2008-02-18 |
David Elliott | Rework the dl* Darwin compatibility code so it uses... |
tree | commitdiff |
2008-02-14 |
Vadim Zeitlin | more unused parameter warnings |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | don't close UDP socket if it receives an empty datagram... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | undid change to GSocket::Select() done in r50831, do... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906) |
tree | commitdiff |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | made SetCurrent() and SwapBuffers() return boolean... |
tree | commitdiff |
2007-12-20 |
Václav Slavík | compilation fix for !wxUSE_THREADS |
tree | commitdiff |
2007-12-20 |
Václav Slavík | fixed wxHAS_GENERIC_PROCESS_CALLBACK check to use ... |
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-18 |
Václav Slavík | corrected WaitForChild comment about who sets endProcDa... |
tree | commitdiff |
2007-12-17 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
tree | commitdiff |
2007-12-07 |
Julian Smart | Don't show messages for directories that can't be read |
tree | commitdiff |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
tree | commitdiff |
2007-11-26 |
Václav Slavík | catch unhandled exceptions in POSIX threads implementat... |
tree | commitdiff |
2007-11-22 |
Paul Cornett | non-pch build fix for wxUSE_DISPLAY==0 |
tree | commitdiff |
2007-11-21 |
Stefan Neis | Moved wxConsoleAppTraits::CreateEventLoop from baseunix... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | experimental IPv6 implementation (patch 1771429) |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | added SetInitialSocketBuffers() to allow changing the... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | allow to optionally use vendor name component in standa... |
tree | commitdiff |
2007-11-13 |
Robert Roebling | compile fix |
tree | commitdiff |
2007-11-13 |
Paul Cornett | build fix for wxUSE_DISPLAY==0 |
tree | commitdiff |
2007-11-12 |
Robert Roebling | small fixes |
tree | commitdiff |
next |