Charlie Kindel cb3df2292d Merge pull request #1019 from BDisp/childneedsdisplay 4 years ago
..
Application.cs 6ba5b4e1c1 Fixes #1018. Since childNeedsDisplay is used outside the View class it must to be a property. 4 years ago
ConsoleDriver.cs bcc31e0da0 Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver. 4 years ago
Event.cs 01d4b4f55f Added wide improvements on keys managements. 4 years ago
MainLoop.cs 129f6403d8 Fix high CPU load #708 5 years ago
PosDim.cs 4fb0c93861 Fixes #968. Button Dim handler and a Dim unit test. Added a ToString to DimCombine. 4 years ago
Responder.cs da54dece1f dealt with Removed 5 years ago
ShortcutHelper.cs 4164ea9ef0 Rename ShortCutHelper.cs to ShortcutHelper.cs 4 years ago
TextFormatter.cs 1cd80ab3a4 Fixes #992. TextFormatter class now respect the view dimensions. Some typo fixing too. 4 years ago
Toplevel.cs 71f1b6b002 Fixes #1011. LayoutNeeded must be a property with a private set, because it's used outside the View class. 4 years ago
View.cs 6ba5b4e1c1 Fixes #1018. Since childNeedsDisplay is used outside the View class it must to be a property. 4 years ago
Window.cs 109a8496ee Fixes #1016. Window is drawing its frame over the menu. 4 years ago