Commit Graph

3262 Commits

Author SHA1 Message Date
BDisp
d1d86edf3e Fixes #2195. CsvEditor: Column Type dialog not wide enough. 2022-11-07 21:10:12 +00:00
Tig
39463146c5 Merge pull request #2194 from BDisp/character-map-fix
Fixes 2193. Character Map scenario not showing the last range chars U+10fffx.
2022-11-06 22:11:13 -07:00
BDisp
d7131587d3 Fixes 2193. Character Map scenario not showing the last range chars U+10fffx. 2022-11-06 18:26:04 +00:00
Tig
dc6c809b95 Merge pull request #2192 from tig/blue_background_windows_frameviews
Minor tweak: Windows & Frameviews Scenario - Changed Top's colorscheme to base
2022-11-05 19:13:20 -06:00
Charlie Kindel
5e4c4165c9 Changed Top's colorscheme to base 2022-11-05 19:10:32 -06:00
Tig
edd2a963fb Merge pull request #2191 from tig/fixes_2177_Error_Button_Awful
Fixes #2177. Changed `Error.HotFocus` colors to not look awful
2022-11-05 19:05:09 -06:00
Charlie Kindel
0a89ead2e6 Changed colors to not look awful 2022-11-05 19:02:05 -06:00
Tig
94523b68fb Merge pull request #2190 from tig/fixes_2188_win_frameview_scenario
Fixes #2188. Latent bug in `Windows & FrameViews` scenario
2022-11-05 18:58:56 -06:00
Tig
ab541ba1da Merge pull request #2161 from tig/newer_treeview_highlight_model_text
TreeView - (redo) Adds option to highlight only the model text of selected node
2022-11-05 18:58:37 -06:00
Charlie Kindel
cbc8f71e0f clean up 2022-11-05 18:56:11 -06:00
Charlie Kindel
2ff4040685 Fixed bug in scenario that was there all along; cleaned up a bit. renamed 2022-11-05 18:55:40 -06:00
Charlie Kindel
9438835845 Fixed bug in scenario that was there all along; cleaned up a bit. renamed 2022-11-05 18:45:36 -06:00
Charlie Kindel
7a37111319 Revamped File Explorer to enable better Focus testing 2022-11-05 17:54:22 -06:00
Charlie Kindel
1e8113ecce Revamped File Explorer to enable better Focus testing 2022-11-05 17:36:11 -06:00
Charlie Kindel
bbe7dfce53 Merge branch 'newer_treeview_highlight_model_text' of tig:tig/Terminal.Gui into newer_treeview_highlight_model_text 2022-11-05 16:41:56 -06:00
Charlie Kindel
60e70f331f merge develop 2022-11-05 16:41:05 -06:00
Tig
cf41b910f6 Merge pull request #2187 from tig/fixes_2185
Fixes #2185. PR #2176 broke Run<T>
2022-11-05 16:18:48 -06:00
Charlie Kindel
5a0cea19c6 Added another Run<T> Scenario 2022-11-05 15:45:19 -06:00
Charlie Kindel
bf9d88de9a Changed Example to use Run<T> because we need more examples of this 2022-11-05 15:30:42 -06:00
Charlie Kindel
2cfe7e9695 Changed Example to use Run<T> because we need more examples of this 2022-11-05 15:30:07 -06:00
Charlie Kindel
de3c02e9bf refactored internal Init() (now called InternnalInit()) to be more clear; updated docs and unit tests 2022-11-05 14:36:41 -06:00
Tig
b6dceb3048 Merge pull request #2167 from tig/fixes_520_toplevels_not_cleanedup
Fixes #520. Application.Init / Shutdown are confused about TopLevels created by Application.Begin and not cleaned up by Application.End
2022-11-05 12:10:14 -06:00
Charlie Kindel
ceb5473d53 fixed unit tests 2022-11-05 12:07:30 -06:00
Charlie Kindel
8a73ade5b2 fixed unit tests 2022-11-05 11:46:22 -06:00
Charlie Kindel
9c06eb2547 Merge branch 'develop' into fixes_520_toplevels_not_cleanedup 2022-11-05 09:45:31 -06:00
Tig
5338aa3cfb Merge pull request #2184 from tznind/enter-cursor
Fixes #2175 Hide cursor when entering GraphView and TabRowView
2022-11-05 09:45:01 -06:00
Tig
587ce42a10 Merge pull request #6 from BDisp/tig-fixes_520_toplevels_not_cleanedup
Fixes KeyBindings_Command_With_MdiTop unit test.
2022-11-05 09:38:44 -06:00
tznind
d2bcc10193 Removed TabRowView.PositionCursor as we no longer show cursor 2022-11-05 09:33:59 +00:00
tznind
5594aff326 Hide cursor when entering GraphView and TabRowView
TabRowView is a private sub view of `TabView`: the actual tabs themselves.
2022-11-05 09:26:51 +00:00
BDisp
5472c9469e Fixes KeyBindings_Command_With_MdiTop unit test. 2022-11-05 01:42:58 +00:00
Tig
93a7f7cd62 Merge branch 'develop' into fixes_520_toplevels_not_cleanedup 2022-11-04 17:43:00 -06:00
Tig
a65831a4cb Merge pull request #2180 from BDisp/button-clicked-fix
Fixes #2179. Button should only respond to a mouse button clicked.
2022-11-04 17:23:50 -06:00
BDisp
4fa3ac7b48 Fixes #2179. Button should only respond to a mouse button clicked. 2022-11-04 19:03:00 +00:00
Charlie Kindel
34d4caa883 removed remainging #520 comments and re-enabled broken mdi test 2022-11-04 11:41:47 -06:00
Charlie Kindel
812a389082 with #520 fixed, cleaning up comments and tests 2022-11-04 11:32:41 -06:00
Charlie Kindel
04af7d2106 merge develop 2022-11-04 11:25:27 -06:00
Tig
b511708b2b Merge pull request #2170 from tig/prep_for_v_1_9
Prep for Release v1.9.0
2022-11-04 06:27:50 -06:00
Tig
d7324c30d6 Merge branch 'develop' into prep_for_v_1_9 2022-11-04 06:27:31 -06:00
Tig
0bf1529a87 Merge branch 'develop' into newer_treeview_highlight_model_text 2022-11-04 06:22:23 -06:00
Tig
d8b1e8a77c Merge pull request #5 from BDisp/tig-prep_for_v_1_9
Fixed System_Rune_ColumnWidth unit test.
2022-11-04 06:20:08 -06:00
Tig
21b500393b Merge pull request #2173 from BDisp/example-nstack-removed
Fixes #2172. NStack nuget package not needed anymore in the Example project.
2022-11-04 06:19:42 -06:00
BDisp
436c171478 Fixed System_Rune_ColumnWidth unit test. 2022-11-04 10:29:50 +00:00
BDisp
fd0768ac8d Fixes #2172. NStack nuget package not needed anymore in the Example project. 2022-11-04 10:21:21 +00:00
BDisp
8fe2e842e7 Fixes #2172. NStack nuget package not needed anymore in the Example project. 2022-11-04 09:44:22 +00:00
Charlie Kindel
19ffc6b748 Fixed WizardAsView scenario; missing Init call 2022-11-03 22:33:57 -06:00
Charlie Kindel
ea905fc6c2 bumped Nstack to v1.0.5 2022-11-03 22:24:16 -06:00
Charlie Kindel
be5e145770 bumped Nstack to v1.0.5 2022-11-03 22:23:19 -06:00
Charlie Kindel
fc4bff1d90 updated README 2022-11-03 21:45:35 -06:00
Charlie Kindel
f171f8d693 Rlease v1.8.3 2022-11-03 21:44:36 -06:00
Tig
115ce8c0e4 Merge pull request #2168 from BDisp/menu-action-invoke--fix
Added a mainloop unit test with a task.
2022-11-03 18:32:44 -07:00