Commit Graph

6648 Commits

Author SHA1 Message Date
Tig
384a59fb23 Debugging DatePickers fail4 2024-08-27 23:08:20 -07:00
Tig
17ecf5f5e4 Debugging DatePickers fail3 2024-08-27 23:02:43 -07:00
Tig
70a44cd951 Debugging DatePickers fail2 2024-08-27 22:57:19 -07:00
Tig
bbb42e99ee Debugging DatePickers fail 2024-08-27 22:52:51 -07:00
Tig
ad81e09d42 Debugging GraphView issue 2024-08-27 21:42:59 -07:00
Tig
5c288b4022 Fixed ContextMenu crash 2024-08-27 20:57:25 -07:00
Tig
a469d39b57 Code cleanup 2024-08-27 20:54:25 -07:00
Tig
8bdb0f64d7 Revoved defunct api 2024-08-27 20:51:32 -07:00
Tig
b51a985012 Fixed Config editor 3 2024-08-27 20:44:49 -07:00
Tig
f8d7a03dba Skipped bogus test 2024-08-27 20:41:44 -07:00
Tig
4a4589e714 Fixed Config editor 2 2024-08-27 19:52:55 -07:00
Tig
cc627781e4 Fixed Config editor 2024-08-27 19:48:37 -07:00
Tig
20249faa10 Fixed adornment editor scenarios 2024-08-27 16:49:30 -07:00
Tig
18e4010041 Merge branch 'v2_develop' into use-datacolumn-caption 2024-08-27 16:25:43 -07:00
BDisp
c1e3ece8a3 Code cleanup. 2024-08-27 23:29:51 +01:00
BDisp
1540714951 Fixes #3698. ResourceManager GetResourceSet doesn't fallback to default for no translated keys. 2024-08-27 20:48:52 +01:00
Tig
d28e352c0a Addressed feedback #2 2024-08-27 07:10:42 -07:00
Tig
7556892c02 Addressed feedback #1 2024-08-27 06:47:07 -07:00
Remo
d7093f3b4a Merge branch 'use-datacolumn-caption' of github.com:Remo/Terminal.Gui into use-datacolumn-caption 2024-08-27 06:39:59 +02:00
Remo
b122744c60 test datacolumn caption handling 2024-08-27 06:39:52 +02:00
Tig
ca73f23ac1 View Keyboard/Mouse -> nullable enable 2024-08-26 14:33:15 -07:00
Tig
5191988d0f IOrientation -> nullable enable 2024-08-26 14:20:28 -07:00
Tig
45ccf1d5d5 View.Hierarchy.cs -> nullable enable 2024-08-26 14:18:01 -07:00
Tig
1a16f43495 Refactored subview methods. Fixed issues. 2024-08-26 14:10:02 -07:00
Tig
4b479a60f3 Refactored subview methods 2024-08-26 13:52:33 -07:00
Tig
1b1a2524e7 Removed TabIndex etc... 2024-08-26 13:00:59 -07:00
Tig
03f7b687d6 Made View.Navigation.cs #nullabe. Code cleanup. 2024-08-26 09:58:00 -07:00
Tig
e9c4e02249 Colorpicker 2024-08-26 07:27:12 -07:00
Tig
bc9f139724 Added case to ViewExperiments that shows that nested tabgroups isn't quite right yet. 2024-08-26 07:12:16 -07:00
Tig
7f3b0eb55b AdvanceFocus works correctly for most cases 2024-08-26 07:04:11 -07:00
BDisp
524fab1987 Fixes #3693. HistoryTextItem derived from EventArgs doesn't follow the name rule convention. 2024-08-26 14:06:11 +01:00
Tig
6667b33cf5 Fixsed colorpicker tab order 2024-08-25 07:27:43 -07:00
Tig
bdc60c9490 Got all unit tests passing. Some AdvanceFocus stuff still not right. 2024-08-24 07:27:10 -07:00
Tig
47bb262e2c Code cleanu p: Autocomplete 2024-08-24 06:12:44 -07:00
Tig
04e569aabc Autocomplete 2024-08-24 06:07:35 -07:00
Tig
90cc922150 Fixed colorpicker 2024-08-23 16:02:20 -06:00
Tig
a22a59ebbd Added more nav tests 2024-08-23 14:57:19 -06:00
Tig
5b8ff59a57 Fixed colorpicker 2024-08-23 14:28:14 -06:00
Tig
667a8ee152 Fixed label tests 2024-08-23 14:09:44 -06:00
Tig
b55afbddfb Diagnosing bug with ASCIButytonthing 2024-08-23 11:10:38 -06:00
Tig
de4f8fd1ba Fixed keybindings 2024-08-23 11:06:58 -06:00
Tig
c39318c521 merged 2024-08-23 11:03:05 -06:00
BDisp
6498610de9 Fixes #3678. ContextMenu accesses disposed MenuBar. (#3681)
* Fixes #3678. ContextMenu accesses disposed MenuBar.

* Preserve always the last menu opened.

* Re-added MenuAllClosed event.

* Ensures call CleanUp if Application.MouseGrabView hold another MenuBar than the calling one.

* Fix unit tests.

* Passing the offending object instead of the View type.

* Add that to the dictionary to shut respeller up.

* Address a few warnings

* A question

* Just a little more cleanup

* Combine these and comment

* Slight additional cleanup

* More minor cleanup

We already know it is null. just make it the else instead of a new condition

* Nullable != true ===> is not true

* Unconditional break at the top is just a part of the while statement (inverted)

* Fixes #3687. ColorPicker isn't respecting the current UI culture.

* Fix @dodexahedron erroneous code.

* Cleanup comments.

---------

Co-authored-by: Brandon Thetford <github@snapsinazfs.com>
Co-authored-by: Tig <tig@users.noreply.github.com>
2024-08-23 09:47:09 -06:00
BDisp
c1d82947aa Fixes #3682. CanFocus true for Label works only for keyboard and not mouse. (#3683)
* Fixes #3682. CanFocus true for Label works only for keyboard and not mouse.

* Simplifying code.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2024-08-23 09:46:52 -06:00
Tig
f7ca649b54 Merge branch 'v2_develop' into v2_2491-Arrangement-Overlapped 2024-08-23 09:22:47 -06:00
Tig
4dd6f989af Merge branch 'v2_develop' into use-datacolumn-caption 2024-08-23 09:22:13 -06:00
Tig
e21f158077 Fixes #3689. Release builds broken (#3690)
* Initial commit

* added #if DEBUG_IDISPOSABLE

* Tweaked yml
2024-08-23 09:22:00 -06:00
BDisp
385a1913f7 Fixes #3687. ColorPicker isn't respecting the current UI culture. 2024-08-23 08:06:16 -06:00
Remo
af2ba226ad use datacolumn caption if set 2024-08-23 08:51:23 +02:00
BDisp
3b6abeb741 Fixes #3679. WantContinuousButtonPressed mustn't force calling GrabMouse. (#3680)
Co-authored-by: Tig <tig@users.noreply.github.com>
2024-08-22 17:56:50 -06:00