Tig
|
8483e29a9d
Removed ScrollView dependency from CharMap to validate new View scrolling fn
|
1 year ago |
Tig
|
2d5a99abd8
Clarified how Viewport works
|
1 year ago |
Tig
|
d25f98f8e3
Everything appears to work (except ScrollView which I broke but will fix).
|
1 year ago |
Tig
|
4f59a64b2c
Merged v2_develop
|
1 year ago |
Tig
|
df5f04b645
Merged v2_develop
|
1 year ago |
Tig
|
0b90274a15
Merged @bdisp latest fixes
|
1 year ago |
Tig
|
66f5fb826d
Merged @bdisp's latest and code cleanup
|
1 year ago |
Tig
|
d3599c9daf
Merge pull request #27 from BDisp/tig_v2_3338-Toplevel-Must-Be-Disposed
|
1 year ago |
Tig
|
6ebee8d42b
Fixed more bad code
|
1 year ago |
BDisp
|
c8b3e15028
Prevents run iteration if toplevel's stack is empty.
|
1 year ago |
Tig
|
fffae452e2
Added Main to Scenario. Updated a few scenarios to test out.
|
1 year ago |
Tig
|
561d671746
Removed un-needed and un-used RequestStop override from Scenario
|
1 year ago |
Tig
|
5c6560299b
Makes Run<T> and Run() return the Toplevel that gets created
|
1 year ago |
BDisp
|
0ae19289e9
Rename _latestClosedRunStateToplevel to _cachedRunStateToplevel.
|
1 year ago |
BDisp
|
c5aeac060f
Move assertion outside the lock.
|
1 year ago |
BDisp
|
c7098d1c8c
Rename parameter to toplevel.
|
1 year ago |
BDisp
|
a551b977bb
Invoke Activate and Deactivate on Begin method and fix ContextMenu to use it.
|
1 year ago |
BDisp
|
802b996ed1
Ensures _latestClosedRunStateToplevel is cleanup on ResetState and support OverlappedTop.
|
1 year ago |
BDisp
|
97a0595353
Ensures disposing toplevel before throwing.
|
1 year ago |
BDisp
|
034861bba2
Standardizes the entire Application.Run to be consistent between them.
|
1 year ago |
BDisp
|
58d25fccf8
Remove erroneous code.
|
1 year ago |
BDisp
|
163c0384a5
Delegate the disposable handling to the caller.
|
1 year ago |
BDisp
|
c68849a314
Remove Top from the Init method.
|
1 year ago |
Tig
|
90e38384c4
WIP towards scrolling working
|
1 year ago |
BDisp
|
c8890628e9
Fixes #3338. Application.Run/End -> Callers must dispose Toplevel
|
1 year ago |
Tig
|
6b1a429e56
Rebased with v2_develop
|
1 year ago |
BDisp
|
d8c1a0c118
Merge branch 'v2_develop' into v2_mousegrabview-fix_3333
|
1 year ago |
Tig
|
9aec5b1c6d
Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui into v2_3269_Bounds-ContentArea
|
1 year ago |
BDisp
|
0120a3648f
Fixes #3333. Application.UnGrabbedMouse event doesn't allow grab another view after exit.
|
1 year ago |
Tig
|
ab07ec665b
Removed erroneous Disosal and fixed poorly coded unit test: A toplevel manually creatged must be disposed by creator
|
1 year ago |