remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / unix /
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...
2008-11-23  Vadim Zeitlinremove last traces of __GSOCKET_STANDALONE__
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
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-20  Vadim Zeitlindon't log an error if the directory can't be opened...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-27  Vadim Zeitlindon't sleep too long to avoid missing the timers; added...
2008-10-16  Vadim ZeitlinDispatch() must dispatch the real events and not only...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-10-15  Vadim Zeitlinbase new timer expiration time on current time, not...
2008-10-01  Václav Slavíkcompilation fix
2008-09-30  Václav Slavíkadded wxTaskBarIcon::IsAvailable
2008-09-24  Vadim Zeitlinreturn false, not true, from wxSingleInstanceChecker...
2008-09-11  Jouk Jansenupdate OpenVMS compile support
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-08  Robert RoeblingTest for reentrance into non-recursive wxMutex. If...
2008-09-05  Robert RoeblingCompilo for wxMac
2008-09-04  Stefan Csomorgcc is too aggressively hiding these inlines on wxCriti...
2008-08-25  Vadim Zeitlincompilation fixes for minimal build
2008-08-03  Vadim Zeitlinupdate for wxSHUTDOWN_LOGOFF/FORCE, should have been...
2008-07-29  Stefan Csomorosx regrouping
2008-07-21  Vadim Zeitlindon't give error on startup of any application using...
2008-07-16  Vadim Zeitlinuse wxCmdLineParser::ConverStringToArgs() instead of...
2008-07-14  Vadim Zeitlincalling Notify() from child thread is ok -- as long...
2008-07-01  Robert RoeblingAdd code for parsing globs file in /usr/local as well
2008-07-01  Robert RoeblingAdd code for parsing globs file
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-29  Vadim Zeitlinblind fix for PCH-less build
2008-06-23  Julian SmartFixed mime type recognition under Gnome by reading...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-05-22  Vadim Zeitlinfix the confusion in boolean attributes handling in...
2008-05-13  Paul Cornettfix overload ambiguity when compiler doesn't know NULL...
next