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 (Collapse)Author
2022-02-17Bump macos workload to P13Sandy Armstrong
2022-02-09IntPtr->NativeHandle migrationSandy Armstrong
https://github.com/xamarin/xamarin-macios/blob/main/dotnet/BreakingChanges.md#nsobjecthandle-and-inativeobjecthandle-changed-type-from-systemintptr-to-objcruntimenativehandle
2022-01-15Use Mac specific solutionBret Johnson
2022-01-14Fix Mac.Standalone project to build with .net6Bret Johnson
2019-09-30[mac] Don't autosize the editor panelEric Maupin
The view adding the panel as a subview should control how it's sized, not the panel itself.
2019-09-04[Mac] Enable Xamarin.Mac API analysis in the IDECartBlanche
2019-06-26[Mac] Make Binding Dialog ModalDominique Louis
[Mac] Ensure property button view is cleared
2019-05-01[Mac] Initial implementation of Autocompletion.dominique-AutocompletionDominique Louis
2019-03-21[build] Update to netstandard2 and/or net472Alan McGovern
2019-03-20[Mac] Adds implementation of FilePathEditorControl (#479)Jose Medrano
Fixes VSTS #732636 - Implement FilePath editor https://devdiv.visualstudio.com/DevDiv/_workitems/edit/732636
2019-03-13[mac] Collection property editorEric Maupin
2019-02-28[build] Ensure the pngs are copied where we expectAlan McGovern
This makes sure they end up in the right directory
2019-02-20Merge pull request #516 from xamarin/dominique-UniqueResourceNamesEric Maupin
Add pe- prefix to all image resources.
2019-02-08Resize storyboard so on startup stand-alone is closer to property editor ↵Dominique Louis
dimensions.
2019-02-08[build] Maybe this only works with some xamarin.mac releasesAlan McGovern
Generate the app bundle path in a more manual way
2019-02-06Add pe- prefix to all image resources and use BundleResource for easier ↵Dominique Louis
distribution.
2019-02-05Add pe- prefix to all image resources and use BundleResource for easier ↵Dominique Louis
distribution.
2019-01-26[mac] Update arrange mode to tabsEric Maupin
2019-01-26[mac] Manual theme image handlingEric Maupin
2019-01-23[mac] Properly handle inspector enabledEric Maupin
2019-01-16[mac] Use the right appearance in standaloneEric Maupin
2019-01-11[mac] Improve group/brush editorsEric Maupin
2019-01-11[mac] Revamp themingEric Maupin
This commit: - Drops outdated CG* editors - Drops ThemeManager - Introduces IHostResourceProvider - Moves all images to new API - Starts implementing colors
2019-01-11Disable inspectorEric Maupin
2018-11-13[mac] Auto-expand groupsEric Maupin
2018-09-05[Mac] Provide Panel.Select()Eric Maupin
2018-07-19[mac] Move to centralized providers in TargetPlatformEric Maupin
2018-07-16Fix the resource provider initialization after rebaseLarry Ewing
2018-07-16Add support for Resource brushesLarry Ewing
2018-07-16Add mock brushes to MockSampleControlLarry Ewing
2018-05-16[Mac] Initial CustomExpression Implementation.Dominique Louis
2018-05-01[Mac] Take in TargetPlatform instead of IEditorProviderEric Maupin
2018-05-01Update to 4.6Eric Maupin
2018-02-08Support None theme.Dominique Louis
2017-11-22Tweaks to Resize Arrange By correctly and use NSPopUpButton instead of ↵Dominique Louis
NSComboBox for constrained predefined values.
2017-11-21Merge remote-tracking branch 'origin/master' into bleroy-BrushEditorBertrand Le Roy
# Conflicts: # Xamarin.PropertyEditing.Tests/MockControls/MockControl.cs # Xamarin.PropertyEditing.Windows/EditorPropertySelector.cs # Xamarin.PropertyEditing.Windows/Themes/Resources.xaml # Xamarin.PropertyEditing.Windows/Xamarin.PropertyEditing.Windows.csproj # Xamarin.PropertyEditing/Properties/Resources.Designer.cs # Xamarin.PropertyEditing/Properties/Resources.resx # Xamarin.PropertyEditing/ViewModels/PropertyViewModel.cs
2017-11-20[build] Disable profilingAlan McGovern
Mono has broken API with Xamarin.Mac again: Undefined symbols for architecture x86_64: "_mono_profiler_startup_log", referenced from: Disabling this as we don't use it anyway. Now we can compile with newer deps.
2017-11-04Implement mock control support on the mac standalone app.Bertrand Le Roy
2017-10-23Add UI changes to standalone to support toggling themes on Mac and WindowsDominique Louis
2017-09-27Add sample mocked control support to standalone mac app, fix Size and Point ↵Bertrand Le Roy
mac support.
2017-09-26Implement mock control support on the mac standalone app.Bertrand Le Roy
2017-06-19[Mac] Switch to full Mac frameworkEric Maupin
2017-02-01Removing unnecessary code that was added.Madalyn Coryea
2017-01-31The second button got unhooked from the Action somehow, hooking it back upMadalyn Coryea
2017-01-31Cleaning up commentsMadalyn Coryea
2017-01-31Initial setup to get the panel loadedMadalyn Coryea
2017-01-26Initial setup for Mac native panelMadalyn Coryea