2013-01-20 |
Vadim Zeitlin | A fix for VC6 compilation: define missing priority... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | no real changes, just move wxMask::GetBitmap() to wxMas... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-20 |
Paul Cornett | sizeof(char) is 1. By definition. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Add wxProcess::SetPriority() to allow setting the prior... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix appearance of multiline wxCheckBox with non-standar... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix changing labels of menu items with bitmaps in wxMSW. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Make "More windows..." menu item in MDI "Window" menu... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | 64 bit compilation fix for wxTextCtrl in wxMSW. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix setting initial wxSpinCtrl value outside 0..100... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Set margins on creation correctly for wxTE_RICH[2]... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Set both left and right wxTextEntry margins in wxMSW. |
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-17 |
Steve Lamerton | When handling accelerators in wxWebView make sure that... |
tree | commitdiff |
2012-12-31 |
Steve Lamerton | Add context menu enabling and disabling to wxWebView... |
tree | commitdiff |
2012-12-30 |
Steve Lamerton | Add handling of http errors to wxWebViewIE. Tidy up... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Process HDN_TRACK in wxMSW wxHeaderCtrl just in case. |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Use a single taskbar icon for all notifications in... |
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-04 |
Vadim Zeitlin | Explicitly set margins for single line text controls... |
tree | commitdiff |
2012-12-04 |
Vadim Zeitlin | Add missing critical section locking before accessing... |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Correct lookup of Explorer-specific file association... |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Allow specifying -1 as font size to mean "default"... |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Make wxChoice and wxComboBox behaviour same as in nativ... |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Add wxControlWithItems::SendSelectionChangedEvent(... |
tree | commitdiff |
2012-11-28 |
Robin Dunn | Compilation fix. |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Add "rect" paramerer to wxRichToolTip::ShowFor(). |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Add missing wxUSE_OLE checks to safearray.cpp. |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Restore generic GetPartialTextExtents() version use... |
tree | commitdiff |
2012-11-23 |
Vadim Zeitlin | Add possibility to delay showing wxRichToolTip. |
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-20 |
Vadim Zeitlin | Fix another compilation problem after wxNOEXCEPT introd... |
tree | commitdiff |
2012-11-18 |
Vadim Zeitlin | Define SPI_GETCARETWIDTH ourselves if it's not defined. |
tree | commitdiff |
2012-11-18 |
Vadim Zeitlin | Compilation fixes for VC6 after MSWGetComboBoxInfo... |
tree | commitdiff |
2012-11-15 |
Vadim Zeitlin | Add back WINVER check to fix VC6 compilation of wxMSW. |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Implement wxComboCtrl::GetSizeFromTextSize(). |
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-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 |
next |