]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2011-07-11  Vadim ZeitlinDon't handle "Return" key as "TAB" even when the defaul...
2011-07-11  Steve LamertonImplement GetSelectedHTML for the ie and gtk webkit...
2011-07-11  Vadim ZeitlinCopy recently added wxGenericValidator fields in Copy().
2011-07-11  Steve LamertonFix various gtk webkit warnings.
2011-07-11  Steve LamertonTidy up the ie backend a little, make sure all com...
2011-07-11  Steve LamertonFix warnings in the ie backend.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
2011-07-10  Stefan Csomorsupport multi-line labels, add different native styles...
2011-07-10  Vadim ZeitlinUse the correct event handler in wxMenuBase::UpdateUI().
2011-07-09  Vadim ZeitlinSupport float, double and file name values in wxGeneric...
2011-07-09  Vadim ZeitlinNo changes, just use NULL instead of 0 for pointers.
2011-07-09  Vadim ZeitlinGenerate events for two auxiliary mouse buttons in...
2011-07-09  Vadim ZeitlinMention that wxNotebook page must be removed before...
2011-07-09  Vadim ZeitlinCheck for GTK window parent, not wx one, when reparenting.
2011-07-09  Vadim ZeitlinRefresh the generic wxDataViewCtrl header if it was...
2011-07-09  Vadim ZeitlinShow extra mouse buttons and wheel state in the text...
2011-07-09  Vadim ZeitlinDon't duplicate wxImage::ConvertToDisabled() in wxAUI...
2011-07-09  Vadim ZeitlinOutput something from the console sample even if it...
2011-07-09  Vadim ZeitlinImmediately update MSW cursor when ::SetCursor(wxNullCu...
2011-07-09  Vadim ZeitlinFix wxMSW wxSlider best size calculation and label...
2011-07-09  Vadim ZeitlinMake coordinates transformations in wxDC really maximal...
2011-07-09  John ChainAdded Robin Dunn's explanation on the relationship...
2011-07-09  Steve LamertonAdd start of selection api, support for HasSelection...
2011-07-09  Stefan Csomoravoid scrolling to cleared-non existing- data, reload...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-08  Steve LamertonFactor out url loading logic into a separate function...
2011-07-08  Steve LamertonAdd tests for the back and forward history lists.
2011-07-08  Steve LamertonAdd unit tests for history clearing and enabling /...
2011-07-08  Steve LamertonAdd tests for url and history support
2011-07-08  Steve LamertonAdd tests for the page title
2011-07-08  Steve LamertonAdd scaffolding for wxWebView unit tests.
2011-07-07  Vadim ZeitlinAdd wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
2011-07-07  Vadim ZeitlinMake wxGCDC::GetGraphicsContext() const.
2011-07-06  Stefan Csomorallow NULL parent menu
2011-07-06  Steve LamertonImplement cut / copy / paste in osx webkit and fix...
2011-07-06  Steve LamertonAdd some more missing stubs to the osx webkit backend.
2011-07-05  Steve LamertonAdd stubs to osx webkit backend to allow compilation.
2011-07-05  Steve LamertonSimplify backend enum naming, we do not need separate...
2011-07-05  Steve LamertonRemove comment about a new frame api as this is now...
2011-07-05  Steve LamertonBring osx class naming into line with the other ports.
2011-07-05  Steve LamertonRemove out of date osx defines.
2011-07-05  Steve LamertonAdd osx configure support for wxWebView.
2011-07-05  Chris Elliottfor 2.9.2
2011-07-04  Vadim ZeitlinImprove the description of the available files in readme.
2011-07-04  Vadim ZeitlinRemove the note about wxUSE_STD_CONTAINERS.
2011-07-04  Vadim ZeitlinFix crash when getting or setting wxComboBox value...
2011-07-04  Steve LamertonFactor logic that returns an IHTMLDocument2 into a...
2011-07-04  Steve LamertonFilter out subframes from the ie backend history and...
2011-07-04  Vadim ZeitlinFix event types in wxMouseEvent::Aux1DClick() and Aux1D...
2011-07-04  Vadim ZeitlinFix warnings about implicit double to int conversions...
2011-07-04  Vadim ZeitlinFix harmless warning about double to long long conversion.
2011-07-04  Vadim ZeitlinSuppress some harmless warnings about unused parameters...
2011-07-04  Vadim ZeitlinAlso accept VT_R4 (float) VARIANTs in wxMSW OLE code.
2011-07-04  Steve LamertonAdd a note to the documentation about the emulation...
2011-07-04  Vadim ZeitlinFix crash in wxDataViewProgressRenderer in non-Unicode...
2011-07-04  Vadim ZeitlinAdd wxUSE_UNICODE guard around wxDF_UNICODETEXT in...
2011-07-02  Steve LamertonAdd web documentation category.
2011-07-02  Steve LamertonGet the page title from the IHtmlDocument rather than...
2011-07-02  Steve LamertonOverhaul the wxWebView documentation. Split the documen...
2011-07-02  Steve LamertonImplement undo and redo for the ie and gtk webkit backe...
2011-07-02  Steve LamertonImplement clipboard api in gtk.
2011-07-02  Steve LamertonAdd new clipboard api and support for it in the ie...
2011-07-02  Vadim ZeitlinNo real changes, just remove trailing commas from enum.
2011-07-02  Vadim ZeitlinAdd wxCOMPOSITION_INVALID mode and use it to simplify...
2011-07-02  Vadim ZeitlinAvoid g++ warnings about breaking strict aliasing rules...
2011-07-01  Steve LamertonImplement extended history api in gtk
2011-07-01  Paul CornettDon't cause scroll events for position changes from...
2011-07-01  Steve LamertonExtend history api using the ie backend to include...
2011-07-01  Steve LamertonUse shared pointers throughout when managing history...
2011-07-01  Steve LamertonAdd an extra assert in the case of trying to load an...
2011-06-30  Vadim ZeitlinMention the EOL issue in readme.txt.
2011-06-30  Steve LamertonAdd support for the new history functions to the ie...
2011-06-30  Steve LamertonOnly send a document complete event when the page is...
2011-06-30  Chris Elliottupdate docs for windows checkout process 2/2
2011-06-30  Chris Elliottupdate docs for windows checkout process 1/2
2011-06-30  Vadim ZeitlinInitialize variable in UTF{16,32} conversion code to...
2011-06-30  Vadim ZeitlinWork around bogus g++ warnings about possibly missing...
2011-06-30  Vadim ZeitlinFix harmless warning about unused variable in isosurf...
2011-06-30  Vadim ZeitlinFix warning about hiding a virtual function in propgrid...
2011-06-30  Steve LamertonAdd basic history api and implement it under gtk.
2011-06-29  Vadim ZeitlinChange the loop condition to avoid comparing unsigned...
2011-06-29  Vadim ZeitlinAlways initialize SelectInHDC::m_hgdiobj in wxMSW.
2011-06-29  Vadim ZeitlinFix two harmless gcc warnings about missing initializers.
2011-06-29  Vadim ZeitlinMention that readme.txt needs to be updated before...
2011-06-29  Vadim ZeitlinAdd a tiny script for producing HTML documentation...
2011-06-29  Vadim ZeitlinFix typo in error message about incorrect syntax.
2011-06-29  Vadim ZeitlinUpdate the readme file for 2.9.2.
2011-06-29  Steve LamertonGive the sample a more sensible initial size for web...
2011-06-29  Steve LamertonAdjust animation size to fit the toolbar properly
2011-06-29  Steve LamertonUpdate the sample to show how to block navigation and...
2011-06-29  Chris Elliottfix misisng html format files
2011-06-29  Steve LamertonUpdate the web sample to use images from the art provid...
2011-06-29  Vadim ZeitlinUpdated copyright year before 2.9.2 release.
2011-06-29  Chris Elliott2.9.2-rc1 in file
2011-06-29  Vadim ZeitlinReplace stc.{h,cpp} with the generated versions with...
2011-06-29  Vadim ZeitlinGenerate code using IsOk() instead of Ok() in stc.cpp.
2011-06-29  Steve LamertonAdd support for loading a url in the constructor to...
2011-06-29  Steve LamertonAdd support for new window events in gtk
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2011-06-28  Steve LamertonDon't use a depreciated method for loading a url.
next