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 |
2009-10-05 |
Vadim Zeitlin | Don't use possibly uninitialized pen in wxMSWDCImpl. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxSHOW_EFFECT_NONE. |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | adding construction from native bitmaps |
tree | commitdiff |
2009-09-29 |
Václav Slavík | fix message box icons sizes in wxWindowsArtProvider... |
tree | commitdiff |
2009-09-28 |
Julian Smart | Moved WinPrinter from private.h to printdlg.cpp. |
tree | commitdiff |
2009-09-28 |
Julian Smart | Attempt at compile fix |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Move wxControl::GetCompositeControlsDefaultAttributes... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fix harmless warning about -1 to WPARAM conversion. |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Use checked bitmap for menu items under Vista. |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #11236: Event from thread not processed |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied better/Win98-proof method of getting edit window |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applying patch #10784: eliminate gauge flicker |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #9510: wxIAccessible access freed memory |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #11078 - DEVMODE creation in wxWindowsPri... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10025 (Patch to allow proper sizing of simple... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Alternate fix for #9954 (simple combobox assert) except... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10659 (year change in copyright) |
tree | commitdiff |
2009-09-24 |
Vadim Zeitlin | Handle deprecated background styles correctly in wxMSW. |
tree | commitdiff |
2009-09-23 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2009-09-23 |
Vadim Zeitlin | Suppress harmless mingw32 warning about unused value. |
tree | commitdiff |
2009-09-23 |
Vadim Zeitlin | Don't use deprecated integer mask with wxLogTrace(). |
tree | commitdiff |
2009-09-22 |
Julian Smart | Returning WVR_REDRAW triggers Windows bug that moves... |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Account for the margins used by Windows around status... |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Initialize wxMDIParentFrame::m_accelWindowMenu in defau... |
tree | commitdiff |
2009-09-20 |
Julian Smart | Avoid duplicate character event for VK_DECIMAL on numer... |
tree | commitdiff |
2009-09-19 |
Vadim Zeitlin | Optionally return length from wxLoadUserResource(). |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Don't query system option in every DrawBitmap() call... |
tree | commitdiff |
2009-09-16 |
Vadim Zeitlin | Allow creating wxSingleInstanceChecker with default... |
tree | commitdiff |
next |