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-15Use a variable width for the property search filter (#816)Bret Johnson
2022-08-02[HistoryLayer] On viewmodel changes we ensure our viewmodel is not null and s...Jose Medrano
2022-06-14Fallback PropertyEditingResource in app bundle resources directoryJose Medrano
2022-05-12Build: Use a 6.0.300 SDK and macos workload RC3Sandy Armstrong
2022-04-19Remove UpdateExpansionsBret 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-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-08Add nfloat castSandy Armstrong
2022-02-07Prepare for nfloat moving to ObjCRuntime namespaceSandy Armstrong
2022-02-07Protect against CurrentAppearance NREBret Johnson
2022-02-03Fixed NSColor dispose side effect.Mike Krüger
2022-01-14Fixup Mac and Tests project build optionsBret Johnson
2022-01-07Switch Mac project to .net6Bret Johnson
2021-07-30Fixes double disclosure triangle in Property panelJose Medrano
2021-05-24Merge branch 'main' into dev/sevoku/fix-xcode12-xm7Michael Cummings (MSFT)
2021-05-04Track Xamarin.Mac 7 API changesVsevolod Kukol
2021-04-30Bump Xamarin.Mac dependency to 7.8.2.5Michael Cummings (MSFT)
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