wxWidgets.git
2009-01-02  Vadim Zeitlindon't call DoWrite() if we have nothing to send (not...
2009-01-01  Vadim Zeitlinfix a bug in EventWorker::DoRead(): if both signature...
2009-01-01  Vadim ZeitlinLogWorker() was always called with m_peer as first...
2009-01-01  Vadim Zeitlinno changes, just reformat and avoid unnecessary uses...
2009-01-01  Vadim Zeitlinalso add wxSizer::IsEmpty()
2009-01-01  Vadim Zeitlinmake the new GetItemCount() const
2009-01-01  Robert RoeblingAdded wxSizer::GetItemCount()
2009-01-01  Robert RoeblingCorrect wx-config's output of base libs for OSX ports...
2009-01-01  Vadim ZeitlinVC6 doesn't support using keyword (closes #10322)
2009-01-01  Vadim Zeitlinupdate copyright year to 2009 (closes #10319)
2009-01-01  Vadim ZeitlinVC6 compilation fix after r57689 (closes #10318)
2008-12-31  Francesco Montorsireplace dynamic_cast<> with wxDynamicCast
2008-12-31  Francesco Montorsiremove tabs added by error in previous commit
2008-12-31  Kevin OllivierFix for OS X Cocoa build.
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Vadim Zeitlincompilation fix after last change
2008-12-31  Vadim Zeitlincustomize the rearrange dialog even more
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-31  Vadim Zeitlinadded default ctor and Create() to wxRearrangeDialog...
2008-12-31  Francesco Montorsibuild fix for wxMSW statusbar
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-31  Vadim Zeitlincompilation fix for LoadFile(name, type) calls which...
2008-12-30  Francesco Montorsidocument wxEVT_NULL
2008-12-30  Vadim Zeitlininclude errno.h for ENOMEM (closes #10309)
2008-12-30  Vadim Zeitlinextract AddColumnsItems() from ShowColumnsMenu() to...
2008-12-30  Francesco Montorsifix documentation for wxList and wxNode; doxygen see...
2008-12-30  Francesco Montorsino real change; make more readable the Aliases section
2008-12-30  Vadim Zeitlinhandle exceptions thrown from overridden wxView::OnCrea...
2008-12-30  Vadim Zeitlinhandle loss of connection explicitly in Read/Write...
2008-12-30  Vadim Zeitlincompilation fix for g++ which doesn't like using wxLogM...
2008-12-30  Vadim Zeitlintry reading/writing to/from the socket before blocking...
2008-12-30  Vadim Zeitlinmore doc fixes, to wording and to return types ('&...
2008-12-30  Vadim Zeitlintry to explain socket flags better (although bad ideas...
2008-12-30  Vadim Zeitlinprettify and simplify the URL test; use a URL more...
2008-12-30  Vadim Zeitlinfix memory leak in URL test
2008-12-30  Vadim Zeitlinrun wxURL test both with and without the event loop too
2008-12-30  Vadim Zeitlinadded wxURL test
2008-12-30  Vadim Zeitlinfix handling of errors due to the other end of the...
2008-12-30  Vadim Zeitlindon't assert if MsgWaitForMultipleObjects() returns...
2008-12-30  Vadim Zeitlindon't assert if the socket has been closed since the...
2008-12-30  Vadim Zeitlinfix MSVC warning about possibly uninitialized variable...
2008-12-30  Vadim Zeitlindocument Initialize/Shutdown()
2008-12-30  Vadim Zeitlinadded wxSocket::ShutdownOutput() (closes #9229)
2008-12-30  Vadim Zeitlinensure that WIN32 is defined, winsock2.h relies on...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
2008-12-30  Vadim Zeitlinfix compilation due to the fact that wx/socket.h no...
2008-12-30  Vadim Zeitlinremoved not doing anything and not compiling code from...
2008-12-29  Francesco Montorsino real change; just reordered some implementations...
2008-12-29  Vadim Zeitlinmention wxEVT_GRID_CELL_CHANGED-related changes
2008-12-29  Jaakko SalliUpdate editor control font centrally, in wxPropertyGrid...
2008-12-29  Francesco Montorsidocumented IsExtensionSupported
2008-12-29  Francesco Montorsiadd the HTML string of the selected item to wxSimpleHtm...
2008-12-29  Francesco Montorsilist also wxSystemOptions next to wxSystemSettings
2008-12-29  Francesco Montorsidocument the wince.dialog.real-ok-cancel option (closes...
2008-12-29  Vadim Zeitlinadd errno.h to fix Mac compilation
2008-12-29  Francesco Montorsifix memory leak while testing for correct Clone() imple...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-29  Vadim Zeitlinbuild fixes for wxUSE_IPV6==1 under Windows
2008-12-29  Vadim Zeitlinreplaced unweildy GAddress functions with wxSockAddress...
2008-12-29  Francesco Montorsidone various @todo items
2008-12-29  Francesco Montorsiadd the -headerpad_max_install_names option to the...
2008-12-29  Francesco MontorsiPCH-less build fix
2008-12-29  Francesco Montorsicall SetLabel() in Create() in order to run markup...
2008-12-29  Francesco Montorsiuse correct wxELLIPSIZE_* constants after r57625
2008-12-28  Francesco Montorsimove Ellipsize() to wxControl so it can be easily used...
2008-12-28  Francesco Montorsifix miscellaneous doxygen warnings; IMPORTANT: never...
2008-12-28  Francesco Montorsino real change: rename wxPendingEvents to wxHandlersWit...
2008-12-28  Francesco Montorsirefactor wxStaticText::Ellipsize so it's a static publi...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxOSX/Cocoa
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2008-12-28  Francesco Montorsino change, just add comment about wxTheColourDatabase...
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-28  Francesco Montorsirestore tabg.cpp for wxMotif's wxNotebook implementation
2008-12-28  Francesco Montorsifix wxPowerEvent, wxRichTextEvent and wxWizardEvent...
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 now unused Connect_Timeout()
2008-12-27  Vadim Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlincompilation fix: use IsServer() instead of m_server...
2008-12-27  Francesco Montorsi(blind) fix for unneeded inclusions of headers
2008-12-27  Robert RoeblingAdd Wonderful World of wxWidgets 3.0.
2008-12-27  Francesco Montorsiblind fix for wxMac (notebook headers shouldn't be...
2008-12-27  Vadim Zeitlinmap EAGAIN to wxSOCKET_WOULDBLOCK too as tit has this...
2008-12-27  Vadim Zeitlingot rid of wxSocketBase::m_error which could get out...
2008-12-27  Paul Cornettdon't assert (and then crash) in wxEvent::Clone() check...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-27  Francesco Montorsiremove deprecated wxTabCtrl also from makefiles
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-27  Francesco Montorsifix wxSashEvent, wxFindDialogEvent, wxSplitterEvent...
2008-12-27  Francesco Montorsiuse accelerators for menu items and stock menu item...
2008-12-27  Francesco Montorsifix Purpose comment
2008-12-27  Francesco MontorsiFix wxCalendarEvent and wxTextUrlEvent event classes...
2008-12-27  Francesco Montorsidon't use backspace as accelerator; at least GTK+ doesn...
2008-12-27  Francesco Montorsiname also QueueEvent
2008-12-27  Francesco Montorsido not document Clone() overloads only for some classes...
2008-12-27  Francesco Montorsiremove wxClassInfo::InitializeClasses docs; that functi...
2008-12-27  Francesco Montorsifix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI...
2008-12-27  Francesco Montorsiimplement a runtime check to test if wxEvent::Clone...
next