-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color picker work resume #56
Open
dustin62191
wants to merge
54
commits into
Settings
Choose a base branch
from
ColorPickerWorkResume
base: Settings
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First time the samples project builds and actually runs. Most controls actually seem to work fine on PC at least. Debugging toos are broken.
…e to problems with resources, also due to x:Key conflicting with x:Name in resources and one invalid xmlns namespace. Cleaned up some APIs. Switched to using app window-provided back button and title bar for test names. Moved sample test page titles into the window title bar. Got rid of StandardStyles.xaml. Fixed warnings. Put a workaround for an unknown ComException in HeaderedItemsControl to avoid crashes when using TreeViews in some scenarios (though TreeViews remain empty when it happens).
Keeping some old files (mostly XAML) that are currently unused since they might come in handy when adding support for adaptive/responsive UI.
…position of the extended lines and text
… tree debugger for thickness and corner radius property editors.
…sistent repro on the COMException from the TreeView.ItemTemplate property accessor.
…or repro for the platform team
Updated to version 1.9.1. Pushed UWP to Nuget
Added license and readme md files.
…s because they were calling debug only trace calls which would not work in the release nuget packages.
Fix XAML Crop Control entry
Enabled margins for visual tree view debugger and renamed some APIs.
It now scrolls newly focused element into view in the list of recent focus events. It also refreshes the part of the visual tree that got outdated if it can't find focused elements in the visual tree view.
…0 you now need to set the ItemTemplate before setting the ItemsSource on the TreeView.
Fixed some visual tree helper extensions and checks for being loaded in visual tree.
…ed AutoOrientingStackPanel.
Added support for listitembutton flyouts like regular buttons have.
Added support for ListItemButton Flyouts
A lot of regex replaces to make use of nameof() for ArgumentNullExceptions and OnPropertyChange calls. Some changes toward using this. for anything that's not a field.
fix issue #18
Renaming async methods to ~Async. Merged fixes from pull request in OrientedPanel. Reenabled item preview and some minor fixes in visual tree debugger.
Disabled chart transition animations and thus hopefully improved chart update performance a bit.
…ors as these are common resources. Also - replacing a resource doesn't immediately cause all its users to re-evaluate the resource since we don't have DynamicResources in WinRT/XAML.
…ples use different data set for each series.
Is this a mistake PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.