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 |
2011-08-19 |
Steve Lamerton | Rename web library to webview. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Rename LoadUrl to LoadURL. This corrects the capitalisa... |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Const correct the wxWebView api. |
tree | commitdiff |
2011-08-15 |
Steve Lamerton | Rename wxWebHistoryItem to wxWebViewHistoryItem. |
tree | commitdiff |
2011-08-14 |
Steve Lamerton | Rename wxWebFileHandler to wxWebViewArchiveHandler... |
tree | commitdiff |
2011-08-13 |
Steve Lamerton | Merge in from trunk r68626 - r68683 |
tree | commitdiff |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
tree | commitdiff |
2011-08-08 |
Steve Lamerton | Use shared pointers to hold wxWebHandlers throughout. |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Added wxTopLevelWindow::MSWGetSystemMenu() method. |
tree | commitdiff |
2011-08-08 |
Vadim Zeitlin | Added private wxMenu::MSWNewFromHMENU() method. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Add support for wxHELP button to wxMessageDialog. |
tree | commitdiff |
2011-08-03 |
Steve Lamerton | Rework IE virtual file system support to use new syntax... |
tree | commitdiff |
2011-08-02 |
Robin Dunn | Initialize the native printer info for ConvertFromNativ... |
tree | commitdiff |
2011-08-02 |
Julian Smart | Added semicolon needed by MSVC++ 6 |
tree | commitdiff |
2011-08-01 |
Steve Lamerton | Add missing wxRTTI macros and fix incorrect ones. |
tree | commitdiff |
2011-08-01 |
Steve Lamerton | Fix remaining warnings in ie backend. |
tree | commitdiff |
2011-08-01 |
Steve Lamerton | Add missing lines to setup.h.in. This properly fixes... |
tree | commitdiff |
2011-07-31 |
Steve Lamerton | Split wxWebHistoryItem headers out into separate files... |
tree | commitdiff |
2011-07-30 |
Steve Lamerton | Overhaul wxWebHandler naming to try and make it consist... |
tree | commitdiff |
next |