Commit Graph

6084 Commits

Author SHA1 Message Date
Thomas Nind
5a548f0805 Merge branch 'v2_develop' into gradients 2024-07-07 21:17:07 +01:00
tznind
116cba8c8c Gradient tests 2024-07-07 21:06:21 +01:00
Tig
1816529ca2 Merge pull request #3590 from tig/v2_2699-V2CICD
Partially Fixes #2699. Update V2's CI/CD
2024-07-07 13:37:56 -06:00
Tig
230fa5b02a Re added checkout 2024-07-07 13:35:01 -06:00
Tig
adc4feda1f Tweaked yml 2024-07-07 13:30:21 -06:00
Tig
ff659cd1de Merge pull request #3587 from tig/v2_1845-Application-ToString
Fixes #1845. `Application.ToString` returns formatted driver contents
2024-07-07 13:21:25 -06:00
Tig
ff1b89851e Merge pull request #3585 from tig/v2_3303-Thickness-Record-Struct
Fixes #3303. Makes `Thickness` a `record struct`
2024-07-07 13:21:06 -06:00
tznind
a167366b14 Tests, xmldoc and guards 2024-07-07 20:13:56 +01:00
tznind
be764b7903 xml doc 2024-07-07 19:54:02 +01:00
Tig
f1cab7d55a Fixed API docs 2024-07-07 09:38:00 -06:00
Tig
f9fc33ff54 Fixed error 2024-07-07 09:34:40 -06:00
Tig
12a396846d Moved code out of testhelpers to Application.ToString() 2024-07-07 09:25:54 -06:00
Tig
8d527709e2 Code cleanup 2024-07-07 08:45:10 -06:00
Tig
efcb635477 Use Vector4 2024-07-07 08:41:32 -06:00
Thomas Nind
5a28eb93fd Merge branch 'v2_develop' into gradients 2024-07-07 11:17:25 +01:00
tznind
f7d584be59 Add attribution 2024-07-07 11:12:15 +01:00
tznind
cbcf4b5186 Remove everything except gradient 2024-07-07 10:18:28 +01:00
tznind
e80f61b171 Restore diagonal demo 2024-07-07 09:34:08 +01:00
tznind
a5c1d73c55 Fix bug in StraightLine as it calculates intersections 2024-07-07 09:32:34 +01:00
tznind
c1e82e63e4 Add tests, corners not working properly for some reason 2024-07-07 05:34:50 +01:00
tznind
3171df8e02 LineCanvas support for gradient fill 2024-07-07 04:41:34 +01:00
Tig
4f1688f6db Code cleanup 2024-07-06 20:25:13 -06:00
Tig
fb29b5c139 Made Thickness a record struct 2024-07-06 20:11:55 -06:00
Tig
01dd3ef6fc Merge pull request #3584 from tig/v2_3583-ShadowStyleOpaque
Fixes #3583. `ShadowStyle.Opaque` broke
2024-07-06 20:03:44 -06:00
Tig
8125357ce4 code cleanup 2024-07-06 16:31:16 -06:00
Tig
6f92d6db40 Added comments 2024-07-06 16:29:19 -06:00
Tig
2497419a28 Added comments 2024-07-06 16:27:37 -06:00
Tig
88bb3984c0 Fixed bug. Added unit tests 2024-07-06 16:19:35 -06:00
tznind
1f13ec5ab7 Streamline gradients example and add tabs 2024-07-06 20:57:15 +01:00
tznind
9672de7262 Add other gradients 2024-07-06 20:43:23 +01:00
tznind
ab07f53bd2 Radial gradient 2024-07-06 20:39:01 +01:00
tznind
d7a4e0e7c1 Ball bouncing properly 2024-07-06 20:01:49 +01:00
tznind
5cac6597dd Investigate adding a bouncing ball animation 2024-07-06 09:23:06 +01:00
tznind
b82eda4ae5 Rainbow gradient! 2024-07-06 03:24:27 +01:00
tznind
8fbf4d5da9 Building 2024-07-06 02:57:15 +01:00
tznind
7d62ad272a More random code ported 2024-07-05 20:25:13 +01:00
tznind
f3120226c4 Start pulling Animation a bit at a time through chat gpt from https://github.com/ChrisBuilds/terminaltexteffects 2024-07-05 19:26:29 +01:00
Tig
716ac3177f Merge pull request #3575 from tig/v2_3522-IDesignable
Fixes #3522. Adds `IDesignable`: Ability for Views to load design-time/demo data
2024-07-03 10:33:07 -06:00
Tig
12562b1182 Fixed warning 2024-07-03 10:18:02 -06:00
Tig
0be9cde556 Removed dead code from scenario 2024-07-03 10:17:02 -06:00
Tig
9ef6fcbe2b Merge branch 'v2_develop' into v2_3522-IDesignable 2024-07-03 10:12:57 -06:00
Tig
a6bd533bd4 Merge pull request #3571 from tig/v2_3570-TextView-ENTER
Fixes #3570 & #3561. Fixes a bunch of `EventArgs` sins
2024-07-03 10:09:35 -06:00
Tig
710bd7f371 Incorporated feedback 2024-07-02 16:41:53 -06:00
Tig
e365e8e34b Fixed checkbox code in scenarios 2024-07-01 13:09:22 -06:00
Tig
d478a45092 Fixed scenarios. 2024-07-01 13:04:08 -06:00
Tig
1ab436c03f Makes Checkbox dynamically pickup CM glyph changes. 2024-07-01 12:04:35 -06:00
Tig
6188127a24 Refactors CheckBox to use an enum instead of bool? for state. Cleans up naming to make more correct too (Toggle v. Toggled and State vs. Checked). 2024-07-01 10:43:16 -06:00
Tig
b55ee57371 Moved EventArgs<T> to sep file.
Toggled -> Toggle.
2024-07-01 09:23:25 -06:00
Tig
c2760783cd Addressed PR feedback 2024-07-01 09:14:52 -06:00
Tig
e834dfcd1c Removed HighlightEventArgs 2024-06-30 12:57:29 -07:00