Charlie Kindel
|
94b596e42a
|
fix typo
|
2022-10-30 20:13:13 +00:00 |
|
Charlie Kindel
|
8e4cb50497
|
readme tweaks
|
2022-10-30 20:13:13 +00:00 |
|
Charlie Kindel
|
a9444e66be
|
Removed ancient StandaloneExample
|
2022-10-30 20:13:12 +00:00 |
|
Charlie Kindel
|
0588c3a121
|
Deleted demo.cs; changed to Example.cs from README
|
2022-10-30 20:13:12 +00:00 |
|
dependabot[bot]
|
b4a0470bd9
|
Bump actions/setup-dotnet from 2.1.1 to 3.0.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v2.1.1...v3.0.1)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-30 20:13:12 +00:00 |
|
BDisp
|
c54483eae9
|
Adding a more realistic key down/up event with null key.
|
2022-10-30 20:13:11 +00:00 |
|
BDisp
|
e6e6dbb5f2
|
Fixes #2069. KeyDown and KeyUp events must run before OnKeyDown and OnKeyUp.
|
2022-10-30 20:12:57 +00:00 |
|
dependabot[bot]
|
b764669cca
|
Bump ReactiveMarbles.ObservableEvents.SourceGenerator
Bumps [ReactiveMarbles.ObservableEvents.SourceGenerator](https://github.com/reactivemarbles/ObservableEvents) from 1.1.4 to 1.2.3.
- [Release notes](https://github.com/reactivemarbles/ObservableEvents/releases)
- [Commits](https://github.com/reactivemarbles/ObservableEvents/compare/1.1.4...1.2.3)
---
updated-dependencies:
- dependency-name: ReactiveMarbles.ObservableEvents.SourceGenerator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-30 20:12:06 +00:00 |
|
BDisp
|
69562467a5
|
Fixes #2071. DrawContentComplete event is never called from the base if it's overridden.
|
2022-10-30 20:12:05 +00:00 |
|
BDisp
|
ef12b603a4
|
Replacing to MouseGrabView.
|
2022-10-30 20:12:05 +00:00 |
|
BDisp
|
2dcbe74b02
|
Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control.
|
2022-10-30 20:12:04 +00:00 |
|
BDisp
|
e389a7bcfc
|
Fixes #2061. WindowsDriver sometimes returns badly mouse flag zero on mouse moved.
|
2022-10-30 20:12:04 +00:00 |
|
dependabot[bot]
|
f1253ae167
|
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-30 20:12:03 +00:00 |
|
dependabot[bot]
|
ed31c42ead
|
Bump actions/setup-dotnet from 1 to 2.1.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.1.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2.1.1)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-30 20:12:03 +00:00 |
|
BDisp
|
532bbe1674
|
Fixes #2053. MessageBox.Query still not wrapping with v1.8.0 on windows/net6.0.
|
2022-10-30 20:12:02 +00:00 |
|
BDisp
|
8e71782d1c
|
Added help menu from the UICatalog into the StandaloneExample.
|
2022-10-30 20:12:02 +00:00 |
|
Tig Kindel
|
5e2665198a
|
Removed packages.config (defunct). Relnotes for 1.8.1
|
2022-10-30 20:11:48 +00:00 |
|
Charlie Kindel
|
616af6527e
|
fixed Top issue
|
2022-10-30 13:05:18 -06:00 |
|
Tig Kindel
|
9ee47ad3dd
|
moved scenario tests namespace
|
2022-10-29 20:04:47 -06:00 |
|
Tig Kindel
|
c1d976c781
|
refactored AssertDriverContents out of GraphView tests
|
2022-10-29 19:53:08 -06:00 |
|
Tig Kindel
|
5dc2ec7606
|
Clean up old code
|
2022-10-29 17:48:32 -06:00 |
|
Tig Kindel
|
f5bb3552e0
|
Minor clean up of UI Catalog
|
2022-10-29 17:38:29 -06:00 |
|
Tig
|
237682d3e4
|
Merge pull request #2136 from BDisp/scrollview-content-view-fix
Fixes #2135. Character Map scenario doesn't show the content view.
|
2022-10-29 13:47:07 -06:00 |
|
BDisp
|
60a94ebab3
|
Added ContentOffset and ContentSize unit tests.
|
2022-10-26 12:54:23 +01:00 |
|
BDisp
|
6a509bd0f2
|
Added one more unit test.
|
2022-10-26 12:34:13 +01:00 |
|
BDisp
|
81d7c61444
|
Fixes #2135. Character Map scenario doesn't show the content view.
|
2022-10-25 15:20:10 +01:00 |
|
Tig
|
015f0e8f4a
|
Merge pull request #2123 from tznind/cursor-option
Fixes #2120. TreeView: Hide cursor in single select mode by default, add cursor toggle to TreeViewFileSystem Scenario
|
2022-10-22 16:15:00 -07:00 |
|
Thomas
|
ff3a1326ba
|
Change TreeView default cursor to invisible and force invisible only when not MultiSelect
|
2022-10-22 19:30:28 +01:00 |
|
Tig
|
8cbd5977df
|
Merge pull request #2117 from tig/fix_2109_menubar_spacing
Fixes #2109. MenuBar has extra space on left. Refactors MenuTests. Better Menu API docs.
|
2022-10-21 15:20:31 -07:00 |
|
Charlie Kindel
|
e6c322b1d5
|
backed out testing change
|
2022-10-21 16:12:02 -06:00 |
|
Charlie Kindel
|
ede7659fb2
|
Merge branch 'fix_2109_menubar_spacing' of tig:tig/Terminal.Gui into fix_2109_menubar_spacing
|
2022-10-21 16:10:07 -06:00 |
|
Charlie Kindel
|
8af9d0ddd7
|
Merge branch 'develop' into fix_2109_menubar_spacing
|
2022-10-21 16:08:04 -06:00 |
|
Tig
|
735624b029
|
Merge pull request #2119 from tig/fix_2118_menu_hotkeys
Fixes #2118. Enables HotColor for hotkeys on non-activated menus
|
2022-10-21 15:07:31 -07:00 |
|
Tig
|
f04e7c108f
|
Merge branch 'develop' into fix_2118_menu_hotkeys
|
2022-10-21 15:05:08 -07:00 |
|
Charlie Kindel
|
6eac49383e
|
Merge branch 'develop' into fix_2109_menubar_spacing
|
2022-10-21 16:04:36 -06:00 |
|
Charlie Kindel
|
76dd8a70d4
|
more doc improvements
|
2022-10-21 16:03:30 -06:00 |
|
Tig
|
9eb74aece8
|
Merge pull request #2130 from BDisp/context-menu-open-close-fix
Fixes #2121. ContextMenu: When open, Shift-F10 should close menu.
|
2022-10-21 15:02:41 -07:00 |
|
BDisp
|
802820edfa
|
Fixes #2121. ContextMenu: When open, Shift-F10 should close menu.
|
2022-10-21 21:42:55 +01:00 |
|
Tig
|
24b450ce0d
|
Merge branch 'develop' into fix_2109_menubar_spacing
|
2022-10-21 11:13:53 -07:00 |
|
Charlie Kindel
|
138d0dacd1
|
made code clearer
|
2022-10-21 11:03:28 -06:00 |
|
Charlie Kindel
|
4ef36560d7
|
made code clearer
|
2022-10-21 10:52:41 -06:00 |
|
Tig
|
a69ceb2a29
|
testing improve this doc...
|
2022-10-21 09:31:41 -07:00 |
|
Charlie Kindel
|
f3e7042077
|
added constants to MenuBar
|
2022-10-21 08:47:09 -06:00 |
|
Charlie Kindel
|
d93a247a4d
|
documenting behavior
|
2022-10-21 08:12:26 -06:00 |
|
tznind
|
8ccfdd9311
|
Add menu toggle for DesiredCursorVisibility to TreeView UICatalog scenario TreeViewFileSystem
|
2022-10-21 09:08:46 +01:00 |
|
Charlie Kindel
|
ce7567e733
|
Fixes HotColor for non-activated menus
|
2022-10-20 20:42:52 -06:00 |
|
Charlie Kindel
|
99ab16d111
|
Merge branch 'develop' into fix_2109_menubar_spacing
|
2022-10-20 20:02:36 -06:00 |
|
Tig
|
9e5137fca7
|
Merge pull request #2101 from pavkam/cleanup_3
Simplify MakePrintable by using AND and avoiding converting to string
|
2022-10-20 19:01:56 -07:00 |
|
Tig
|
c0da5a4079
|
Merge branch 'develop' into cleanup_3
|
2022-10-20 18:58:51 -07:00 |
|
Tig
|
f155069b70
|
Merge pull request #2082 from BDisp/wsl-clipboard-unit-tests-fix
Fixes #2081. Clipboard unit tests sometimes fail with WSL.
|
2022-10-20 18:57:54 -07:00 |
|