Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-10Merge pull request #839 from mono/more-wpf-accessibilityJérémie Laval
2018-08-05[a11y][WPF] Added ability to disable arrow key nav for popoversBret Johnson
2018-07-18[a11y][WPF] Make Esc key close popoversBret Johnson
2018-07-17[WPF] Convert XAML styles to code to avoid UI stallingJérémie Laval
2018-07-17[a11y][WPF] Fixed tree view to have proper narrator announced item numBret Johnson
2018-07-11[a11y][WPF] Added ability to set popover initial keyboard focusBret Johnson
2018-07-11Add mnemonic option to checkboxesMikayla Hutchinson
2018-07-09[a11y][WPF] Updated spinner automation peerBret Johnson
2018-06-29[a11y][WPF] Allow client overriding BoxBackend AutomationPeerBret Johnson
2018-06-25[a11y][WPF] Added accessibilty support for popover windowsBret Johnson
2018-06-25[a11y][WPF] Support expand/collapse actions on drop down buttonBret Johnson
2018-06-25[a11y][WPF] Fix accessibility focus handling for spin buttonsBret Johnson
2018-06-25[a11y][WPF] Fixed combo box item automation namesBret Johnson
2018-06-06Revert "[Wpf] Don't skip the Measure step all the time"Jérémie Laval
2018-05-31Merge pull request #833 from BretJohnson/add-wpf-menu-accessorJérémie Laval
2018-05-31Added an accessor method to get the native ContextMenuBret Johnson
2018-05-17[WPF] Move HasAccessible to WPF's WidgetBackendJérémie Laval
2018-05-17[a11y] Change API LabeledBy -> LabelWidgetJérémie Laval
2018-05-17[WPF] Fix some AutomationControlType conversionsJérémie Laval
2018-05-16[WPF] Add accessibility children and invoke support to default CanvasJérémie Laval
2018-05-15[WPF] Add missing usingJérémie Laval
2018-05-15[WPF] Add automation peer for SpinButtonJérémie Laval
2018-05-15[WPF] Don't try to cast backend to WidgetBackendJérémie Laval
2018-05-15[a11y] Add LabeledBy property to AccessibleJérémie Laval
2018-05-15[WPF] Add AutomationPeer for WpfLabelJérémie Laval
2018-05-15[WPF] Add AutomationPeer for DropDownButtonJérémie Laval
2018-05-15[WPF] Accessibility for default panel and CanvasJérémie Laval
2018-05-04Merge pull request #829 from BretJohnson/fix-button-group-keyboard-focusJérémie Laval
2018-05-04Fix so dialog button group ItemsControls aren't FocusableBret Johnson
2018-04-28[Wpf] Don't skip the Measure step all the timeAlan McGovern
2018-04-17[WPF] Basic accessibility backendJérémie Laval
2018-03-26[WPF] Fix ReadOnly property on TextEntryBackend (#816)Marius Ungureanu
2018-03-16 Fallback to using the WPF MainWindow if can't get parent windowBret Johnson
2018-03-14[WPF] Move ExTreeViewItem brush styles from template to outer style (#801)Alex Corrado
2018-03-06[WPF] Use Tree.BorderThickness instead of ScrollView.BorderThicknessAlex Corrado
2018-03-05Set LangVersion to C# 6Vsevolod Kukol
2018-03-05Merge pull request #786 from mono/misc-fixesLluis Sanchez
2018-03-01[Wpf] Track API changesVsevolod Kukol
2018-02-28Add QueueResize method to CanvasCellViewLluis Sanchez
2018-02-24[WPF] Implement missing TreeViewBackend's UseAlternatingRowColorsRodrigo Moya
2018-02-20Merge pull request #783 from alsorokin/masterVsevolod Kukol
2018-02-20[WPF] Fire ButtonPressed and ButtonReleased events for TreeView, similar to t...Alexander Sorokin
2018-02-19 [Wpf] Fix bug inserting row before intended row in ListDataSource (#764)Svante Seleborg
2018-02-16Add BorderVisible property to TreeViewRodrigo Moya
2018-02-15[Wpf] Add tooltip support for menusVsevolod Kukol
2018-02-12[Wpf] Track API changesVsevolod Kukol
2017-11-27More cursor typesPavel Yakovlev
2017-11-17[WPF] Fixed drag operation starting even when mouse is outside TreeViewAlexander Sorokin
2017-11-17Merge pull request #749 from alsorokin/another-treeview-fixVsevolod Kukol
2017-11-17TreeView: Let user drag multiple selected itemsAlexander Sorokin