This website requires JavaScript.
Explore
Help
Register
Sign In
Git_Mirror
/
Terminal.Gui
Watch
1
Star
0
Fork
0
You've already forked Terminal.Gui
mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced
2025-12-27 16:27:55 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
43b889d1b15a87ec5aee5dde04ff45cbb8ae5d28
Terminal.Gui
/
UnitTests
/
Application
History
Tig
7fe95cb9c7
Renames
Frame
->
Adornment
; changes
Frame
to have a
Border
subclass (
#3158
)
2024-01-13 20:11:17 -07:00
..
ApplicationTests.cs
Renames
Frame
->
Adornment
; changes
Frame
to have a
Border
subclass (
#3158
)
2024-01-13 20:11:17 -07:00
KeyboardTests.cs
Fixes
#3127
- View Layout improvements - Redefines how
LayoutStyle
works. Fixes
AutoSize
etc... (
#3130
)
2024-01-12 17:43:35 -07:00
MainLoopTests.cs
Fixes
#2926
- Refactor KeyEvent and KeyEventEventArgs to simplify (
#2927
)
2023-12-16 12:04:23 -07:00
MouseTests.cs
Fixes
#2578
- Updates mouse events to be relative to
View.Bounds
(
#2920
)
2023-11-26 16:58:52 -07:00
RunStateTests.cs
Fixes
#2663
- No more nested classes (
#2664
)
2023-05-23 13:42:47 +02:00
StackExtensionsTests.cs
Fixes
#2493
. Move all layout code out of View (and Toplevel) into a layout helper class (
#2544
)
2023-04-14 10:26:10 -06:00
SynchronizatonContextTests.cs
Fixes
#2921
- MainLoop refactoring (
#2922
)
2023-10-21 08:06:04 -07:00