Skip to content
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
wants to merge 54 commits into
base: Settings
Choose a base branch
from
Open

Conversation

dustin62191
Copy link

No description provided.

xyzzer-msft and others added 30 commits August 17, 2015 11:42
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.
… tree debugger for thickness and corner radius property editors.
…sistent repro on the COMException from the TreeView.ItemTemplate property accessor.
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.
xyzzer-msft and others added 24 commits October 10, 2015 02:00
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.
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.
minimum distance calculation expects every group to have at least 2 items, and fails with a "Sequence contains no elements" when this expectation is not met
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.
Renamed projects to remove the UWP suffixes. Made the UWP nuget packages have no files and only dependencies on the now default packages that have no UWP suffixes in their names.
…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.
@xyzzer
Copy link
Owner

xyzzer commented Mar 7, 2018

Is this a mistake PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants