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

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-19Merge pull request #803 from xamarin/dev/peterspa/EscCloseBrushEditord17-2Peter Spada
2022-03-19Use PreviewKeyDown for Ctrl+Space to show menu (#800)Bret Johnson
2022-03-19Brush editor popup needs to handle ESC key before VS can handle itPeter Spada
2022-03-18Merge pull request #801 from xamarin/dev/thsparks/reduce_redundant_signingthsparks
2022-03-18Merge pull request #798 from xamarin/dev/bretjohn/fix-1491218Bret Johnson
2022-03-18Merge pull request #799 from xamarin/dev/bretjohn/fix-1491221Bret Johnson
2022-03-18Fix typothsparks
2022-03-17Merge branch 'main' of https://github.com/xamarin/Xamarin.PropertyEditing int...thsparks
2022-03-17Revert "Use PreviewKeyDown for Ctrl+Space to show menu"Bret Johnson
2022-03-17Use PreviewKeyDown for Ctrl+Space to show menuBret Johnson
2022-03-17Make tab order cycle for proppy controlsBret Johnson
2022-03-16Diable MicroBuild signing by default, then only enable it after compilation.thsparks
2022-03-15Set the Arrange By AutomationProperty Name correctlyBret Johnson
2022-03-09Merge pull request #797 from xamarin/dev/thsparks/update_signing_on_property_...thsparks
2022-03-08Merge with mainthsparks
2022-03-05Leverage Directory.Build.props and remove unnecessary configuration checks (s...thsparks
2022-03-04Enable MicroBuild Signing for Xamarin.PropertyEditing and Xamarin.PropertyEdi...thsparks
2022-03-01Merge pull request #796 from xamarin/backport-pr-792-to-mainBret Johnson
2022-03-01Fix commentJose Medrano
2022-03-01Caches RowCount into variable to avoid unnecessary native calls on each itera...Jose Medrano
2022-03-01Renames RowProxyResponder to ProxyResponderJose Medrano
2022-03-01Breaks DoCommandBySelector when TextNextResponderDelegate handlesJose Medrano
2022-03-01Adds some missing ProxyRespondersJose Medrano
2022-03-01Refactoring in OnPreviousResponderRequested and OnNextResponderRequestedJose Medrano
2022-03-01Fixes typoJose Medrano
2022-03-01Moves ProxyResponder button to a new classJose Medrano
2022-03-01Fixes break only when proxy is handledJose Medrano
2022-03-01Fixes NRE when viewmodel is not setJose Medrano
2022-03-01Naming changesJose Medrano
2022-03-01Makes EntryPropertyEditor use ProxyRowResponderJose Medrano
2022-03-01Makes some basic editors use ProxyRowResponder in their viewsJose Medrano
2022-03-01FocusableButton and TextFieldSmallButtonContainer are a ProxyResponderJose Medrano
2022-03-01Makes BasePointEditorControl first and last view use ProxyRowResponderJose Medrano
2022-03-01Makes RatioEditorControl main view use ProxyRowResponderJose Medrano
2022-03-01NumericSpinEditor uses the internal view ResponderProxyJose Medrano
2022-03-01Makes first and last focusable view in BasePathEditorControl use ProxyRowResp...Jose Medrano
2022-03-01Makes FocusableComboBox a ProxyResponder classJose Medrano
2022-03-01Makes FocusablePopupButton a ProxyResponder classJose Medrano
2022-03-01Makes NumericTextField a ProxyResponder classJose Medrano
2022-03-01Creates ProxyResponderButton and makes base of FocusableBooleanButtonJose Medrano
2022-03-01Removes old hack to set next responder for one based in KeyDown eventsJose Medrano
2022-03-01Creates ProxyRowResponder manage responder between rows in NSOutlineViewJose Medrano
2022-03-01Fixes NRE if get row view is not ready to get the view and focusJose Medrano
2022-02-25Merge pull request #795 from xamarin/backport-pr-794-to-mainBret Johnson
2022-02-25Add cast to fix bug with numeric conversionbackport-pr-794-to-mainBret Johnson
2022-02-17Merge pull request #791 from xamarin/dev/sandy/nfloat-movingBret Johnson
2022-02-17Bump to P13.7Sandy Armstrong
2022-02-17Bump macos workload to P13Sandy Armstrong
2022-02-16Mac: NSDraggingInfo breaks in P13, use INSDraggingInfoSandy Armstrong
2022-02-11API breaks for P13Sandy Armstrong