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
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
2017-01-31Work for setting up the content in the panelMadalyn Coryea
2017-01-31Putting table setup classes in their own filesMadalyn Coryea