Граф коммитов

47 Коммитов

Автор SHA1 Сообщение Дата
Nirmal Guru b105331ad2
Update Assembly/Package Titles
The package title doesn't follow a particular format and is not machine readable.
Thus, I propose the following format: "'Product' - 'Area' - 'Specifics' ('Source/Target')"
2021-07-20 21:45:18 +05:30
Nirmal Guru 3ad9062623
Refactor Core project files
Organize Package tags
Update Package descriptions
Remove redundant MSBuild logic
Consolidate common MSBuild logic
2021-07-20 21:45:09 +05:30
Nirmal Guru 54ffaf9dee
Remove un-necessary build logic across project files
Remove commented build logic
Remove duplicated build logic
2021-06-04 21:00:25 +05:30
Nirmal Guru 8d205a1096
Fix-up comments across project files
Format comments to be legible.
 - Place comment start and end tags on a new line for multi-line comments.
 - Have space between start and end tags in a single line comment.

Place comments where appropriate.
 - If an entire block is common to the comment then place it above the block.
 - Only place a comment near or after the block, if it refers exclusively.

Sources are not formatted!
2021-06-04 21:00:21 +05:30
Nirmal Guru 06362b2134
Fix-up new-lines across project files
Add/Remove new-lines (only in project files, xml files and some source files)
2021-06-04 21:00:19 +05:30
Nirmal Guru 92dd6a64e9 Remove redundant xml meta-tag
XML files defaults to 'UTF-8' encoding.
Thus, the meta-tag is no longer needed!
2021-05-17 12:43:06 -07:00
Nirmal Guru 41c9964cf9 Use Unicode charset without the BOM
Update and follow EditorConfig settings.
BOM: Byte Order Mark (Used to identify UTF-8 encoding).
We don't need BOM specified as the latest editors can work without it.
2021-05-17 12:43:06 -07:00
Nirmal Guru ae9e58e25e Clean-up trailing white-spaces
Remove final new-lines
Remove trailing white-spaces
2021-05-17 12:43:06 -07:00
michael-hawker 711ce1e358 Update FocusTracker to no longer use a DispatcherQueueTimer to constantly look for focused element
Fixes #3884
Now uses FocusManager.GotFocus event from 1809 (new min SDK version)
2021-03-24 16:16:03 -07:00
Rosario Pulella 6a55e517e7
Given that spaces seperate tags, remove duplicate tags 2021-03-22 17:39:23 -04:00
Rosario Pulella 7566a30795
Remove repated Toolkit and Windows tags 2021-03-19 14:33:28 -04:00
Rosario Pulella 68e5ba2161
Add WCT tags to packages. 2021-03-19 14:33:28 -04:00
Rosario Pulella 7333504779
Sperate Tags by semicolons 2021-03-19 14:33:17 -04:00
Alexandre Zollinger Chohfi c2e3c526d1 Changed all DispatcherTimer to DispatcherQueueTimer. 2021-03-10 12:42:36 -08:00
Jerome Laban 01acee9c17 refactor: Add partials to classes for Uno Platform
This change enables Uno Platform compatibility forward compatibility.
2021-01-05 11:49:57 -05:00
Jerome Laban 0988d1cbad refactor: Use TargetFrameworks for UnoPlatform compatibility 2021-01-05 10:42:21 -05:00
Alexandre Zollinger Chohfi bc141e152a Updated min and target SDKs and removed redundant conditional execution paths.
Removed any WinJS reference.
2020-09-16 17:29:14 -07:00
Alexandre Zollinger Chohfi 1070cee1ce Xaml Islands Fixes for FocusManager.GetFocusedElement and ContentDialog's XamlRoot. 2020-06-16 10:57:09 -07:00
Alexandre Zollinger Chohfi 853ad8284e Fix for sample app on ARM64. 2019-11-21 15:29:05 -08:00
marianstdt b80bab5612 Improved the description of the DeveloperTools project 2019-03-11 15:42:45 -03:00
Michael Hawker 5a18b97101
Merge branch 'master' into alignmentgrid/zero-steps-loop 2019-01-30 10:29:42 -08:00
Lucas Rojas fbea7695ee Draw lines when the step value is greater than zero 2019-01-28 16:39:39 -03:00
BMartin2013 746cc516ab disabled tabstop for AligmentGrid DevTool 2019-01-24 14:40:31 -03:00
Nikola Metulev f8ebd4eb1b updated min required version on projects to 16299 2018-10-04 16:03:27 -07:00
Nikola Metulev e55294f770 updated nuget details and vs toolbox controls 2018-08-06 14:38:04 -07:00
Nikola Metulev d00100c105 updated header 2018-05-23 15:12:18 -07:00
Nikola Metulev 85e03e203e fixed merge conflict 2018-05-02 18:05:57 -07:00
Nikola Metulev b20b05f08c changed UWP Community Toolkit to Windows Community Toolkit 2018-05-01 18:50:47 -07:00
Oren Novotny 232b83a071
Move Extras to SDK format 2018-04-13 19:06:03 -04:00
Nikola Metulev f68b07d373 disabled warnings in autogenerated files 2017-10-30 19:08:23 -07:00
Nikola Metulev d82f272d43 updated comments with standard text 2017-10-10 22:43:33 -07:00
Morten Nielsen 0f80e890bc Added VSToolsManifest so controls will show up in the toolbox when the nuget package gets referenced. 2017-08-31 16:19:54 -07:00
Oren Novotny 652242e700 cleanup based on analyzers 2017-08-30 12:49:08 -04:00
Oren Novotny 98bb532f31 Convert DeveloperTools 2017-08-27 16:10:11 -04:00
Oren Novotny 6c8418f12c Switch to NB.GV 2017-08-26 23:50:27 -04:00
Nikola Metulev 2a6b35ce7d fixed focusTracker exception 2017-08-24 13:23:49 -07:00
Nikola Metulev 1c092824e3 removed project.json 2017-08-21 13:14:23 -07:00
Nikola Metulev aa73b91735 cleaned up csproj and removed unecessary configurations 2017-08-16 21:22:50 -07:00
Nikola Metulev 7b544673cd updated all projects to creators update 2017-08-08 12:57:01 -07:00
Hermit Dave ceb327975f Provide additional overloads for CacheBase.InitializeAsync
Upgrade Microsoft.NETCore.UniversalWindowsPlatform nuget to 5.3.3 to see if appveyor issue is resolved
2017-07-19 22:30:12 +01:00
Nikola Metulev b54e483f09 updated projects to 5.2.3 2017-06-22 15:58:31 -07:00
David Catuhe 9eec3e74bf Fix DeveloperTools nuget 2017-04-04 09:21:22 -07:00
David Catuhe e777e9c421 Fixed headers 2017-03-08 11:31:02 -08:00
David Catuhe 50c2840726 Fix some minor issues 2017-03-08 10:53:07 -08:00
David Catuhe be1f240472 Improved FocusTracker
Added AlignmentGrid
2017-03-07 16:40:36 -08:00
David Catuhe b9356cfe4c Fixing nuspec 2017-03-07 11:39:04 -08:00
David Catuhe 5278524a00 First commit of DeveloperTools 2017-03-07 11:25:46 -08:00