Tig
57de1ffe5f
Merge branch 'v2_develop' into sixel-encoder-tinkering
2024-10-10 21:56:39 -04:00
Tig
a06dad57ae
Merge pull request #3772 from BDisp/v2_3771_textview-no-printable-rune-fix
...
Fixes #3771 . TextView doesn't consider no-printable rune in draw and cursor position.
2024-10-10 21:52:28 -04:00
Tig
bc1aeaa3fc
Merge pull request #3770 from BDisp/v2_2798_add-true-color-to-cursesdriver
...
Fixes #2798 . Add TrueColor support to CursesDriver.
2024-10-10 21:51:00 -04:00
Tig
9cb985de62
Update publish.yml
2024-10-10 19:50:04 -06:00
Tig
ffe51545c3
Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix
2024-10-10 21:48:51 -04:00
Tig
b98c6fa894
Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver
2024-10-10 21:48:22 -04:00
Tig
bf095b3711
Update publish.yml ( #3789 )
2024-10-10 19:47:17 -06:00
Tig
b6b60b1ef7
Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix
2024-10-10 21:39:04 -04:00
Tig
14cce2e2e1
Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver
2024-10-10 21:38:48 -04:00
BDisp
9c6a3058d4
Fixes #3784 . SelfContained and NativeAot projects should use the local package in the release mode. ( #3785 )
...
* Fixes #3784 . SelfContained and NativeAot projects should use the local package in the release mode.
* Run dotnet restore before build.
* Using local_packages folder for CI.
* Add build_release_consumer.
* Remove build_release_consumer.
* Fix folder for CI.
* Fix System.Text.Json vulnerability.
* Fix local_packageslocation.
* Add package sources to the packageSourceMapping tag.
* Using the original configuration.
* Only add the Terminal.Gui pattern in the LocalPackages.
* Fix the path folder separator with unit style.
* Using pack instead of build.
* Create LocalPackages Directory
* Add local_packages source.
* Using scripts to build release for NativeAot and SelfContained.
* Trying to fix path.
* Again.
* Fix the path for the package,
* Need to build before pack.
* Needs also build before pack locally.
* Fix build path.
2024-10-10 19:31:55 -06:00
BDisp
91c4e30c7f
Merge branch 'v2_3784_selfcontained_nativeaot-local-release-package' into v2_2798_add-true-color-to-cursesdriver
2024-10-11 00:41:36 +01:00
BDisp
7d197c61c3
Merge branch 'v2_3784_selfcontained_nativeaot-local-release-package' into v2_3771_textview-no-printable-rune-fix
2024-10-11 00:40:23 +01:00
BDisp
1a8569beb7
Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver
2024-10-11 00:39:12 +01:00
BDisp
fae9675301
Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix
2024-10-11 00:37:31 +01:00
BDisp
bc20229d8f
Merge branch 'v2_develop' into v2_3784_selfcontained_nativeaot-local-release-package
2024-10-11 00:23:50 +01:00
Tig
f789f6a872
that didn't work. reverting again
2024-10-10 17:21:20 -06:00
Tig
5ce1750fbf
ahh. didn't know there were two aot samples
2024-10-10 17:17:33 -06:00
BDisp
bd307f7085
Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver
2024-10-11 00:16:52 +01:00
Tig
c0ae14b0bb
that didn't work. reverting
2024-10-10 17:16:30 -06:00
BDisp
3383ce1550
Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix
2024-10-11 00:15:53 +01:00
Tig
9c075d89d6
disabling aot thing to pass release build
2024-10-10 17:14:31 -06:00
Tig
37b0143a98
hacking aot thing to pass release build
2024-10-10 17:10:47 -06:00
Tig
5c69dfd2f7
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
2024-10-10 17:07:07 -06:00
BDisp
3bcc34bda0
Fix build path.
2024-10-10 23:30:01 +01:00
BDisp
29b902ba83
Needs also build before pack locally.
2024-10-10 23:25:38 +01:00
BDisp
214d1097f4
Need to build before pack.
2024-10-10 22:56:43 +01:00
BDisp
c12a2cfb33
Fix the path for the package,
2024-10-10 22:50:43 +01:00
BDisp
a57db4e4ea
Again.
2024-10-10 22:44:48 +01:00
BDisp
0b4227b29b
Trying to fix path.
2024-10-10 22:42:13 +01:00
BDisp
5b108a9261
Using scripts to build release for NativeAot and SelfContained.
2024-10-10 22:32:37 +01:00
tznind
bcdb11e2f6
Run TidyCode on all new classes
2024-10-10 12:41:43 +01:00
tznind
5a6aae694a
Fix warnings and tidup code
2024-10-10 12:36:25 +01:00
tznind
64d286c9b4
Remove ConsoleDriver.SupportsSixel
2024-10-10 10:42:20 +01:00
tznind
9990a552d2
Fix for accepting
2024-10-10 10:32:08 +01:00
Thomas Nind
1c3b0d7605
Merge pull request #170 from tznind/add-sixel-detector-interface
...
Add sixel detector interface
2024-10-10 10:28:27 +01:00
tznind
54b737f469
If not supporting transparency warn user
2024-10-10 10:18:13 +01:00
tznind
61667fbf86
Refactor SixelSupportDetector for cleaner reading
2024-10-10 10:18:00 +01:00
tznind
4073ef305c
Use round to nearest whole number when calculating sixel resolution from window size/chars
2024-10-10 10:17:39 +01:00
tznind
a8e3a0ec2b
Update xmldoc
2024-10-10 10:17:27 +01:00
tznind
64baeca7b3
Update sixel status class name and move to new file
2024-10-10 10:17:18 +01:00
tznind
54308ffb27
Sixel resolution measuring
2024-10-10 10:17:08 +01:00
tznind
fe7e10a130
Get sixel resolution using CSI 16 t
2024-10-10 10:16:54 +01:00
tznind
ffe8969b50
Fix new palette order
2024-10-10 10:16:18 +01:00
tznind
78d49fcd84
Fix algorithm to look for exactly 4 not things like 42 etc.
2024-10-10 10:15:42 +01:00
tznind
ccb974b66f
Change to using ansi escape sequences in new standalone class
2024-10-10 10:15:24 +01:00
Thomas Nind
eee0ded081
Merge branch 'v2_develop' into sixel-encoder-tinkering
2024-10-10 10:09:17 +01:00
BDisp
ad69b9db4d
Add local_packages source.
2024-10-09 22:19:56 +01:00
BDisp
d3192df5c2
Create LocalPackages Directory
2024-10-09 22:10:46 +01:00
BDisp
820bf44e99
Using pack instead of build.
2024-10-09 21:58:22 +01:00
BDisp
2c01b33eb2
Fix the path folder separator with unit style.
2024-10-09 21:47:32 +01:00