Skip to content

Commit

Permalink
Fixes #2493. Move all layout code out of View (and Toplevel) into a l…
Browse files Browse the repository at this point in the history
…ayout 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
  • Loading branch information
tig authored Apr 14, 2023
1 parent 8c59e82 commit b4552ee
Show file tree
Hide file tree
Showing 154 changed files with 5,041 additions and 5,505 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ csharp_style_var_when_type_is_apparent = true
csharp_prefer_braces = false
csharp_space_before_open_square_brackets = true
csharp_space_between_method_call_name_and_opening_parenthesis = true
csharp_space_between_method_declaration_name_and_open_parenthesis = true
csharp_space_between_method_declaration_name_and_open_parenthesis = true
Loading

0 comments on commit b4552ee

Please sign in to comment.