Commit Graph

4998 Commits

Author SHA1 Message Date
Tig
ef6e22c7a2 Merge pull request #3386 from BDisp/v2_WindowsDriver-input-fix_3380
Fixes #3380. WindowsDriver is sending mouse button pressed only on moving.
2024-04-08 11:39:38 -04:00
BDisp
b59c5ea9e6 Using GetNumberOfConsoleInputEvents and FlushConsoleInputBuffer to clear input events. 2024-04-05 14:42:19 +01:00
BDisp
4af0fd1c7e Remove bad code that hangs unit tests on Windows. 2024-04-04 21:43:12 +01:00
BDisp
e7c1183562 Fixes #3380. WindowsDriver is sending mouse button pressed only on moving. 2024-04-04 14:32:00 +01:00
Tig
875282818a Merge pull request #3378 from tig/v2_3377-ASCIICustomButtonTest-NetDriver
Fixes #3377. `NetDriver` not rendering menu correctly
2024-04-03 20:12:17 -05:00
Tig
dec65ff86f Merge pull request #3382 from tig/v2_3381-WindowsDriver-Spurious-MouseEvents
Fixes #3381. `WindowsDriver` spurious ButtonPressed mouse events
2024-04-03 20:11:07 -05:00
Tig
9937771dee Merge pull request #3383 from tig/v2_3344-Fullscreen-Moveable 2024-04-03 16:53:43 -06:00
Tig
f68adf77ae Fixed core bug. Wasn't what we thought it was. 2024-04-03 15:04:35 -05:00
Tig
99c7579c84 Now only Border supports movable 2024-04-03 14:11:11 -05:00
Tig
36401a6c42 Disabled debug spew 2024-04-03 13:39:02 -05:00
Tig
72992bd8c7 WindowsDriver - added diagnostics. Found issue. Implemented workaround 2024-04-03 13:21:36 -05:00
Tig
d9658efc65 Cherry picked new Mouse Scenario 2024-04-03 11:13:23 -06:00
Tig
76095f7dbc Revamped Mouse scenario 2024-04-03 10:48:57 -06:00
Tig
06f7a74aa0 Fixed more netdriver key issues (tab) 2024-04-03 10:27:02 -04:00
Tig
26ab04ef24 Fixed netdriver incorrect performance optimization 2024-04-03 10:01:18 -04:00
Tig
0307af112b Fixed static issue 2024-04-03 07:39:49 -06:00
Tig
58899f6078 Fixed netdriver keyboard handling 2024-04-03 07:24:05 -06:00
Tig
6b35abc790 Cleand up warnings 2024-04-03 06:38:17 -06:00
Tig
edfd240310 Refactgored scenario to use Main 2024-04-03 06:25:41 -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
5b367b3df1 Merge pull request #3361 from tznind/visible-to-designer
Make terminal gui internal methods visible to TGD
2024-03-30 13:31:36 -06:00
tznind
f3e832bfd8 Make terminal gui internal methods visible to TGD 2024-03-30 11:02:01 +00: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
6070e80e23 Merge pull request #3339 from tig/v2_3338-Toplevel-Must-Be-Disposed
Fixes #3338. `Application.Run/End` -> Callers must dispose Toplevel
2024-03-26 12:12:59 -06:00
Tig
fda20df9ab Another attempt to fix Dispose in BWC 2024-03-26 12:07:08 -06:00
Tig
1e5ac783c5 Fixed dispose calls (one I missed). 2024-03-26 11:45:56 -06:00
Tig
5b03d739a6 Fixed quit scenario bug. WorkerApp, when hidden, was eating QuitKey 2024-03-26 09:23:45 -06:00
Tig
0b90274a15 Merged @bdisp latest fixes 2024-03-26 08:42:29 -06:00
Tig
253fd2b7b2 Fixed bug in scenario where hitting ENTER to start worker crashed listview 2024-03-26 08:19:32 -06:00
Tig
35d78fd985 Merged @bdisp's latest 2024-03-25 17:15:27 -06:00
Tig
66f5fb826d Merged @bdisp's latest and code cleanup 2024-03-25 17:12:41 -06:00
Tig
d3599c9daf Merge pull request #27 from BDisp/tig_v2_3338-Toplevel-Must-Be-Disposed
Set Visible to false on Closing event.
2024-03-25 17:01:38 -06:00
Tig
6ebee8d42b Fixed more bad code 2024-03-25 16:54:08 -06:00
BDisp
155e0a4232 Prevents run stagingUI if OverlappedTop is null. 2024-03-25 21:59:07 +00:00
BDisp
feed69d53f Prevents throwing if MainLoop is null. 2024-03-25 21:57:26 +00:00
BDisp
c8b3e15028 Prevents run iteration if toplevel's stack is empty. 2024-03-25 21:56:37 +00:00
BDisp
e764202ff1 Merge branch 'v2_3338-Toplevel-Must-Be-Disposed' into tig_v2_3338-Toplevel-Must-Be-Disposed 2024-03-25 21:54:37 +00:00
BDisp
ff404ac8f5 Resolving merge conflicts. 2024-03-25 21:48:13 +00:00
Tig
9c0fb02593 Updated CM scenario 2024-03-25 15:46:18 -06:00
Tig
09c7104d07 fixed unit tests 2024-03-25 15:24:57 -06:00
Tig
fffae452e2 Added Main to Scenario. Updated a few scenarios to test out. 2024-03-25 15:20:24 -06:00