Commit Graph

6924 Commits

Author SHA1 Message Date
Tig
e1faab09f2 Refixed OnMouseClicked 2024-10-15 09:06:16 -06:00
Tig
9363401f44 Broke OnMouseClicked 2024-10-15 08:57:43 -06:00
Tig
12fe1c2f0d Fixed OnMouseClicked 2024-10-15 08:16:59 -06:00
Tig
7866e800cc MouseEventArgs cleanup 2024-10-15 07:50:50 -06:00
Tig
f7de547894 MouseEventArgs cleanup 2024-10-15 07:44:53 -06:00
Tig
1363995326 Merged MouseEvent and MouseEventEventArgs into MouseEventArgs 2024-10-15 07:40:42 -06:00
Tig
8807e485c3 View.Mouse cleanup - Fixed TableView 2024-10-15 07:11:38 -06:00
Tig
2e37ca3592 View.Mouse cleanup - Fixed MenuBar 2024-10-15 07:07:28 -06:00
Tig
681dd9bd8e View.Mouse cleanup - Fixed combobox 2024-10-15 07:04:51 -06:00
Tig
0a6ba8315b View.Mouse cleanup - Fixed combobox 2024-10-15 06:56:53 -06:00
Tig
1abe3182b6 View.Mouse cleanup - WIP3 2024-10-15 06:52:05 -06:00
Tig
a19781c53b View.Mouse cleanup - WIP2 2024-10-14 20:25:24 -06:00
Tig
a9e1f2a2cb View.Mouse cleanup - WIP 2024-10-14 18:30:21 -06:00
Tig
053da7ed25 Application.Mouse cleanup 2024-10-14 18:15:49 -06:00
Tig
b766e4efdd Fixed listView issue.
Added ability to mark/unmark all to ListView
2024-10-14 17:30:30 -06:00
Tig
89d8b74c3d Key API simplification 2024-10-14 16:48:28 -06:00
Tig
3f3ceae9c7 API docs 2024-10-14 16:35:10 -06:00
Tig
bc51f8868b KeyDown API usage cleanup 2024-10-14 14:56:46 -06:00
Tig
f536945df5 Application.Keyboard Code cleanup 2024-10-14 14:19:48 -06:00
Tig
c19cc7c332 Code cleanup 2024-10-14 14:06:27 -06:00
Tig
84b271947a Fixed InvokingKeyBindings event semantics 2024-10-14 12:43:14 -06:00
Tig
6df071fbe1 Fixed.
Added event.md
2024-10-14 12:32:41 -06:00
Tig
ee196fec48 WIP: Keyboard event improvements 2024-10-14 08:41:22 -06:00
Tig
d6852cbbdc KeyUp/Down api docs 2024-10-13 09:39:50 -06:00
Tig
61be0615e0 Fixed TableView key handling 2024-10-13 09:25:37 -06:00
Tig
8cb0c84282 Fixed View.KeyDown/Up event handling 2024-10-13 08:40:38 -06:00
Tig
1e99319367 Fixed 2024-10-13 08:01:57 -06:00
Thomas Nind
cc0d9655e5 Fixes #3713 - TextField & TextView - When pressing right/left clear the selection instead of move tab (#3776)
* When pressing right clear the selection instead of move tab - TextField

* Add tests and start on TextView

* Finish tests for TextView

* Fix typos

* typo fix x2

* Fix for Selecting being renamed IsSelecting

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2024-10-11 09:48:15 -06:00
Tig
0085e25497 Merge branch 'v2_release' of tig:gui-cs/Terminal.Gui into v2_release 2024-10-10 20:05:07 -06:00
Tig
f247807ddb Merge pull request #3788 from gui-cs/v2_develop
`v2_release` <- `v2_develop`
2024-10-10 22:03:42 -04:00
Tig
3715166793 Merge branch 'v2_release' into v2_develop 2024-10-10 19:59:53 -06:00
Tig
4cae9ef5ac Merge branch 'v2_develop' of tig:gui-cs/Terminal.Gui into v2_develop 2024-10-10 19:58:21 -06:00
Tig
a06dad57ae Merge pull request #3772 from BDisp/v2_3771_textview-no-printable-rune-fix
Fixes #3771. TextView doesn't consider no-printable rune in draw and cursor position.
2024-10-10 21:52:28 -04:00
Tig
bc1aeaa3fc Merge pull request #3770 from BDisp/v2_2798_add-true-color-to-cursesdriver
Fixes #2798. Add TrueColor support to CursesDriver.
2024-10-10 21:51:00 -04:00
Tig
9cb985de62 Update publish.yml 2024-10-10 19:50:04 -06:00
Tig
ffe51545c3 Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix 2024-10-10 21:48:51 -04:00
Tig
b98c6fa894 Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver 2024-10-10 21:48:22 -04:00
Tig
bf095b3711 Update publish.yml (#3789) 2024-10-10 19:47:17 -06:00
Tig
b6b60b1ef7 Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix 2024-10-10 21:39:04 -04:00
Tig
14cce2e2e1 Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver 2024-10-10 21:38:48 -04:00
Tig
4183a063f3 Merge branch 'v2_develop' of tig:gui-cs/Terminal.Gui into v2_develop 2024-10-10 19:32:35 -06:00
Tig
520194e422 Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop 2024-10-10 19:32:17 -06:00
BDisp
9c6a3058d4 Fixes #3784. SelfContained and NativeAot projects should use the local package in the release mode. (#3785)
* 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.
2024-10-10 19:31:55 -06:00
BDisp
91c4e30c7f Merge branch 'v2_3784_selfcontained_nativeaot-local-release-package' into v2_2798_add-true-color-to-cursesdriver 2024-10-11 00:41:36 +01:00
BDisp
7d197c61c3 Merge branch 'v2_3784_selfcontained_nativeaot-local-release-package' into v2_3771_textview-no-printable-rune-fix 2024-10-11 00:40:23 +01:00
BDisp
1a8569beb7 Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver 2024-10-11 00:39:12 +01:00
BDisp
fae9675301 Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix 2024-10-11 00:37:31 +01:00
BDisp
bc20229d8f Merge branch 'v2_develop' into v2_3784_selfcontained_nativeaot-local-release-package 2024-10-11 00:23:50 +01:00
Tig
f789f6a872 that didn't work. reverting again 2024-10-10 17:21:20 -06:00
Tig
5ce1750fbf ahh. didn't know there were two aot samples 2024-10-10 17:17:33 -06:00