BDisp
8f1954f16c
Fixes #3790 . Can't build v2_develop RELEASE - "The local source 'C:\Users\Tig\s\gui-cs\Terminal.Gui\local_packages' doesn't exist." ( #3794 )
2024-10-17 12:15:06 -06:00
Tig
d6a652b159
Merge pull request #3783 from tig/v2_3777-hexedit
...
Fixes #3777 - `HexView` Focus Issue - Adds `View.AdvancingFocus` events
2024-10-15 11:48:27 -06:00
Tig
5c09fa2144
Fixed merge issues
2024-10-15 11:11:40 -06:00
Tig
9d83e23000
Merge branch 'v2_3777-hexedit' of tig:tig/Terminal.Gui into v2_3777-hexedit
2024-10-15 11:09:37 -06:00
Tig
2c3a761f67
Merge branch 'v2_develop' into v2_3777-hexedit
2024-10-15 11:07:51 -06:00
Tig
0a108fa110
Merge pull request #3797 from tig/v2_3029-MouseEvents
...
Fixes #3029 - Refactors `MouseEvent` and APIs to simplify and make consistent
2024-10-15 11:05:49 -06:00
Tig
e85f694269
Fixed Time/DateField crash 2
2024-10-15 10:55:23 -06:00
Tig
bf2e032cf4
Fixed Time/DateField crash
2024-10-15 10:48:00 -06:00
Tig
64f87cd445
code cleanup
2024-10-15 10:36:34 -06:00
Tig
6a90328c61
Added Is<flag> helpers
2024-10-15 10:33:56 -06:00
Tig
5590c28026
Merge branch 'v2_develop' into v2_3029-MouseEvents
2024-10-15 10:08:16 -06:00
Tig
23eb14c6e2
Merge pull request #3795 from tig/v2_3793-CollectionNavigator-Use-OnKeyDown
...
Fixes #3793 . Simplifies and makes correct `KeyDown/Up` API, Fixes: `CollectionNavigator` should be called on `KeyDown`
2024-10-15 10:05:43 -06:00
Tig
c50f47be1e
Code cleanup
2024-10-15 09:58:25 -06:00
Tig
f503a5c06f
keyEvent -> key
2024-10-15 09:51:02 -06:00
Tig
e6fd6350ba
More fixes
2024-10-15 09:34:24 -06:00
Tig
7d07d847e7
Refixed OnMouseClicked - button
2024-10-15 09:12:38 -06:00
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
Tig
e370cfbb36
Merge branch 'v2_3777-hexedit' of tig:tig/Terminal.Gui into v2_3777-hexedit
2024-10-11 09:57:12 -06:00
Tig
9a9f48c2f0
Fixed DrawHorizontalShadowTransparent (vertical was already fixed).
2024-10-11 09:57:07 -06:00
Tig
87a4873e2d
Merge branch 'v2_develop' into v2_3777-hexedit
2024-10-11 11:48:49 -04: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
b4b53685b6
Fixed hexView colors
2024-10-11 09:46:04 -06:00
Tig
d91d604b88
Code cleanup - CancelEventArgs
2024-10-11 09:18:44 -06:00
Tig
505d0bdb8c
Code cleanup - CancelEventArgs
2024-10-11 09:18:10 -06:00