2013-08-18 |
Vadim Zeitlin | Don't set even try to set focus to wxPopupWindow itself... |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Fix tab navigation bug with radio boxes without enabled... |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Fix tab navigation into radio boxes in wxMSW. |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Add wxUSE_PREFERENCES_EDITOR and the corresponding... |
tree | commitdiff |
2013-07-13 |
Vadim Zeitlin | Restore embedding manifest when using MinGW. |
tree | commitdiff |
2013-07-13 |
Vadim Zeitlin | Move wx/msw/gccpriv.h inclusion back to wx/platform... |
tree | commitdiff |
2013-07-12 |
Vadim Zeitlin | Make destructors of COM interface classes virtual. |
tree | commitdiff |
2013-07-12 |
Vadim Zeitlin | Fix warnings about implicit float or double to int... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Fix restoring the status bar help message after closing... |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Forbid creation of wxStandardPaths object directly. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract wxPipeInputStream and wxPipeOutputStream in... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Forward events to active child in wxMDIParentFrameBase... |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | adding impls to wxBitmap on msw as this doesn't inherit... |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Undo "Forward events to active child at MSW, not wx... |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Change wxMSW wxTreeCtrl::DoFreeze() to not hide the... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Add wxFileDialog::GetCurrentlySelectedFilename(). |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Add wxWindow::BeginRepositioningChildren() and EndRepos... |
tree | commitdiff |
2013-05-18 |
Steve Lamerton | Use wxCOMPtr throughout the wxWebViewIE Find code. |
tree | commitdiff |
2013-05-08 |
Vadim Zeitlin | Fix wrong wxUSE_ACCEL around wxUSE_HOTKEY-related code... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Forward events to active child at MSW, not wx, level... |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters... |
tree | commitdiff |
2013-04-29 |
Vadim Zeitlin | Add support for wxICON_AUTH_NEEDED to wxMessageDialog. |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-08 |
Vadim Zeitlin | Use API_VERSION_NUMBER for debug help API version check. |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
tree | commitdiff |
2013-02-27 |
Stefan Neis | No real changes, just spelling fixes to comments. Close... |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Move menu messages handling from wxFrame to wxTLW in... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Account for scrolling when setting the background brush... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Create wxCURSOR_RIGHT_ARROW on the fly from normal... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Add wxIcon::CreateFromHICON() to wxMSW. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Refresh wxMSW wxStaticBitmap when its size changes. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Don't include the manifest in wx/msw/wx.rc by default... |
tree | commitdiff |
2013-02-01 |
Steve Lamerton | Rename all WEB_VIEW* style identifiers to WEBVIEW*. |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix bug with dragging non-draggable columns in wxMSW... |
tree | commitdiff |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes... |
tree | commitdiff |
2013-01-13 |
Steve Lamerton | Allow registering of custom wxWebView backends. |
tree | commitdiff |
2013-01-09 |
Steve Lamerton | Add HTTP status code definitions to attempt to fix... |
tree | commitdiff |
2012-12-31 |
Steve Lamerton | Add context menu enabling and disabling to wxWebView... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Suppress warning about _set_se_translator() for VC... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Allow building wxGTK under Windows with MSVC. |
tree | commitdiff |
2012-12-23 |
Steve Lamerton | Fix webview compilation for the mingw-w64 compiler. |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Make wxChoice and wxComboBox behaviour same as in nativ... |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
tree | commitdiff |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived... |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Implement DoGetSizeFromTextSize() for wxMSW wx{Choice... |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | No changes, just refactor wxMSW wxComboBox code calling... |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Cache HDC used for painting for the entire duration... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Allow creating wxTextMeasure without specifying the... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Just fix header comments of wxTextMeasure-related files... |
tree | commitdiff |
2012-10-21 |
Steve Lamerton | Explicitly unregister custom wxWebViewIE namespaces... |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Factor out text measurement from wxDC and wxWindow... |
tree | commitdiff |
2012-10-14 |
Vadim Zeitlin | Provide stand-in IDropTargetHelper definition to fix... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Display system-provided drag images during drag-and... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Freeze wxTreeCtrl in wxMSW by hiding it. |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Improve SAFEARRAY support in wxMSW OLE Automation code. |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Correct best size computation for wxCheckBox with borde... |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Respect styles translated to WS_EX_XXX in wxMSW wxCheck... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add public (but not documented) wxCheckBox::MSWMakeOwne... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBitmap::NewFromPNGData() for creating bitmaps... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Fix setting colours for the edit control part of wxComb... |
tree | commitdiff |
2012-09-10 |
Steve Lamerton | Move wxWebViewIE missing definitions to webview_missing... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Don't try to determine the clicked item ourselves in... |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Add MUI_LANGUAGE_NAME to wx/msw/missing.h. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
tree | commitdiff |
2012-08-28 |
Steve Lamerton | Add support for searching and highlighting a wxWebView. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix wxAutomationObject compilation in PCH-less build. |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Allow setting LCID used by wxAutomationObject. |
tree | commitdiff |
2012-07-28 |
Robin Dunn | wxDC::GetHandle support for wxMSW |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Add wxWebView::GetNativeBackend() method. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Define wxGUIAppTraits for wxGTK/Windows port. |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Add support for CURRENCY and SCODE to MSW OLE helpers. |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Use the same console event loop in wxBase and wxCore... |
tree | commitdiff |
2012-07-10 |
Robin Dunn | Make a couple virtuals protected so they can be overridden. |
tree | commitdiff |
2012-07-08 |
Robin Dunn | Revert r71595 for now, as the bug it fixed is the lesse... |
tree | commitdiff |
2012-07-01 |
Vadim Zeitlin | Fix wxMSW compilation without PCH. |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Define wxEntry() with WinMain-compatible signature... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Disable creation of wxDIB from wxBitmap in non-wxMSW... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Add wxUSE_COMPILER_TLS to allow disabling compiler... |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions... |
tree | commitdiff |
2012-06-03 |
Steve Lamerton | Use wxCOMPtr throughout wxWebViewIE to simplify the... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add wxMSW_CONV_LPCTSTR() and related macros and use... |
tree | commitdiff |
2012-05-30 |
Robin Dunn | Adjust the client area origin and the client size of... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Don't use wxCHECK_W32API_VERSION() in #if when it can... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Implement constrained best size calculation in wxMSW... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix wxStaticBitmap best size calculation in wxMSW. |
tree | commitdiff |
2012-05-02 |
Dimitri Schoolwerth | Fixed parts of toolbar background not being drawn with... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Add missing "flags" argument to wxNotificationMessage... |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Add default ctor to wxMSW private WindowHDC helper... |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | No real changes, just some typo fixes for previous... |
tree | commitdiff |
2012-04-15 |
Vadim Zeitlin | Use new style directory selection dialog under Vista... |
tree | commitdiff |
2012-04-15 |
Vadim Zeitlin | Added wxCOMPtr<> helper class. |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Hide combobox popup when it is hidden itself in wxMSW. |
tree | commitdiff |
next |