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-08-02[HistoryLayer] On viewmodel changes we ensure our viewmodel is not null and s...Jose Medrano
2022-05-12Build: Use a 6.0.300 SDK and macos workload RC3Sandy Armstrong
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-02-25Add cast to fix bug with numeric conversionbackport-pr-794-to-mainBret Johnson
2022-02-16Mac: NSDraggingInfo breaks in P13, use INSDraggingInfoSandy Armstrong
2022-02-11API breaks for P13Sandy Armstrong
2022-02-09IntPtr->NativeHandle migrationSandy Armstrong
2022-02-07Prepare for nfloat moving to ObjCRuntime namespaceSandy Armstrong
2022-02-03Fixed NSColor dispose side effect.Mike Krüger
2020-10-08Refactor to have individual Date and Time Controls for better mapping… (#756)Dominique Louis
2020-08-26If our control hasn't been created yet, let's skip the check. (#755)Dominique Louis
2020-07-21Increases delay time and disables caller button to override vs4mac focus (#752)Jose Medrano
2020-06-26Adds a new mechanism to open Modal dialogs over VS4Mac context (#738)Jose Medrano
2020-05-19Move MakeFirstResponder call to after launching the EditCollection Window. (#...Dominique Louis
2020-04-28Fix NRE when SelectionChanged is firing on a null object. (#717)Dominique Louis
2020-04-08Remove the KVO observer from the popover window when it closesAlex Corrado
2020-02-27[Mac] Tabbing to OutlineViewCartBlanche
2020-02-27[Mac] Ensure events are unsubscribed when controls removed and additional Vie...CartBlanche
2020-02-24[Mac] PopoverFocusRestoreDelegate: only restore focus for views in the popove...Alex Corrado
2020-02-24[Mac] Don't mess with the focus for EmptyBrushEditorViewControllerAlex Corrado
2020-02-22[Mac] Also restore focus for MaterialViewAlex Corrado
2020-02-22[Mac] More generalized solution for restoring focus when popover is repopped upAlex Corrado
2020-02-20[Mac] Refocus to original brush type when repopped up.CartBlanche
2020-02-20[Mac] Make Material View Tabbable. (#705)Dominique Louis
2020-02-20[Mac] Make Brush Tabs Navigable. Centralise Tabs code under TabButton class.CartBlanche
2020-02-11[Mac] Allow Ctrl+Shift+i to display the Property Button's menu.CartBlanche
2020-01-28[Mac] Don't set Boolean control's title.CartBlanche