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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
508e283
UWP conversion step 1
xyzzer-msft Aug 17, 2015
0faf24b
Asset updates for sample app
xyzzer-msft Aug 18, 2015
ed72b17
Fixed some crashing bugs that came about after UWP upgrade. Mostly du…
xyzzer-msft Sep 10, 2015
79bc4db
Included files excluded previously for whatever reason
xyzzer-msft Sep 11, 2015
bc5a964
Minor change
xyzzer-msft Sep 11, 2015
77cb230
Minor nuget progress + cleanup of old folders.
xyzzer-msft Sep 23, 2015
9acc65f
Fixed debugging highlight overlay issue where it wouldn't update the …
xyzzer-msft Sep 26, 2015
32c5191
Updated nuget.exe to 3.2.0.10516
xyzzer-msft Sep 26, 2015
625fae1
Not necessarily necessary change, but I don't want to revert it in ca…
xyzzer-msft Sep 26, 2015
b11e29d
Fixed a bug that broke the text boxes in NumericUpDown used in visual…
xyzzer-msft Oct 1, 2015
68e5395
Fixed bugs related to missing static resources
xyzzer-msft Oct 1, 2015
9ac2d03
Better TreeView control sample/test page that allows you to get a con…
xyzzer-msft Oct 1, 2015
9977175
Another test page with fixed static resource reference
xyzzer-msft Oct 1, 2015
177f4af
Improved the extended title bar somewhat
xyzzer-msft Oct 1, 2015
79ddb69
Cleanup + XAML bug workaround in sample MainPage
xyzzer-msft Oct 1, 2015
6ea993e
Commented out the TreeView.ItemTemplate COMException bug workaround f…
xyzzer-msft Oct 1, 2015
6405db2
Removed unused project.
xyzzer-msft Oct 3, 2015
11ba957
Updated project and license links in the NuSpecs.
xyzzer-msft Oct 4, 2015
e0da6b1
Removed outdated readme.txt.
xyzzer-msft Oct 4, 2015
c0de42f
Fixed some focus tracking issues for the null case.
xyzzer-msft Oct 7, 2015
1100eb1
Fixed issue "HorizontalScrollViewerStyle static resource in Sample ap…
xyzzer-msft Oct 7, 2015
68c42d7
Updated version to 1.9.2
xyzzer-msft Oct 7, 2015
435a90e
Disabled debug only methods from debug console outside of debug build…
xyzzer-msft Oct 7, 2015
3d22dd2
Worked around some visual tree debugger issue
xyzzer-msft Oct 7, 2015
56cb24d
Reenabled toolstrip test.
xyzzer-msft Oct 7, 2015
527602e
Added new chart sample for an area chart with no labels or other deco…
xyzzer-msft Oct 7, 2015
802d6ab
1.9.2 -> 1.9.3
xyzzer-msft Oct 7, 2015
10357c0
Fix XAML Crop Control entry
aloisdg Oct 8, 2015
fb43920
Merge pull request #7 from aloisdg/patch-1
xyzzer Oct 10, 2015
e0f5296
Attempted workarounds for failing TreeView control.
xyzzer-msft Oct 10, 2015
eec0eb8
Merge branch 'master' of https://github.com/xyzzer/WinRTXamlToolkit
xyzzer-msft Oct 10, 2015
96f2f38
Improved focus tracking somewhat in the visual tree debugger.
xyzzer-msft Oct 14, 2015
0ae9efc
Found the reason for the TreeView COMException crash. Since Windows 1…
xyzzer Oct 15, 2015
3ec8510
Version 1.9.4
xyzzer Oct 15, 2015
f56b7f0
Fixed some visual tree debugger highlighting logic.
xyzzer Oct 23, 2015
1df2a98
Some maintenance work, fixed a few crashes in the sample project, add…
Jan 25, 2016
053a063
Added support for listitembutton flyouts
Feb 6, 2016
7a21bd5
Merge pull request #19 from Amrykid/Amrykid-listitembutton-flyouts
xyzzer Feb 6, 2016
bdb7cdf
Fixed the missing using after a pull request
xyzzer Feb 6, 2016
0e177c9
A little bit of work on resource browser.
xyzzer Feb 6, 2016
2c698a5
fix issue #18
Mar 2, 2016
07059f2
remove the where that was actually filtering out everything
Mar 2, 2016
a01597a
Merge pull request #22 from gardnerjr/fixIssue18
xyzzer Mar 2, 2016
e3ac2eb
Version 2.0.0
xyzzer Mar 4, 2016
f149023
Merged master
xyzzer Mar 4, 2016
5fe0de9
Fixed merge issue.
xyzzer Mar 4, 2016
2c31901
Made UWP be the default version of the toolkit.
xyzzer Mar 4, 2016
32cd972
2.1.0
xyzzer Mar 5, 2016
47cb6d1
First iteration of ResourceBrowser.
xyzzer Mar 12, 2016
9d04dc2
Missed one
xyzzer Mar 12, 2016
83ac482
Enabled listing elements that have non-empty resource dictionaries.
xyzzer Mar 16, 2016
67c0163
Resource viewer works OK'ish. Need to add Style and DataTemplate edit…
xyzzer Mar 17, 2016
991acc5
Added multi-series line chart samples. Made existing multi-series sam…
xyzzer Mar 24, 2016
1b9a9d6
Some cleanup in an interrupted attempt to restart work on the color p…
xyzzer Jul 5, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
44 changes: 26 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
_ReSharper.WinRTXamlToolkit/
packages
Nuget/Content
Nuget/Lib
Nuget/Tools
Nuget/msbuild.log
Nuget/*.nupkg
**/bin/
**/obj/
**/AppPackages/
*.user
*.suo
*.sdf
*.opensdf
**Debug
**Release
**Generated Files
**ipch
_ReSharper.WinRTXamlToolkit/
packages
Nuget/Content
Nuget/Lib
Nuget/Tools
Nuget/msbuild.log
Nuget/*.nupkg
**/bin/
**/obj/
**/AppPackages/
*.user
*.suo
*.sdf
*.opensdf
**Debug
**Release
**Generated Files
**ipch
/.vs/config/applicationhost.config
/WinRTXamlToolkit.Controls.Calendar/project.lock.json
/WinRTXamlToolkit.Controls.DataVisualization/project.lock.json
/WinRTXamlToolkit/project.lock.json
/WinRTXamlToolkit.UnitTests/project.lock.json
/WinRTXamlToolkit.Sample/project.lock.json
/WinRTXamlToolkit.Debugging/project.lock.json
/WinRTXamlToolkit.Controls.Gauge/project.lock.json
14 changes: 0 additions & 14 deletions App1/App.xaml

This file was deleted.

147 changes: 0 additions & 147 deletions App1/App.xaml.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions App1/App.xaml.h

This file was deleted.

Loading