Charlie Kindel
|
1026f2145b
|
Merge pull request #1357 from tznind/table-colors
Added support for coloring cells in TableView
|
2021-07-21 08:49:27 -07:00 |
|
Charlie Kindel
|
f6d3fbc3b8
|
patched reactive sample dependencies refs
|
2021-07-21 08:46:30 -07:00 |
|
Charlie Kindel
|
14186f0858
|
Merge pull request #1355 from BDisp/showbothscrollindicator-false-test
More unit test for issue #1344, testing IsVertical as False.
|
2021-07-21 08:43:52 -07:00 |
|
Charlie Kindel
|
ddb4612588
|
Merge pull request #1348 from migueldeicaza/dependabot/nuget/ReactiveUI.Fody-14.1.1
Bump ReactiveUI.Fody from 13.3.2 to 14.1.1
|
2021-07-21 08:43:24 -07:00 |
|
Charlie Kindel
|
7fe82531d4
|
Merge branch 'main' into dependabot/nuget/ReactiveUI.Fody-14.1.1
|
2021-07-21 08:43:17 -07:00 |
|
Charlie Kindel
|
8564f99346
|
Merge pull request #1349 from migueldeicaza/dependabot/nuget/ReactiveUI-14.1.1
Bump ReactiveUI from 13.3.2 to 14.1.1
|
2021-07-21 08:42:50 -07:00 |
|
Charlie Kindel
|
5f03261806
|
Merge pull request #1331 from BDisp/toplevel-improvement
Toplevel improvement as a subviews container without frame borders.
|
2021-07-21 08:39:47 -07:00 |
|
BDisp
|
d092fc694d
|
Small change to re-run the test in Github.
|
2021-07-21 12:23:03 +01:00 |
|
BDisp
|
138a14746d
|
Using LayoutSubviews to fix the size height hiding first character.
|
2021-07-16 15:17:20 +01:00 |
|
BDisp
|
1aa1161163
|
Asserting type names.
|
2021-07-16 13:04:25 +01:00 |
|
BDisp
|
57a3a5d9f1
|
Fixes #1260. Added unit test to emulate the "All Views Tester" scenario.
|
2021-07-16 11:46:50 +01:00 |
|
BDisp
|
5851d0e6f1
|
Adding more unit tests.
|
2021-07-15 19:29:35 +01:00 |
|
BDisp
|
623b6bf24b
|
Fixes the height from hiding the first character.
|
2021-07-15 19:27:13 +01:00 |
|
BDisp
|
f32a76b4a9
|
Fixes the View Menu to set current child if is visible.
|
2021-07-15 19:24:10 +01:00 |
|
BDisp
|
69200a2f85
|
Reverting the draw text.
|
2021-07-15 18:37:44 +01:00 |
|
BDisp
|
9a73657cba
|
Simplifying the Redraw method.
|
2021-07-15 18:27:44 +01:00 |
|
BDisp
|
0f77914e69
|
Turning MdiTop as read only.
|
2021-07-15 17:56:19 +01:00 |
|
BDisp
|
5a35bcae26
|
Fixes #1317. Forces wakeup the mainloop in a thread.
|
2021-07-11 12:49:26 +01:00 |
|
BDisp
|
c707d1351d
|
Some changes and adding much more unit tests.
|
2021-07-11 00:19:11 +01:00 |
|
BDisp
|
8d6c2e0aa8
|
Some changes in the UICatalog and Scenarios.
|
2021-07-11 00:16:40 +01:00 |
|
BDisp
|
b2a8a7cb6d
|
Improves the MenuOpening event.
|
2021-07-11 00:14:28 +01:00 |
|
BDisp
|
4cd694ac78
|
Added a Mdi Container feature.
|
2021-07-11 00:12:51 +01:00 |
|
Thomas Nind
|
e63650102b
|
Changed text color to dark grey to make effect clearer
|
2021-07-07 13:00:47 +01:00 |
|
Thomas Nind
|
30508d9740
|
Added multi coloured cell example
|
2021-07-07 12:59:16 +01:00 |
|
Thomas Nind
|
446759a3f2
|
Made RowColorGetterDelegate follow same pattern as CellColorGetter
|
2021-07-07 12:32:22 +01:00 |
|
Thomas Nind
|
29c14876c0
|
Changed CellColorGetterDelegate to use its own class for args CellColorGetterArgs to future proof the API against breaking changes
|
2021-07-07 12:15:35 +01:00 |
|
Thomas Nind
|
f536d906d4
|
Made selected cell invert first character optional as a TableStyle
|
2021-06-29 09:27:28 +01:00 |
|
Thomas Nind
|
fe464b0b94
|
Added test helper method AssertDriverColorsAre
|
2021-06-29 08:03:35 +01:00 |
|
Thomas Nind
|
e460650a3c
|
Changed Scenario alt colors to Win.ColorScheme instead of Colors.Base
|
2021-06-29 07:16:25 +01:00 |
|
Thomas Nind
|
c2c96931c4
|
Added extra boundary check before rendering
|
2021-06-29 07:10:49 +01:00 |
|
Thomas Nind
|
93e5d7fc0c
|
Made selected cell first character inverted colors
This allows users to tell which cell is driving navigation etc in multi cell selections
|
2021-06-29 07:08:01 +01:00 |
|
tznind
|
98dfcc4959
|
Added support for full row coloring
|
2021-06-28 19:27:29 +01:00 |
|
Thomas Nind
|
f2c40ac83f
|
Fixed custom cell color also coloring the separator in FullRowSelect mode
|
2021-06-28 18:35:07 +01:00 |
|
tznind
|
b3ce131fbf
|
Added support for coloring cells
|
2021-06-28 18:16:48 +01:00 |
|
BDisp
|
c4232e9a3a
|
More unit test for issue #1344, testing IsVertical as False.
|
2021-06-27 19:12:29 +01:00 |
|
Charlie Kindel
|
3c1fa5f2b1
|
Merge pull request #1354 from tznind/main
Fix for #1353 (tab view not refreshing in some circumstances)
|
2021-06-25 21:00:30 -07:00 |
|
tznind
|
5cef7f7663
|
Fixed Redraw in TabView not setting needs display on tab area view
|
2021-06-25 22:16:14 +01:00 |
|
tznind
|
0c80a4f1f2
|
Merge remote-tracking branch 'upstream/main' into main
|
2021-06-25 22:11:10 +01:00 |
|
Charlie Kindel
|
8f66fc07c7
|
Merge pull request #1351 from migueldeicaza/dependabot/nuget/ReportGenerator-4.8.11
Bump ReportGenerator from 4.8.10 to 4.8.11
|
2021-06-23 08:45:03 -07:00 |
|
dependabot[bot]
|
e5080e2882
|
Bump ReportGenerator from 4.8.10 to 4.8.11
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 4.8.10 to 4.8.11.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v4.8.10...v4.8.11)
---
updated-dependencies:
- dependency-name: ReportGenerator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-23 14:08:33 +00:00 |
|
BDisp
|
63e7c2dfb8
|
Merge branch 'main' into toplevel-improvement
|
2021-06-22 18:37:58 +01:00 |
|
Charlie Kindel
|
ca38f60430
|
Merge pull request #1343 from BDisp/view-text-update-fix
Fixes #1341. Now if AutoSize is true the Bounds size is always updated by using the Dim.Fill or the Dim.Absolute.
|
2021-06-22 08:20:40 -07:00 |
|
Charlie Kindel
|
a533d83313
|
Merge pull request #1339 from migueldeicaza/dependabot/nuget/ReportGenerator-4.8.10
Bump ReportGenerator from 4.8.9 to 4.8.10
|
2021-06-22 08:19:49 -07:00 |
|
Charlie Kindel
|
488a56a48f
|
Merge pull request #1345 from BDisp/scrollbarview-constructor-showBothScrollIndicator
Fixes #1344. Setting showBothScrollIndicator to false on the constructor don't throws NullReferenceException anymore.
|
2021-06-22 08:19:26 -07:00 |
|
dependabot[bot]
|
34e6147d3d
|
Bump ReactiveUI from 13.3.2 to 14.1.1
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 13.3.2 to 14.1.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/13.3.2...14.1.1)
---
updated-dependencies:
- dependency-name: ReactiveUI
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-21 14:08:11 +00:00 |
|
dependabot[bot]
|
dbf4387864
|
Bump ReactiveUI.Fody from 13.3.2 to 14.1.1
Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui) from 13.3.2 to 14.1.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/13.3.2...14.1.1)
---
updated-dependencies:
- dependency-name: ReactiveUI.Fody
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-21 14:08:04 +00:00 |
|
BDisp
|
a9d8ff19d8
|
Fixes #1344. Setting showBothScrollIndicator to false on the constructor don't throws NullReferenceException anymore.
|
2021-06-19 00:26:57 +01:00 |
|
BDisp
|
21714b64b8
|
Fixes #1341. Now if AutoSize is true the Bounds size is always updated by using the Dim.Fill or the Dim.Absolute.
|
2021-06-18 18:34:16 +01:00 |
|
dependabot[bot]
|
565e58880a
|
Bump ReportGenerator from 4.8.9 to 4.8.10
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 4.8.9 to 4.8.10.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v4.8.9...v4.8.10)
---
updated-dependencies:
- dependency-name: ReportGenerator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-17 14:07:54 +00:00 |
|
Charlie Kindel
|
2db44fd0f7
|
Merge pull request #1338 from pipeline-foundation/feature/codespace
Resolves: Add GitHub Codespaces configuration
|
2021-06-15 07:34:13 -07:00 |
|