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
Charlie Kindel
62c1854815
Merge pull request #1313 from tig/unit_tests_add_attribute
...
Added Attributes tests; balanced Application.Init/Shutdown
2021-05-18 07:19:30 -07:00
Charlie Kindel
4f0049dde8
refactored AutoInitShutdown attribute
2021-05-17 18:30:55 -07:00
Charlie Kindel
8d8025329e
Added Attributes tests; balanced Application.Init/Shutdown
2021-05-17 18:22:46 -07:00
Charlie Kindel
0fad21607b
Merge pull request #1312 from migueldeicaza/dependabot/nuget/Terminal.Gui-1.1.1.star
...
Update Terminal.Gui requirement from 1.0.0.* to 1.1.1.*
2021-05-17 15:19:39 -07:00
dependabot[bot]
08db0230fb
Update Terminal.Gui requirement from 1.0.0.* to 1.1.1.*
...
Updates the requirements on [Terminal.Gui](https://github.com/migueldeicaza/gui.cs ) to permit the latest version.
- [Release notes](https://github.com/migueldeicaza/gui.cs/releases )
- [Commits](https://github.com/migueldeicaza/gui.cs/compare/v1.0.0...v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-17 07:42:57 +00:00
Charlie Kindel
b803c3add8
Merge pull request #1310 from tig/v_1_1_2
...
v1.1.2 test release
2021-05-16 17:22:04 -07:00
Charlie Kindel
e353ca399a
testing branch stuff
2021-05-16 17:13:50 -07:00
Charlie Kindel
482fd59a11
Merge branch 'main' of tig:migueldeicaza/gui.cs
v1.1.2
2021-05-16 17:06:17 -07:00
Charlie Kindel
cb060f6614
Release v1.1.1 ( #1309 )
...
* Release v1.0.1
2021-05-16 17:06:06 -07:00
Charlie Kindel
cbd29f4028
Merge branch 'main' of tig:migueldeicaza/gui.cs
v1.1.1
2021-05-16 17:01:19 -07:00
BDisp
c2d0a28c86
Fixes #1307 MainLoop timeouts duplicate keys error. ( #1308 )
...
* Fixes #1307 MainLoop timeouts duplicate keys error.
* Fixes key not exist in collection on parallel.
2021-05-16 17:01:03 -07:00
Charlie Kindel
4a09631b63
Merge branch 'main' of tig:migueldeicaza/gui.cs
2021-05-16 07:33:41 -07:00
Charlie Kindel
c2d0d28907
Version 1.1.0 Release ( #1306 )
...
* tweaked version # for v1.0.0-beta.10
* tweaked version # for v1.0.0-beta.11
* Updated readme and revision history for 1.0
* adjusting publish workflow
* adjusting publish workflow2
* adjusting publish workflow 3
* adjusting publish workflow 4
* adjusting publish workflow 5
* final fix to yaml
* Updated relnotes for v1.0.0-rc.9
* rel notes for v1.0.0-rc.10
* relnotes for v1.0.0-rc.11
* relnotes for v1.0.0-rc.12
* v1.0.0-rc.13
* Releasing 1.1.0
* removed WiP
2021-05-16 07:33:23 -07:00
Charlie Kindel
1777e5b6cc
Merge branch 'main' of tig:migueldeicaza/gui.cs
v1.1.0
2021-05-16 07:21:45 -07:00
Thomas Nind
fe9c984d5c
Changed Console.WriteLine to ITestOutputHelper in tests ( #1305 )
...
* Changed Console.WriteLine to ITestOutputHelper in tests
* Added ITestOutputHelper
2021-05-16 07:21:21 -07:00
Charlie Kindel
2b62b3ba33
Merge branch 'main' of tig:migueldeicaza/gui.cs
2021-05-13 11:31:12 -07:00
dependabot[bot]
e9b3289643
Bump ReactiveUI from 13.3.1 to 13.3.2 ( #1301 )
...
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui ) from 13.3.1 to 13.3.2.
- [Release notes](https://github.com/reactiveui/reactiveui/releases )
- [Commits](https://github.com/reactiveui/reactiveui/compare/13.3.1...13.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 11:31:01 -07:00
dependabot[bot]
d062d0cc2a
Bump ReactiveUI.Fody from 13.2.18 to 13.3.2 ( #1300 )
...
Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui ) from 13.2.18 to 13.3.2.
- [Release notes](https://github.com/reactiveui/reactiveui/releases )
- [Commits](https://github.com/reactiveui/reactiveui/compare/13.2.18...13.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 11:30:05 -07:00
Charlie Kindel
b71f7d2c3c
Merge branch 'main' of tig:migueldeicaza/gui.cs
2021-05-13 11:27:56 -07:00
dependabot[bot]
4059c7eb39
Bump ReactiveUI from 13.2.18 to 13.3.1 ( #1298 )
...
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui ) from 13.2.18 to 13.3.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases )
- [Commits](https://github.com/reactiveui/reactiveui/compare/13.2.18...13.3.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 14:38:36 -07:00
Thomas Nind
0dd0f2e5c4
TableView - adds last column dividing line ( #1289 )
...
* Adds a final vertical column line at the end of the last header in TableView
* Added clear line as first step in RenderRow
* Added TableStyle.EnforceMaxWidthOnLastColumn
* Added Scenario toggle setting and tests
* Fixed EnforceMaxWidthOnLastColumn when Bounds match exactly the last column width
* Fixed whitespace and comment on ColumntoRender.Width
* Renamed EnforceMaxWidthOnLastColumn to ExpandLastColumn
2021-05-10 20:58:15 -07:00
dependabot[bot]
93d76b1a64
Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.1 to 1.0.2 ( #1293 )
...
Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/Microsoft/dotnet/releases )
- [Commits](https://github.com/Microsoft/dotnet/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 20:55:54 -07:00
Charlie Kindel
15823105f2
Merge branch 'main' of tig:migueldeicaza/gui.cs
2021-05-09 19:29:12 -07:00
BDisp
a492a52d79
Fixes #1291 . Combining two PosAbsolute or two DimAbsolute result on a PosAbsolute or DimAbsolute. ( #1292 )
2021-05-09 19:28:31 -07:00