Update OpenVMS makefile
[wxWidgets.git] / include / wx / msw /
2013-09-15  Vadim ZeitlinRevert "Make wxMSW stack walking methods work with...
2013-09-15  Vadim ZeitlinMake wxMSW stack walking methods work with Unicode...
2013-09-15  Vadim ZeitlinUse wxGetTranslation() instead of _() in the public...
2013-08-18  Vadim ZeitlinDon't set even try to set focus to wxPopupWindow itself...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-23  Vadim ZeitlinFix tab navigation bug with radio boxes without enabled...
2013-07-23  Vadim ZeitlinFix tab navigation into radio boxes in wxMSW.
2013-07-15  Vadim ZeitlinAdd wxUSE_PREFERENCES_EDITOR and the corresponding...
2013-07-13  Vadim ZeitlinRestore embedding manifest when using MinGW.
2013-07-13  Vadim ZeitlinMove wx/msw/gccpriv.h inclusion back to wx/platform...
2013-07-12  Vadim ZeitlinMake destructors of COM interface classes virtual.
2013-07-12  Vadim ZeitlinFix warnings about implicit float or double to int...
2013-07-10  Vadim ZeitlinFix restoring the status bar help message after closing...
2013-07-06  Vadim ZeitlinForbid creation of wxStandardPaths object directly.
2013-07-03  Vadim ZeitlinExtract wxPipeInputStream and wxPipeOutputStream in...
2013-06-29  Vadim ZeitlinForward events to active child in wxMDIParentFrameBase...
2013-06-25  Stefan Csomoradding impls to wxBitmap on msw as this doesn't inherit...
2013-06-23  Vadim ZeitlinUndo "Forward events to active child at MSW, not wx...
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2013-05-31  Vadim ZeitlinChange wxMSW wxTreeCtrl::DoFreeze() to not hide the...
2013-05-31  Vadim ZeitlinAdd wxFileDialog::GetCurrentlySelectedFilename().
2013-05-31  Vadim ZeitlinAdd wxWindow::BeginRepositioningChildren() and EndRepos...
2013-05-18  Steve LamertonUse wxCOMPtr throughout the wxWebViewIE Find code.
2013-05-08  Vadim ZeitlinFix wrong wxUSE_ACCEL around wxUSE_HOTKEY-related code...
2013-05-04  Vadim ZeitlinForward events to active child at MSW, not wx, level...
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-04-29  Vadim ZeitlinAdd support for wxICON_AUTH_NEEDED to wxMessageDialog.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-08  Vadim ZeitlinUse API_VERSION_NUMBER for debug help API version check.
2013-03-31  Vadim ZeitlinMake wxToolBar styles consistent and add wxTB_DEFAULT_S...
2013-02-27  Stefan NeisNo real changes, just spelling fixes to comments. Close...
2013-02-24  Vadim ZeitlinMove menu messages handling from wxFrame to wxTLW in...
2013-02-10  Vadim ZeitlinAccount for scrolling when setting the background brush...
2013-02-10  Vadim ZeitlinCreate wxCURSOR_RIGHT_ARROW on the fly from normal...
2013-02-10  Vadim ZeitlinAdd wxIcon::CreateFromHICON() to wxMSW.
2013-02-09  Vadim ZeitlinRefresh wxMSW wxStaticBitmap when its size changes.
2013-02-09  Vadim ZeitlinDon't include the manifest in wx/msw/wx.rc by default...
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-20  Vadim ZeitlinFix bug with dragging non-draggable columns in wxMSW...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2013-01-09  Steve LamertonAdd HTTP status code definitions to attempt to fix...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-28  Vadim ZeitlinSuppress warning about _set_se_translator() for VC...
2012-12-28  Vadim ZeitlinAllow building wxGTK under Windows with MSVC.
2012-12-23  Steve LamertonFix webview compilation for the mingw-w64 compiler.
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-12-02  Vadim ZeitlinMake wxChoice and wxComboBox behaviour same as in nativ...
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-17  Vadim ZeitlinAdd wxNOEXCEPT and use it for std::streambuf-derived...
2012-11-14  Vadim ZeitlinImplement DoGetSizeFromTextSize() for wxMSW wx{Choice...
2012-11-14  Vadim ZeitlinNo changes, just refactor wxMSW wxComboBox code calling...
2012-11-10  Vadim ZeitlinCache HDC used for painting for the entire duration...
2012-11-01  Vadim ZeitlinAllow creating wxTextMeasure without specifying the...
2012-10-27  Vadim ZeitlinJust fix header comments of wxTextMeasure-related files...
2012-10-21  Steve LamertonExplicitly unregister custom wxWebViewIE namespaces...
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-10-14  Vadim ZeitlinProvide stand-in IDropTargetHelper definition to fix...
2012-10-13  Vadim ZeitlinDisplay system-provided drag images during drag-and...
2012-10-13  Vadim ZeitlinFreeze wxTreeCtrl in wxMSW by hiding it.
2012-09-23  Vadim ZeitlinImprove SAFEARRAY support in wxMSW OLE Automation code.
2012-09-23  Vadim ZeitlinCorrect best size computation for wxCheckBox with borde...
2012-09-23  Vadim ZeitlinRespect styles translated to WS_EX_XXX in wxMSW wxCheck...
2012-09-20  Vadim ZeitlinAdd public (but not documented) wxCheckBox::MSWMakeOwne...
2012-09-13  Vadim ZeitlinAdd wxBitmap::NewFromPNGData() for creating bitmaps...
2012-09-13  Vadim ZeitlinFix setting colours for the edit control part of wxComb...
2012-09-10  Steve LamertonMove wxWebViewIE missing definitions to webview_missing...
2012-09-09  Vadim ZeitlinDon't try to determine the clicked item ourselves in...
2012-09-08  Václav SlavíkAdd MUI_LANGUAGE_NAME to wx/msw/missing.h.
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-08-05  Vadim ZeitlinFix wxAutomationObject compilation in PCH-less build.
2012-07-31  Vadim ZeitlinAllow setting LCID used by wxAutomationObject.
2012-07-28  Robin DunnwxDC::GetHandle support for wxMSW
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinFix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS...
2012-07-23  Vadim ZeitlinDefine wxGUIAppTraits for wxGTK/Windows port.
2012-07-14  Vadim ZeitlinAdd support for CURRENCY and SCODE to MSW OLE helpers.
2012-07-10  Vadim ZeitlinUse the same console event loop in wxBase and wxCore...
2012-07-10  Robin DunnMake a couple virtuals protected so they can be overridden.
2012-07-08  Robin DunnRevert r71595 for now, as the bug it fixed is the lesse...
2012-07-01  Vadim ZeitlinFix wxMSW compilation without PCH.
2012-06-30  Vadim ZeitlinDefine wxEntry() with WinMain-compatible signature...
2012-06-17  Vadim ZeitlinDisable creation of wxDIB from wxBitmap in non-wxMSW...
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-03  Steve LamertonUse wxCOMPtr throughout wxWebViewIE to simplify the...
2012-06-01  Vadim ZeitlinAdd wxMSW_CONV_LPCTSTR() and related macros and use...
2012-05-30  Robin DunnAdjust the client area origin and the client size of...
2012-05-23  Vadim ZeitlinDon't use wxCHECK_W32API_VERSION() in #if when it can...
2012-05-09  Vadim ZeitlinImplement constrained best size calculation in wxMSW...
2012-05-09  Vadim ZeitlinFix wxStaticBitmap best size calculation in wxMSW.
2012-05-02  Dimitri SchoolwerthFixed parts of toolbar background not being drawn with...
2012-04-28  Vadim ZeitlinAdd missing "flags" argument to wxNotificationMessage...
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-16  Vadim ZeitlinAdd default ctor to wxMSW private WindowHDC helper...
2012-04-16  Vadim ZeitlinNo real changes, just some typo fixes for previous...
next