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-02-09IntPtr->NativeHandle migrationSandy Armstrong
2019-10-24[Mac] Tweaks for a more consistent UXCartBlanche
2019-10-23[Mac] Changed Accessibility text to sound more natural and helpful when read ...Dominique Louis
2019-09-30[mac] Don't autosize the editor panelEric Maupin
2019-09-17[mac] Handle null TargetPlatformEric Maupin
2019-09-17[mac] Remove old tabs on TargetPlatform changeEric Maupin
2019-05-01[Mac] Seal all the overrides of ViewDidChangeEffectiveAppearanceAlan McGovern
2019-05-01[Mac] Move appearance setting calls outside ViewDidChangeEffectiveApperance, ...Dominique Louis
2019-04-08[Mac] Centralise string resources.Dominique Louis
2019-03-26[mac] Expose header controlEric Maupin
2019-03-22[Mac] Remove unused variables.Dominique Louis
2019-03-13[mac] Collection property editorEric Maupin
2019-03-13[mac] Split list of properties from panelEric Maupin
2019-03-12Enable host resource provider to be specified at construction on the mac.Bertrand Le Roy
2019-03-06[mac] Fix search placeholder alignmentEric Maupin
2019-02-20Merge pull request #516 from xamarin/dominique-UniqueResourceNamesEric Maupin
2019-02-15[mac] Manually handle disclosure arrowsEric Maupin
2019-02-15[mac] Object editor backgroundsEric Maupin
2019-02-15[mac] Add ObjectEditorEric Maupin
2019-02-05Add pe- prefix to all image resources and use BundleResource for easier distr...Dominique Louis
2019-01-29[mac] Fix editor panel theme handlingEric Maupin
2019-01-26Merge pull request #493 from xamarin/ermau-mac-themingEric Maupin
2019-01-26[mac] Update arrange mode to tabsEric Maupin
2019-01-21[Mac] Exposes ArrangeMode in the public PropertyEditorPanel public APIJose Medrano
2019-01-16[mac] Fix panel loading on MojaveEric Maupin
2019-01-11[mac] Revamp themingEric Maupin
2018-12-17[Mac] ArrangeBy Mode should use viewmodel ArrangeModes.Dominique Louis
2018-12-02[Mac] Remove DoConstraints dependency and use NSLayoutConstraint.Create calls...Dominique Louis
2018-11-15[Mac] Remove hard coded colour on Arrange By label.Dominique Louis
2018-11-12[mac] Single column layoutEric Maupin
2018-11-12[mac] Respect VMs initial arrange mode valueEric Maupin
2018-11-12[mac] Respect all-property updates in panelEric Maupin
2018-11-12[mac] We don't need to parse an enum to switch arrangeEric Maupin
2018-10-05[Mac] Inital ObjectName implementation.Dominique Louis
2018-09-11[Mac] Swap property search filter and arrange mode positions, for better UX.Dominique Louis
2018-09-05[Mac] Provide Panel.Select()Eric Maupin
2018-09-03[Mac] Initial Request Resource Implementation.Dominique Louis
2018-07-31Remove ResourceProvider from PropertyViewModelLarry Ewing
2018-07-19[mac] Move to centralized providers in TargetPlatformEric Maupin
2018-07-16Fix the resource provider initialization after rebaseLarry Ewing
2018-07-16Start adding MaterialDesign supportLarry Ewing
2018-07-16Add support for Resource brushesLarry Ewing
2018-05-01[Mac] Take in TargetPlatform instead of IEditorProviderEric Maupin
2018-01-25[Core] Core custom expressionsEric Maupin
2017-12-13Alignment fixes for CGPoint, CGRectangle and CGSize and remove DEBUG IFDEF.Dominique Louis
2017-12-07UI Tweaks to standardise RowHeight and ControlHeight.Dominique Louis
2017-11-28Replace strongly-typed resource usage with string.Format callsBertrand Le Roy
2017-11-22Tweaks to Resize Arrange By correctly and use NSPopUpButton instead of NSComb...Dominique Louis
2017-11-15[Core] TargetPlatformEric Maupin