Add EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
[wxWidgets.git] / include / wx / msw /
2011-12-24  Steve LamertonFix typo in ADD_RAW_IID macro.
2011-12-23  Paul Cornettfix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
2011-12-22  Steve LamertonUse OLE helper macros in wxWebView to reduce the amount...
2011-12-22  Steve LamertonAdd new ADD_RAW_IID OLE helper macro to allow use with...
2011-12-22  Steve LamertonMark various OLE helper functions as DLL exported so...
2011-12-17  Vadim ZeitlinMake wxPalette ctor and Create() const-correct in wxMSW.
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2011-11-28  Steve LamertonOverride MSWTranslateMessage for wxActiveXContainer...
2011-11-27  Vadim ZeitlinImplement wxStackWalker for wxMSW under x86-64.
2011-11-27  Vadim ZeitlinAdd support for VK_OEM_102 key under wxMSW.
2011-11-22  Vadim ZeitlinHack wxMSW wxNotebook to show the text controls correct...
2011-11-18  Vadim ZeitlinNo changes, just remove extra whitespace from wxWebView...
2011-11-17  Vadim ZeitlinProvide HANDLE_PTR for the compilers without it such...
2011-11-16  Vadim ZeitlinMove wxWebView-related definitions to webview_ie.cpp...
2011-11-14  Vadim ZeitlinFall back on ::GetMessagePos() if ::GetCursorPos()...
2011-11-14  Vadim ZeitlinDon't redefine symbols already defined in latest MinGW...
2011-10-29  Robin Dunnresolve multiple inheritance ambiguity
2011-10-20  Vadim ZeitlinDirty hack to allow generic wxDatePickerCtrl to compile...
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-15  Vadim ZeitlinDon't use wxMSW version of wxNonOwnedWindow at all...
2011-10-11  Vadim ZeitlinMove SetBackgroundBitmap() from wxPanel to new wxCustom...
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-10-09  Vadim ZeitlinFix inheriting parent background colour in wxPanel...
2011-10-09  Steve LamertonReuse existing MinGW defines for all compilers that...
2011-10-06  Steve LamertonFix various GCC warnings in wxWebView.
2011-10-05  Steve LamertonStore a pointer to each ClassFactory so we can correctl...
2011-10-02  Steve LamertonAdd new definitions required by MinGW for webview....
2011-10-02  Steve LamertonRemove copied class definitions from missing.h. Disable...
2011-10-01  Steve LamertonCorrectly initialise ref count in custom scheme class...
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-09-29  Vadim ZeitlinRefactor wxDatePickerCtrl to derive from wxDateTimePick...
2011-09-28  Steve LamertonFix compilation of wxWebView under mingw by adding...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2011-09-14  Steve LamertonUse integral value for OLECMDID_OPTICAL_ZOOM as we...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-11  Steve LamertonUpdate setup files
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
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-27  Vadim ZeitlinMake wxBU_EXACTFIT fir the button text more exactly.
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-08-27  Vadim ZeitlinAdd new wxTreeListCtrl class.
2011-08-22  Vadim ZeitlinAdd new wxBannerWindow class.
2011-08-22  Julian SmartRename identifier
2011-08-21  Vadim ZeitlinNo changes, just use symbolic NO_IMAGE constant instead...
2011-08-21  Vadim ZeitlinReplace wxComboBox::IsEmpty() with Is{List,Text}Empty().
2011-08-19  Steve LamertonRename web library to webview.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
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-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-03  Steve LamertonRework IE virtual file system support to use new syntax...
2011-08-02  Robin DunnInitialize the native printer info for ConvertFromNativ...
2011-08-02  Julian SmartAdded semicolon needed by MSVC++ 6
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-08-01  Steve LamertonFix remaining warnings in ie backend.
2011-08-01  Steve LamertonAdd missing lines to setup.h.in. This properly fixes...
2011-07-31  Steve LamertonSplit wxWebHistoryItem headers out into separate files...
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-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 LamertonRemove some now unused history variables.
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 ZeitlinMake wxEnhMetaFileDC ctor from wxDC explicit.
2011-07-18  Vadim ZeitlinFix memory leak in wxPanel::SetBackgroundBirmap() in...
2011-07-16  Julian SmartVC++ 6 fixes
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 warnings in the ie backend.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
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-04  Steve LamertonFactor logic that returns an IHTMLDocument2 into a...
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-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...
next