Herman Schoenfeld
|
183be6c31f
Refactor unhandled exception handling loop as per review
|
4 years ago |
Herman Schoenfeld
|
5e1e7c0ee4
XMLDOC fixes for prior commit
|
4 years ago |
Herman Schoenfeld
|
721c796c7f
Added unhandled exception handling in Application.Run
|
4 years ago |
Charlie Kindel
|
2e566c613e
Merge pull request #1054 from BDisp/removing-application-currentView
|
4 years ago |
BDisp
|
708fd8a876
Fixes #1053. ProcessMouseEvent seems to initialize MouseEvent incorrectly.
|
4 years ago |
BDisp
|
2d6e7cda99
Fixes #1052. Application.CurrentView looks unused.
|
4 years ago |
BDisp
|
39c2856861
Also clear screen in Unix and typo.
|
4 years ago |
BDisp
|
72a4104ee5
Fixes #1041. NetDriver events should stay all together.
|
4 years ago |
BDisp
|
55c682dde1
Ensures that the Toplevel redraw if the LayoutNeeded is true in the RunLoop too.
|
4 years ago |
BDisp
|
9b0ea4e992
Changed from Enum HeightSize to bool HeightAsBuffer.
|
4 years ago |
BDisp
|
415cd11e20
Fixes #1020. NetDriver does not deal well with unicode characters yet.
|
4 years ago |
BDisp
|
6ba5b4e1c1
Fixes #1018. Since childNeedsDisplay is used outside the View class it must to be a property.
|
4 years ago |
BDisp
|
bcc31e0da0
Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver.
|
4 years ago |
BDisp
|
19c684a3e1
Added a Unloaded event to the Toplevel class.
|
4 years ago |
BDisp
|
fa0827a4af
Fixes #1007. Added a Loaded event in the Toplevel class.
|
4 years ago |
BDisp
|
01d4b4f55f
Added wide improvements on keys managements.
|
4 years ago |
Gerasimos (Makis) Maropoulos
|
83047b4232
various misspell fixes
|
5 years ago |
BDisp
|
e95ef3bf69
Fixes #827. Application now reset _initialized on Shutdown.
|
5 years ago |
BDisp
|
1ea21d0a0b
Fixed XML comments.
|
5 years ago |
BDisp
|
d6f9e0a832
Fixed more unit tests.
|
5 years ago |
BDisp
|
dce2a0304e
Fixed Unit Test based on the changes.
|
5 years ago |
BDisp
|
cf5527a917
Fixes #803. Init and Shutdown only run once.
|
5 years ago |
BDisp
|
9a43fe87f6
Fixes #787. Console default size is always restored on Driver Init.
|
5 years ago |
BDisp
|
874224d9f8
Fixes #786. Workaround for resizing with Init/Shutdown.
|
5 years ago |
BDisp
|
a5af400d6b
Fixes #760. Avoiding creating unix driver again after call endwin.
|
5 years ago |
Charlie Kindel
|
da54dece1f
dealt with Removed
|
5 years ago |
Charlie Kindel
|
4047eb035e
merge with master
|
5 years ago |
BDisp
|
4fc50aae90
Allowing multi-thread toplevels.
|
5 years ago |
Charlie Kindel
|
3a42318b74
POC of IDisposable support
|
5 years ago |
Charlie Kindel
|
f4b9d313d8
tweaked scenario tests; minor bug fixes
|
5 years ago |