wxWidgets.git
2009-01-05  Bryan PettyCommitting Doxygen 1.5.7+ configuration changes as...
2009-01-05  Francesco Montorsionly formatting changes. s/FALSE/false and s/TRUE/true...
2009-01-05  Francesco Montorsiuse doxygen autolink for global enumerations
2009-01-05  Francesco Montorsifix crash because of a missing wxOK constant
2009-01-05  Francesco Montorsiuse GetCopyrightToDisplay instead of GetCopyright;...
2009-01-04  Vadim Zeitlinadd a custom printer for wxString to use with Python...
2009-01-04  Jaakko SalliFixes in wxPGProperty::StringToValue(): Prevent it...
2009-01-04  Jaakko SalliIn wxPGProperty::StringToValue(), variant.SetName(...
2009-01-04  Jaakko SalliAdded bool property to the nested car sample (for testi...
2009-01-04  Vadim Zeitlinabstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
2009-01-04  Vadim Zeitlindon't use \u in strings, VC6 doesn't support this
2009-01-04  Vadim Zeitlinuse correct type for file offset
2009-01-04  Vadim Zeitlinneed to overload assertEquals(int,short) too to resolve...
2009-01-04  Vadim Zeitlinmore attempts to fix CppUnit::assertEquals for VC6...
2009-01-04  Jaakko SalliSignificant check box editor refactoring, including...
2009-01-04  Jaakko SalliAdded extra RefreshEditor() call for better testing
2009-01-04  Paul Cornettbuild fix for GTK+ versions prior to 2.14
2009-01-04  Paul Cornettproperly handle DC origin and scale in wxDoFloodFill()
2009-01-04  Paul Cornettnative implementation of DoGetPixel()
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2009-01-04  Paul CornettComplete rewrite of DoDrawBitmap() and DoBlit().
2009-01-04  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
2009-01-03  Vadim Zeitlintrying to fix buildbot VC6 build error
2009-01-03  Vadim Zeitlindon't use IPC from timer callback as this results in...
2009-01-03  Vadim Zeitlinrestore code preventing the events being generated...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-03  Bryan PettyUpdated translations manual page with latest status...
2009-01-03  Vadim Zeitlinproperly restart epoll_wait() if it got interrupted...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2009-01-02  Vadim Zeitlinstreamline handling of wxSOCKET_LOST in DoWait()
2009-01-02  Vadim Zeitlinno changes, just reformat/indent consistently
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2009-01-02  Paul Cornettfix GCC warning "suggest explicit braces..."
2009-01-02  Vadim Zeitlinuse guard classes automatically restoring the old state...
2009-01-02  Paul Cornettfix header dependancy
2009-01-02  Vadim Zeitlinrename wxSocketSelectManager to wxSocketFDIOManager...
2009-01-02  Vadim Zeitlinfix WaitForXXX() to work as before: if the socket is...
2009-01-02  Vadim Zeitlinshow the string received from client in test 2 correctl...
2009-01-02  Vadim Zeitlinadd accelerators for the other menu commands; plug...
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
next