Tig
6b80b23340
Updated conceptual API documentation; added mouse.md
2024-04-09 21:38:14 -04:00
Tig
5c36db22a4
merge
2024-04-09 09:02:55 -04:00
Tig
40ae272944
Refactored MouseEnter/Leave APIs to match design guidelines
2024-04-06 08:15:57 -04:00
Tig
cca32726fc
Refactored API to support extensibilty... eg Hover (not implemented yet).
2024-04-05 17:25:23 -04:00
Tig
dceed59a5f
Fixed more unit tests
2024-04-05 12:27:04 -04:00
Tig
ba429cffc2
Merged (Rebased) continous button PR
2024-04-05 12:15:13 -04:00
Tig
50f9b3559e
Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui into v2_3269_Bounds-ContentArea
2024-04-05 11:48:57 -04:00
Tig
e1a2793c5c
Fixed fragile toplevel drag unit tests
2024-04-04 19:34:39 -04:00
Tig
c5b7b084a9
Way too big a committ.... but I got carried away.
...
- Started MouseEventEventArgs -> MouseEvent transition - for OnMouseEvent. Partially fixes #3029 .
- Refactored Appliation.OnMouseEvent and View.OnMouseEvent to match design guidelines.
- Re-impleented highlight, enabling extensibility (see Border).
- Beefed up unit tests
2024-04-04 18:50:13 -04:00
Tig
dd8fe76cab
Rebased with v2_develop - broke stuff.
2024-04-03 21:27:10 -04:00
Tig
f68adf77ae
Fixed core bug. Wasn't what we thought it was.
2024-04-03 15:04:35 -05:00
Tig
1b21dd5ef1
merged
2024-04-03 05:47:35 -06:00
Tig
2ed6ed52c7
beefed up unit tests
2024-04-02 16:38:42 -06:00
Tig
c1896ee048
Renamed to HighlightOnPress and added unit tests
2024-04-02 16:22:55 -06:00
Tig
d57b58be1a
Updated ViewMouse unit tests
2024-04-01 14:24:32 -06:00
Tig
ca7b8bb0ee
fixed OnMouseClick logic
2024-04-01 12:17:52 -06:00
Tig
cf97b5b708
Fixed some unit tests. Prepared for Issue #3368
2024-04-01 11:22:27 -06:00
Tig
ca5df086ad
fixed OnMouseClick logic
2024-04-01 09:19:03 -06:00
Tig
22826e6467
Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui into v2_3269_Bounds-ContentArea
2024-03-31 10:53:26 -06:00
Tig
43e4a83664
Merge pull request #3360 from tig/v2_3359_CM_Reset
...
Fixes #3359 . Updates Unit Tests to do CM.Reset
2024-03-31 10:52:52 -06:00
Tig
7702564a3d
Merge branch 'v2_3269_Bounds-ContentArea' of tig:tig/Terminal.Gui into v2_3269_Bounds-ContentArea
2024-03-31 10:51:05 -06:00
Tig
0ef67d785b
Merge pull request #3353 from BDisp/v2_tabindex-fix_3351
...
Fixes #3351 . TabIndex with the same setter value but with wrong index return without set the correct value.
2024-03-31 10:48:59 -06:00
Tig
9b75effe49
Backed out some changes and fixed unit tests
2024-03-31 10:21:04 -06:00
Tig
8483e29a9d
Removed ScrollView dependency from CharMap to validate new View scrolling fn
2024-03-30 17:53:03 -06:00
Tig
17efda9926
Fixed ScrollViwe
2024-03-29 14:26:07 -06:00
Tig
e7a116eb46
Code cleanup
2024-03-29 10:36:12 -06:00
Tig
57a57375f4
Updated code style for internal statics
2024-03-29 10:28:32 -06:00
Tig
f3536f8a86
Added Reset() call to AutoInitShutdown.After
2024-03-29 10:01:06 -06:00
Tig
646b8dd597
Added Reset() calls to CM tests
2024-03-29 10:00:31 -06:00
Tig
ab1c89b203
Merge pull request #3346 from tznind/color-scheme-ctor
...
Fixes #3345 - Add full constructor to ColorScheme
2024-03-29 07:37:02 -06:00
Tig
465c04f59f
API doc updates
2024-03-29 01:39:59 -06:00
Tig
d25f98f8e3
Everything appears to work (except ScrollView which I broke but will fix).
2024-03-28 23:57:36 -06:00
BDisp
d7fec3c3f1
Add unit test that proof setting TabIndex before all views are added, will have unexpected result.
2024-03-27 15:43:55 +00:00
BDisp
f272f8941f
Revert "Add one more unit test and replace True/False to Equal/NotEqual."
...
This reverts commit b9c0bcb613 .
2024-03-27 15:41:35 +00:00
BDisp
b9c0bcb613
Add one more unit test and replace True/False to Equal/NotEqual.
2024-03-27 15:15:59 +00:00
BDisp
ae5e41fd6b
Fixes #3351 . TabIndex with the same setter value but with wrong index return without set the correct value.
2024-03-27 00:17:31 +00:00
Tig
4f59a64b2c
Merged v2_develop
2024-03-26 17:27:38 -06:00
Tig
df5f04b645
Merged v2_develop
2024-03-26 14:36:23 -06:00
Tig
6ebee8d42b
Fixed more bad code
2024-03-25 16:54:08 -06:00
Tig
09c7104d07
fixed unit tests
2024-03-25 15:24:57 -06:00
BDisp
41971a6e5a
Fix all tests.
2024-03-25 17:36:35 +00:00
BDisp
a551b977bb
Invoke Activate and Deactivate on Begin method and fix ContextMenu to use it.
2024-03-25 15:35:02 +00:00
BDisp
408ae43e74
Fix ColorPickerTests.
2024-03-23 20:51:33 +00:00
BDisp
6a6fd3b480
Fix CheckBoxTests.
2024-03-23 20:49:20 +00:00
BDisp
11383402dd
Fix ButtonTests.
2024-03-23 20:41:29 +00:00
BDisp
1f8ea90991
Fix AllViewsTests.
2024-03-23 20:00:47 +00:00
BDisp
d209a171fe
Fix AutocompleteTests.
2024-03-23 19:55:45 +00:00
BDisp
88f8cf9015
Fix AppendAutocompleteTests.
2024-03-23 19:53:03 +00:00
BDisp
1f28cb41f8
Fix EscSeqUtilsTests.
2024-03-23 19:50:31 +00:00
BDisp
3ffc6405b4
Fix ConsoleDriverTests.
2024-03-23 19:45:32 +00:00