2012-07-13 |
Vadim Zeitlin | Rename wxFileSystemWatcherBase::DoAdd() to AddAny(... |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Fix bug with using invalid date in wxMSW wxCalendarCtrl. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Activate OLE ActiveX controls before requesting their... |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Fix compilation of newly added msw/evtloopconsole.cpp... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Use the same console event loop in wxBase and wxCore... |
tree | commitdiff |
2012-07-08 |
Robin Dunn | Revert r71595 for now, as the bug it fixed is the lesse... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Don't call HitTest() unnecessarily in MSW wxTreeCtrl... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Fix uninitialized variable warning in wxMSW wxFileSyste... |
tree | commitdiff |
2012-07-01 |
Vadim Zeitlin | Forward WM_{CUT,COPY,PASTE} from edit control to wxComb... |
tree | commitdiff |
2012-07-01 |
Vadim Zeitlin | Implement wxDisplay::GetFromWindow() for wxGTK/Windows. |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Define wxEntry() with WinMain-compatible signature... |
tree | commitdiff |
2012-06-29 |
Vadim Zeitlin | Fix generation of wxEVT_CHAR in wxMSW wxComboBox. |
tree | commitdiff |
2012-06-20 |
Vadim Zeitlin | No real changes, just simplify wxGDIPlusContext::GetTex... |
tree | commitdiff |
2012-06-20 |
Vadim Zeitlin | Fix text extent computation in wxMSW wxGraphicsContext. |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Disable creation of wxDIB from wxBitmap in non-wxMSW... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
tree | commitdiff |
2012-06-15 |
Vadim Zeitlin | Fix compilation of MSW wxFSVolume with non-wxMSW ports. |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Fix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW... |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Compilation fix in non-PCH build of wxMSW wxStaticBox. |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Make wxMSW tree item unlocking reentrant. |
tree | commitdiff |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
tree | commitdiff |
2012-06-05 |
Robin Dunn | If there is a sizer then use it's calculated minimum... |
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-06-01 |
Vadim Zeitlin | Add support for CP1258 (Vietnamese) and CP1361 (Korean... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Keep user-set wxFrame background color even if MSW... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-30 |
Robin Dunn | Adjust the client area origin and the client size of... |
tree | commitdiff |
2012-05-28 |
Vadim Zeitlin | Fix bug in wxAutomationObject introduced by r71574. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Fix memory leaks in wxAutomationObject::Invoke(). |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Refactor SAFEARRAY creation code in wxConvertStringFrom... |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Fix DrawChoice() behaviour in wxRendererXP. |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Fix wxBase compilation with UTF-8-based wxString under... |
tree | commitdiff |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
tree | commitdiff |
2012-05-15 |
Vadim Zeitlin | Add support for wxArrayString to wxVariant-to-OLE conve... |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Unconditionally define IID_IShellItem in wxMSW sources. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Implement constrained best size calculation in wxMSW... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Allow entering more digits in wxSpinCtrl in wxMSW than... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Attach MDI "Window" menu to the parent frame menu bar... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Correct the initial value setting in wxMSW wxSpinCtrl. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Remove assert checking bitmap size in wxMenuItem drawin... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix creation of wxBitmap from wxIcon in wxMSW: premulti... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix compilation of wxVariant code with VC6. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Check that item ID is initialized when inserting it... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix wxStaticBitmap best size calculation in wxMSW. |
tree | commitdiff |
2012-05-06 |
Václav Slavík | Fix r71367: don't set bgCol twice needlessly. |
tree | commitdiff |
2012-05-06 |
Václav Slavík | Fix wxOwnerDrawnComboBox background on with classic... |
tree | commitdiff |
2012-05-02 |
Dimitri Schoolwerth | Fixed parts of toolbar background not being drawn with... |
tree | commitdiff |
2012-04-27 |
Julian Smart | Restored the exact-fit-button horizontal margin calcula... |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
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-14 |
Vadim Zeitlin | Call wxThread::OnExit() from wxThread::Exit() in wxMSW... |
tree | commitdiff |
2012-04-14 |
Vadim Zeitlin | Add support for VT_I8 (long long) values to wxAutomatio... |
tree | commitdiff |
2012-04-12 |
Steve Lamerton | Always check that we get a valid IDispatch* from get_Do... |
tree | commitdiff |
2012-04-06 |
Vadim Zeitlin | Handle Ctrl-O and Ctrl-L MSW wxWebView accelerators... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Set the menu itself as event object for EVT_MENU_{OPEN... |
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 | Fix handling of the main window of composite controls... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | No real changes, just use clearer names for wxMSW wxToo... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Really fix source coordinates handling in wxDC::Blit... |
tree | commitdiff |
2012-04-01 |
Stefan Csomor | correct text drawing with background brush, fixes ... |
tree | commitdiff |
2012-03-28 |
Steve Lamerton | Minor changes, just trim trailing spaces in webview... |
tree | commitdiff |
2012-03-27 |
Steve Lamerton | Correctly use QueryInterface in GetDocument to ensure... |
tree | commitdiff |
2012-03-27 |
Vadim Zeitlin | Honour source wxDC coordinate system in wxDC::Blit... |
tree | commitdiff |
2012-03-26 |
Vadim Zeitlin | Minor fix to wxGraphicsContext::SetInterpolationQuality... |
tree | commitdiff |
2012-03-24 |
Vadim Zeitlin | Implement wxGraphicsContext::SetInterpolationQuality... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Implement horizontal mouse wheel events support for... |
tree | commitdiff |
2012-03-20 |
Vadim Zeitlin | Fix wxMSW compilation when wxUSE_FONTMAP==0. |
tree | commitdiff |
2012-03-18 |
Vadim Zeitlin | Avoid crashes in wxMSW when using buttons without valid... |
tree | commitdiff |
2012-03-12 |
Julian Smart | Removed redundant DoEnable |
tree | commitdiff |
2012-03-11 |
Julian Smart | A fix for flicker when the top-level window is disabled... |
tree | commitdiff |
2012-03-05 |
Julian Smart | It should be possible to set a null bitmap without... |
tree | commitdiff |
2012-03-05 |
Vadim Zeitlin | Remove the wrong "std::" scope prefix before ceil(... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS checks and __WXMSW__ for GUI... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use standard IDC_CROSS cursor in wxMSW. |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Don't set value unnecessarily in wxSpinCtrl::Create... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | No changes, just add wxSpinCtrl::Init() to wxMSW. |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Fix stretchable spaces in wxToolBar after tool removal... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Correct mouse event coordinates in wxMSW wxUIActionSimu... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS kind checks and reserve __WXMSW_... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Take disabled windows into account in wxFindWindowAtPoi... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Remove redundant assignment in wxDialUpManagerMSW code. |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Replace incorrect uses of wxString::empty() with the... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Dispatch unknown messages immediately in wxMSW YieldFor(). |
tree | commitdiff |
2012-02-21 |
Julian Smart | The tree only sets the focus in response to a TVN_SELCH... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Make wxDragImage ctors taking hot spot point really... |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Update marks in non-current months shown in wxMSW wxCal... |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Set marks used in wxMSW wxCalendarCtrl unconditionally. |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Don't set PAGESETUPDLG::hDevNames and hDevMode when... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Preserve focus when window is minimized and restored... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Ensure that the progress dialog parent is activated... |
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 |
next |