Commit Graph

2564 Commits

Author SHA1 Message Date
BDisp
c8db4ff88b Still trying to fix the Run_All_Scenarios unit test. 2022-05-13 18:16:47 +01:00
BDisp
93123d0cfc Revert "Trying to fix the Run_All_Scenarios unit test."
This reverts commit 235b285294.
2022-05-13 18:02:01 +01:00
BDisp
235b285294 Trying to fix the Run_All_Scenarios unit test. 2022-05-13 17:51:01 +01:00
BDisp
e941169dad Fixes the draw clip bounds issue visible on ScrollView. 2022-05-13 17:37:26 +01:00
Tig Kindel
736d10598b Merge pull request #1703 from tznind/tv-colors
Adds support for custom colors in TreeView
2022-05-08 19:30:01 -07:00
Thomas
f534c2e7eb Added color tailoring into scenario 2022-05-08 23:02:47 +01:00
Thomas
8e148013ec Added ColorGetter to TreeView 2022-05-08 22:48:45 +01:00
Tig Kindel
f95be41bd3 Merge pull request #1701 from BDisp/menu-close-length-fix
Fixes #1699 - Menu closes on button press and menu hot-key text renders correctly
2022-05-07 09:46:18 -07:00
BDisp
ed2c516702 Button pressed now close the menu and the menu length is the same with or without hot-keys 2022-05-07 16:14:26 +01:00
Tig Kindel
a8e914e681 Merge pull request #1696 from migueldeicaza/dependabot/nuget/xunit.runner.visualstudio-2.4.5
Bump xunit.runner.visualstudio from 2.4.4 to 2.4.5
2022-05-06 22:33:50 -07:00
dependabot[bot]
7e6da07ba3 Bump xunit.runner.visualstudio from 2.4.4 to 2.4.5
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 14:12:04 +00:00
Tig Kindel
4ded6878b7 Merge pull request #1692 from tznind/fix-timeout-add-key-conflict
Fixed RunTimers not checking for key collisions in list when adding to timeouts
2022-05-05 15:08:59 -07:00
Tig Kindel
a362467d0b Merge pull request #1694 from migueldeicaza/dependabot/nuget/xunit.runner.visualstudio-2.4.4
Bump xunit.runner.visualstudio from 2.4.3 to 2.4.4
2022-05-05 15:07:16 -07:00
dependabot[bot]
6d1d8fe85b Bump xunit.runner.visualstudio from 2.4.3 to 2.4.4
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 14:13:55 +00:00
Tig Kindel
f05cba2d81 Merge pull request #1689 from tznind/add-data-to-menuitem
Adds Data field to MenuItem
2022-05-04 08:01:23 -07:00
Tig Kindel
cc9a63c665 Merge pull request #1687 from tznind/shutdown-docs
Added calls to `Application.Shutdown ()` into docs
2022-05-04 08:00:51 -07:00
Tig Kindel
391591e110 Merge pull request #1685 from BDisp/wide-runes-console-fix
Wide runes console fix
2022-05-04 07:47:00 -07:00
Thomas Nind
2785834805 Fixed RunTimers not checking for key collisions in list when adding to timeouts 2022-05-04 11:49:30 +01:00
BDisp
0a19fe5a58 The wide runes fix must be done on the AddRune so the Contents are consistent. 2022-05-04 11:46:22 +01:00
BDisp
89a622e78e Standardizing in the same way as the others drivers. 2022-05-04 01:13:00 +01:00
BDisp
3408562054 Write "Reserved to surrogate pairs." 2022-05-03 01:25:20 +01:00
BDisp
ee119ffaac Forces button to redraw before invoke Clicked event. 2022-05-03 01:21:27 +01:00
BDisp
640fecba03 Fixing drivers. 2022-05-03 01:20:18 +01:00
BDisp
1d0852f952 Preventing future throw exceptions on "VT101 with No Options". 2022-05-03 01:09:10 +01:00
Tig Kindel
99655253bc Merge pull request #1690 from migueldeicaza/dependabot/nuget/ReportGenerator-5.1.6
Bump ReportGenerator from 5.1.5 to 5.1.6
2022-05-02 14:41:16 -07:00
Tig Kindel
2ab69a16d3 Merge pull request #1684 from tznind/add-timeout-thread-safety
Add timeout thread safety
2022-05-02 14:31:28 -07:00
dependabot[bot]
3a93517bd4 Bump ReportGenerator from 5.1.5 to 5.1.6
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.5...v5.1.6)

---
updated-dependencies:
- dependency-name: ReportGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 14:11:36 +00:00
Thomas Nind
4a69da1d19 Adds Data field to MenuItem 2022-05-01 17:02:53 +01:00
Thomas Nind
bf1fa42f8b Removed shutdown call for from 'Dialog' example 2022-04-30 20:05:34 +01:00
Thomas Nind
0fbb2bc81a Added calls to Application.Shutdown () into docs 2022-04-30 19:58:46 +01:00
BDisp
a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. 2022-04-30 01:12:21 +01:00
BDisp
933a1bda91 Added text direction support for word-wrap and fix draw issues. 2022-04-30 01:07:04 +01:00
BDisp
311acc03df Fixes drivers for wide runes handling which also works on Windows Terminal. 2022-04-30 01:03:41 +01:00
Thomas Nind
550766dfca Fixed Assert to reference local variables instead of constant values 2022-04-29 10:09:59 +01:00
Thomas Nind
ee3884fe1d Adjusted lock so it does not cover the timeout Callback 2022-04-29 10:01:12 +01:00
Thomas Nind
735996f5e1 Improved threadsafety of Application.MainLoop.AddTimeout 2022-04-29 09:50:09 +01:00
Tig Kindel
7a12d7c85e Merge pull request #1681 from migueldeicaza/dependabot/nuget/ReactiveUI.Fody-18.0.10
Bump ReactiveUI.Fody from 17.1.17 to 18.0.10
2022-04-28 11:36:07 -07:00
dependabot[bot]
5cec8bf10b Bump ReactiveUI.Fody from 17.1.17 to 18.0.10
Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui) from 17.1.17 to 18.0.10.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/17.1.17...18.0.10)

---
updated-dependencies:
- dependency-name: ReactiveUI.Fody
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 16:55:03 +00:00
Tig Kindel
1af8adae33 Merge pull request #1682 from migueldeicaza/dependabot/nuget/ReactiveUI-18.0.10
Bump ReactiveUI from 18.0.7 to 18.0.10
2022-04-27 09:54:24 -07:00
Tig Kindel
142f6774d6 Merge pull request #1680 from migueldeicaza/dependabot/nuget/ReportGenerator-5.1.5
Bump ReportGenerator from 5.1.4 to 5.1.5
2022-04-27 09:53:59 -07:00
dependabot[bot]
c0a8eb1941 Bump ReactiveUI from 18.0.7 to 18.0.10
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 18.0.7 to 18.0.10.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/18.0.7...18.0.10)

---
updated-dependencies:
- dependency-name: ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 14:09:26 +00:00
dependabot[bot]
cdff51f1de Bump ReportGenerator from 5.1.4 to 5.1.5
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.4...v5.1.5)

---
updated-dependencies:
- dependency-name: ReportGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 14:09:17 +00:00
Tig Kindel
54c4c5cdb8 Merge pull request #1678 from migueldeicaza/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
2022-04-25 22:32:18 -07:00
dependabot[bot]
44fd0b0e61 Bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 14:06:53 +00:00
Tig Kindel
3a8a537639 Merge pull request #1677 from tznind/line-view-namespace
Fixed erroneous namespace on LineView to match other views
2022-04-22 09:17:31 -07:00
Thomas Nind
996ce13b82 Fixed erroneous namespace on LineView to match other views
Fixes  #1653
2022-04-20 09:24:56 +01:00
Tig Kindel
814718a8fa Merge pull request #1676 from BDisp/contextmenu-typo-fix
Fixes #1675. ContextMenu MenuItems typo
2022-04-19 11:03:48 -07:00
BDisp
9c36ec7c83 Fixes #1675. ContextMenu MenuItens typo 2022-04-19 13:24:39 +01:00
Tig Kindel
2d4163780a Merge pull request #1671 from tig/v1_5_0
v1.5.0 Release
v1.5.0
2022-04-17 16:38:08 -07:00
Charlie Kindel
615bf80657 v1.5.0 API Doc Refresh 2022-04-17 16:34:51 -07:00