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
|
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 |
|
Charlie Kindel
|
75f83a4a86
|
Made @bdisp's suggested fixes
|
2022-11-03 17:11:27 -06:00 |
|
Charlie Kindel
|
857e123c65
|
Added @bdisp's suggested tests
|
2022-11-03 16:47:45 -06:00 |
|
BDisp
|
0185ae6751
|
Added a mainloop unit test with a task.
|
2022-11-03 22:16:38 +00:00 |
|
Charlie Kindel
|
bf1ed31281
|
Refactored UI Catalog and added tons of unit tests
|
2022-11-03 15:58:15 -06:00 |
|
Charlie Kindel
|
0e136b17cc
|
shortened InvokeLeakTests
|
2022-11-02 21:38:38 -06:00 |
|
Charlie Kindel
|
fc6f830339
|
Tweaked unit tests to be more robust
|
2022-11-02 21:29:35 -06:00 |
|
Charlie Kindel
|
89d674d4d7
|
Updated API docs for Application
|
2022-11-02 21:05:08 -06:00 |
|
Charlie Kindel
|
87c224297c
|
fixed by removing Init calls
|
2022-11-02 20:00:19 -06:00 |
|
Tig
|
b2c05afd82
|
Merge pull request #2157 from tig/fixes_1743_character_map_slow
Fixes #1743 - CharMap renders painfully slow
|
2022-11-02 18:16:05 -07:00 |
|
Tig
|
8a61cb6f98
|
Merge branch 'develop' into newer_treeview_highlight_model_text
|
2022-11-02 18:12:49 -07:00 |
|
Tig
|
93a777b075
|
Merge pull request #2164 from tig/fixes_2165_onselected_again
Fixes #2165 - ListView: OnSelectedChanged is called when it didn't actually change (again)
|
2022-11-02 18:11:03 -07:00 |
|
Charlie Kindel
|
8ce0347ff4
|
Merge branch 'fixes_1743_character_map_slow' of tig:tig/Terminal.Gui into fixes_1743_character_map_slow
|
2022-11-02 19:05:17 -06:00 |
|
Charlie Kindel
|
129d1dd314
|
merge
|
2022-11-02 19:04:42 -06:00 |
|
Charlie Kindel
|
342130f61c
|
reapplied fixes from 26eabdda6c
|
2022-11-02 18:59:51 -06:00 |
|
Charlie Kindel
|
8ce26cfb41
|
added more test code to File System Explorer and fixed some bugs
|
2022-11-02 18:40:00 -06:00 |
|
Charlie Kindel
|
93ce8b79e3
|
recreating
|
2022-11-02 17:54:40 -06:00 |
|