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 (Collapse)Author
2018-10-18[WPF] Set focus to element via UI thread because sometimes the element would ↵Sergey Shakhnazarov
not be ready (even though IsLoaded)
2018-10-15Merge pull request #856 from mono/fix-mojave-popup-windowVsevolod Kukol
[Mac] Fix PopupWindow background rendering on Mojave
2018-10-10Merge pull request #862 from mono/fixup-toggleMarius Ungureanu
[Gtk] Make CellRenderers activatable
2018-10-10[Gtk] Make CellRenderers activatableMarius Ungureanu
This change allows treeview/listview toggle cells to not be toggled, unless the toggle button is clicked.
2018-10-05[Gtk] Don't let the text activate checkboxes by defaultMarius Ungureanu
2018-09-29[Mac] Fix PopupWindow background rendering on MojaveVsevolod Kukol
2018-09-29[Mac] Add new macOS versions to MacSystemInformationVsevolod Kukol
2018-09-22Merge pull request #855 from KirillOsenkov/dev-kirillo-TargetFrameworkd16-0-p1Kirill Osenkov
Set the TargetFrameworkVersion to v4.6.1 when building in MonoDevelop.
2018-09-22Set the TargetFrameworkVersion to v4.6.1 when building in MonoDevelop.Kirill Osenkov
2018-09-21Merge pull request #852 from mono/add-mac-searchentryVsevolod Kukol
[Mac] Add SearchTextEntryBackend
2018-09-20[Mac] TextEntryBackend code improvementsVsevolod Kukol
2018-09-20[Mac] Add missing SearchTextEntryBackendVsevolod Kukol
2018-09-17Merge pull request #851 from hamekoz/fix-FileSelectorFiltersLluis Sanchez
Fix file selector filters
2018-09-14Add sample of FileSelector with filtersClaudio Rodrigo Pereyra Diaz
Signed-off-by: Claudio Rodrigo Pereyra Diaz <claudiorodrigo@pereyradiaz.com.ar>
2018-09-14Fix FileSelector filtersClaudio Rodrigo Pereyra Diaz
Signed-off-by: Claudio Rodrigo Pereyra Diaz <claudiorodrigo@pereyradiaz.com.ar>
2018-09-03Merge pull request #848 from mono/fix-custom-nsimagerep-mojaveVsevolod Kukol
[Mac] Fix DrawingImage rendering on macOS Mojave
2018-09-03[Mac] Fix DrawingImage rendering on macOS MojaveVsevolod Kukol
The NSCustomImageRep used for DrawingImage rendering had always a zero size. However a modern macOS uses the size to select the best matching image representation. To ensure that our custom representation will be selected for drawing, its size must match the NSImage size. Fixes VSTS #648265
2018-08-23Merge pull request #846 from mono/zoom-icons-refreshLluis Sanchez
[Mac][Icons] New zoom icons
2018-08-21[Mac][Icons] New zoom iconsVáclav Vančura
2018-08-10Merge pull request #839 from mono/more-wpf-accessibilityJérémie Laval
More WPF accessibility changes
2018-08-05[a11y][WPF] Added ability to disable arrow key nav for popoversBret Johnson
2018-07-30Merge pull request #844 from directhex/hackweek3Jo Shields
Fix Mac dllmap for Gtk3
2018-07-28Fix Mac dllmap for Gtk3Joseph Shields
2018-07-18Merge pull request #842 from mono/remove-xaml-stylesJérémie Laval
[WPF] Convert XAML styles to code to avoid UI stalling
2018-07-18[a11y][Gtk} Added stub TextColor property for GtkBret Johnson
2018-07-18[a11y][WPF] Make Esc key close popoversBret Johnson
2018-07-18[a11y][WPF] Added ability to set color selector UI text colorBret Johnson
2018-07-17[WPF] Convert XAML styles to code to avoid UI stallingJérémie Laval
Between the reflection, XAML parsing and inflating, a profiler shows that retrieving the style for the buttons can take close to a second of processing on the main thread causing a visible jank. This commit converts that XAML code into its equivalent code so that we bypass those sources of slowness.
2018-07-17[a11y][WPF] Fixed tree view to have proper narrator announced item numBret Johnson
2018-07-13Merge pull request #841 from mhutch/checkbox-mnemonicMikayla Hutchinson
Add mnemonic option to checkboxes
2018-07-11[a11y][WPF] Added ability to set popover initial keyboard focusBret Johnson
2018-07-11Update CheckBox.csMarius Ungureanu
2018-07-11Add mnemonic option to checkboxesMikayla Hutchinson
Mirrors that available for buttons
2018-07-09[a11y][WPF] Updated spinner automation peerBret Johnson
Now the automation peer for the spinner control is returned both from the TextBox (when it has the focus) and the outer UserControl. In both cases the returned peer is for the outer control. With this, the Narrator seems to work well with the spinner.
2018-07-09[a11y] Moved Accessible fields to topBret Johnson
2018-07-02[a11y] Give Opacity slider a11y name even though it can't get focusBret Johnson
2018-06-29[a11y][WPF] Allow client overriding BoxBackend AutomationPeerBret Johnson
2018-06-29[a11y] Add a11y for color selector UI (used for Android theme editor)Bret Johnson
2018-06-25[a11y][WPF] Added accessibilty support for popover windowsBret Johnson
Previously, we weren't setting the automation Name on the window for popovers, which this PR addresses, fixing: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/594024 https://devdiv.visualstudio.com/DevDiv/_workitems/edit/595199 Popovers are special for a couple of reasons: - On the Xwt side, they derive from XwtComponent instead of XwtWidget. - On the WPF side, accessibility info for the window should be set on the PopupRoot, which doesn't exist until the popup is actually shown. Thus we need to delay setting the accessibility settings until the popup is shown. These changes pass along accessbility settings for the non-widget popovers, hold onto them, and delay setting them until the Show.
2018-06-25[a11y][WPF] Expose ColorButton inside ColorPicker, to set accessibilityBret Johnson
For the default Xwt color picker, accessibility settings (e.g. Name property) should be set on the button itself instead of the wrapper xplat ColorPicker widget. We now expose the ColorButton from DefaultColorPickerBackend so the client can configure it directly if it wants.
2018-06-25[a11y][WPF] Support expand/collapse actions on drop down buttonBret Johnson
Now menu buttons and other drop down buttons support the accessibility expand/collapse actions instead of toggle actions. This fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/591691 https://devdiv.visualstudio.com/DevDiv/_workitems/edit/594038
2018-06-25[a11y][WPF] Fix accessibility focus handling for spin buttonsBret Johnson
Previously, if a spin button had the focus, the narrator wouldn't see it. We also reported to automation clients that spin buttons weren't focusable. This fixes both of those issues. Now the spin button having the focus is treated basically the same as the text box inside the spinner control having the focus, as it's the text box that gets focus when the user tabs to it.
2018-06-25[a11y][WPF] Fixed combo box item automation namesBret Johnson
This fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/596863. Previously, we showed Xwt.WPFBackend.ValueConverter (the class name) as the automation Name for combo box items, but now properly show the item text as the Name. At first, I tried replacing the default ComboBox and ComboBoxItem automation peers, but there was a fair amount of complexity around that, making the pair of peers properly work together. In the end, overriding ToString turned out to be a much simpler and safer fix.
2018-06-06Revert "[Wpf] Don't skip the Measure step all the time"Jérémie Laval
This reverts commit cd022e582ada54440bee219cb38200946191fb64. Context: http://work.devdiv.io/625851 The fix caused a regression in the Android designer where it seems to cause an infinite measure/layout pass for some users causing the CPU to go to 100% and make the whole system unusuable.
2018-06-01Merge pull request #834 from mono/revert-760-leak-fix-attemptLluis Sanchez
Revert "Leak fix attempt"
2018-06-01Revert "Leak fix attempt"Lluis Sanchez
2018-05-31Merge pull request #833 from BretJohnson/add-wpf-menu-accessorJérémie Laval
Added an accessor method to get the native ContextMenu
2018-05-31Added an accessor method to get the native ContextMenuBret Johnson
The Designer code uses this to theme the WPF menu.
2018-05-28Merge pull request #760 from mono/leak-fix-attemptVsevolod Kukol
Leak fix attempt
2018-05-28Protect WindowFrame owned value from being toggled after constructionMarius Ungureanu