* Tons of API doc updates
* Adjust timeout
* Code cleanuyp
* Disabled All_Scenarios_Benchmark
* Removed logs
* Fixed a bunch of warnings
* Fixed a bunch of warnings2
* Disabled All_Scenarios_Benchmark again...just to make sure
* Enabled All_Scenarios_Benchmark again...It is not the culprit
* Tons of API doc updates
* Removed stale test
* Removed stale tests
* Fixed Skipped Shadow test 1
* Fixed Skipped Shadow test 2
* Fixed Skipped Shadow test 3
* Removed stale test
* Removed stale test2
* Explicit unregister of event handler on Application.Driver!.ClearedContents
* Added Toplevels to dict
* code cleanup
* spelling error
* Removed stale test3
* Removed stale test4
* Removed stale test5
* added script
* tweaked script
* tweaked script
* Created StressTests project; moved some tests
* Created IntegrationTests project; moved some tests
* New yml
* made old yml just unit tests
* Tweaked Button_IsDefault_Raises_Accepted_Correctly
* tweaked script
* cleaned up ymls
* tweakled up ymls
* stress tests...
* stress tests on ubuntu only
* Fixed WindowsDriver in InvokeLeakTest
* Fixed WindowsDriver in InvokeLeakTest2
* Added Directory.Packages.props.
Added Directory.Build.props
* Shortened StressTest time
* Removed dupe file.
* DemoFiles
* Moved all tests to ./Tests dir.
* Fixed release build issue
* Fixed .sln file
* Fixed .sl* files
* Fixing ymls
* Fixing interation tests
* Create link to the file TestHelpers.
* Created Tests/UnitTestsParallelizable.
Moved all obviously parallelizable tests.
Updated yml.
* fixing logs
* fixing logs2
* fixing logs3
* don't require stress to pass for PRs
* Fix a failure?
* tweaked script
* Coudl this be it?
* Moved tons of tests to parallelizable
* Fixed some stuff
* Script to find duplicate tests
* Testing workflows
* Updated to v4
* Fix RelativeBasePath issue
* Replace powershell to pwsh
* Add ignore projects.
* Removed dupe unit tests
* Code cleanup of tests
* Cleaned up test warnings
* yml tweak
* Moved setter
* tweak ymls
* just randomly throwing spaghetti at a wall
* Enable runing 5 test runners in par
* Turned off DEBUG_DISPOSABLE for par tests
* RunningUnitTests=true
* code cleanup (forcing more Action runs)
* DISABLE_DEBUG_IDISPOSABLE
* Added View.DebugIDisposable. False by default.
* Remobed bogus tareet
* Remobed bogus tareet2
* fixed warning
* added api doc
* fixed warning
* fixed warning
* fixed warning2
* fixed warning3
* fixed warning4
---------
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Tons of API doc updates
* Added logging control to UICatalog
* Added logging control to UICatalog - more
* fixed minor issues
* removed logs from .gitignore
* Fixed log file path
* Fixed app desc
* Fixes#3784. SelfContained and NativeAot projects should use the local package in the release mode.
* Run dotnet restore before build.
* Using local_packages folder for CI.
* Add build_release_consumer.
* Remove build_release_consumer.
* Fix folder for CI.
* Fix System.Text.Json vulnerability.
* Fix local_packageslocation.
* Add package sources to the packageSourceMapping tag.
* Using the original configuration.
* Only add the Terminal.Gui pattern in the LocalPackages.
* Fix the path folder separator with unit style.
* Using pack instead of build.
* Create LocalPackages Directory
* Add local_packages source.
* Using scripts to build release for NativeAot and SelfContained.
* Trying to fix path.
* Again.
* Fix the path for the package,
* Need to build before pack.
* Needs also build before pack locally.
* Fix build path.
* Added ClipRegion; cleaned up driver code
* clip region unit tests
* api docs
* Moved color stuff from ConsoleDriver to Color.cs
* Removes unused ConsoleDriver APIs
* Code cleanup and Removes unused ConsoleDriver APIs
* Code cleanup and Removes unused ConsoleDriver APIs
* Work around https://github.com/gui-cs/Terminal.Gui/issues/2610
* adjusted unit tests
* initial commit
* Made Rows, Cols, Top, Left virtual
* Made Clipboard non-virtual
* Made EnableConsoleScrolling non-virtual
* Made Contents non-virtual
* Pulled Row/Col up
* Made MoveTo virtual; fixed stupid FakeDriver cursor issue
* Made CurrentAttribute non-virtual
* Made SetAttribute non-virtual
* Moved clipboard code out
* Code cleanup
* Removes dependecy on NStack from ConsoleDrivers - WIP
* Fixed unit tests
* Fixed unit tests
* Added list of unit tests needed
* Did some perf testing; tweaked code and charmap to address
* Brough in code from PR #2264 (but commented)
* Tons of code cleanup
* Fighting with ScrollView
* Fixing bugs
* Fixed TabView tests
* Fixed View.Visible test that was not really working
* Fixed unit tests
* Cleaned up clipboard APIs in attempt to track down unit test failure
* Add Cut_Preserves_Selection test
* Removed invalid code
* Removed invalid test code; unit tests now pass
* EscSeq* - Adjusted naming, added more sequences, made code more consistent, simplified, etc...
* Added CSI_SetGraphicsRendition
* NetDriver code cleanup
* code cleanup
* Cleaned up color handling in NetDriver
* refixed tabview unit test
* WindowsDriver color code cleanup
* WindowsDriver color code cleanup
* CursesDriver color code cleanup
* CursesDriver - Adding _BOLD has no effect. Further up the stack we cast the return of ColorToCursesColor from int to short and the _BOLD values don't fit in a short.
* CursesDriver color code - make code more accurate
* CursesDriver color code - make code more accurate
* Simplified ConsoleDriver.GetColors API
* Simplified ConsoleDriver.GetColors API further
* Improved encapslation of Attribute; prep for TrueColor & other attributes like blink
* Fixes#2249. CharacterMap isn't refreshing well non-BMP code points on scroll.
* Use GetRange to take some of the runes before convert to string.
* Attempting to fix unit tests not being cleaned up
* Fixes#2658 - ConsoleDriver.IsRuneSupported
* Fixes#2658 - ConsoleDriver.IsRuneSupported (for WindowsDriver)
* Check all the range values and not only the max value.
* Reducing code.
* Fixes#2674 - Unit test process doesn't exit
* Changed Cell to support IsDirty and list of Runes
* add support for rendering TrueColor output on Windows merging veeman & tznind code
* add colorconverter changes
* fixed merged v2_develop
* Fixing merge bugs
* Fixed merge bugs
* Fixed merge bugs - all unit tests pass
* Debugging netdriver
* More netdriver diag
* API docs for escutils
* Update unicode scenario to stress more stuff
* Contents: Now a 2D array of Cells; WIP
* AddRune and ClearContents no longer virtual/abstract
* WindowsDriver renders correctly again
* Progress on Curses
* Progress on Curses
* broke windowsdriver
* Cleaned up FakeMainLoop
* Cleaned up some build warnings
* Removed _init from AutoInitShutdown as it's not needed anymore
* Removed unused var
* Removed unused var
* Fixed nullabiltiy warning in LineCanvas
* Fixed charmap crash
* Fixes#2758 in v2
* Port testonfail fix to v2
* Remove EnableConsoleScrolling
* Backport #2764 from develop (clear last line)
* Remove uneeded usings
* Progress on unicode
* Merged in changes from PR #2786, Fixes#2784
* revamp charmap rendering
* Charmap option to show glyph widths
* Fixed issue with wide glpyhs being overwritten
* Fixed charmap startcodepoint change issue
* Added abiltiy to see ncurses verison/lib
* Fought with CursesDriver; giving up for now. See notes.
* Leverage Wcwidth nuget library instaed of our own tables
* enhanced charmap Details dialog
* Final attempt at fixing curses
---------
Co-authored-by: BDisp <bd.bdisp@gmail.com>
Co-authored-by: adstep <stephensonadamj@gmail.com>
* tweaked version # for v1.0.0-beta.10
* tweaked version # for v1.0.0-beta.11
* Updated readme and revision history for 1.0
* excluding test results
* Added support for viewing code coverage results with Fine Code Coverage
* add generating CC to CI/CD
* refactored unit test namespaces
* more refactoring. commented out failing test.
* Removed UnitTests and UICatalog from code coverage reporting
* made Application and test more deterministic
* disabled Multi_Thread_Toplevels because it is currently broken and don't understand why
* updated threading test per @bdisp
* testing cc badge stuff
* another test
* using coverlet.settings
* trying copy
* trying cp. duh.
* trying mv.
* wrong path
* print
* chaging badge output for testing
* yaml error
* fixed code coverage
* moved dimtests to core
This PR includes:
#586 - Fixed Clipping
#587 - LayoutComplete
#591 - Sys Console Scenario
#590 - Significantly improves MessageBox, Dialog, Frame drawning and more
See the PRs above for all the details.
Here are the issues this closes:
Closes#299 - MessageBox now auto sizes
Closes#557 - MessageBoxes on small screens
Closes#432 - MessageBox does not deal with long text; width/height params are goofy
Closes#521 - MessageBox should take ustrings (BREAKING CHANGE)
Closes#35 - Dialog should have 1 char padding around edges
Closes#570 - Dialog should use computed layout for buttons
Closes#470 - UI Catalog: Add Dialogs Scenario
Closes#569 - LayoutComplete event
Plus probably more.
* Fixes an issue in the sln file that despite not having been changed, git reports as changed.
* Adding some settings for crlf and user specific.
* Prevent button clicked event if the point of the pressed and released don't match. Also decreases the delay for the triple click.
* Changes the menu button clicked event to button pressed to improve mouse clicks.
* Removed the action that was running all the time after the first running.
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Fixes culture info of DataField from pr #250
* Fixes the rectangle drawing issue
* Fixes#290 issue "Redraw issue when setting coordinates of label"
* Added sub menus into menu bar with mouse and key navigation
* Needed to assume color for the Disable attribute
* Added Colors.Menu.Disabled to CursesDriver.cs
* Mouse text selection with cut, copy and paste on text fields
* Change sepChar from char to string in DateField
* Adding a disabled menu item in the demo file
* Adding a disabled menu item in the demo file
* Fixes Button repainting issue when changing the text length to one smaller
* Fixes#290 issue "Redraw issue when setting coordinates of label"
* Only demonstration of issue # 308 that even though the cursor is gray on a gray background can be viewed.
* Fixes issue #163 "ScrollView does not render some content"
* Fixed bug in Button that caused a loop redraw calling TerminalResized
* Fixes#282 "Repaint Issue"
* Removed white space
* Mouse features added to FileDialog including wheel support.
* Forget to delete this commented method.
* Changing back to MouseFlags.AllEvents in case some mouse event is not triggering.
* Add documentation on ISupportInitialize/ISupportInitializeNotification (#286)
* Switch netcoreapp target to netstandard2.0 (#284)
Fixes#283
Instead of adding another target framework to the list, switch from netcoreapp2.0 to netstandard2.0, as ns2.0 is a subset of netcoreapp.
* Added TextView.TextChanged event (#264)
* Fixed key events traversal for modal dialogs (#288)
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Prepare for 0.25
* Remove travis link
* Revert Daniel's change 00c5997daa as it prevents the solution from building on Mac
* Prepare for 0.26
* Restore some files that were deleted by Daniel's commit that I had not restored
* Fixed out of range exception and text redraw when navigate backward (#320)
* Typo fix (#321)
* Fixes issue #306 async/await hang (#312)
* Fixed async/await hang
* Fixed async/await hang with calling Wakeup
* Moved Wake Up into lock statement
* Support menu items that are null so they can be drawn as a menu separator (#304)
* Fixed and Enabled Library reinitialization (#291)
- Replaced static driver initialization with property getter for reference passing in Core.cs::View class, this allows the library to be reinitialized at any time.
- Made the Shutdown method on Core.cs::Application class public, since there is no reason to keep it private. Applications can shutdown the library and revert the console to the initial stage by calling it.
- Fixed a memory-leak on Drivers/WindowsDriver class by destroying the generated screen buffers at library shutdown by calling CloseHandle.
- Minor change to Core.cs::Application.Init(Func<Toplevel>) for better initialization status tracking, via backend property instead of relying on the Top field.
* Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
* Resizing the MessageBox width to accommodate all message text (#299)
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Resizing the MessageBox width to accommodate all message text
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* extract methods on ListView to make it controlable from other controls (#310)
* moveup
* MoveDown
* MovePageDown
* MovePageUp
* MarkUnmarkRow
* Allowing list items selection (#302)
* Prepare for 0.26
* Restore some files that were deleted by Daniel's commit that I had not restored
* Fixed out of range exception and text redraw when navigate backward (#320)
* Typo fix (#321)
* Fixes issue #306 async/await hang (#312)
* Fixed async/await hang
* Fixed async/await hang with calling Wakeup
* Moved Wake Up into lock statement
* Support menu items that are null so they can be drawn as a menu separator (#304)
* Fixed and Enabled Library reinitialization (#291)
- Replaced static driver initialization with property getter for reference passing in Core.cs::View class, this allows the library to be reinitialized at any time.
- Made the Shutdown method on Core.cs::Application class public, since there is no reason to keep it private. Applications can shutdown the library and revert the console to the initial stage by calling it.
- Fixed a memory-leak on Drivers/WindowsDriver class by destroying the generated screen buffers at library shutdown by calling CloseHandle.
- Minor change to Core.cs::Application.Init(Func<Toplevel>) for better initialization status tracking, via backend property instead of relying on the Top field.
* Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
* Resizing the MessageBox width to accommodate all message text (#299)
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Resizing the MessageBox width to accommodate all message text
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* extract methods on ListView to make it controlable from other controls (#310)
* moveup
* MoveDown
* MovePageDown
* MovePageUp
* MarkUnmarkRow
* Allowing list items selection (#302)
* Add documentation on ISupportInitialize/ISupportInitializeNotification (#286)
* Switch netcoreapp target to netstandard2.0 (#284)
Fixes#283
Instead of adding another target framework to the list, switch from netcoreapp2.0 to netstandard2.0, as ns2.0 is a subset of netcoreapp.
* Added TextView.TextChanged event (#264)
* Fixed key events traversal for modal dialogs (#288)
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Prepare for 0.25
* Remove travis link
* Revert Daniel's change 00c5997daa as it prevents the solution from building on Mac
* Prepare for 0.26
* Restore some files that were deleted by Daniel's commit that I had not restored
* Fixed out of range exception and text redraw when navigate backward (#320)
* Typo fix (#321)
* Fixes issue #306 async/await hang (#312)
* Fixed async/await hang
* Fixed async/await hang with calling Wakeup
* Moved Wake Up into lock statement
* Support menu items that are null so they can be drawn as a menu separator (#304)
* Fixed and Enabled Library reinitialization (#291)
- Replaced static driver initialization with property getter for reference passing in Core.cs::View class, this allows the library to be reinitialized at any time.
- Made the Shutdown method on Core.cs::Application class public, since there is no reason to keep it private. Applications can shutdown the library and revert the console to the initial stage by calling it.
- Fixed a memory-leak on Drivers/WindowsDriver class by destroying the generated screen buffers at library shutdown by calling CloseHandle.
- Minor change to Core.cs::Application.Init(Func<Toplevel>) for better initialization status tracking, via backend property instead of relying on the Top field.
* Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
* Resizing the MessageBox width to accommodate all message text (#299)
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Resizing the MessageBox width to accommodate all message text
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* extract methods on ListView to make it controlable from other controls (#310)
* moveup
* MoveDown
* MovePageDown
* MovePageUp
* MarkUnmarkRow
* Allowing list items selection (#302)
* Switch netcoreapp target to netstandard2.0 (#284)
Fixes#283
Instead of adding another target framework to the list, switch from netcoreapp2.0 to netstandard2.0, as ns2.0 is a subset of netcoreapp.
* Added TextView.TextChanged event (#264)
* Prepare for 0.25
* Remove travis link
* Revert Daniel's change 00c5997daa as it prevents the solution from building on Mac
* Prepare for 0.26
* Restore some files that were deleted by Daniel's commit that I had not restored
* Fixed out of range exception and text redraw when navigate backward (#320)
* Typo fix (#321)
* Fixes issue #306 async/await hang (#312)
* Fixed async/await hang
* Fixed async/await hang with calling Wakeup
* Moved Wake Up into lock statement
* Fixed and Enabled Library reinitialization (#291)
- Replaced static driver initialization with property getter for reference passing in Core.cs::View class, this allows the library to be reinitialized at any time.
- Made the Shutdown method on Core.cs::Application class public, since there is no reason to keep it private. Applications can shutdown the library and revert the console to the initial stage by calling it.
- Fixed a memory-leak on Drivers/WindowsDriver class by destroying the generated screen buffers at library shutdown by calling CloseHandle.
- Minor change to Core.cs::Application.Init(Func<Toplevel>) for better initialization status tracking, via backend property instead of relying on the Top field.
* Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
* Resizing the MessageBox width to accommodate all message text (#299)
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Resizing the MessageBox width to accommodate all message text
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* extract methods on ListView to make it controlable from other controls (#310)
* moveup
* MoveDown
* MovePageDown
* MovePageUp
* MarkUnmarkRow
* Allowing list items selection (#302)
* Added sub menus into menu bar with mouse and key navigation
* Fetch from upstream/master
* Fetch from upstream/master
* Fetch from upstream/master
* Fetch from upstream/master
* Fetch from upstream/master
* Add documentation on ISupportInitialize/ISupportInitializeNotification (#286)
* Switch netcoreapp target to netstandard2.0 (#284)
Fixes#283
Instead of adding another target framework to the list, switch from netcoreapp2.0 to netstandard2.0, as ns2.0 is a subset of netcoreapp.
* Added TextView.TextChanged event (#264)
* Fixed key events traversal for modal dialogs (#288)
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Prepare for 0.25
* Remove travis link
* Revert Daniel's change 00c5997daa as it prevents the solution from building on Mac
* Prepare for 0.26
* Restore some files that were deleted by Daniel's commit that I had not restored
* Fixed out of range exception and text redraw when navigate backward (#320)
* Typo fix (#321)
* Fixes issue #306 async/await hang (#312)
* Fixed async/await hang
* Fixed async/await hang with calling Wakeup
* Moved Wake Up into lock statement
* Support menu items that are null so they can be drawn as a menu separator (#304)
* Fixed and Enabled Library reinitialization (#291)
- Replaced static driver initialization with property getter for reference passing in Core.cs::View class, this allows the library to be reinitialized at any time.
- Made the Shutdown method on Core.cs::Application class public, since there is no reason to keep it private. Applications can shutdown the library and revert the console to the initial stage by calling it.
- Fixed a memory-leak on Drivers/WindowsDriver class by destroying the generated screen buffers at library shutdown by calling CloseHandle.
- Minor change to Core.cs::Application.Init(Func<Toplevel>) for better initialization status tracking, via backend property instead of relying on the Top field.
* Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
* Resizing the MessageBox width to accommodate all message text (#299)
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Resizing the MessageBox width to accommodate all message text
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* extract methods on ListView to make it controlable from other controls (#310)
* moveup
* MoveDown
* MovePageDown
* MovePageUp
* MarkUnmarkRow
* Allowing list items selection (#302)
* Fetch from upstream/master
* Fetch from upstream/master
* Fetch from upstream/master
* Add documentation on ISupportInitialize/ISupportInitializeNotification (#286)
* Switch netcoreapp target to netstandard2.0 (#284)
Fixes#283
Instead of adding another target framework to the list, switch from netcoreapp2.0 to netstandard2.0, as ns2.0 is a subset of netcoreapp.
* Added TextView.TextChanged event (#264)
* Fixed key events traversal for modal dialogs (#288)
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Prepare for 0.25
* Remove travis link
* Revert Daniel's change 00c5997daa as it prevents the solution from building on Mac
* Prepare for 0.26
* Restore some files that were deleted by Daniel's commit that I had not restored
* Fixed out of range exception and text redraw when navigate backward (#320)
* Typo fix (#321)
* Fixes issue #306 async/await hang (#312)
* Fixed async/await hang
* Fixed async/await hang with calling Wakeup
* Moved Wake Up into lock statement
* Support menu items that are null so they can be drawn as a menu separator (#304)
* Fixed and Enabled Library reinitialization (#291)
- Replaced static driver initialization with property getter for reference passing in Core.cs::View class, this allows the library to be reinitialized at any time.
- Made the Shutdown method on Core.cs::Application class public, since there is no reason to keep it private. Applications can shutdown the library and revert the console to the initial stage by calling it.
- Fixed a memory-leak on Drivers/WindowsDriver class by destroying the generated screen buffers at library shutdown by calling CloseHandle.
- Minor change to Core.cs::Application.Init(Func<Toplevel>) for better initialization status tracking, via backend property instead of relying on the Top field.
* Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
* Resizing the MessageBox width to accommodate all message text (#299)
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Resizing the MessageBox width to accommodate all message text
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* extract methods on ListView to make it controlable from other controls (#310)
* moveup
* MoveDown
* MovePageDown
* MovePageUp
* MarkUnmarkRow
* Allowing list items selection (#302)
* Fetch from upstream/master
* Switch netcoreapp target to netstandard2.0 (#284)
Fixes#283
Instead of adding another target framework to the list, switch from netcoreapp2.0 to netstandard2.0, as ns2.0 is a subset of netcoreapp.
* Added TextView.TextChanged event (#264)
* Prepare for 0.25
* Remove travis link
* Revert Daniel's change 00c5997daa as it prevents the solution from building on Mac
* Prepare for 0.26
* Restore some files that were deleted by Daniel's commit that I had not restored
* Fixed out of range exception and text redraw when navigate backward (#320)
* Typo fix (#321)
* Fixes issue #306 async/await hang (#312)
* Fixed async/await hang
* Fixed async/await hang with calling Wakeup
* Moved Wake Up into lock statement
* Support menu items that are null so they can be drawn as a menu separator (#304)
* Fixed and Enabled Library reinitialization (#291)
- Replaced static driver initialization with property getter for reference passing in Core.cs::View class, this allows the library to be reinitialized at any time.
- Made the Shutdown method on Core.cs::Application class public, since there is no reason to keep it private. Applications can shutdown the library and revert the console to the initial stage by calling it.
- Fixed a memory-leak on Drivers/WindowsDriver class by destroying the generated screen buffers at library shutdown by calling CloseHandle.
- Minor change to Core.cs::Application.Init(Func<Toplevel>) for better initialization status tracking, via backend property instead of relying on the Top field.
* Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
* Resizing the MessageBox width to accommodate all message text (#299)
* Fixed key events traversal for modal dialogs
The key must be propagated initially to the first chain element
before evaluating if we should stop because of the handled or
the Modal condition. Otherwise the modal dialog
won't get any process key notification.
This fixes c072e29a68
* Resizing the MessageBox width to accommodate all message text
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* extract methods on ListView to make it controlable from other controls (#310)
* moveup
* MoveDown
* MovePageDown
* MovePageUp
* MarkUnmarkRow
* Allowing list items selection (#302)
* Fetch from upstream/master
* Fixes#342 and improves color change interaction.
Usage:
Colors.Base.Normal = new Terminal.Gui.Attribute (Color.Green, Color.Black);
* Inserted new line at the end of file .
Changed method name to SetAttribute in the ColorScheme class.
* Prepare for 0.70
* Prepare for 0.70
* Prepare for 0.70
* Prepare for 0.70
* Prepare for 0.70
* Prepare for 0.70
* Prepare for 0.70
* Prepare for 0.70
* Timefield format with bounds values (#303)
* Implemented lower and upper bounds to TimeField
* Passing old text to the Changed event handler
* Change sepChar from char to string in TimeField
* Changing comparison from ':' to sepChar.ToCharArray () [0]
* Prepare for 0.70
* Removed duplicated Attribute Disabled property
* Fixed some bugs with the mouse event and text selection, copy, cut and paste. There is still a random failure in the mouse events that lock on button released and only trigger button clicked after moving the mouse.
* Failure behavior solved. It was a threading safe issue. Driver.Wakeup () moved to the Post method on MainLoopSyncContext class solved it.
* Changed the default for RightmostButtonPressed to Button4 and enabled clicked-drag
* Added support for Button Triple Clicked too. FileDialog changed to deal with ButtonClicked.
* Fixed a bug with the timer when dragging.
* Fixes#343 - Added AllowsMultipleSelection to the ListView
* Fixes#346 issue with enhancers characters, but it only could be apply after the pull requests at NStack are merged because of the Rune.ColumnWidth error.
* Fixes code format.
* Enabled Button Pressed with ReportMousePosition simultaneously.
* Dragging is already working. TODO: optimize, only SetNeedsDisplay on the before/after regions.
* Fixes the extra characters that remains in case the new text length is smaller than the older.
* Fixes#349 TextField user typed input no longer fires Changed event.
* Includes ControlKeyState for all the buttons events.
* Added SetSourceAsync to ListView
* Menu enhancement that works well, even if the top level has no other views. Working in further feature that if clicked outside of the menu it will closed.
* Some more features in mouse and in core.
* Added more mouse events flags, drag features, toplevel color and more...
* Remove unnecessary SetNeedsDisplay.
* Fixes a bug in the label
* Added StatusBar from pr #201 with a little change.
* Added features to TextField like mouse selection with copy, cut and paste shortcut keys. Now it's possible to use the combination of the Alt+Control+delta keys. It also be possible use special characters like €.
* Simplifying the menu with better performance.
* Private keyword dropped in all files and added some documentation.
* Changed demo to reflect the added and changes features.
* Added csproj and config files to verify if it won't trigger errors from Travis.
* Demo with the StatusBar.
* Patch for position of the StatusBar
* Removed unnecessary nugget packages.
* It looks like packages.config files are obsolete. Travis verification test.
* Update Designer.csproj
Use Stack 0.14
* Use NStack 0.14
* Use NStack 0.14
* Use NStack 0.14
* Use NStack 0.14
* Changed the NStack.Core and System.ValueTuple versions.
* Added System.ValueTuple to Example project.
* Remove System.ValueTuple and added NETStandard.Library to Example project.
* Try to restore the nuget packages.
* Revert "Try to restore the nuget packages."
This reverts commit 3957e022c3.
* Added NETStandard.Library ti the root packages.config
* Upgrade to "Microsoft.NETCore.Platforms" version="
2.0.1"
* Added <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
* Targeting framework 472.
* Removed "System.ValueTuple" Version="4.5.0" from Terminal.Gui project.
* More cleaning to the projects.
* I guess you don't need this.
Co-authored-by: Adrian Alonso <adrianalonso@gmail.com>
Co-authored-by: Daniel Cazzulino <daniel@cazzulino.com>
Co-authored-by: Marius Ungureanu <teromario@yahoo.com>
Co-authored-by: miguel <miguel.de.icaza@gmail.com>
Co-authored-by: Miguel de Icaza <miguel@gnome.org>
Co-authored-by: imaras <imaras@net.hr>
Co-authored-by: Kasper B. Graversen <kbilsted@users.noreply.github.com>
Co-authored-by: Fabian R <kderazorback@me.com>
Co-authored-by: Timothy <timothyparez@gmail.com>