]> git.saurik.com Git - wxWidgets.git/history - include
Merge in from trunk r68684 - r69046
[wxWidgets.git] / include /
2011-08-01  Steve LamertonFix remaining warnings in ie backend.
2011-08-01  Steve LamertonFix a couple of warning that crept back into the GTK...
2011-08-01  Steve LamertonAdd missing lines to setup.h.in. This properly fixes...
2011-07-31  Steve LamertonRework the GTK WebKit backend history to remove the...
2011-07-31  Steve LamertonSplit wxWebHistoryItem headers out into separate files...
2011-07-31  Václav SlavíkSilence Clang warning about numeric_limits<> specializa...
2011-07-30  Steve LamertonOverhaul wxWebHandler naming to try and make it consist...
2011-07-30  Vadim ZeitlinGet rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJEC...
2011-07-30  Vadim ZeitlinResolve ambiguity between GetClientXXX() methods in...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-28  Steve LamertonTidy up the include guards for the various wxWebView...
2011-07-28  Steve LamertonMove the wxWebFileProtocolHandler from the IE backend...
2011-07-28  Steve LamertonInitial implementation of wxWebProtocolHandler and...
2011-07-26  Steve LamertonVery basic implementation of IInternetProtocolInfo...
2011-07-26  Steve LamertonAdd a couple of missing forward declarations.
2011-07-26  Steve LamertonFix compilation errors under OSX.
2011-07-26  Vadim ZeitlinCompilation fix: include wx/event.h from wx/containr.h.
2011-07-25  Dimitri SchoolwerthFixed containr.h compilation with gcc.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonFix warnings in the MSW IE backend.
2011-07-25  Steve LamertonRename GetHref to GetURL in wxWebNavigationEvent, this...
2011-07-25  Steve LamertonRemove some now unused history variables.
2011-07-24  Vadim ZeitlinNo changes, just remove unnecessary wxPickerBase::OnSize().
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-07-24  Vadim ZeitlinUse wxNavigationEnabled<> for keyboard navigation in...
2011-07-24  Vadim ZeitlinAdd wxNavigationEnabled<> helper for implementing TAB...
2011-07-22  Vadim ZeitlinIncreased the version to 2.9.3.
2011-07-22  Vadim ZeitlinAdded customizable wxDocManager::OnMRUFileNotExist...
2011-07-22  Vadim ZeitlinAllow passing the error value to wxStreamBase::Reset().
2011-07-22  Vadim ZeitlinRefactor wxWindow::MSWHandleMessage() out from MSWWindo...
2011-07-22  Steve LamertonImplement basic support for virtual file systems for...
2011-07-22  Steve LamertonReplace define for OLECMDID_OPTICAL_ZOOM with an enum...
2011-07-21  Vadim ZeitlinFix the alignment used by custom wxDVC renderers in...
2011-07-21  Vadim ZeitlinMake wxEnhMetaFileDC ctor from wxDC explicit.
2011-07-19  Vadim ZeitlinAdd wxDataViewEvent::IsEditCancelled() and support...
2011-07-19  Vadim ZeitlinAdded wxGCDC(wxEnhMetaFileDC) ctor too.
2011-07-19  Vadim ZeitlinFix keyboard navigation in wxGrid with hidden columns.
2011-07-19  Stefan Csomordoing WakeUp in osx_carbon differently for the main...
2011-07-19  Stefan Csomormake sure we can issue a WakeUp call that really trigge...
2011-07-18  Vadim ZeitlinFix memory leak in wxPanel::SetBackgroundBirmap() in...
2011-07-16  Julian SmartVC++ 6 fixes
2011-07-16  Stefan Csomorproper guard for bitmap constructors
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-15  Steve LamertonAdd ClearSelection for msw ie and gtk webkit, with...
2011-07-14  Steve LamertonOverhaul IE zoom functions to support both text and...
2011-07-13  Steve LamertonAdd GetPageText to MSW IE and to GTK WebKit. Add stub...
2011-07-13  Steve LamertonRename GetSelectedHTML to GetSelectedSource, this bring...
2011-07-11  Vadim ZeitlinFix showing slider label in wxMSW when wxSL_MIN_MAX_LAB...
2011-07-11  Vadim ZeitlinNo real changes, just make some wxSlider members local...
2011-07-11  Steve LamertonImplement GetSelectedHTML for the ie and gtk webkit...
2011-07-11  Steve LamertonFix various gtk webkit warnings.
2011-07-11  Steve LamertonFix warnings in the ie backend.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
2011-07-09  Vadim ZeitlinSupport float, double and file name values in wxGeneric...
2011-07-09  Steve LamertonAdd start of selection api, support for HasSelection...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-07  Vadim ZeitlinAdd wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
2011-07-07  Vadim ZeitlinMake wxGCDC::GetGraphicsContext() const.
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-04  Steve LamertonFactor logic that returns an IHTMLDocument2 into a...
2011-07-04  Vadim ZeitlinFix event types in wxMouseEvent::Aux1DClick() and Aux1D...
2011-07-04  Vadim ZeitlinFix crash in wxDataViewProgressRenderer in non-Unicode...
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-01  Steve LamertonImplement extended history api in gtk
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-06-30  Steve LamertonAdd support for the new history functions to the ie...
2011-06-30  Vadim ZeitlinWork around bogus g++ warnings about possibly missing...
2011-06-30  Steve LamertonAdd basic history api and implement it under gtk.
2011-06-29  Vadim ZeitlinAlways initialize SelectInHDC::m_hgdiobj in wxMSW.
2011-06-29  Vadim ZeitlinReplace stc.{h,cpp} with the generated versions with...
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2011-06-28  Steve LamertonBring gtk class naming into line with the new naming...
2011-06-28  Steve LamertonUpdate msw files to use the new definitions
2011-06-27  Vadim ZeitlinAdd support for child documents to docview framework.
2011-06-23  Steve LamertonFix a number of mingw compile errors.
2011-06-22  Vadim ZeitlinRestore wxPreviewFrame::Initialize(void) and add Initia...
2011-06-22  Vadim ZeitlinUse strdup() even in strict ANSI mode with MinGW.
2011-06-19  Vadim ZeitlinImplement wxCalendarCtrl::SetDateRange() in the native...
2011-06-17  Vadim ZeitlinDon't use __declspec(dllexport) for MinGW gcc 4.5 and...
2011-06-16  Vadim ZeitlinFix wxStringOutputStream in wxUSE_UNICODE_UTF8 build.
2011-06-16  Robin DunnUse wxAnyButton's DoGetBestSize for toggle buttons
2011-06-15  Vadim ZeitlinGeneric wxHyperlinkCtrl appearance and behaviour improv...
2011-06-15  Vadim ZeitlinFix keyboard navigation in wxGrid with reordered columns.
2011-06-15  Vadim ZeitlinRename some parameters in wxGrid code to make them...
2011-06-14  Steve LamertonAdd wxWebView backend wxUSE_ macros
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-06-11  Vadim ZeitlinImplement wxDataViewCtrl::SetRowHeight() for wxGTK.
2011-06-09  Stefan Csomoradding default interpolation enum
next