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
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
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
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
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
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
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
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
BDisp
ad970ec2ad
Fix ThicknessTests.
2024-03-23 19:42:20 +00:00
BDisp
ef1d2140ff
Fix RulerTests.
2024-03-23 19:39:52 +00:00
BDisp
5f1381199a
Fix LineCanvasTests.
2024-03-23 19:35:11 +00:00
BDisp
325eb1aaac
Fix MessageBoxTests.
2024-03-23 19:29:19 +00:00
BDisp
221fef3e7f
Fix DialogTests.
2024-03-23 19:08:40 +00:00
BDisp
866946055f
Fix UICatalog.Tests.
2024-03-23 18:17:52 +00:00
BDisp
0766ad32b0
Fix RunStateTests.
2024-03-23 17:52:36 +00:00
BDisp
2905979c45
Fix MouseTests.
2024-03-23 17:49:30 +00:00
BDisp
d35e2f449a
Fix MainLoopTests.
2024-03-23 17:35:21 +00:00
BDisp
1cf7207ea1
Fix KeyboardTests.
2024-03-23 17:32:14 +00:00
BDisp
e6de9ed9dc
Ensures Top disposing on the AutoInitShutdownAttribute and fix ApplicationTests.
2024-03-23 17:18:51 +00:00
BDisp
97a0595353
Ensures disposing toplevel before throwing.
2024-03-23 15:58:24 +00:00
BDisp
c471cf1aeb
Add ObjectDisposedException testing for View.Title and fixes unit test.
2024-03-23 15:54:33 +00:00
BDisp
034861bba2
Standardizes the entire Application.Run to be consistent between them.
2024-03-23 10:34:05 +00:00
tznind
b5747cce50
Add full constructor to ColorScheme
2024-03-22 20:30:48 +00:00
BDisp
163c0384a5
Delegate the disposable handling to the caller.
2024-03-22 18:49:46 +00:00