Commit Graph

3306 Commits

Author SHA1 Message Date
Tig
a06dab9597 Merge pull request #2223 from BDisp/radiogroup-firstuppercase-fix-2222
Fixes #2222. RadioGroup first upper case and ProcessColdKey is not working well.
2022-12-04 07:15:16 -07: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
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
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
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
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
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
Tig
9afdc4df3b Merge pull request #2218 from BDisp/toplevel-drag-fix-2162
Fixes #2162. Toplevel dragging wasn't moving well.
2022-11-11 11:50:21 -07:00
Tig
cc61c2fd3e Merge branch 'develop' into toplevel-drag-fix-2162 2022-11-11 11:38:01 -07:00
Tig
126264864e Merge pull request #2217 from BDisp/messagebox-default-width-fix-2216
Fixes #2216. MessageBox default width should be proportional for smaller screens.
2022-11-11 11:36:00 -07:00
Tig
a4f637b045 Merge pull request #2214 from BDisp/contextmenu.isshow-fix-2213
Fixes #2213. ContextMenu.IsShow is wrongly inheriting previous value on a new instance.
2022-11-11 11:34:03 -07:00
BDisp
a2cd464b9b Fixes #2216. MessageBox default width should be proportional for smaller screens. 2022-11-11 13:06:35 +00:00
BDisp
d1a03aeecf Fixes #2162. Toplevel dragging wasn't moving well. 2022-11-11 12:55:03 +00:00
BDisp
828ab61ff0 Fixes #2216. MessageBox default width should be proportional for smaller screens. 2022-11-11 12:37:20 +00:00
BDisp
4b8917a08d Fixes #2213. ContextMenu.IsShow is wrongly inheriting previous value on a new instance. 2022-11-10 17:14:45 +00:00
Tig
f256ba813e Merge pull request #2210 from gui-cs/dependabot/nuget/ReportGenerator-5.1.11
Bump ReportGenerator from 5.1.10 to 5.1.11
2022-11-09 08:22:43 -07:00
dependabot[bot]
6c2b74b1d7 Bump ReportGenerator from 5.1.10 to 5.1.11
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.10 to 5.1.11.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.10...v5.1.11)

---
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-09 14:06:34 +00:00
Tig
3eca7a076d Merge pull request #2207 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-17.4.0
Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
2022-11-08 18:19:12 -07:00
Tig
cfa59c1265 Merge pull request #2209 from BDisp/develop
Fixes #2208. PacketTest unit test has a duplicate test case.
2022-11-08 18:18:47 -07:00
BDisp
f7d57b2859 Fixes #2208. PacketTest unit test has a duplicate test case. 2022-11-08 23:22:44 +00:00
dependabot[bot]
f2f2c2bc7e Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.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-11-08 14:08:16 +00:00
Tig
8b8cee5bd5 Merge pull request #2197 from tig/fixes_730_adds_contents_changed_event
Fixes #730. TextView: Adds `ContentsChanged` event. Updated Text.cs Scenario.
2022-11-07 21:22:18 -07:00
Tig
7c797517cd Merge branch 'develop' into fixes_730_adds_contents_changed_event 2022-11-07 17:54:17 -07:00
Tig
eb080188c4 Merge pull request #2198 from tig/amaze_charmap
Revamped Character Map scenario to be amaze
2022-11-07 14:06:49 -07:00
Tig
0d4f1d440e Merge pull request #2200 from BDisp/dirlistview-fix
Fixes 2199. DirListView filter should not be case-sensitive
2022-11-07 14:05:19 -07:00
BDisp
875074ff5d Fixes 2199. DirListView filter is case sensitive and it mustn't. 2022-11-07 16:24:52 +00:00
Tig
3f212aa838 Merge branch 'develop' into fixes_730_adds_contents_changed_event 2022-11-07 03:22:21 -07:00
Charlie Kindel
1df615996e Revamped charmap to be amaze. 2022-11-07 03:10:24 -07:00
Tig
39463146c5 Merge pull request #2194 from BDisp/character-map-fix
Fixes 2193. Character Map scenario not showing the last range chars U+10fffx.
2022-11-06 22:11:13 -07:00
Charlie Kindel
53c7bc8c2d doc tweak 2022-11-06 22:06:35 -07:00
Charlie Kindel
787349e177 Added ContentsChanged event & unit tests. Updated Text.cs Scenario 2022-11-06 21:56:21 -07:00
BDisp
d7131587d3 Fixes 2193. Character Map scenario not showing the last range chars U+10fffx. 2022-11-06 18:26:04 +00:00
Tig
dc6c809b95 Merge pull request #2192 from tig/blue_background_windows_frameviews
Minor tweak: Windows & Frameviews Scenario - Changed Top's colorscheme to base
2022-11-05 19:13:20 -06:00
Charlie Kindel
5e4c4165c9 Changed Top's colorscheme to base 2022-11-05 19:10:32 -06:00
Tig
edd2a963fb Merge pull request #2191 from tig/fixes_2177_Error_Button_Awful
Fixes #2177. Changed `Error.HotFocus` colors to not look awful
2022-11-05 19:05:09 -06:00