2010-02-08 |
Vadim Zeitlin | Add support for showing "elevation" icon in wxMSW buttons. |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Fix bug in wxMSW wxMessageDialog when the text was... |
tree | commitdiff |
2010-02-02 |
Julian Smart | Don't crash if there's no top window. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Try to prevent users from forgetting to include wx... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Another compilation fix for wxMSW without PCH. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Compilation fixes for PCH-less build after ownerdraw... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Avoid g++ warning about unhandled wxFONTFAMILY_XXX... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | No real changes, just don't initialize extern variable... |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Make wxWindow::MSWGetThemeColour() const. |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Compilation fix for wxUniv. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Compilation fix after ownerdraw-refactor branch merge. |
tree | commitdiff |
2010-01-24 |
Václav Slavík | Fixed dialog units <-> pixels conversion. |
tree | commitdiff |
2010-01-24 |
Václav Slavík | Determine wxButton size correctly in wxMSW. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Add wxComboBox::Popup() and Dismiss() to manually show... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Allow to not create wxPaintDC in EVT_PAINT handler... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Fix off by 1 errors in owner-drawn menu drawing code... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Improve wxCheckListBox appearance under Vista/Win7. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Correct drawing of check marks for owner-drawn items... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Correct alignment of menu accelerator strings in owner... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Use theme functions for drawing owner-drawn menus. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Fix calculation of the margins for owner-drawn menu... |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Set up menu bitmaps correctly for checkable items. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Refactor owner-drawing code. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Return old, not new, selection from wxMSW wxNotebook... |
tree | commitdiff |
2010-01-20 |
Vadim Zeitlin | Disable size grip for TLW status bar if TLW is not... |
tree | commitdiff |
2010-01-19 |
Vadim Zeitlin | Don't set initial size as min size for top level window... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Don't set stretchable spacers size to 0, this doesn... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Invalidate stored wxTreeItemIds when the corresponding... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Generate wxEVT_KEY_DOWN events for navigation keys... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | No changes, just fix an unused parameter warning. |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
tree | commitdiff |
2010-01-09 |
Vadim Zeitlin | Restore default WM_ERASEBKGND handling for wxMDIParentF... |
tree | commitdiff |
2010-01-07 |
Vadim Zeitlin | Improve hit detection in wxMSW wxTreeCtrl with wxTR_FUL... |
tree | commitdiff |
2010-01-07 |
Vadim Zeitlin | Fix typos in IMediaPlayer2 and INSPlay interfaces decla... |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Removed some outdated compiler checks in OLE code. |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Removed wxClearVariant() and wxReleaseVariant(). |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Moved wxConvertVariantToOle and wxConvertOleToVariant... |
tree | commitdiff |
2010-01-02 |
Václav Slavík | Added wxAutoOleInterface<T> template. |
tree | commitdiff |
2009-12-31 |
Vadim Zeitlin | Change the year in copyright messages to 2010. |
tree | commitdiff |
2009-12-25 |
Vadim Zeitlin | Always show hint in text entries, even when they have... |
tree | commitdiff |
2009-12-23 |
Vadim Zeitlin | Erase toolbar background even if it doesn't contain... |
tree | commitdiff |
2009-12-23 |
Vadim Zeitlin | Don't pass 0 timer ids to ::SetTimer(). |
tree | commitdiff |
2009-12-22 |
Vadim Zeitlin | Finally really correct background erasing for wxMSW... |
tree | commitdiff |
2009-12-22 |
Vadim Zeitlin | Fix best size computation for buttons without image... |
tree | commitdiff |
2009-12-21 |
Jaakko Salli | Added wxMSW wxChoice::GetClassDefaultAttributes(),... |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | Suppress 'unused argument' warnings |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | Added wxWindowMSW::MSWGetThemeColour(); initially use... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't create labels with wxST_NO_AUTORESIZE flag with... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't draw over dummy separators in MSW toolbar, just... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't explicitly set the background colour for wxChoice. |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | No real changes, just change type of MSWGetBgBrush... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Don't force themed background for wxToolBar under MSW... |
tree | commitdiff |
2009-12-18 |
Jaakko Salli | Have wxComboCtrl honour any custom foreground and backg... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Only call GetTextMetrics() in wxDC::GetTextExtent(... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Call SymCleanup() in wxStackWalker to fix problem with... |
tree | commitdiff |
2009-12-18 |
Vadim Zeitlin | Restore the use of the correct brush for toolbar backgr... |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Always use FVIRTKEY for the accelerators under MSW. |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Initialize all fields of EXCEPINFO object to avoid... |
tree | commitdiff |
2009-12-15 |
Václav Slavík | PCH compilation fix |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar. |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Set correct toolbar width in wxMSW wxFrame. |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Generate erase background events for native controls... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Use white background by default for multiline readonly... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxText... |
tree | commitdiff |
2009-12-07 |
Vadim Zeitlin | Add semi-public wxDynamicLibrary::MSWGetModuleHandle(). |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Implement wxNativeContainerWindow::IsShown() for MSW. |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Don't crash in wxActiveXContainer if FindConnectionPoin... |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Make wxFileDialog::Set/SetPath() behave consistently. |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Explicitly set the cursor when showing popup menu on... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | No changes, just avoid overriding GetNativeFontInfoDesc... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Return face name from wxFont::GetNativeFontInfo() under... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Don't use unsafe strcpy() when parsing wxNativeFontInfo. |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Don't return italic/bold suffix from wxFont::GetFaceNam... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Fix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL... |
tree | commitdiff |
2009-11-19 |
Vadim Zeitlin | Fix compilation for some wxMSW configurations. |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Remove unnecessary manual face name selection code. |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Implement wxFont::GetFaceName() to return the face... |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Simple implementation of wxSL_MIN_MAX_LABELS and wxSL_V... |
tree | commitdiff |
2009-11-06 |
Vadim Zeitlin | Change interpretation of font height in wxMSW to mean... |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Compilation fix for last commit. |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
tree | commitdiff |
2009-10-27 |
Vadim Zeitlin | No changes, just add a comment to the button focus... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Update column order in MSW native wxHeaderCtrl after... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Rename wxEllipsizeFlags elements to avoid confusion... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Make assert in wxMSW wxListCtrl::InsertItem() more... |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Don't use vendor name by default in wxStandardPaths. |
tree | commitdiff |
2009-10-08 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2009-10-07 |
Stefan Csomor | fixing gdiplus implementation, see #11282 |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor initialization code in wxTopLevelWindowMSW... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxRendererNative::DrawTitleBarBitmap(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Replaced GraphicsHDC from src/msw/renderer.cpp with... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor wxRendererXP button drawing methods. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxRenderer::DrawRadioBitmap() for classic... |
tree | commitdiff |
next |