Thomas Nind
|
e66e8dc08a
|
Fix thin tabview (#1737)
|
2022-05-20 22:25:01 -07:00 |
|
Tig Kindel
|
7ed5f5b2b2
|
Merge pull request #1735 from migueldeicaza/dependabot/nuget/ReportGenerator-5.1.9
Bump ReportGenerator from 5.1.7 to 5.1.9
|
2022-05-19 13:59:33 -07:00 |
|
Tig Kindel
|
58867667f9
|
Merge pull request #1734 from BDisp/view-clear-addrune-addstr
Reverts Clear method to use AddRune instead of AddStr.
|
2022-05-19 13:58:58 -07:00 |
|
dependabot[bot]
|
bd8964dfeb
|
Bump ReportGenerator from 5.1.7 to 5.1.9
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.7 to 5.1.9.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.7...v5.1.9)
---
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-19 14:10:06 +00:00 |
|
BDisp
|
7f3c26906b
|
Reverting Clear method to use AddRune as initially.
|
2022-05-18 16:50:39 +01:00 |
|
BDisp
|
d99bc42f39
|
Preventing more Update execution before Initialize.
|
2022-05-18 13:47:04 +01:00 |
|
BDisp
|
c561016423
|
Prevents updating button before initialization.
|
2022-05-17 22:23:04 +01:00 |
|
dependabot[bot]
|
fc47aaee27
|
Bump ReportGenerator from 5.1.6 to 5.1.7
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.6...v5.1.7)
---
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-16 14:10:15 +00:00 |
|
Jocelyn NATALI
|
09b8ce64da
|
Add ColorPicker Control. (#1668)
* Add ColorPicker Control.
* Add default colors.
* Author name comment removed.
* Scenario renamed.
* Format source code.
* Add commands and KeyBindings.
* ColorPicker comments updated.
* Doc updated.
* Fix relative Layout.
* Add new constructor, with title only.
* Delete one inused line.
* Scenario renammed.
* Doc updated.
|
2022-05-14 15:35:00 -07:00 |
|
Tig Kindel
|
a7db7cdec8
|
Merge pull request #1706 from tznind/tree-view-context
Tree view context
|
2022-05-13 14:47:24 -07:00 |
|
Thomas
|
7deacf3bb9
|
Renamed to simply GetObjectOnRow and dropped unused X component
|
2022-05-13 22:37:01 +01:00 |
|
Thomas
|
6800113ff1
|
Changed name to GetObjectRow
|
2022-05-13 22:17:42 +01:00 |
|
Tig Kindel
|
4e25402c8b
|
Merge pull request #1710 from BDisp/wide-runes-render-issues
Fixes remaining wide runes render issues.
|
2022-05-13 13:48:47 -07:00 |
|
Thomas
|
7f0671e10a
|
Renamed new methods
|
2022-05-13 21:42:50 +01:00 |
|
Tig Kindel
|
648a8393bd
|
Merge pull request #1707 from BDisp/textview-wordwrap-fix
Avoid TextView throwing when WordWrap is true on constructor initialization.
|
2022-05-13 13:21:16 -07:00 |
|
BDisp
|
ad2b5a9ba2
|
Removed AlwaysSetPosition and fix some wide runes issue.
|
2022-05-13 19:27:04 +01:00 |
|
BDisp
|
cd5c13f388
|
Merge branch 'draw-clip-bounds-fix' into wide-runes-render-issues
|
2022-05-13 18:30:04 +01:00 |
|
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 |
|
dependabot[bot]
|
970052012f
|
Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.1.0...v17.2.0)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-11 14:11:31 +00:00 |
|
BDisp
|
4382a2c2c2
|
Fixes remaining wide runes render issues.
|
2022-05-11 00:24:57 +01:00 |
|
BDisp
|
205fbf4d5b
|
Avoid throwing when WordWrap is true on constructor initialization.
|
2022-05-11 00:10:19 +01:00 |
|
Thomas Nind
|
e60d7f4363
|
Added IndexOf method to TreeView to allow for keyboard context menus
|
2022-05-10 16:05:09 +01:00 |
|
Thomas Nind
|
5c39f6af48
|
Added new method HitTest to TreeView to allow for better context menus
|
2022-05-10 15:39:15 +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 |
|
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 |
|
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
|
391591e110
|
Merge pull request #1685 from BDisp/wide-runes-console-fix
Wide runes console fix
|
2022-05-04 07:47:00 -07: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 |
|
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 |
|
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
|
735996f5e1
|
Improved threadsafety of Application.MainLoop.AddTimeout
|
2022-04-29 09:50:09 +01: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 |
|
BDisp
|
9c36ec7c83
|
Fixes #1675. ContextMenu MenuItens typo
|
2022-04-19 13:24:39 +01:00 |
|
Jocelyn NATALI
|
c873db07f0
|
Fix context menus tests on culture != of "en-US" machines.
The "en-US" culture is forced.
|
2022-04-13 10:13:11 +02:00 |
|
Tig Kindel
|
1595bbb39a
|
Merge pull request #1634 from BDisp/UseSubMenusSingleFrame-feature
Feature to display the sub-menus on a single frame instead multiple frames.
|
2022-04-07 09:12:31 -07:00 |
|
dependabot[bot]
|
4c4fa982b7
|
Bump ReportGenerator from 5.1.2 to 5.1.4
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.2 to 5.1.4.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.2...v5.1.4)
---
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-04 14:12:07 +00:00 |
|
BDisp
|
04f9817023
|
Fixes view to screen relative on the context menu.
|
2022-03-17 12:52:40 +00:00 |
|
BDisp
|
3e3b67889d
|
It is needed to get rid of the first and the last line ending of expectedLook.
|
2022-03-17 12:49:56 +00:00 |
|
BDisp
|
d9f52fc2f2
|
Changing from AssertDriverContentsWithPosAre to AssertDriverContentsWithFrameAre to return a Rect.
|
2022-03-17 12:49:55 +00:00 |
|
BDisp
|
484e98998a
|
Feature to display the sub-menus on a single frame instead multiple frames.
|
2022-03-17 12:49:43 +00:00 |
|
Tig Kindel
|
2414fcb11f
|
Merge pull request #1645 from migueldeicaza/dependabot/nuget/ReportGenerator-5.1.2
Bump ReportGenerator from 5.0.4 to 5.1.2
|
2022-03-17 03:06:57 -06:00 |
|
Thomas Nind
|
f96c7001e4
|
Fixed TableView when redrawing a System.DataTable that has no columns (#1639)
|
2022-03-17 02:06:17 -07:00 |
|