Commit Graph

3441 Commits

Author SHA1 Message Date
tznind
6136656327 Added context menu for show/hide columns in TableEditorScenario 2022-12-03 19:49:42 +00:00
BDisp
b917064bb0 Merge branch 'develop' into csv-editor-fix 2022-12-03 19:45:30 +00:00
BDisp
f8edf67ea2 Merge branch 'develop' into textview-textfield-isdrirty-fix-2212 2022-12-03 19:42:19 +00:00
tznind
cf4c02a71f merge develop into tablecol-visible 2022-12-03 19:39:36 +00:00
BDisp
c76a66fc19 Merge develop branch 2022-12-03 19:34:55 +00:00
Tig
ac7d6dfce4 Merge pull request #2241 from gui-cs/dependabot/nuget/ReactiveUI.Fody-18.4.1
Bump ReactiveUI.Fody from 18.3.1 to 18.4.1
2022-12-03 12:09:46 -07:00
Tig
7b027772e5 Merge pull request #2239 from tznind/table-header-hit-detection
Adds the ability to detect clicks in TableView headers
2022-12-03 12:09:34 -07:00
Tig
def1a190aa Merge pull request #2237 from tznind/null-ref-fix-set-focus
Fixes #2236 Avoid Null reference when OnLeave event handlers clears focus
2022-12-03 12:08:39 -07:00
Tig
61a644b62b Merge pull request #2233 from tznind/data-to-status-item
Fixes #2232 - Add Data property to `StatusItem`
2022-12-03 12:07:01 -07:00
Tig
7c73150c42 Merge branch 'develop' into textview-textfield-isdrirty-fix-2212 2022-12-03 12:02:56 -07:00
Tig
2bedc9563c Merge branch 'develop' into fix-nonbmp 2022-12-03 11:58:37 -07:00
Tig
9a50157a8f Merge branch 'develop' into csv-editor-fix 2022-12-03 11:58:15 -07:00
dependabot[bot]
2a8d3e4571 Bump ReactiveUI.Fody from 18.3.1 to 18.4.1
Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui) from 18.3.1 to 18.4.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/18.3.1...18.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 18:56:01 +00:00
Tig
f57b94bb3c Merge pull request #2240 from gui-cs/dependabot/nuget/ReactiveUI-18.4.1
Bump ReactiveUI from 18.3.1 to 18.4.1
2022-12-03 11:55:43 -07:00
Tig
bd54c319dc Merge pull request #2229 from gui-cs/dependabot/nuget/ReportGenerator-5.1.12
Bump ReportGenerator from 5.1.11 to 5.1.12
2022-12-03 11:55:25 -07:00
Tig
d92a114ddb Merge pull request #2224 from gui-cs/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-12-03 11:55:14 -07:00
tznind
4da071b328 Added TestColumnStyle_VisibleFalse_DoesNotEffect_EnsureSelectedCellIsVisible 2022-11-29 20:09:35 +00:00
tznind
42656a5440 Test for extending multi selection with keyboard over invisible column 2022-11-28 19:57:10 +00:00
tznind
6c533d318f IsSelected returns false for invisible columns 2022-11-28 19:54:27 +00:00
tznind
fd1b9ef872 Added TableIsNullOrInvisible to TableView 2022-11-27 00:40:50 +00:00
tznind
67386e43c5 EnsureValidSelection now considers ColumnStyle.Visible 2022-11-27 00:26:37 +00:00
tznind
de57331e50 ShowHorizontalScrollIndicators now respects ColumnStyle.Visible 2022-11-26 23:50:58 +00:00
tznind
25f9b4e267 Revert accidental changes to UICatalog 2022-11-26 22:56:45 +00:00
tznind
2fba173288 Add ColumnStyle.Visible 2022-11-26 22:55:32 +00:00
dependabot[bot]
0bd043da00 Bump ReactiveUI from 18.3.1 to 18.4.1
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 18.3.1 to 18.4.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/18.3.1...18.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 14:09:04 +00:00
BDisp
dac05a6c08 Fixes https://github.com/gui-cs/Terminal.Gui/issues/2238#issuecomment-1323531323. 2022-11-22 14:47:43 +00:00
BDisp
7a5d497688 Fixes System.NullReferenceException exception. 2022-11-22 14:39:52 +00:00
BDisp
16f10df545 Merge branch 'develop' into textview-textfield-isdrirty-fix-2212 2022-11-22 14:20:06 +00:00
tznind
643e53b575 Add column sorting to TableEditor 2022-11-22 10:57:03 +00:00
tznind
965255b1a7 Added an overload to ScreenToCell that provides DataColumn 2022-11-22 10:37:43 +00:00
tznind
ee85ddf141 Add unit test for Leave event changing focus 2022-11-21 16:33:23 +00:00
tznind
656fe727f0 Fix null reference exception when OnLeave event handlers clear focus. 2022-11-21 16:28:26 +00:00
tznind
ab0fce6ce1 Add Data to StatusItem 2022-11-18 19:10:07 +00:00
BDisp
bffc9cb2e8 Fix a label width size issue. 2022-11-17 18:01:03 +00:00
BDisp
d46d60dd22 Removed unnecessary variable. 2022-11-17 17:08:59 +00:00
BDisp
9e44f0183a Fixes #2226. StatusBar misplaced when window maximized (and occasionally on resize). 2022-11-17 16:59:43 +00:00
BDisp
4c8520ca08 Fixes #2228. Crash when attempting to open menu bar item with action but no menu items assigned. 2022-11-17 15:08:59 +00:00
dependabot[bot]
1d1d4289d3 Bump ReportGenerator from 5.1.11 to 5.1.12
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.11 to 5.1.12.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.11...v5.1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 14:16:28 +00:00
BDisp
6986ab255e Avoids SetNeedsDisplay on views already removed. 2022-11-16 19:38:57 +00:00
BDisp
68c93ed540 Fixes #2225. MenuBar leaves trails when mounted in a Window. 2022-11-16 19:37:04 +00:00
BDisp
a3059ae4a5 Fixes System.NullReferenceException exception. 2022-11-16 18:57:46 +00:00
BDisp
738728f2b8 Fixes System.NullReferenceException exception. 2022-11-15 21:57:07 +00:00
BDisp
0a208ff518 Some more explanation for this unit test. 2022-11-15 13:00:35 +00:00
BDisp
e5f21fa2d9 Fixes System.NullReferenceException exception. 2022-11-14 18:26:38 +00:00
BDisp
8dcf0fc73d Don't use the ustring array to get a rune, use ToRunes first. 2022-11-14 17:42:31 +00:00
dependabot[bot]
55a1d664a8 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 14:07:26 +00:00
BDisp
8d44217c8a Fixes #2222. RadioGroup first upper case and ProcessColdKey is not working well. 2022-11-14 13:22:52 +00:00
BDisp
5e97a66cdd Merge branch 'develop' into csv-editor-fix 2022-11-12 13:40:14 +00:00
BDisp
a37e2d4134 Fixes #2219. Moving a grab a top with a superview fails with Dim. 2022-11-12 01:27:45 +00:00
Charlie Kindel
580d212a09 Oops 2022-11-11 12:31:18 -07:00