Merge in from trunk r68684 - r69046
[wxWidgets.git] / src / msw /
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-10  Robin DunnEnable the HWND of the task dialog to be fetched with...
2011-08-30  Dimitri SchoolwerthFixed dlmsw.cpp compilation with older SDKs and at...
2011-08-29  Dimitri SchoolwerthFixed drawing a check box in the undetermined state...
2011-08-27  Robin Dunn* Implement dynamic loading of the Cairo DLL on Windows...
2011-08-27  Vadim ZeitlinMake wxBU_EXACTFIT fir the button text more exactly.
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-08-25  Dimitri SchoolwerthFixed MSW/Univ compilation of toplevel.cpp.
2011-08-22  Vadim ZeitlinReturn (16,16) as the default list icons size in wxMSW.
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-17  Julian SmartBetter text control non-selection solution
2011-08-16  Julian SmartImplemented non-selection of content when setting focus...
2011-08-16  Vadim ZeitlinwxMSW compilation fix when not using PCH.
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-12  Steve LamertonFix history in wxWebViewIE when using a custom file...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-09  Vadim ZeitlinDon't reset wxTLW::m_iconized when hiding the window...
2011-08-08  Vadim ZeitlinDon't manually centre dialogs created with default...
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-08  Vadim ZeitlinAdded wxTopLevelWindow::MSWGetSystemMenu() method.
2011-08-08  Vadim ZeitlinAdded private wxMenu::MSWNewFromHMENU() method.
2011-08-07  Vadim ZeitlinUse 0 instead of NULL to avoid g++ warning.
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-04  Vadim ZeitlinUse wxWindowMSW instead of wxWindow to fix wxUniv/MSW...
2011-08-03  Steve LamertonRework IE virtual file system support to use new syntax...
2011-08-02  Robin DunnIf -1 is passed to InsertItem for the imageIndex then...
2011-08-02  Robin DunnInitialize the native printer info for ConvertFromNativ...
2011-08-02  Vadim ZeitlinDon't un-maximize the window when Iconize(false) is...
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-08-01  Steve LamertonFix remaining warnings in ie backend.
2011-07-30  Steve LamertonOverhaul wxWebHandler naming to try and make it consist...
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-29  Steve LamertonAdd CombineURIs implementation for wxWebFileProtocolHan...
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-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonFix warnings in the MSW IE backend.
2011-07-25  Steve LamertonLink to urlmon from wxWeb to fix the compilation errors...
2011-07-25  Steve LamertonUpdate handling and documentation for new window events...
2011-07-25  Steve LamertonRemove some now unused history variables.
2011-07-24  Vadim ZeitlinIgnore WM_CLOSE generated by wxMSW edit control when...
2011-07-23  Vadim ZeitlinDon't try to pop from an empty stack in wxGDIPlusContex...
2011-07-23  Vadim ZeitlinDon't create an unnecessary extra button in wxMSW wxPro...
2011-07-22  Vadim ZeitlinSet wxDidCreatePaintDC to true even if we reused a...
2011-07-22  Vadim ZeitlinDon't pass spin text control messages processed at...
2011-07-22  Vadim ZeitlinRefactor wxWindow::MSWHandleMessage() out from MSWWindo...
2011-07-22  Steve LamertonImplement basic support for virtual file systems for...
2011-07-18  Vadim ZeitlinFix memory leak in wxPanel::SetBackgroundBirmap() in...
2011-07-16  Julian SmartVC++ 6 fixes
2011-07-15  Steve LamertonSend correct navigation events when using SetPage on...
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 LamertonFix compiler warnings in the IE backend.
2011-07-14  Steve LamertonImplement CanSetZoomType correctly for the IE backend.
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-12  Vadim ZeitlinCentre wxSlider value correctly when wxSL_MIN_MAX_LABEL...
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  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  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-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  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-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 harmless warning about double to long long conversion.
2011-07-04  Vadim ZeitlinAlso accept VT_R4 (float) VARIANTs in wxMSW OLE code.
2011-07-02  Steve LamertonGet the page title from the IHtmlDocument rather than...
2011-07-02  Steve LamertonImplement undo and redo for the ie and gtk webkit backe...
2011-07-02  Steve LamertonAdd new clipboard api and support for it in the ie...
2011-07-02  Vadim ZeitlinAvoid g++ warnings about breaking strict aliasing rules...
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  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-29  Vadim ZeitlinFix two harmless gcc warnings about missing initializers.
2011-06-29  Steve LamertonAdd support for loading a url in the constructor to...
2011-06-28  Steve LamertonUpdate msw files to use the new definitions
2011-06-23  Steve LamertonFix a number of mingw compile errors.
2011-06-22  Vadim ZeitlinFix bug with out of range date in wxMSW wxDatePickerCtr...
2011-06-19  Vadim ZeitlinFix bug when setting an out of range date in wxMSW...
2011-06-19  Vadim ZeitlinSuppress harmless gcc warnings about enum elements...
2011-06-17  Vadim ZeitlinFix g++ warnings about initialized variables being...
next