Tig
|
c5b7b084a9
Way too big a committ.... but I got carried away.
|
1 year ago |
Tig
|
ca3b49dfe8
Found and fixed coord bug in Application.OnMouseEvent
|
1 year ago |
Tig
|
1cca002393
Got new button fn working on WindowsDriver; Now debugging netdriver and curses
|
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 |
BDisp
|
c8890628e9
Fixes #3338. Application.Run/End -> Callers must dispose Toplevel
|
1 year ago |
BDisp
|
d8c1a0c118
Merge branch 'v2_develop' into v2_mousegrabview-fix_3333
|
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 |
Tig
|
73a6e66139
Tweaked unit tests
|
1 year ago |
Tig
|
68a07cfddb
Verify runstate.Top never equals Top
|
1 year ago |
Tig
|
064262bed6
Simplified and made FindDeepestView more efficient
|
1 year ago |
Tig
|
80d8e87639
Removed debug spew.
|
1 year ago |
Tig
|
667912a610
Fixed a buinch of bugs. Updated unit tests including some that test all views to utilize TheoryData
|
1 year ago |