Commit Graph

4119 Commits

Author SHA1 Message Date
Tig
574ed8fec7 Fixes #2469 - Revamp file structure and namespace (#2471)
* initial commit

* All tests pass

* Updated readme

* Revert "All tests pass"

This reverts commit 94ac462350.

* Revert "initial commit"

This reverts commit 36d92cc4e5.

* Moved Terminal.Gui files around

* Nuked .Graphs namespace

* Nuked .Graphs namespace

* Nuked .Trees namespace

* Nuked .Configuration namespace

* Nuked .Configuration namespace

* All tests pass

* tweaked tests

* removed unneeded usings

* re-enabled scrollview tests

* move scrollview test to ScrollViewTests

* Moved view navigation related tests to separate cs file

* Moved view scrollbarview related tests ScrollBarTestse

* Refactored View tests into smaller files

* Refactored driver tests

* Fixed a ton of BUGBUGs
2023-04-06 10:09:21 -06:00
Tigger Kindel
ec08c12162 Some merges from develop 2023-04-06 10:06:07 -06:00
Tigger Kindel
96907ab3c1 Some merges from develop 2023-04-06 10:02:49 -06:00
Tig
4a6881fb22 Update README.md with new header 2023-04-06 09:02:23 -06:00
Tig
6463aab244 Merge pull request #2495 from tznind/table-cell-draw-fix
Fixes #2494 rendering empty space when using cell specific styles
2023-04-05 20:55:15 -06:00
Thomas
431f60f361 Remove call to shutdown 2023-04-05 23:11:26 +01:00
Thomas
78a757df5d Fix unit tests 2023-04-05 23:00:48 +01:00
tznind
046caae157 Fix tests by adding auto init/shutdown 2023-04-05 08:57:22 +01:00
Thomas Nind
67c1217e2a Merge branch 'v2_develop' into table-cell-draw-fix 2023-04-05 08:42:54 +01:00
tznind
2b3c1429bd merge 2023-04-05 08:13:11 +01:00
tznind
39d2a71105 Add test for TableView cell style getter with empty/end columns 2023-04-05 08:11:31 +01:00
Tig
fef4cff53b Merge pull request #2479 from BDisp/v2_draw-over-a-modal-view_2478
Fixes #2478. Currently it isn't possible to draw over a modal view.
2023-04-04 19:35:23 -06:00
BDisp
89bb0282b2 Merge branch 'v2_develop' into v2_draw-over-a-modal-view_2478 2023-04-05 00:40:17 +01:00
Tig
65ab508c71 Merge pull request #2501 from tig/v2_fixes_2492_nullable_warnings
Fixes #2492. Nullable warnings and other unit tests
2023-04-04 16:58:49 -06:00
Tigger Kindel
96a97c51e9 fixed tableview unit tests 2023-04-04 16:02:11 -06:00
Tigger Kindel
7eaccbd2a7 fixed graphview unit tests 2023-04-04 15:49:36 -06:00
Tigger Kindel
a5a7f84c39 fixed all nullable issues 2023-04-04 15:36:36 -06:00
Tig
c2e774fc33 Merge pull request #2498 from tig/v2_ruler
Fixes #2496. Adds simple `Ruler` class for drawing rulers; Thickness and Frame now use
2023-04-04 14:43:56 -06:00
Tigger Kindel
f9fe2dca34 Fixed crash 2023-04-04 14:27:30 -06:00
Tigger Kindel
87d8375723 modified api and updated Thickness to use 2023-04-04 14:09:20 -06:00
Tigger Kindel
482b6764ff unit tests 2023-04-04 12:57:46 -06:00
Tigger Kindel
86fc997abc initial commit 2023-04-04 12:26:14 -06:00
BDisp
4745eb51ad Fix merge errors and bugs. 2023-04-04 18:29:02 +01:00
Tig
ffe0f50c6e Merge branch 'v2_develop' into table-cell-draw-fix 2023-04-04 07:53:53 -06:00
BDisp
39e7a591e4 Resolving merge conflicts. 2023-04-04 12:51:14 +01:00
tznind
04d3aba291 Fixed rendering empty space when using cell specific styles 2023-04-04 05:37:48 +01:00
Tig
ae612c1555 Merge pull request #2477 from tznind/caption
Adds Caption to TextField
v2.0.0-pre.0
2023-04-03 22:27:03 -06:00
Tig
9ff83a71d6 Merge branch 'v2_develop' into caption 2023-04-03 22:26:53 -06:00
Tig
128473baf8 Merge pull request #2361 from tig/v2_view2_experiment
Fixes #2360 - v2 View re-architecture..
2023-04-03 22:22:45 -06:00
Tig
b7c29b0efd Merge branch 'v2_develop' into v2_view2_experiment 2023-04-03 22:18:53 -06:00
Thomas
6209632de3 Make SpinnerView show/hide instead of stopping 2023-04-03 22:18:30 -06:00
Thomas
fe3e159d65 Avoid ever removing spinner timeout twice 2023-04-03 22:18:30 -06:00
tznind
13bbc6a2ba Add AutoSpin test 2023-04-03 22:18:30 -06:00
tznind
b41bf86df3 Code formatting 2023-04-03 22:18:30 -06:00
tznind
82e41a928a Add SpinnerView 2023-04-03 22:18:30 -06:00
Tigger Kindel
271813fa28 Working around #2474 2023-04-03 22:14:49 -06:00
Tigger Kindel
6de8642c0e All unit tests PASS!!! 2023-04-03 21:34:57 -06:00
Tigger Kindel
d00b11ae5d Added and fixed ScrollBarView and ScrollView tests 2023-04-03 20:38:52 -06:00
Thomas Nind
3a64cfbdb8 Merge branch 'v2_develop' into caption 2023-04-03 17:02:04 +01:00
BDisp
75eca476d9 Done requested changes. 2023-04-03 15:50:41 +01:00
BDisp
5cdf14eccc Merge branch 'v2_develop' into v2_draw-over-a-modal-view_2478 2023-04-03 15:44:59 +01:00
Thomas
30f830e22d Make SpinnerView show/hide instead of stopping 2023-04-03 07:42:05 -06:00
Thomas
e88763a3e1 Avoid ever removing spinner timeout twice 2023-04-03 07:42:05 -06:00
tznind
c052a30f47 Add AutoSpin test 2023-04-03 07:42:05 -06:00
tznind
b29839a2aa Code formatting 2023-04-03 07:42:05 -06:00
tznind
91b74a462e Add SpinnerView 2023-04-03 07:42:05 -06:00
Tigger Kindel
093b80cc1b broke toplevel tests again 2023-04-03 07:19:50 -06:00
Tig
4629e2b85e Merge branch 'v2_develop' into v2_draw-over-a-modal-view_2478 2023-04-03 07:08:52 -06:00
BDisp
ec30be606f Fixes #2418. SetToplevelsSize is wrongly forcing toplevels resizing to console size. 2023-04-03 07:07:35 -06:00
BDisp
ecba204576 Improving unit test. 2023-04-03 07:06:58 -06:00