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-06 |
Vadim Zeitlin | Don't leave orphan taskbar icon window alive if setting... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Refactor and simplify wxChoice::DoGetBestSize(). |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Always set the font to use in wxMSW wxTextMeasure when... |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Allow wxTextMeasure to work with non-native wxDC object... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Just fix header comments of wxTextMeasure-related files... |
tree | commitdiff |
2012-10-22 |
Vadim Zeitlin | Ensure the correct cleanup order for GDI+-related modul... |
tree | commitdiff |
2012-10-21 |
Steve Lamerton | Explicitly unregister custom wxWebViewIE namespaces... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Remove assert checking for valid font in wxMSW wxDC... |
tree | commitdiff |
2012-10-17 |
Vadim Zeitlin | Factor out text measurement from wxDC and wxWindow... |
tree | commitdiff |
2012-10-16 |
Vadim Zeitlin | Define CLSID_DragDropHelper ourselves to fix VC6 build. |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Check for filespec when generating events in wxFileSyst... |
tree | commitdiff |
2012-10-14 |
Václav Slavík | anybutton.cpp compilation fix for wxUSE_IMAGE=0. |
tree | commitdiff |
2012-10-14 |
Václav Slavík | Compilation fix - wx/vector.h is not part of PCH. |
tree | commitdiff |
2012-10-14 |
Václav Slavík | wxDisplay only needs dynlib.h, not dynload.h. |
tree | commitdiff |
2012-10-14 |
Vadim Zeitlin | Provide stand-in IDropTargetHelper definition to fix... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | No changes, just update a comment about default buttons... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Display system-provided drag images during drag-and... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Use a "hidden" dialog, not frame, in sync wxExecute... |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Freeze wxTreeCtrl in wxMSW by hiding it. |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Use WS_EX_CONTROLPARENT for wxStaticBox in wxMSW. |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Do give focus to the wxNotebook page when switching... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Update the year in the copyright for wxMSW DLLs. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Revert "Don't use StringFormat::GenericTypographic... |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Fix _tputenv() return value test in wxSetEnv(). |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Improve SAFEARRAY support in wxMSW OLE Automation code. |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | No changes, just reuse a bit of code in wxMSW wxMDIPare... |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Restore an iconized MDI child frame when activating it. |
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-21 |
Vadim Zeitlin | Fix crash on wxMediaCtrl creation in wxMSW. |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add public (but not documented) wxCheckBox::MSWMakeOwne... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBITMAP_PNG() macro similar to wxBITMAP() but... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Change wxMSW-specific wxLoadUserResource() to accept... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Fix wxFindWindowAtPoint() with nested windows in wxMSW. |
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 | Fix harmless virtual function hiding warning in wxMSW... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Don't try to determine the clicked item ourselves in... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Don't use StringFormat::GenericTypographic() in MSW... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Use a single global StringFormat in all wxMSW wxGraphic... |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Undid accidental modification of wxTaskBarIcon in the... |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Fix narrow/wide string concatenation in recently added... |
tree | commitdiff |
2012-09-07 |
Václav Slavík | wxMSW: Fix incorrect subitem rect calculation in wxList... |
tree | commitdiff |
2012-09-06 |
Steve Lamerton | Disable wxWebView::Find and associated functions under... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Fix opening URLs in new window with recent Firefox... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Fix position carried in wxSpin{Button,Ctrl} events... |
tree | commitdiff |
2012-08-28 |
Steve Lamerton | Add support for searching and highlighting a wxWebView. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Don't generate events from wxSpinCtrl::SetRange() in... |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Show progress of printing in wxMSW. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Return wxPrintAbortDialog from CreateAbortWindow(). |
tree | commitdiff |
2012-08-06 |
Václav Slavík | Don't crash in wxBitmap::AllocExclusive(). |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix uniconizing hidden top level windows in wxMSW. |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Allow setting LCID used by wxAutomationObject. |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Use compatibility_iterator instead of "Node*" in wxWinC... |
tree | commitdiff |
2012-07-30 |
Vadim Zeitlin | Use (newly) added wxStaticCastVariantData() to fix... |
tree | commitdiff |
2012-07-25 |
Václav Slavík | wxMSW: Use TBSTYLE_AUTOSIZE for toolbar buttons with... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Add wxDir::Close(). |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Don't constantly reload comctl32.dll in wxTreeCtrl... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxStaticBox compilation when wxUSE_UXTHEME==0. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxUSE_IFILEDIALOG definition in wxUSE_DYNLIB_CLASS... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix wxWindow::MSWShowWithEffect() compilation with... |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Add missing wxSTDCALL to fix wxWebView compilation... |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Refactor wxMSW helper functions to allow reuse in wxGTK. |
tree | commitdiff |
2012-07-14 |
Vadim Zeitlin | Add support for CURRENCY and SCODE to MSW OLE helpers. |
tree | commitdiff |
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 |
next |