Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / private /
2010-03-20  Vadim ZeitlinAlways include sys/time.h and sys/select.h from selectd...
2010-01-24  Václav SlavíkFixed dialog units <-> pixels conversion.
2009-12-06  Vadim ZeitlinFix wxFD_CLR() definition for Intel compiler under...
2009-12-02  Paul Cornettcheck for self assignment in operator=
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinExtract wxFDIOHandler in its own header.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-09  Vadim Zeitlincompilation fix for Windows after the last change ...
2009-05-09  Vadim Zeitlininitialize the local address before calling getsockname...
2009-04-12  Vadim Zeitlinfix g++ warnings about initialization order mismatch...
2009-04-12  Vadim Zeitlinfix support for using asterisks in the format string...
2009-02-19  Paul Cornettfix for IBM xlC 8, it can't parse the template syntax
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-10  Francesco Montorsifix a couple of typos
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-07  Jouk Janseninsert missing include file for OpenVMS platforms
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
2008-12-29  Vadim Zeitlinbuild fixes for wxUSE_IPV6==1 under Windows
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 Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-26  Vadim Zeitlinuse DispatchTimeout() and/or select() with timeout...
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 Zeitlinmingw32 typedef's and not define's SOCKET so test for...
2008-12-25  Vadim Zeitlinrename gsockmsw files to sockmsw
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 Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
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-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlincompilation fixes for Unix after moving wxFD_XXX macros...
2008-11-10  Vadim Zeitlincompilation fix after wxFont changes (closes #10152)
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-04-01  Stefan NeisAnother attempt at fixing Watcom compilation.
2008-03-22  Vadim Zeitlinmake wxSelectDispatcher ctor public, it can be useful...
2008-03-04  Václav Slavíkadded macros for checking for conflicts between flags...
2007-12-22  Vadim Zeitlinreplace wxWindowDC with wxDC in generic wxOverlayImpl...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-18  Stefan Csomormoving things to private headers
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-11-30  Robert RoeblingwxOverlay compile fix
2007-11-18  Stefan NeisCompilation fix for Watcom (on OS/2).
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-08-21  Julian SmartCompile fix on Mac (at least)
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-05-18  David ElliottInclude sys/types.h from selectdispatcher.h to ensure...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-21  Vadim Zeitlinoops, restored wrongly removed semicolon
2007-04-21  Vadim Zeitlinremoved extraneous semicolons
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-01  Vadim Zeitlinfixes for PCH-less build after last commit
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-19  Vadim Zeitlininitialize m_maxFD to avoid passing invalid values...
2007-03-16  Vadim Zeitlinmake wxFDIOHandler dtor virtual, it's meant to be used...
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-01-24  Jouk Jansen Committing in .
2006-12-14  Václav Slavíkmoved wxX11's wxSocketTable to private wxSocketEventDis...
2006-12-07  Paul Cornettclass/struct mismatch
2006-11-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-25  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-24  Paul Cornettwx/window.h not needed
2006-10-24  Julian SmartCompile fixes
2006-10-24  Włodzimierz Skibanon-PCH build fix (according to Tinderbox).
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...