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
2019-04-08[Mac] Centralise string resources.Dominique Louis
2019-03-21[mac] Refactor string editor into common base entryEric Maupin
2019-03-06[mac] Remove last error handlingEric Maupin
2019-03-06[mac] Overhaul some layoutEric Maupin
2019-03-02Enabled must be set for ReadOnly to look right. Also fixes InputMode enablement.Dominique Louis
2019-02-28[Mac] When tabbing scroll focused control into view.Dominique Louis
2019-02-20[Mac] Add new BasePropertyControlTextField to have ellipses and AllowsExpansi...Dominique Louis
2019-02-15[mac] ViewModel is allowed to be nullEric Maupin
2019-01-11[mac] Revamp themingEric Maupin
2019-01-10[Mac] Initial InputMode implementation.Dominique Louis
2018-12-02[Mac] Remove DoConstraints dependency and use NSLayoutConstraint.Create calls...Dominique Louis
2018-12-02[Mac] Fix vertical alignment of labels in resource lists.Dominique Louis
2018-11-21[Mac] Fix Alignments so they are uniform across controls.Dominique Louis
2018-04-20Hooking up PropertyButton to ResetCommand.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-10-23[Mac]Tweak Point, Size and Rectangle alignments.Dominique Louis
2017-10-23[Mac]Initial implementation of ErrorButton.Dominique Louis
2017-10-23Support NSAppearance Themes.Dominique Louis
2017-10-23Initial Localisation pass.Dominique Louis
2017-08-03Initial Accessibility support for our editors.Dominique Louis
2017-07-07Make UnfocusableTextView an UnfocusableTextField to appease the layering gods.Dominique Louis
2017-07-03[Mac] Refactor & Cleanup editorsEric Maupin
2017-06-15[Mac] Mostly work around tabbing issueAlex Corrado
2017-05-04Update the object value on each key press.Dominique Louis
2017-04-27Use the Constraint Extensions to give a more unified feel when resizing columns.Dominique Louis
2017-03-13Remove Colour reset from SetEnabled call.Dominique Louis
2017-03-03Refactor to remove the HitTest call and to set Enabled or Editable per control.Dominique Louis
2017-02-28Implement CanWrite HitTest and Enabled/Disabled colours.Dominique Louis
2017-02-11Switch to use Debug.Writeline from Console.Out.Writeline for better experience.Madalyn Coryea
2017-02-11Unhook from ErrorsChanged event to prevent leaksMadalyn Coryea
2017-02-11Added error handling for StringEditorControlMadalyn Coryea
2017-02-08Now setting the new value based on what the updated text in the editor is. Th...Madalyn Coryea
2017-02-06Setting up the editors using Activator now to reduce type-casting. No longer ...Madalyn Coryea
2017-02-04Moved ViewModel code from Controller to be shared, so that more of the same i...Madalyn Coryea
2017-02-03Already checking for null to make it string.Empty in those cases. Also we don...Madalyn Coryea
2017-02-02Fix for setting the view modelMadalyn Coryea
2017-02-02Making sure we don't reassign unnecessarilyMadalyn Coryea
2017-01-31Added null checks to prevent hitting an exceptionMadalyn Coryea
2017-01-31Work for setting up the content in the panelMadalyn Coryea
2017-01-31Property names added to the panelMadalyn Coryea
2017-01-31Initial setup to get the panel loadedMadalyn Coryea