Commit 00aaefb
* Fixes #4208. MainLoopSyncContext doesn't work with the v2 drivers
* Fixes #3951. Add DimFuncWithView with a View dependency
* Revert to iteration which will handle the necessary processes
* Revert "Revert to iteration which will handle the necessary processes"
This reverts commit 50015ac.
* Layout and draw before position cursor
* Add optional View parameter and property to the DimFunc and PosFunc
* Trying fix unit test error
* Revert layout changes
* Fixes #4216. Legacy drivers aren't refreshing the screen correctly on view drag
* Add assertion proving NeedsLayout is always false before call OnSubViewsLaidOut
* Fix unit test error
* Increasing time to abort
* Revert "Increasing time to abort"
This reverts commit d7306e7.
* Trying fix integration tests
* Still trying fix integrations unit tests
* Revert comment
* Layout is performed during the iteration
* Using Dim.Func with status bar view
* Still trying fix integrations tests by locking _subviews
* Still trying fix integrations tests by locking _subviews
* Add internal SnapshotSubviews method
* Remove lock from SnapshotSubviews method
* Using SnapshotSubviews method in the DrawSubViews method
* Remove lock from SnapshotSubviews method
* Using SnapshotSubviews method in the DrawSubViews method
* Using SnapshotSubviews
* Prevent new app if the previous wasn't yet finished
* Replace SnapshotSubviews method with ViewCollectionHelpers class
* Lock entire GuiTestContext constructor
* Using Snapshot in the ordered field
* Fixes #4221 Extra modifiers f1 to f4 in v2net (#4220)
* Assume we are running in a terminal that supports true color by default unless user explicitly forces 16
* Add support for extra modifiers for F1 to F4 keys
* Revert "Assume we are running in a terminal that supports true color by default unless user explicitly forces 16"
This reverts commit 4cc2530.
* Cleanup
* Update comments
* Code cleanup
---------
Co-authored-by: Tig <tig@users.noreply.github.com>
* Move ViewCollectionHelpers class to a separate file
* Remove Border.Layout call in the DoDrawAdornmentsSubViews method.
* Remove adornments layout call within the draw
---------
Co-authored-by: Tig <tig@users.noreply.github.com>
Co-authored-by: Thomas Nind <31306100+tznind@users.noreply.github.com>
1 parent 7ca765c commit 00aaefb
File tree
53 files changed
+421
-242
lines changed- Examples/UICatalog
- Scenarios
- CharacterMap
- EditorsAndHelpers
- Terminal.Gui
- App
- ViewBase
- Layout
- Views
- FileDialogs
- Menuv1
- Menu
- ScrollBar
- Wizard
- Tests
- TerminalGuiFluentTesting
- UnitTestsParallelizable/View
- Draw
- Layout
- UnitTests
- Views
- View/Draw
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+421
-242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| 174 | + | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments