Aleksandar Ivanov
|
5680812f6e
|
add credentials
|
2021-06-15 17:13:07 +03:00 |
|
Aleksandar Ivanov
|
cf19eb8e8e
|
add explicit configuration to test command
|
2021-06-15 16:21:42 +03:00 |
|
Aleksandar Ivanov
|
a366e57e08
|
add pwsh as default terminal
|
2021-06-15 15:13:40 +03:00 |
|
Aleksandar Ivanov
|
6ee48f51ce
|
Create Codespace configuration (#2)
|
2021-06-15 14:39:53 +03:00 |
|
Charlie Kindel
|
2f813bfaf1
|
Merge pull request #1336 from tznind/color-text-view
Expose TextView color methods as protected virtual (allows custom colors)
|
2021-06-14 22:47:23 -07:00 |
|
tznind
|
2b5c83d3dc
|
Merge remote-tracking branch 'upstream/main' into color-text-view
|
2021-06-13 14:03:04 +01:00 |
|
Thomas Nind
|
e601a6bd39
|
Fixed keyword highlighting and added string literal highlighting
|
2021-06-13 13:57:20 +01:00 |
|
tznind
|
32e4e9dff8
|
Added word splitting
|
2021-06-13 09:33:57 +01:00 |
|
Thomas Nind
|
fb5830ea9d
|
Made color methods in TextView protected virtual
|
2021-06-13 08:30:03 +01:00 |
|
Charlie Kindel
|
739e7df0fb
|
Merge pull request #1335 from BDisp/labelasbuttons.scenario-fix
Fixes InvalidOperationException from throwing when removing the label on the LabelsAsLabels scenario.
|
2021-06-11 13:04:51 -07:00 |
|
Charlie Kindel
|
f13ee4a1b8
|
Merge pull request #1334 from BDisp/window-initialize
Added a Initialize method to the Window to simplify the constructors.
|
2021-06-11 13:02:12 -07:00 |
|
Charlie Kindel
|
cb31e13de9
|
Merge pull request #1333 from BDisp/view-get-set-width-height-fix
Fixes GetCurrentWidth and GetCurrentHeight providing the correct current values.
|
2021-06-11 13:00:45 -07:00 |
|
Charlie Kindel
|
080d3792ab
|
Merge pull request #1332 from BDisp/cursesdriver-resize-fix
Fixes CursesDriver resize issue.
|
2021-06-11 13:00:03 -07:00 |
|
BDisp
|
4d09d4522e
|
Added a AllViewsTests unit test to test all Views derived class constructors.
|
2021-06-10 20:31:57 +01:00 |
|
BDisp
|
839b2cfebc
|
Fixes negative Width and Height exception.
|
2021-06-10 20:29:05 +01:00 |
|
Thomas Nind
|
df7a7cdafe
|
Merge remote-tracking branch 'upstream/main' into main
|
2021-06-09 13:07:16 +01:00 |
|
BDisp
|
ee75af620d
|
Fixes the restriction of the AutoSize = true of only being true if both the width and the height are true.
|
2021-06-08 21:35:27 +01:00 |
|
BDisp
|
297bf42bd6
|
Fixes InvalidOperationException from throwing when removing the label.
|
2021-06-06 20:52:45 +01:00 |
|
BDisp
|
3db8b7eeda
|
Added a Initialize method to the Window to simplify the constructors.
|
2021-06-04 16:57:26 +01:00 |
|
BDisp
|
432e9cb801
|
Fixes GetCurrentWidth and GetCurrentHeight providing the correct current values.
|
2021-06-04 16:48:09 +01:00 |
|
BDisp
|
a6b940f1fd
|
Fixes CursesDriver resize issue.
|
2021-06-04 16:00:52 +01:00 |
|
Charlie Kindel
|
bbffac8f23
|
Merge pull request #1330 from BDisp/listview-move-end-fix
Prevents ListView top to be less than zero if source count is zero.
|
2021-06-02 11:55:39 -06:00 |
|
BDisp
|
b351b858ae
|
Only sets the top if the sum (top + selected) is bigger than the frame height.
|
2021-06-02 16:47:07 +01:00 |
|
BDisp
|
2ba1a50f2e
|
Prevents top to be less than zero if source count is zero.
|
2021-06-02 11:13:08 +01:00 |
|
Charlie Kindel
|
a7011befef
|
Merge pull request #1329 from BDisp/listview-pagedown-fix
Fixes #1326. Prevent selected item to be equal to the source count.
|
2021-05-31 14:58:50 -06:00 |
|
Charlie Kindel
|
3f8e9c3f61
|
Merge pull request #1328 from BDisp/textfield-backspace-fix
Fixes #1327. Fixes TextField backspace and canceling TextChanging.
|
2021-05-31 14:57:30 -06:00 |
|
BDisp
|
fc5cb56fe0
|
Changing to the @tznind suggestion.
|
2021-05-31 16:48:13 +01:00 |
|
BDisp
|
9d4b79b7a9
|
Fixes #1326. Prevent selected item to be equal to the source count.
|
2021-05-31 16:26:30 +01:00 |
|
BDisp
|
66b46851cb
|
Fixes #1327. Fixes TextField backspace and canceling TextChanging.
|
2021-05-31 15:51:20 +01:00 |
|
Charlie Kindel
|
0413a93bf3
|
Merge pull request #1319 from BDisp/clipboard-linux-fix
Fixes #1318. Ensures that the OS clipboard is always sets.
|
2021-05-30 07:32:45 -06:00 |
|
Charlie Kindel
|
f88215f232
|
Merge pull request #1324 from BDisp/netdriver-window.size-fix
Prevents WindowSize event from being always triggered in Netdriver unnecessarily.
|
2021-05-30 07:13:05 -06:00 |
|
BDisp
|
0e2446588a
|
Prevents read blocking on Mac.
|
2021-05-29 22:43:39 +01:00 |
|
BDisp
|
87926a7d3d
|
Prevents output to the terminal on Linux.
|
2021-05-29 22:10:23 +01:00 |
|
BDisp
|
105e2a0dc4
|
Prevents WindowSize event from being always triggered in Netdriver unnecessarily.
|
2021-05-27 17:21:51 +01:00 |
|
BDisp
|
ce04eeda86
|
Added -noprofile option to PowerShell and the clip.exe.
|
2021-05-27 17:13:12 +01:00 |
|
Charlie Kindel
|
3ac18bc53a
|
Merge pull request #1323 from tznind/main
Fix bug where series/annotations are added during render
|
2021-05-26 11:12:40 -07:00 |
|
Charlie Kindel
|
436a609622
|
Merge pull request #1322 from migueldeicaza/dependabot/nuget/ReportGenerator-4.8.9
Bump ReportGenerator from 4.8.8 to 4.8.9
|
2021-05-26 11:12:16 -07:00 |
|
dependabot[bot]
|
f19636ed33
|
Bump ReportGenerator from 4.8.8 to 4.8.9
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 4.8.8 to 4.8.9.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v4.8.8...v4.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-26 18:11:39 +00:00 |
|
Charlie Kindel
|
04f09c14e2
|
Merge pull request #1321 from migueldeicaza/dependabot/nuget/Microsoft.NET.Test.Sdk-16.10.0
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
|
2021-05-26 11:11:16 -07:00 |
|
Thomas Nind
|
deebed5068
|
Fix bug where series/annotations are added during render
|
2021-05-26 11:51:04 +01:00 |
|
dependabot[bot]
|
b866dfa196
|
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-26 06:19:34 +00:00 |
|
BDisp
|
30748df0da
|
Trying even more to fix permissions issue and removed try catch.
|
2021-05-25 19:43:19 +01:00 |
|
BDisp
|
a5915cd190
|
Trying fixing more permissions issue.
|
2021-05-25 19:33:37 +01:00 |
|
BDisp
|
1b7ead0e71
|
Fixes more permissions issues.
|
2021-05-25 19:19:14 +01:00 |
|
BDisp
|
286461e7c8
|
Fixes bash permissions issue in Linux.
|
2021-05-25 19:09:33 +01:00 |
|
BDisp
|
87271cc477
|
Implemented the ClipboardBase abstract class as suggested by @tznind.
|
2021-05-25 18:49:30 +01:00 |
|
BDisp
|
8bdbb12c8a
|
Check if xclip is installed.
|
2021-05-23 00:47:28 +01:00 |
|
BDisp
|
67d75725cc
|
Fixes #1318. Ensures that the OS clipboard is always sets.
|
2021-05-22 22:37:04 +01:00 |
|
Charlie Kindel
|
4eab436aeb
|
Merge pull request #1315 from BDisp/clipboard-improvement
Fixes #983. Improving clipboard with interaction with the OS.
|
2021-05-20 08:24:29 -07:00 |
|
BDisp
|
f60458cc6b
|
Fixes #983. Improving clipboard with interaction with the OS.
|
2021-05-20 01:27:42 +01:00 |
|