* trying to make it work
* Fixes#1849. Wizard as non-modal doesn't work
* Fixes#1855. Window and Frame content view without the margin frame.
* Fixing layout of non-modal
* WizardSTep is now a FrameView
* Now use Modal = false to set visual style automatically
* Removed Controls as an explicit construct. Now just Add to WizardStep
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Fixes#1791. Added Pos/Dim Function feature to automate layout.
* Added PosFunc/DimFunc class. and some more features.
* Fixes#1793. ScrollBarView is hiding if the host fit the available space.
* Fixes#1791. View not turn off AutoSize if TextFormatter.Size fit the Anchor.
* Done requested changes.
* Addressing feedback
* Added more AutoSize unit tests.
* wip
* Refactored and enhanced API
* Fixed test
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Initial commit for Wizard
* Fixes#1777 - Dialog button justification. Adds unit tests
* Added missing API doc
* Work in progress
* Added tests for wide chars
* Tests
* more tests
* wip
* fixed test that broke by adjusting dialog button alignment
* fixed test that broke by adjusting dialog button alignment
* Fixed Dialogs scenario crash re: Parse v TryParse
* broke tests. can't figure out how.
* Revert "broke tests. can't figure out how."
This reverts commit f3c53928ac.
* Fixed unit tests
* Reverted workaround that doesn't work
* Refactor and cleanup
* Fixes#1777 - Dialog button justification. Adds unit tests
* Added missing API doc
* Added tests for wide chars
* more tests
* fixed test that broke by adjusting dialog button alignment
* fixed test that broke by adjusting dialog button alignment
* Fixed Dialogs scenario crash re: Parse v TryParse
* Fixed TableView always showing selected cell(s) even when not focused
* Changed CsvEditor label to a text field to show focus changing and allow manually entering a cell
* Fixed TableView_ColorsTest_ColorGetter and improved Exception when wrong colors are used
* Added full focused/not test suite for TableView
* Support for flexible column widths in TableView
* Fixed not respecting min width of MinAcceptableWidth an added UICatalog support
* Added menu options for SmoothHorizontalScrolling and setting all MinAcceptableWidth to 1
* spelling fix
* Only allows an open menu bar at a time.
* Implementing context menu and localization on TextView.
* Fixes the WindowsDriver dirty redrawn on resizing if HeightAsBuffer is true.
* Change CheckType to MenuItemCheckStyle.Checked
* Implementing ContextMenu feature to being popup by keyboard or mouse.
* Implements ContextMenu into TextField.
* Ensures the context menu's right and bottom frame from being greater than the container.
* Added Host property. Improving scenario and unit tests.
* Only draw the RightTee if it is at the end of the menu.
* Implements cursor visibility on TextField.
* Fixes the sub-menu not showing.
* Avoids draw the menu help and shortcut if there no available space.
* Remove reference for the MenuClosing event.
* UpdateCursor must only run after the ScreenBuffer is initialized to use the cursor visibility.
* Implements Resized event on Toplevel class.
* Prevents writing overlay on the menu.
* Covering more unit tests.
* Changing from Views to Core namespace.
* Implementing MenuClosingEventArgs and MenuAllClosed event.
* Only close the menu if it's open.
* Implementing localization for en-US and pt-PT to the FileDialog.
* Implementing localization for en-US and pt-PT on the TextField context menu.
* Fixes a bug where DeleteSelectedText is updating the Text before operation completion.
* Added a method to get all the supported cultures from the Terminal.Gui.
* Improving context menu and adding more unit tests.
* Fixes ComboBox text and list if the height is equal to one. End and Home navigate on text.
* Trying fix the all scenarios unit test.
* Removing unnecessary code.
* Avoiding the Collection was modified after the enumerator was instantiated exception.
* Also cover the IndexOfValue inside the lock.
* Disposing the DrawContent event.
* Increasing the time to test.
* Revert "Increasing the time to test."
This reverts commit b3c2ac871c.
* CharacterMap take more time to load.