Brandon Thetford
|
9a6c12d2ae
|
Add README.md for Scripts directory
|
2024-04-26 21:57:53 -07:00 |
|
Brandon Thetford
|
8cb748e452
|
Reorganized, simplified, and standardized PowerShell modules.
|
2024-04-26 21:23:04 -07:00 |
|
dodexahedron
|
b9b68ba1a6
|
Re-structured and formalized the scripts and modules.
|
2024-04-25 13:39:01 -07:00 |
|
Brandon Thetford
|
683c087537
|
Add manifest for powershell module
|
2024-04-19 23:18:16 -07:00 |
|
Brandon Thetford
|
cdd2cc7e10
|
Skeleton program.cs for basic debugging of analyzers
|
2024-04-19 23:16:54 -07:00 |
|
Brandon Thetford
|
7ef6c57331
|
Code generator tests
|
2024-04-19 23:16:48 -07:00 |
|
Brandon Thetford
|
b47aebb934
|
Definitions of enum types for use in tests
|
2024-04-19 23:16:40 -07:00 |
|
Brandon Thetford
|
9d650b0f7d
|
Tests for extensions
|
2024-04-19 23:16:33 -07:00 |
|
Brandon Thetford
|
dc8d0bb165
|
launchSettings used when debugging analyzer project
|
2024-04-19 23:16:25 -07:00 |
|
Brandon Thetford
|
15feab1e11
|
Specifications for currently implemented analyzers
|
2024-04-19 23:16:18 -07:00 |
|
Brandon Thetford
|
bdaa375d51
|
Filter for types that should not be included in the output assembly
|
2024-04-19 23:16:13 -07:00 |
|
Brandon Thetford
|
e3d8f476f8
|
Currently implemented generators and supporting types such as their attributes
|
2024-04-19 23:16:07 -07:00 |
|
Brandon Thetford
|
86e8f6a1ec
|
Conditionally-included polyfills for language feature support in netstandard2.0
|
2024-04-19 23:15:56 -07:00 |
|
Brandon Thetford
|
7507109a9e
|
Some extensions on base types for use in various components
|
2024-04-19 23:15:49 -07:00 |
|
Brandon Thetford
|
508331a2e6
|
Common string constants used by various components
|
2024-04-19 23:15:43 -07:00 |
|
Brandon Thetford
|
e0994ec1e6
|
Add analyzer projects
- Analyzer project
- Test project for analyzers
- Console application for Roslyn analyzer debugging
|
2024-04-19 23:15:30 -07:00 |
|
Brandon Thetford
|
9682b4d6e9
|
Add PowerShell module for convenient analyzer rebuilds
|
2024-04-19 23:15:11 -07:00 |
|
Brandon Thetford
|
fe5d51d71c
|
Standard MIT license text
|
2024-04-19 23:13:10 -07:00 |
|
Brandon Thetford
|
4a9c53b798
|
Add solution-wide annotation references as non-transitive assets
|
2024-04-19 23:12:56 -07:00 |
|
Tig
|
c1cac7290c
|
Merge pull request #3410 from tig/v2_481-AnchorEnd
Fixes #481. Adds `Pos.AnchorEnd ()` (no param) to automatically account for the view's dimension.
|
2024-04-17 13:07:42 -06:00 |
|
Tig
|
6bb40abd7d
|
API doc improvements
|
2024-04-17 13:07:20 -06:00 |
|
Tig
|
e3a0d8cbc5
|
API doc improvements
|
2024-04-17 13:01:06 -06:00 |
|
Tig
|
b2da2d6848
|
API doc improvements
|
2024-04-17 08:37:11 -06:00 |
|
Tig
|
e59106cfca
|
API doc improvements
|
2024-04-17 08:12:32 -06:00 |
|
Tig
|
652f7aa1b9
|
Renamed API to simplify and make more clear
|
2024-04-17 08:05:21 -06:00 |
|
Tig
|
3111a2cd2f
|
More PosDim.cs code cleanup
|
2024-04-16 17:52:57 -06:00 |
|
Tig
|
64b7149ff8
|
PosDim.cs code cleanup
|
2024-04-16 17:42:48 -06:00 |
|
Tig
|
e8467f25c4
|
Rewrote SetRelativeLayout to move logic in to the Pos & Dim classes. Massively beefed up unit tests.
|
2024-04-16 17:15:50 -06:00 |
|
Tig
|
34b3bf8d14
|
Merge pull request #3412 from tig/v2_3411-ClearContentOnly
Fixes #3411. `Content Scrolling` Scenario
|
2024-04-16 15:02:40 -06:00 |
|
Tig
|
21606c8658
|
Changed colorscheme
|
2024-04-16 15:01:00 -06:00 |
|
Tig
|
264ba87e73
|
AnchorEnd() works! Cleaned up usages and modernized Sceanrios
|
2024-04-16 14:00:38 -06:00 |
|
Tig
|
d8bbbb8152
|
Code cleanup
|
2024-04-16 11:50:49 -06:00 |
|
Tig
|
162aa081ad
|
Implemented AnchorEnd(); added .UseDimForOffset property
|
2024-04-16 11:47:51 -06:00 |
|
Tig
|
671a18f1b5
|
Added tests to test new fn; which isn't implemented yet, so they fail.
|
2024-04-16 11:22:53 -06:00 |
|
Tig
|
05d3399f35
|
Added primitive AnchorEnd tests
|
2024-04-16 11:19:10 -06:00 |
|
Tig
|
719f39c8b3
|
Removed dupe tests
|
2024-04-16 10:33:18 -06:00 |
|
Tig
|
537f909e9f
|
Factored AnchorEnd unit tests out to separate file.
|
2024-04-16 09:59:00 -06:00 |
|
Tig
|
d3dfb16597
|
Initial commit. Made all calls to AnchorEnd() be AnchorEnd(0) in prep
|
2024-04-16 09:51:22 -06:00 |
|
Tig
|
56922b4357
|
Merge pull request #3323 from tig/v2_3269_Bounds-ContentArea
Fixes #3169. `Bounds` -> `Viewport`: Content Scrolling in `View`
|
2024-04-16 06:37:37 -06:00 |
|
Tig
|
8d2c64ae3e
|
Console Driver code cleanup
|
2024-04-15 18:11:17 -06:00 |
|
Tig
|
97351c3af6
|
Test tweaks
|
2024-04-15 18:08:51 -06:00 |
|
Tig
|
ceaa10c1b6
|
Reverted debug stuff in Scrolling Scenario
|
2024-04-15 17:28:53 -06:00 |
|
Tig
|
b7547c43e1
|
If Parent isn't movable, border now cancels Highlight event
|
2024-04-15 17:27:06 -06:00 |
|
Tig
|
069089ee27
|
Made Arrangement = ViewArrangement.Fixed the default for Toplevels
|
2024-04-15 17:08:12 -06:00 |
|
Tig
|
de1a844787
|
Reimplemented Driver.FillRect to directly use Contnets vs calling Move/AddRune
|
2024-04-15 15:43:03 -06:00 |
|
Tig
|
50fcb19af5
|
Keep Force16Colors set across apps to ease debugging of flicker issue
|
2024-04-15 14:48:26 -06:00 |
|
Tig
|
77f98306e0
|
Removed debug code
|
2024-04-15 13:56:49 -06:00 |
|
Tig
|
68e37d0d1c
|
Fixed ColorPicker scenario with Bdisp's suggested code
|
2024-04-15 09:22:32 -06:00 |
|
Tig
|
00cc59add2
|
Smarter focuscolor fix just for Border
|
2024-04-15 00:08:26 -06:00 |
|
Tig
|
c34b23762b
|
Smarter focuscolor fix just for Border
|
2024-04-14 23:56:12 -06:00 |
|