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
2018-07-16Initial SolidBrushEditor logicLarry Ewing
2018-05-23[mac] Improve GetRowHeight performanceEric Maupin
2018-05-18[mac] Fix cell reuseEric Maupin
2018-04-10[Mac]Initial implementation for Combinable Property EditorDominique Louis
2018-03-26Slight refactor to avoid duplice code.Dominique Louis
2018-03-19Fixes to Support Nullables On MacDominique Louis
2018-02-14[mac] Generic numeric editorEric 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-12-02Add CommonRectangle Editors. Needed in UITweaks.Dominique Louis
2017-11-15[Core] Refactor PropertiesVM usage into EditorVMEric Maupin
2017-10-23Support NSAppearance Themes.Dominique Louis
2017-10-19[mac] Update size/point VMsEric Maupin
2017-09-27Add sample mocked control support to standalone mac app, fix Size and Point m...Bertrand Le Roy
2017-09-26Implement mock control support on the mac standalone app.Bertrand Le Roy
2017-09-11[mac] Fix row height and identifiersEric Maupin
2017-07-14Added .NET Point, Size and Rectangle editors.Dominique Louis
2017-07-13Refactor to support multiple 2 point objects.Dominique Louis
2017-07-10Refactor editor setup, so we can re-use it in RowHeight call.Dominique Louis
2017-07-07Make UnfocusableTextView an UnfocusableTextField to appease the layering gods.Dominique Louis
2017-07-03[Mac] Add predefined valules editorEric Maupin
2017-07-03[Mac] Allow unconstructed generics as vm/editor typesEric Maupin
2017-07-03[Mac] Refactor & Cleanup editorsEric Maupin
2017-06-20Use the NSOutlineView.RowForItem() to enable tabbing again.Dominique Louis
2017-06-19[Mac] Improve search/arrangeEric Maupin
2017-06-19Position the disclosure(expand-contract) icon so it looks much nicer.Dominique Louis
2017-06-19Add proper constraints to PropertyFilter and PropertyArrangeMode controls. Al...Dominique Louis
2017-06-19Refactor to tidy up the treeview implementation.Dominique Louis
2017-06-19Make properties INotify compliant and removed unused Node expansion tracking.Dominique Louis
2017-06-19Switch to NSOutlineView and slight refactor.Dominique Louis
2017-06-15Slight refactor to remove duplicate UpdateKeyViews call.Dominique Louis
2017-06-15By setting the NSTextView Selectable property to false, tabbing amongst field...Dominique Louis
2017-06-15[Mac] Mostly work around tabbing issueAlex Corrado
2017-06-15Try to get the tab order working, but with not much joy :(.Dominique Louis
2017-05-17Make CGRect editor strongly typed.Dominique Louis
2017-05-17Make RectangleEditor Generic.Dominique Louis
2017-05-17Genericise the RectangleEditor.Dominique Louis
2017-05-17Initial RectangleViewModel and RectangleEditorControl implementation.Dominique Louis
2017-05-08Fix so that Property Text correctly aligns to Editor fields.Dominique Louis
2017-05-04Make cellIdentifier unique so they don't mess up when resizing.Dominique Louis
2017-05-04Fix duplicated viewModelTypesDominique Louis
2017-04-13Refactor to support native CGPoint type.Dominique Louis
2017-04-13Initial PointViewModel and PointEditorControl implementation.Dominique Louis
2017-04-12Refactor to remove DLR dynamic and simplify code. Thanks alan for the tip.Dominique Louis
2017-04-08Initial EnumEditorControlDominique Louis
2017-02-13[BooleanEditorControl]Initial implementation of Boolean Editor ControlDominique Louis
2017-02-13[NumericEditorControl.cs]Initial attempt at NumericEditorControl for Integer,...Dominique Louis
2017-02-06Setting up the editors using Activator now to reduce type-casting. No longer ...Madalyn Coryea
2017-01-31Refactored the setup of the Editors in the panel to remove if-this-is-then st...Madalyn Coryea
2017-01-31Cleaning up commentsMadalyn Coryea