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 |
2012-04-05 |
Vadim Zeitlin | Refactor: move wxComboBox::MSWDoPopupOrDismiss() down... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | No real changes, just use clearer names for wxMSW wxToo... |
tree | commitdiff |
2012-03-28 |
Steve Lamerton | Minor changes, just trim trailing spaces in webview... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Implement horizontal mouse wheel events support for... |
tree | commitdiff |
2012-03-12 |
Julian Smart | Removed redundant DoEnable |
tree | commitdiff |
2012-03-10 |
Robin Dunn | Make the CreateTool factories be public so they can... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Always provide wxMenuItem bitmap-related methods in... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | No changes, just add wxSpinCtrl::Init() to wxMSW. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Use wxPageSetupDialogData instead of old wxPageSetupDat... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Make wxDragImage ctors taking hot spot point really... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Preserve focus when window is minimized and restored... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | No changes, just implement Raise() in wxTopLevelWindow... |
tree | commitdiff |
2012-02-02 |
Steve Lamerton | Disable navigation sounds in wxWebViewIE. This brings... |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Fix initial wxRadioBox buttons positions in wxMSW. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add support for stricken-through fonts. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add wxFont ctor taking a single flags argument instead... |
tree | commitdiff |
2012-01-16 |
Vadim Zeitlin | Remove more non-standard keywords from wxWebView MSW... |
tree | commitdiff |
2012-01-16 |
Steve Lamerton | Remove MSVC specific specifiers from wxWebView code. |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Implement IDocHostUIHandler in wxWebViewIE to improve... |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Add wxActiveXContainer::QueryClientSiteInterface to... |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. |
tree | commitdiff |
2012-01-11 |
Vadim Zeitlin | Only declare wxDialog::SetWindowStyleFlag() when wxUSE_... |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Add missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks... |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Implement best size calculation for report mode wxListCtrl. |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Replace 3 copies of wxListCtrl mode tests with a single... |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Add wxListCtrlBase common base class for port-specific... |
tree | commitdiff |
2011-12-29 |
Stefan Neis | Do not put semicolons after the definition of an inline... |
tree | commitdiff |
2011-12-29 |
Stefan Neis | Reordered "extern" and WXDLLIMPEXP_CORE specifiers... |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Restore wxEVT_MENU_CLOSE generation under Windows 95... |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Complete wxEVT_MENU_{OPEN,CLOSE} implementation in... |
tree | commitdiff |
2011-12-24 |
Paul Cornett | remove improper use of paste operator |
tree | commitdiff |
2011-12-24 |
Steve Lamerton | Fix typo in ADD_RAW_IID macro. |
tree | commitdiff |
2011-12-23 |
Paul Cornett | fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800 |
tree | commitdiff |
2011-12-22 |
Steve Lamerton | Use OLE helper macros in wxWebView to reduce the amount... |
tree | commitdiff |
2011-12-22 |
Steve Lamerton | Add new ADD_RAW_IID OLE helper macro to allow use with... |
tree | commitdiff |
2011-12-22 |
Steve Lamerton | Mark various OLE helper functions as DLL exported so... |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | Make wxPalette ctor and Create() const-correct in wxMSW. |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Update all controls using in-place editors to handle... |
tree | commitdiff |
2011-11-28 |
Steve Lamerton | Override MSWTranslateMessage for wxActiveXContainer... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Implement wxStackWalker for wxMSW under x86-64. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Add support for VK_OEM_102 key under wxMSW. |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Hack wxMSW wxNotebook to show the text controls correct... |
tree | commitdiff |
2011-11-18 |
Vadim Zeitlin | No changes, just remove extra whitespace from wxWebView... |
tree | commitdiff |
2011-11-17 |
Vadim Zeitlin | Provide HANDLE_PTR for the compilers without it such... |
tree | commitdiff |
2011-11-16 |
Vadim Zeitlin | Move wxWebView-related definitions to webview_ie.cpp... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Fall back on ::GetMessagePos() if ::GetCursorPos()... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Don't redefine symbols already defined in latest MinGW... |
tree | commitdiff |
2011-10-29 |
Robin Dunn | resolve multiple inheritance ambiguity |
tree | commitdiff |
2011-10-20 |
Vadim Zeitlin | Dirty hack to allow generic wxDatePickerCtrl to compile... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
tree | commitdiff |
2011-10-15 |
Vadim Zeitlin | Don't use wxMSW version of wxNonOwnedWindow at all... |
tree | commitdiff |
2011-10-11 |
Vadim Zeitlin | Move SetBackgroundBitmap() from wxPanel to new wxCustom... |
tree | commitdiff |
2011-10-10 |
Vadim Zeitlin | Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Fix inheriting parent background colour in wxPanel... |
tree | commitdiff |
2011-10-09 |
Steve Lamerton | Reuse existing MinGW defines for all compilers that... |
tree | commitdiff |
2011-10-06 |
Steve Lamerton | Fix various GCC warnings in wxWebView. |
tree | commitdiff |
2011-10-05 |
Steve Lamerton | Store a pointer to each ClassFactory so we can correctl... |
tree | commitdiff |
2011-10-02 |
Steve Lamerton | Add new definitions required by MinGW for webview.... |
tree | commitdiff |
2011-10-02 |
Steve Lamerton | Remove copied class definitions from missing.h. Disable... |
tree | commitdiff |
2011-10-01 |
Steve Lamerton | Correctly initialise ref count in custom scheme class... |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Add wxTimePickerCtrl class. |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Refactor wxDatePickerCtrl to derive from wxDateTimePick... |
tree | commitdiff |
2011-09-28 |
Steve Lamerton | Fix compilation of wxWebView under mingw by adding... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Change wxSound ctor from in-memory data to use size_t... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | No changes, just extract wxCreateHiddenWindow() declara... |
tree | commitdiff |
2011-09-14 |
Steve Lamerton | Use integral value for OLECMDID_OPTICAL_ZOOM as we... |
tree | commitdiff |
2011-09-12 |
Steve Lamerton | Update wxWebView guards to stop backend compilation... |
tree | commitdiff |
2011-09-11 |
Steve Lamerton | Update setup files |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-10 |
Robin Dunn | Enable the HWND of the task dialog to be fetched with... |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Make wxBU_EXACTFIT fir the button text more exactly. |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Add wxTextEntry::AutoCompleteDirectories(). |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Add new wxTreeListCtrl class. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add new wxBannerWindow class. |
tree | commitdiff |
2011-08-22 |
Julian Smart | Rename identifier |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | No changes, just use symbolic NO_IMAGE constant instead... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Replace wxComboBox::IsEmpty() with Is{List,Text}Empty(). |
tree | commitdiff |
next |