Commit Graph

3283 Commits

Author SHA1 Message Date
Tig
c195c712fc Merge branch 'develop' into csv-editor-fix 2022-11-08 18:23:03 -07:00
Tig
3eca7a076d Merge pull request #2207 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-17.4.0
Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
2022-11-08 18:19:12 -07:00
Tig
cfa59c1265 Merge pull request #2209 from BDisp/develop
Fixes #2208. PacketTest unit test has a duplicate test case.
2022-11-08 18:18:47 -07:00
BDisp
7ae2ee8e4a Fixes #2208. PacketTest unit test has a duplicate test case. 2022-11-08 23:35:41 +00:00
BDisp
f7d57b2859 Fixes #2208. PacketTest unit test has a duplicate test case. 2022-11-08 23:22:44 +00:00
BDisp
ac84ff0680 Updating nuget to check if this was the cause of unit tests error. 2022-11-08 23:02:04 +00:00
BDisp
ed4af19115 Checking the padding by using the DrawMarginFrame. 2022-11-08 22:16:05 +00:00
dependabot[bot]
f2f2c2bc7e Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 14:08:16 +00:00
BDisp
9b45eb089c Fixes #2204. Dialog: Crashes on too many buttons. 2022-11-08 13:39:01 +00:00
Tig
cab89417b8 Merge branch 'develop' into csv-editor-fix 2022-11-07 21:23:09 -07:00
Tig
8b8cee5bd5 Merge pull request #2197 from tig/fixes_730_adds_contents_changed_event
Fixes #730. TextView: Adds `ContentsChanged` event. Updated Text.cs Scenario.
2022-11-07 21:22:18 -07:00
Tig
7c797517cd Merge branch 'develop' into fixes_730_adds_contents_changed_event 2022-11-07 17:54:17 -07:00
BDisp
b2087b409a Added unit test for a smaller width. 2022-11-07 23:37:43 +00:00
BDisp
79586c8327 Improving some unit tests. 2022-11-07 22:54:47 +00:00
BDisp
d1d86edf3e Fixes #2195. CsvEditor: Column Type dialog not wide enough. 2022-11-07 21:10:12 +00:00
Tig
eb080188c4 Merge pull request #2198 from tig/amaze_charmap
Revamped Character Map scenario to be amaze
2022-11-07 14:06:49 -07:00
Tig
0d4f1d440e Merge pull request #2200 from BDisp/dirlistview-fix
Fixes 2199. DirListView filter should not be case-sensitive
2022-11-07 14:05:19 -07:00
BDisp
875074ff5d Fixes 2199. DirListView filter is case sensitive and it mustn't. 2022-11-07 16:24:52 +00:00
Tig
3f212aa838 Merge branch 'develop' into fixes_730_adds_contents_changed_event 2022-11-07 03:22:21 -07:00
Charlie Kindel
1df615996e Revamped charmap to be amaze. 2022-11-07 03:10:24 -07: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
Charlie Kindel
53c7bc8c2d doc tweak 2022-11-06 22:06:35 -07:00
Charlie Kindel
787349e177 Added ContentsChanged event & unit tests. Updated Text.cs Scenario 2022-11-06 21:56:21 -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