Commit Graph

5356 Commits

Author SHA1 Message Date
Tig
1f89d6f098 Code cleanup 2024-04-02 16:43:18 -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
45309c7564 Better looking invert color logic 2024-04-02 15:51:10 -06:00
Tig
e1219707f6 API docs 2024-04-02 15:40:00 -06:00
Tig
dc7b504890 RadioButton now works 2024-04-02 15:37:00 -06:00
Tig
d9d5f860c3 Made RadioGroup utilize InvertColorsOnPress.
Works, but not optimally. The entire view invert. What would be really nice is if just the radio item under the mouse inverted. We can fix this later.
2024-04-02 14:56:11 -06:00
Tig
06cc7d8f71 Moved view highlight on press code into View. Updated all Views that would benefit.
Note this breaks Charmap because ScrollView blindly grabs mouse on Enter. This will be fixed in #3323.
2024-04-02 14:49:13 -06:00
Tig
1cca002393 Got new button fn working on WindowsDriver; Now debugging netdriver and curses 2024-04-02 08:45:28 -06:00
Tig
d57b58be1a Updated ViewMouse unit tests 2024-04-01 14:24:32 -06:00
Tig
f3c3825f34 Init->Main in Buttons scenario 2024-04-01 12:36:20 -06:00
Tig
cf4ead194f Initial commit 2024-04-01 12:27:51 -06:00
Tig
ca7b8bb0ee fixed OnMouseClick logic 2024-04-01 12:17:52 -06:00
Tig
b980f07688 Test button 2024-04-01 12:17:28 -06:00
Tig
f65c49a858 More Prototype scrollbuttons in Padding for CharMap 2024-04-01 12:17:02 -06:00
Tig
a7079edf77 Prototype scrollbuttons in Padding for CharMap 2024-04-01 12:15:15 -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
ed06338df5 Test button 2024-04-01 07:05:27 -06:00
Tig
472dd0c964 More Prototype scrollbuttons in Padding for CharMap 2024-03-31 22:13:48 -06:00
Tig
312dda3d6c Updated View.Add/Remove API docs 2024-03-31 21:30:08 -06:00
Tig
08d2716cc9 Prototype scrollbuttons in Padding for CharMap 2024-03-31 21:29:46 -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
0c03096b8c Enabled charmap controls after debugging 2024-03-31 10:40:50 -06:00
Tig
7c8b1990e6 Removed flickering by minimizing layout/display 2024-03-31 10:37:54 -06:00
Tig
9b75effe49 Backed out some changes and fixed unit tests 2024-03-31 10:21:04 -06:00
Tig
207c974327 Fixed WindowsDriver cursor issue with true color 2024-03-31 10:06:50 -06:00
Tig
8483e29a9d Removed ScrollView dependency from CharMap to validate new View scrolling fn 2024-03-30 17:53:03 -06:00
Tig
0224712d07 Renamed ConsoleDriver.Viewport, Screen 2024-03-30 14:31:11 -06:00
Tig
6f15dd9bb3 Renamed ConsoleDriver.Viewport, Screen 2024-03-30 14:30:09 -06:00
Tig
2fe4e9206f Added some TODOs 2024-03-30 14:28:08 -06:00
Tig
5d7fe4cd8f Reverted temp changes to Scenario 2024-03-30 14:14:49 -06:00
Tig
2d5a99abd8 Clarified how Viewport works 2024-03-30 14:01:34 -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
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
843b7583c3 Added Reset() call to AutoInitShutdown.After 2024-03-29 09:59:08 -06:00
Tig
39b8cf5075 Added Reset() calls to CM tests 2024-03-29 09:47:48 -06:00
Tig
1bb90abb52 Merged v2_develop 2024-03-29 09:25:21 -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