]> git.saurik.com Git - wxWidgets.git/history - src/msw
Make it possible to subclass wxMenuBar in XRC (patch #11679).
[wxWidgets.git] / src / msw /
2010-02-10  Václav SlavíkFixed wxGauge's best size to conform to Windows HIG.
2010-02-09  Robin DunnSet Id and EventObject for wxSetCursorEvent
2010-02-09  Robin DunnIgnore the time portion of the datetime object when...
2010-02-08  Robin DunnAllow more than one timer with the same ID. Closes...
2010-02-08  Vadim ZeitlinAdd support for showing "elevation" icon in wxMSW buttons.
2010-02-03  Vadim ZeitlinFix bug in wxMSW wxMessageDialog when the text was...
2010-02-02  Julian SmartDon't crash if there's no top window.
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2010-01-26  Vadim ZeitlinTry to prevent users from forgetting to include wx...
2010-01-26  Vadim ZeitlinAnother compilation fix for wxMSW without PCH.
2010-01-26  Vadim ZeitlinCompilation fixes for PCH-less build after ownerdraw...
2010-01-26  Vadim ZeitlinAvoid g++ warning about unhandled wxFONTFAMILY_XXX...
2010-01-26  Vadim ZeitlinNo real changes, just don't initialize extern variable...
2010-01-26  Vadim ZeitlinMake wxWindow::MSWGetThemeColour() const.
2010-01-26  Vadim ZeitlinCompilation fix for wxUniv.
2010-01-24  Vadim ZeitlinCompilation fix after ownerdraw-refactor branch merge.
2010-01-24  Václav SlavíkFixed dialog units <-> pixels conversion.
2010-01-24  Václav SlavíkDetermine wxButton size correctly in wxMSW.
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-24  Vadim ZeitlinFix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events...
2010-01-23  Vadim ZeitlinAllow to not create wxPaintDC in EVT_PAINT handler...
2010-01-23  Vadim ZeitlinFix off by 1 errors in owner-drawn menu drawing code...
2010-01-23  Vadim ZeitlinImprove wxCheckListBox appearance under Vista/Win7.
2010-01-23  Vadim ZeitlinCorrect drawing of check marks for owner-drawn items...
2010-01-23  Vadim ZeitlinCorrect alignment of menu accelerator strings in owner...
2010-01-23  Vadim ZeitlinUse theme functions for drawing owner-drawn menus.
2010-01-23  Vadim ZeitlinFix calculation of the margins for owner-drawn menu...
2010-01-23  Vadim ZeitlinSet up menu bitmaps correctly for checkable items.
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2010-01-23  Vadim ZeitlinReturn old, not new, selection from wxMSW wxNotebook...
2010-01-20  Vadim ZeitlinDisable size grip for TLW status bar if TLW is not...
2010-01-19  Vadim ZeitlinDon't set initial size as min size for top level window...
2010-01-18  Vadim ZeitlinDon't set stretchable spacers size to 0, this doesn...
2010-01-18  Vadim ZeitlinInvalidate stored wxTreeItemIds when the corresponding...
2010-01-18  Vadim ZeitlinGenerate wxEVT_KEY_DOWN events for navigation keys...
2010-01-18  Vadim ZeitlinNo changes, just fix an unused parameter warning.
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2010-01-09  Vadim ZeitlinRestore default WM_ERASEBKGND handling for wxMDIParentF...
2010-01-07  Vadim ZeitlinImprove hit detection in wxMSW wxTreeCtrl with wxTR_FUL...
2010-01-07  Vadim ZeitlinFix typos in IMediaPlayer2 and INSPlay interfaces decla...
2010-01-03  Václav SlavíkRemoved some outdated compiler checks in OLE code.
2010-01-03  Václav SlavíkRemoved wxClearVariant() and wxReleaseVariant().
2010-01-03  Václav SlavíkMoved wxConvertVariantToOle and wxConvertOleToVariant...
2010-01-02  Václav SlavíkAdded wxAutoOleInterface<T> template.
2009-12-31  Vadim ZeitlinChange the year in copyright messages to 2010.
2009-12-25  Vadim ZeitlinAlways show hint in text entries, even when they have...
2009-12-23  Vadim ZeitlinErase toolbar background even if it doesn't contain...
2009-12-23  Vadim ZeitlinDon't pass 0 timer ids to ::SetTimer().
2009-12-22  Vadim ZeitlinFinally really correct background erasing for wxMSW...
2009-12-22  Vadim ZeitlinFix best size computation for buttons without image...
2009-12-21  Jaakko SalliAdded wxMSW wxChoice::GetClassDefaultAttributes(),...
2009-12-19  Jaakko SalliSuppress 'unused argument' warnings
2009-12-19  Jaakko SalliAdded wxWindowMSW::MSWGetThemeColour(); initially use...
2009-12-18  Vadim ZeitlinDon't create labels with wxST_NO_AUTORESIZE flag with...
2009-12-18  Vadim ZeitlinDon't draw over dummy separators in MSW toolbar, just...
2009-12-18  Vadim ZeitlinDon't explicitly set the background colour for wxChoice.
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2009-12-18  Vadim ZeitlinDon't force themed background for wxToolBar under MSW...
2009-12-18  Jaakko SalliHave wxComboCtrl honour any custom foreground and backg...
2009-12-18  Vadim ZeitlinOnly call GetTextMetrics() in wxDC::GetTextExtent(...
2009-12-18  Vadim ZeitlinCall SymCleanup() in wxStackWalker to fix problem with...
2009-12-18  Vadim ZeitlinRestore the use of the correct brush for toolbar backgr...
2009-12-17  Vadim ZeitlinAlways use FVIRTKEY for the accelerators under MSW.
2009-12-17  Vadim ZeitlinInitialize all fields of EXCEPINFO object to avoid...
2009-12-15  Václav SlavíkPCH compilation fix
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-10  Vadim ZeitlinSet correct toolbar width in wxMSW wxFrame.
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-12-07  Vadim ZeitlinGenerate erase background events for native controls...
2009-12-07  Vadim ZeitlinUse white background by default for multiline readonly...
2009-12-07  Vadim ZeitlinMove wxMSW wxTextCtrl::GetDefaultAttributes() to wxText...
2009-12-07  Vadim ZeitlinAdd semi-public wxDynamicLibrary::MSWGetModuleHandle().
2009-12-05  Vadim ZeitlinImplement wxNativeContainerWindow::IsShown() for MSW.
2009-12-05  Vadim ZeitlinDon't crash in wxActiveXContainer if FindConnectionPoin...
2009-12-02  Paul Cornettmake array data fully const
2009-11-28  Vadim ZeitlinUse OUTLINETEXTMETRIC::otmpFamilyName to get wxFont...
2009-11-26  Vadim ZeitlinMake wxFileDialog::Set/SetPath() behave consistently.
2009-11-26  Vadim ZeitlinExplicitly set the cursor when showing popup menu on...
2009-11-26  Vadim ZeitlinNo changes, just avoid overriding GetNativeFontInfoDesc...
2009-11-26  Vadim ZeitlinReturn face name from wxFont::GetNativeFontInfo() under...
2009-11-24  Vadim ZeitlinDon't use unsafe strcpy() when parsing wxNativeFontInfo.
2009-11-24  Vadim ZeitlinDon't return italic/bold suffix from wxFont::GetFaceNam...
2009-11-24  Vadim ZeitlinFix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL...
2009-11-19  Vadim ZeitlinFix compilation for some wxMSW configurations.
2009-11-18  Vadim ZeitlinRemove unnecessary manual face name selection code.
2009-11-18  Vadim ZeitlinImplement wxFont::GetFaceName() to return the face...
2009-11-14  Robert RoeblingSimple implementation of wxSL_MIN_MAX_LABELS and wxSL_V...
2009-11-06  Vadim ZeitlinChange interpretation of font height in wxMSW to mean...
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-10-30  Kevin OllivierCompilation fix for last commit.
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-27  Vadim ZeitlinNo changes, just add a comment to the button focus...
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-17  Vadim ZeitlinUpdate column order in MSW native wxHeaderCtrl after...
2009-10-16  Vadim ZeitlinRename wxEllipsizeFlags elements to avoid confusion...
2009-10-16  Vadim ZeitlinMake assert in wxMSW wxListCtrl::InsertItem() more...
2009-10-10  Vadim ZeitlinDon't use vendor name by default in wxStandardPaths.
2009-10-08  Stefan Csomorfixing typo
2009-10-07  Stefan Csomorfixing gdiplus implementation, see #11282
2009-10-05  Vadim ZeitlinRefactor initialization code in wxTopLevelWindowMSW...
next