Commit Graph

1957 Commits

Author SHA1 Message Date
Charlie Kindel
481f36013d Merge pull request #1015 from tznind/table-view
New Control 'TableView' for viewing tabular data
2021-02-15 11:12:51 -07:00
Charlie Kindel
93ce356e8b Merge pull request #1111 from tig/ui_catalog_show_driver
Added indication of which driver is in use to status bar
2021-02-15 10:53:41 -07:00
Charlie Kindel
78466dfbd7 Merge branch 'master' into ui_catalog_show_driver 2021-02-15 10:43:19 -07:00
Charlie Kindel
c6bcb346da Merge pull request #1110 from tig/1.0.0-pre.7
merge and version bump to 1.0.0-pre.7
v1.0.0-pre.7
2021-02-15 10:42:57 -07:00
Charlie Kindel
e48b867e7e Added indication of which driver is in use to status bar 2021-02-15 10:41:15 -07:00
Charlie Kindel
20de5cff5c merge and version bump to 1.0.0-pre.7 2021-02-15 10:35:39 -07:00
Charlie Kindel
78eb9df47c Merge pull request #1101 from BDisp/textformatter-fix
Fixes #1100. TextFormatter doesn't handle ColumnWidth greater than 1.
2021-02-15 10:15:57 -07:00
Charlie Kindel
72361de53e Merge pull request #1102 from G-Freart/caret_sizing
Cursor shape and visibility
2021-02-15 10:13:28 -07:00
Charlie Kindel
364a8c997d Merge pull request #1108 from jay8ee/master
Update .netcore installation instruction in README.md
2021-02-15 10:08:29 -07:00
tznind
e68df90d27 Fixed TableView ProcessKey return value when no Table is loaded 2021-02-10 09:44:47 +00:00
jay8ee
43d373543a Update README.md
Should be 'dotnet add package' not 'dotnet package add'
2021-02-09 14:21:55 +00:00
Gilles Freart
da17d389fc Whenever the Console is resized, Windows reset the cursor. So we need to reconfigure the cursor visibility. 2021-02-07 14:13:44 +01:00
Gilles Freart
e88bca0c93 set as before as not modified lines 2021-01-29 18:03:08 +01:00
Gilles Freart
4c34a88552 Applying requested style 2021-01-29 17:56:51 +01:00
Gilles Freart
a467afae12 Removing no more needed using 2021-01-29 17:43:51 +01:00
Gilles Freart
3ea6bb89d9 Applying style change, renaming some variable 2021-01-29 17:35:59 +01:00
Gilles Freart
21e24e9467 Preparing PR 2021-01-28 17:16:41 +01:00
Gilles Freart
8a13efbb83 Preparing PR + fix cursor issue happening inside frameview 2021-01-28 16:56:28 +01:00
BDisp
79f49d605b Fixes #1100. TextFormatter doesn't handle ColumnWidth greater than 1. 2021-01-28 15:34:06 +00:00
Gilles Freart
92e9d29e37 Fixing Cursor Display under Windows; setting more coherence between windows & linux at CursorVivibility enum 2021-01-28 15:57:34 +01:00
Gilles Freart
ff512f5846 Adjustment under ubuntu & ubuntu xTerm 2021-01-28 14:17:01 +01:00
Gilles Freart
9b617a07f0 Adjusting cursor size ... working under WindowsDriver 2021-01-27 21:51:07 +01:00
tznind
c5c477596c Made New Row/Col location adjacent to current selected cell 2021-01-27 19:43:41 +00:00
tznind
0817fa3d6c Added Move Column and Sort 2021-01-27 19:22:55 +00:00
tznind
22c30fbb55 Added MoveColumn command to Scenario 2021-01-27 18:59:51 +00:00
Thomas Nind
63c20164ab Update tableview.md
Removed reference to lineNumber in example code
2021-01-27 16:09:59 +00:00
tznind
656e9b5159 Fixed Scenario for deleting last column in table 2021-01-27 14:40:57 +00:00
tznind
2092031390 Added alignment and format functions to CsvEditor 2021-01-27 14:07:46 +00:00
tznind
cbcd557710 Added a CSV editor Scenario and an article introducing table view and how to use it 2021-01-27 12:18:47 +00:00
tznind
5bff06405a Fixed checking OfX instead of X on mouse event handler 2021-01-27 08:58:34 +00:00
tznind
1549d775c5 Added vertical scrollbars 2021-01-27 08:29:12 +00:00
tznind
c02a238ef0 Merge branch 'master' into table-view 2021-01-27 08:18:37 +00:00
Thomas Nind
52360cfdde Merge pull request #1 from migueldeicaza/master
update to latest master for scrollbar
2021-01-23 08:36:53 +00:00
Charlie Kindel
77add786fc Merge pull request #1081 from BDisp/scroll-bar-view
Fixes #1073, #1058, #480 #1049. Provides more automation to the ScrollBarView, allowing easily implement on any view.
2021-01-22 09:32:27 -08:00
Charlie Kindel
45d5e997e1 Merge pull request #1094 from BDisp/netdriver-virtual-terminal-sequences
Fixes #1093. NetDriver is reading badly sometimes the virtual terminal sequences.
2021-01-22 09:22:04 -08:00
Charlie Kindel
ddbb15d44f Merge pull request #1092 from BDisp/linux-continuous-button-pressed
Fixes #1091. Continuous button pressed not working properly on Linux.
2021-01-22 09:21:12 -08:00
Charlie Kindel
fd663b6ddc Merge pull request #1090 from pcgeek86/patch-1
Add copyable instructions for .NET Core users
2021-01-22 09:20:50 -08:00
Charlie Kindel
285cc82b9f Merge pull request #1085 from angelobreuer/master
Application.Shutdown() does not reset SynchronizationContext
2021-01-22 09:19:44 -08:00
Charlie Kindel
d321fa0dc5 Merge pull request #1075 from BDisp/get-toplevel-subviews
Fixes #1071. Toplevel.GetTopLevelSubviews (). Changed from HashSet<View> to IList<View>.
2021-01-22 09:04:49 -08:00
Charlie Kindel
0cfd2c5a32 Merge pull request #1089 from BDisp/button-clicked-fix
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-22 08:55:31 -08:00
BDisp
f9f68048a2 The host only need to pass the real sizes and the ScrollBarView automatically consider the extra line and column. 2021-01-22 02:21:56 +00:00
BDisp
0eb3b993ab Host must deal with the mouse wheel. 2021-01-22 00:23:01 +00:00
BDisp
cc7e5878dc Fixes the button release issue after button pressed and moved. 2021-01-21 21:07:00 +00:00
BDisp
0201113425 Added more mouse buttons codes. 2021-01-21 02:14:41 +00:00
BDisp
f0254f8b4d Fixes #1093. NetDriver is reading badly sometimes the virtual terminal sequences. 2021-01-21 00:48:32 +00:00
BDisp
27a617abba There is no need use the Application.MainLoop.AddIdle as the async call seems to work properly now. 2021-01-20 17:44:46 +00:00
BDisp
1c7e32e961 Removing private keyword. 2021-01-20 14:59:45 +00:00
BDisp
1bf4db0bd0 Reducing the ProcessContinuousButtonPressedAsync Task.Delay. 2021-01-20 14:57:44 +00:00
BDisp
f568166fb8 Fixes #1091. Continuous button pressed not working properly on Linux. 2021-01-20 14:54:34 +00:00
BDisp
3cdb1fe0e6 Fixes the double scrolling when the arrows are clicked on the ScrollBarView. 2021-01-20 13:37:31 +00:00