BDisp
3d95a87f3e
Allowing columnTrack on button click in TextView.
2021-01-17 22:57:16 +00:00
BDisp
8f4924e40f
Fixing bug in EnsuresVisibilitySelectedItem on ListView.
2021-01-17 02:02:52 +00:00
BDisp
0f038c76e1
Also implementing the ScrollBarView in the ComboBox of the ListsAndCombos scenario.
2021-01-17 00:47:32 +00:00
BDisp
58c2509772
Offers more simplicity to iterate with the ScrollBarView and its hosts.
2021-01-17 00:29:01 +00:00
BDisp
746a5c8c61
View not visible doesn't have to be handled.
2021-01-16 23:53:36 +00:00
BDisp
2f488c5572
Fixing ListView TopItem and LeftItem.
2021-01-15 23:58:46 +00:00
BDisp
bedeca61e6
Fixing some bugs.
2021-01-15 23:04:49 +00:00
BDisp
b3817d8ff1
Set focus to the ScrollBarView host if scrolling is started by the scroll bar.
2021-01-15 22:23:14 +00:00
BDisp
85d445a5d6
Reverting the changes as this is working right again.
2021-01-15 17:11:27 +00:00
BDisp
0466a6ebc3
Avoiding throwing exception on the "All Views Tester" scenario.
2021-01-15 17:09:31 +00:00
BDisp
542c507b59
Ensuring visibility to the SelectedItem of the ListView when getting focus.
2021-01-15 17:06:39 +00:00
BDisp
146d23422b
Ensures that the ScrollBarView don't have two vertical or horizontal ScrollBarView.
2021-01-15 11:38:32 +00:00
BDisp
b88dbb672b
Added right and left scrolling feature to the ListView.
2021-01-15 01:45:40 +00:00
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.
2021-01-14 22:59:45 +00:00
BDisp
bf6c4ec417
Improves mouse functionality and fixed the CharacterMap scenario.
2021-01-14 17:57:31 +00:00
BDisp
351cb8133f
Fixed backward bug and added one more unit test to probe.
2021-01-14 01:35:20 +00:00
BDisp
5b86c460e8
Added ScrollBarViewTests.cs file with unit tests for ScrollBarView.
2021-01-14 00:57:10 +00:00
BDisp
5c2e037c85
Removed ContentOffset from ScrollBarView.
2021-01-14 00:48:02 +00:00
Angelo Breuer
3ca84f8381
Add tests for #1084
2021-01-13 16:25:34 +01:00
Angelo Breuer
4bbc2fc22d
Reset synchronization context on Application.Shutdown()
...
- Fixes https://github.com/migueldeicaza/gui.cs/issues/1084
Reset synchronization context to allow the user to run async/await, as the main loop has been ended, the synchronization context from gui.cs does no longer process any callbacks.
2021-01-13 16:24:12 +01:00
BDisp
cb71674e76
Sets the vertical and horizontal ContentOffset property.
2021-01-12 23:24:24 +00:00
BDisp
6f13c64747
ContentOffset fixed.
2021-01-12 01:37:28 +00:00
BDisp
4fbb5be165
Fixed some bugs.
2021-01-12 00:53:26 +00:00
BDisp
f7a8cf63d7
Since FocusNearestView method deals with navigation and focus is better use TabIndexes instead.
2021-01-12 00:18:16 +00:00
BDisp
61e87e84b5
Fixes #1073 , #1058 , #480 #1049 . Provides more automation to the ScrollBarView, allowing easily implement on any view.
2021-01-11 15:08:07 +00:00
tznind
c7174c3b46
Handled case where nodes return null for ToString
2021-01-11 09:47:03 +00:00
BDisp
845b940078
Fixes shift on Unix.
2021-01-08 22:44:03 +00:00
BDisp
b3850f7f61
Fixing FakeDriver and unit test.
2021-01-08 21:33:07 +00:00
BDisp
3dd17bd82c
Added feature to navigate through all Application.Top's subviews.
2021-01-08 20:35:47 +00:00
BDisp
ea8d84f185
Fixing the FocusNearestView method.
2021-01-08 19:53:04 +00:00
BDisp
950c7dd19a
Adding unit test.
2021-01-07 17:37:54 +00:00
Charlie Kindel
cbbce244dc
Merge pull request #1072 from mrboring-forks/spelling-error
...
Fixed misspelling of scrollview
2021-01-06 20:02:35 -07:00
BDisp
6d86e7f294
Fixes #1071 . Toplevel.GetTopLevelSubviews (). Changed from HashSet<View> to IList<View>.
2021-01-06 11:27:05 +00:00
mrboring
8bc5a3f5f3
Removed files from pull request
2021-01-05 09:56:41 +00:00
Charlie Kindel
c00637fb1e
Merge pull request #1063 from HermanSchoenfeld/master
...
Added unhandled exception handling in Application.Run
2021-01-04 14:22:21 -07:00
Charlie Kindel
321513f19d
Merge pull request #1069 from BDisp/auto-size-fix
...
Fixes #1068 . The ResizeView doesn't handle the AutoSize properly.
2021-01-04 14:21:02 -07:00
tznind
d988a34444
Added SelectAll, better selection iteration and validation
2021-01-03 21:57:00 +00:00
tznind
b2e54ec83d
Fixed page up/down offset and added test
2021-01-03 10:28:27 +00:00
tznind
0c2685bcbe
Added test for box selection
2021-01-02 19:20:00 +00:00
tznind
262d6d71e5
merge
2021-01-02 19:02:54 +00:00
tznind
b313dd8396
Mouse, Home, End etc work properly with multi select now
2021-01-02 18:58:36 +00:00
tznind
54eab6eb56
Added multi select mode
2021-01-02 15:57:41 +00:00
mrboring
2674a3b21a
Fixed misspelling of scrollview
2021-01-02 13:29:02 +00:00
tznind
df3e191a72
Added CellActivated event which occurs on Enter or double click
2020-12-31 13:38:15 +00:00
tznind
31bdec4535
Added FullRowSelect property
2020-12-31 13:09:31 +00:00
tznind
913d3a247e
Added PositionCursor implementation
...
- Added new methods ScreenToCell and CellToScreen
2020-12-31 13:02:09 +00:00
tznind
d35b3b8c3d
Added wheel left/right for horizontal scrolling
2020-12-31 10:18:05 +00:00
tznind
f610cc8416
better handling of unicode in table view
2020-12-31 10:06:49 +00:00
tznind
aef698ac1f
Added unicode symbols option to UICatalog
2020-12-30 19:20:43 +00:00
tznind
dc761b2338
Swapped sizes of file tree and node tree in UICatalog Scenario
2020-12-30 18:43:26 +00:00