* Fixes#1475. Selection ending with a white space error.
* Prevents the mouse double click processing twice.
* Removing unnecessary variable.
* Sets ScrollViewBar CanFocus to false to ensure the host always focused.
* Only navigates through TabView if winDialog is not null and ensures TextView being focused.
* Fixes both dynamic menu and status bar broken scenarios.
* Fix a bug where the subviews oldEnabled can be overridden, even the superview Enable property hasn't changed.
* Fixes CanFocus when set to false and HasFocus is true.
* Fixes the broken TextView DesiredCursorVisibility.
* Prevents TextField being focused by mouse if CanFocus is false.
* Fixes the CanFocus on content views.
* Fixes#1470. Not all WindowsConsole.InputRecord are caught in WindowsDriver.
* Changing the input for a Queue object.
* Suppress warnings.
* Fixed yet the visibility cursor and adding more unit tests.
* Suppressing more warnings.
* Fixes keys modifiers not reseting and enter key on Windows Terminal.
* Fixes summary warnings.
* Ensures MainIteration processes input while count greater than zero.
* Adding UseSystemConsole to the launch settings profile.
* Improves the performance with Console.Write by writing faster.
* Fixed label positions to begin at Margins not just bottom left of screen
* Tidied up Axis GetLabels and added margin control to GraphViewExample
* Added tests for very large margins
* Fixes#1446. Added more features to the Border and Toplevel focus.
* Prevents throwing exception on negative effect3DOffset values
* Ensures that a view can be focused.
* Only sets focus if it isn't disposing.
* Fixes ViewToScreen and DrawChildBorder Effect3D.
* Unit test for negative coordinates with the ViewToScreen method.
* Added Tab navigation feature to the Editor scenario.
* ComboBox cursonDownKey nullref fix (#1472)
* added null guard to fix null ref when pressing keyDown inside combobox
Improved an error message when view cannot be found
* Added a unit test to ensure combobox can process all key events
Found and fixed a new nullref
* Found a new bug when source is already present and combobox is added to a top view
* searchSet is auto initialized to new List() now to make the code a little bit safer
* Fixes WindowsDriver HeightAsBuffer set to false. (#1466)
* Bump ReportGenerator from 4.8.12 to 4.8.13 (#1473)
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 4.8.12 to 4.8.13.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v4.8.12...v4.8.13)
---
updated-dependencies:
- dependency-name: ReportGenerator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixes#1445. Fixing more the Curses and WSL clipboard. (#1448)
* Fixes#1445. Fixing more the Curses and WSL clipboard.
* Fixing unit tests.
* Changing namespace.
* Fixes WSL2 clipboard unit test.
* Upgrades devcontainer with the MainLoop fix.
* Fixes pasting with no selection and with lines break.
* Prevents the event button click being fired after a button pressed with mouse move.
* Fixes the char [ not being processed.
* Added Application.QuitKey property to allow change the quitting application key. (#1450)
* Added Application.QuitKey property to allow change the quitting application key.
* Fixes QuitKey unit test by reseting his value.
* Locks timeouts until is added.
* Fixes#1467. AlternateForward/BackwardKey bypasses dialog modality (#1468)
* Changed namespace.
* Fixing merge conflicts.
* Fixes mouse click issue.
* Removing windows resizing because buffer resizing is enough.
* Fixes#1477. Mouse click and console bottom on Windows Terminal.
Co-authored-by: Igor Bagdamyan <37334640+En3Tho@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added Application.QuitKey property to allow change the quitting application key.
* Fixes QuitKey unit test by reseting his value.
* Locks timeouts until is added.
* Fixes#1445. Fixing more the Curses and WSL clipboard.
* Fixing unit tests.
* Changing namespace.
* Fixes WSL2 clipboard unit test.
* Upgrades devcontainer with the MainLoop fix.
* Fixes pasting with no selection and with lines break.
* Prevents the event button click being fired after a button pressed with mouse move.
* Fixes the char [ not being processed.
* added null guard to fix null ref when pressing keyDown inside combobox
Improved an error message when view cannot be found
* Added a unit test to ensure combobox can process all key events
Found and fixed a new nullref
* Found a new bug when source is already present and combobox is added to a top view
* searchSet is auto initialized to new List() now to make the code a little bit safer
* Allowing pass the view to the RootMouseEvent.
* Allowing bring the current window to front on dragging.
* Improving the ConsoleDriver to get the Attribute colors based on the value.
* Added a PanelView to deal with borders.
* Added a Border feature to all views.
* Added basic autocomplete style dropdown (not working properly yet)
* Autocomplete basically working but rough around the edges
* Changed to Lists and added CloseKey
* Fixed test, made autocomplete equal length
* Added scrolling through autocomplete list
* Made Accept autocomplete do delete and replace instead of append to support caps changes
* Changed Autocomplete ColorScheme to cyan
* Fixed autocomplete render location when TextView is scrolled
* Fixed scrolling and overspill rendering
* Added wordwrap option to SyntaxHighlighting Scenario
* Moved Autocomplete to be member property of TextView
* Made Suggestions a readonly collection and enabled Autocomplete in Editor Scenario
* Added ClipOrPad tests
* Fixed bad merge
* Delayed init of ColorScheme on Autocomplete until needed
* Changed ColorScheme to match Menu bar
* Fixes#1384. Added a VisibleChanged event on the View class.
* Getting the last char.
* Fixes#871. Added Enable property to Responder and added Disabled color for all ColorSchemes.
* Added GetNormalColor method to the View being more readable.
* Fixes the contentBottomRightCorner Enable and Visible.
* Fixes#643. Added AddItemAt and RemoveItem to StatusBar and fixed more bugs.
* Typo fixes.
* Fixes#1387. Allowing the UnitTests project to test internal keywords.
* Fixes#1389. Added a unidirectional feature to the Marquee styles to the ProgressBar.
* Fixes#1394. Added ReflectedType to check for overridden.
* Fixes#1396. Using the Loaded event instead the Ready event.
* Fixes#1402. Only WindowsDriver supports horizontal scroll. (#1403)
* Fixes#1402. Only WindowsDriver supports horizontal scroll.
* Fixes ProcessContinuousButtonPressedAsync on all drivers.
* Fixed internal unit test.
* Fixing warning.
* Fixing Editor scenario error.
* Fixes double and triple click on a touchpad.
* Ensuring reset the counting.
* Allowing touchpad double and triple click with one finger on CursesDriver.
* Allowing touchpad double and triple click with one finger on WindowsDriver.
* Fixes#1414. Fixed multi toplevels and mdi container issues.
* Improving EnsureVisibleBounds and PositionToplevel.
* Added mouseGrabView to the ResetState method.
* Changing namespace.
* Allowing file type on the SaveDialog.
* Fixes SaveDialogs writing the extension twice.