BDisp
fb268473e4
Fixes #2847 . CursesDriver doesn't processing response from task threading.
2023-08-31 19:21:24 +01:00
Tig
b4552ee14b
Fixes #2493 . Move all layout code out of View (and Toplevel) into a layout helper class ( #2544 )
...
* Comment/warning clean up
* Moved Text and Drawing out
* Moved Layout out
* Removed extra lines
* Removed Mouse out
* Reorgainzed View
* API docs
* removed border.cs
* TopLevel.Resized -> TerminalResized
* Mdi -> Overlapped
* Removed confusing and un-needed WillPresent
* privates -> _
* Tweaked RunLoop API
2023-04-14 10:26:10 -06:00
tznind
3bec36ac47
Change Action to EventHandler for more events
2023-03-12 02:10:22 +00:00
tznind
58c267fd7c
Switch to EventHandler for TopLevel methods
...
- Loaded,
- Ready
- Unloaded
- AllChildClosed
2023-03-11 10:08:36 +00:00
Charlie Kindel
bf1ed31281
Refactored UI Catalog and added tons of unit tests
2022-11-03 15:58:15 -06:00
BDisp
239191cde0
Fixes #1434 . Regenerating the docs. ( #1528 )
...
* Fixes #1434 . Regenerating the docs.
* Fixing warnings on docs regeneration and improving.
2021-12-18 05:33:40 -08:00
BDisp
8d6c2e0aa8
Some changes in the UICatalog and Scenarios.
2021-07-11 00:16:40 +01:00
BDisp
43ea03bc29
In addition to the view visibility having to be true to be redrawn, it is also necessary that the width and height are greater than zero.
2020-12-27 17:12:25 +00:00
BDisp
bcc31e0da0
Trying fixing #518 . Almost functions work on both Windows and Unix with the NetDriver.
2020-11-17 21:57:45 +00:00
BDisp
1cd80ab3a4
Fixes #992 . TextFormatter class now respect the view dimensions. Some typo fixing too.
2020-11-07 15:03:03 +00:00
BDisp
eab643024d
Removed Application as UICatalog already handles it. Added two labels and change list views color.
2020-05-25 16:19:41 +01:00
BDisp
12fecfbed5
Added Threading.cs file in the UI-Scenario.
2020-05-25 01:43:13 +01:00