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-11-29Remove redundant System.LinqDmitriy K
2018-11-29[a11y][mac] Add Platform.IsMac condition for the fixDmitriy K
2018-11-16[Gtk][a11y] Use toggle button in comboboxes for setting a11y.Dmitriy Kirakosyan
2018-11-15[a11y] Support a11y for combobox entryDmitriy Kirakosyan
2018-11-13Merge pull request #864 from DmitriyKirakosyan/a11y/menu_cell_nameJérémie Laval
2018-11-07[a11y] Add menu item Accessible API. Fix samples.Dmitry K
2018-11-06[Gtk] Fix text cell not being editableMatt Ward
2018-10-24Revert "[a11y][WPF] Add accessible name to TreeView row"Dmitriy K
2018-10-18[a11y][WPF] Add accessible name to TreeView rowDmitry K
2018-10-18[a11y] Add accessible API for Menu componentDmitry K
2018-10-10[Gtk] Make CellRenderers activatableMarius Ungureanu
2018-10-05[Gtk] Don't let the text activate checkboxes by defaultMarius Ungureanu
2018-08-10Merge pull request #839 from mono/more-wpf-accessibilityJérémie Laval
2018-07-28Fix Mac dllmap for Gtk3Joseph Shields
2018-07-18[a11y][Gtk} Added stub TextColor property for GtkBret Johnson
2018-07-11Add mnemonic option to checkboxesMikayla Hutchinson
2018-06-25[a11y][WPF] Added accessibilty support for popover windowsBret Johnson
2018-05-17[a11y] Change API LabeledBy -> LabelWidgetJérémie Laval
2018-05-15[a11y] Add LabeledBy property to AccessibleJérémie Laval
2018-04-17Merge pull request #747 from iainx/unowned-accessiblesiain
2018-03-22Remove warning in gtk accessibility codeMarius Ungureanu
2018-03-19[Gtk] Support for constrained CanvasCellView size calculationVsevolod Kukol
2018-03-16[A11y] Allow native accessible children to be added to Xwt.Accessibleiain holmes
2018-03-05Set LangVersion to C# 6Vsevolod Kukol
2018-03-05Merge pull request #786 from mono/misc-fixesLluis Sanchez
2018-03-05[Gtk] Translate CustomCellRenderer Bounds to widget coordinatesVsevolod Kukol
2018-03-03[Gtk] Improve CustomCellRenderer property updatesVsevolod Kukol
2018-03-01[Gtk3] Fix buildVsevolod Kukol
2018-03-01[Gtk] Fix AppVeyor buildVsevolod Kukol
2018-03-01[Gtk] Track API changesVsevolod Kukol
2018-02-28Fix GetCellPosition in TableViewBackendLluis Sanchez
2018-02-28Add QueueResize method to CanvasCellViewLluis Sanchez
2018-02-28Fixed several mouse handling issues in TreeViewLluis Sanchez
2018-02-28Layout fixesLluis Sanchez
2018-02-28Add support for disabling selection in TreeViewLluis Sanchez
2018-02-24Add UseAlternatingRowColors property to ITreeViewBackendRodrigo Moya
2018-02-16Add BorderVisible property to TreeViewRodrigo Moya
2018-02-15[Mac] Add tooltip support for menusVsevolod Kukol
2018-02-13[Gtk] Fix editable cellsVsevolod Kukol
2018-02-12[Gtk] Track API changesVsevolod Kukol
2018-02-09[Gtk] Don't use C# 7Vsevolod Kukol
2018-02-05Fixed ITreeDataSource support in Gtk.TreeViewLluis Sanchez
2018-01-25[Gtk] Use void instead of bool for pinvoke return typesCody Russell
2018-01-24[Gtk] Fix NRE in TableViewBackendVsevolod Kukol
2017-11-28[Gtk] Add OnSizeRequested callbacks to children. (#732)Marius Ungureanu
2017-11-27More cursor typesPavel Yakovlev
2017-11-17Merge pull request #736 from mono/optimize-textindexerVsevolod Kukol
2017-11-17TreeView: Let user drag multiple selected itemsAlexander Sorokin
2017-11-12[Gtk] Add Button.IsDefault supportVsevolod Kukol
2017-11-05[Gtk] RichTextView: fix possible null reference at RichTextViewBackend::GtkTe...DarkCaster