Commit Graph

1773 Commits

Author SHA1 Message Date
Tig
e09c0e68f8 Merge branch 'gradients' into tznind-gradients 2024-07-09 13:39:15 -06:00
Tig
d0f1280f29 Code cleanup 2024-07-09 13:37:08 -06:00
Tig
fef6f336ef Merge branch 'v2_develop' into gradients 2024-07-09 11:54:06 -06:00
Thomas
1ba84ded9a Fix bad namespace 2024-07-09 16:59:21 +01:00
Tig
ddaec2e689 Merge branch 'v2_develop' into gradients 2024-07-09 09:34:09 -06:00
Tig
019421072b Latest packages 2024-07-09 09:30:09 -06:00
Tig
85a0ad1654 Diagnosing xunit failures in github action on ubuntu/macos (#3593)
* Just ubuntu

* windows & ubuntu

* commented test out

* uncommented test

* back to ubuntu

* deleted all Views tests

* deleted all Views tests

* VSTEST_DUMP_PATH

* Revert "deleted all Views tests"

This reverts commit 985f6143e6.

* Deleted first half Views tests

* Revert "Deleted first half Views tests"

This reverts commit bff2484cd7.

* Deleted 2nd half Views tests

* VSTEST_DUMP_PATH 2

* VSTEST_DUMP_PATH 3

* Revert "Deleted 2nd half Views tests"

This reverts commit b1dbd79dc9.

* Reapply "Deleted first half Views tests"

This reverts commit 3e8e890b03.

* Revert "Reapply "Deleted first half Views tests""

This reverts commit 731b50f392.

* ubuntu/mac

* removed dupe test

* removed dupe test

* removed statusbar tests

* Revert "removed statusbar tests"

This reverts commit 889813143b.

* Fixed shortcut tests

* windows, mac, linux

* fail-fast: false temporarily

* fail-fast: false temporarily

* trying stuff

* fixed quote error

* fixed sed issue

* Skip WindowDispose_CanFocusProblem

* Skip SynchronizationContext_CreateCopy

* mac

* mac

* mac

* mac

* mac

* gsed

* gsed

* gsed

* gsed

* finally fixed! Hopefully.
2024-07-08 18:29:00 -06:00
Thomas Nind
2544d07093 Merge branch 'v2_develop' into gradients 2024-07-08 02:37:24 +01:00
Tig
48ad1a90c5 Disabled test on macos 2024-07-07 17:32:34 -06:00
Tig
2d3d784aef Hacked unit test to pass on Macos 2024-07-07 17:24:30 -06:00
Thomas Nind
04ca5fd237 Merge branch 'v2_develop' into gradients 2024-07-07 22:15:40 +01:00
tznind
b9a8c7d263 Fix GradientFill when not at origin 2024-07-07 21:56:23 +01:00
tznind
d15f3af388 Add tests that confirm LineCanvas behavior with Fill 2024-07-07 21:41:19 +01:00
Tig
02999638f0 trying to fix 3052 2024-07-07 14:40:54 -06:00
tznind
afc0bf02c5 Fix dodgy constructor on FillPair and add tests 2024-07-07 21:35:13 +01:00
tznind
8a56586fec Fix note comment and add tests for SolidFill class 2024-07-07 21:30:31 +01:00
tznind
1ef5645064 Merge branch 'gradients' of https://github.com/tznind/gui.cs into gradients 2024-07-07 21:20:15 +01:00
tznind
0631579bd9 Fix naming and tests compiler warnings 2024-07-07 21:19:55 +01:00
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
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
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
Thomas Nind
5a28eb93fd Merge branch 'v2_develop' into gradients 2024-07-07 11:17:25 +01:00
tznind
cbcf4b5186 Remove everything except gradient 2024-07-07 10:18:28 +01:00
tznind
c1e82e63e4 Add tests, corners not working properly for some reason 2024-07-07 05:34:50 +01:00
Tig
fb29b5c139 Made Thickness a record struct 2024-07-06 20:11:55 -06:00
Tig
8125357ce4 code cleanup 2024-07-06 16:31:16 -06:00
Tig
88bb3984c0 Fixed bug. Added unit tests 2024-07-06 16:19:35 -06:00
tznind
8fbf4d5da9 Building 2024-07-06 02:57:15 +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
9ef6fcbe2b Merge branch 'v2_develop' into v2_3522-IDesignable 2024-07-03 10:12:57 -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
Tig
cd43ee363d Revamped to further simplify and make more correct 2024-06-30 11:53:54 -07:00
Tig
f8ede1283b rebuilt 2024-06-28 22:27:50 -07:00
Tig
682a725f57 Merge branch 'v2_develop' into v2_3570-TextView-ENTER 2024-06-28 21:07:45 -07:00
Tig
407f6f0fe7 ThicknessEventArgs -> CancelEventArgs<string> 2024-06-28 09:58:05 -07:00
Tig
5c7a177bdd Code cleanup 2024-06-28 08:49:13 -07:00
Tig
99948b1486 Simplified HighlightEventArgs 2024-06-28 08:47:28 -07:00
Brandon Thetford
e45b7daf0e Provided one example of a skip working with it.
Shows up in the to-do list as expected
2024-06-27 20:57:25 -07:00
Tig
d7bd938664 Renamed StateChangedEventArgs 2024-06-27 15:44:55 -07:00
Tig
15fa1abab1 TextView now works properly 2024-06-27 12:51:24 -07:00
Tig
7a712ad96a Accept now uses HandledEventARgs vs. Cancel 2024-06-27 12:40:26 -07:00
Tig
28f529ae95 Fixed bug 2024-06-26 13:34:23 -07:00