BDisp
|
f0254f8b4d
Fixes #1093. NetDriver is reading badly sometimes the virtual terminal sequences.
|
4 years ago |
BDisp
|
27a617abba
There is no need use the Application.MainLoop.AddIdle as the async call seems to work properly now.
|
4 years ago |
BDisp
|
1c7e32e961
Removing private keyword.
|
4 years ago |
BDisp
|
1bf4db0bd0
Reducing the ProcessContinuousButtonPressedAsync Task.Delay.
|
4 years ago |
BDisp
|
f568166fb8
Fixes #1091. Continuous button pressed not working properly on Linux.
|
4 years ago |
BDisp
|
3cdb1fe0e6
Fixes the double scrolling when the arrows are clicked on the ScrollBarView.
|
4 years ago |
BDisp
|
6267d2742d
KeepContentAlwaysInViewport is redrawing well now if it is false, showing always the left tee-right tee and top tee-bottom tee.
|
4 years ago |
BDisp
|
ce46fb3d3e
Don't need this.
|
4 years ago |
BDisp
|
e7f66f8350
Simplifies the code more and makes it more understandable on the ScrollBarView.
|
4 years ago |
Trevor Sullivan
|
ea834b8e0e
Add copyable instructions for .NET Core users
|
4 years ago |
BDisp
|
3d95a87f3e
Allowing columnTrack on button click in TextView.
|
4 years ago |
BDisp
|
8f4924e40f
Fixing bug in EnsuresVisibilitySelectedItem on ListView.
|
4 years ago |
BDisp
|
0f038c76e1
Also implementing the ScrollBarView in the ComboBox of the ListsAndCombos scenario.
|
4 years ago |
BDisp
|
58c2509772
Offers more simplicity to iterate with the ScrollBarView and its hosts.
|
4 years ago |
BDisp
|
746a5c8c61
View not visible doesn't have to be handled.
|
4 years ago |
BDisp
|
2f488c5572
Fixing ListView TopItem and LeftItem.
|
4 years ago |
BDisp
|
bedeca61e6
Fixing some bugs.
|
4 years ago |
BDisp
|
b3817d8ff1
Set focus to the ScrollBarView host if scrolling is started by the scroll bar.
|
4 years ago |
BDisp
|
85d445a5d6
Reverting the changes as this is working right again.
|
4 years ago |
BDisp
|
0466a6ebc3
Avoiding throwing exception on the "All Views Tester" scenario.
|
4 years ago |
BDisp
|
542c507b59
Ensuring visibility to the SelectedItem of the ListView when getting focus.
|
4 years ago |
BDisp
|
146d23422b
Ensures that the ScrollBarView don't have two vertical or horizontal ScrollBarView.
|
4 years ago |
BDisp
|
b88dbb672b
Added right and left scrolling feature to the ListView.
|
4 years ago |
BDisp
|
7d71525a4a
Fixes #1088. On WindowsDriver moving the mouse with a button pressed, when it is released, the button clicked event is fired, causing an unintentional event.
|
4 years ago |
BDisp
|
bf6c4ec417
Improves mouse functionality and fixed the CharacterMap scenario.
|
4 years ago |
BDisp
|
351cb8133f
Fixed backward bug and added one more unit test to probe.
|
4 years ago |
BDisp
|
5b86c460e8
Added ScrollBarViewTests.cs file with unit tests for ScrollBarView.
|
4 years ago |
BDisp
|
5c2e037c85
Removed ContentOffset from ScrollBarView.
|
4 years ago |
Angelo Breuer
|
3ca84f8381
Add tests for #1084
|
4 years ago |
Angelo Breuer
|
4bbc2fc22d
Reset synchronization context on Application.Shutdown()
|
4 years ago |