Commit Graph

6644 Commits

Author SHA1 Message Date
tznind
3c6804aee7 Move license to top of page and credit both source repos 2024-09-25 19:15:30 +01:00
tznind
4571978a9b Fix fill area - y is not in sixels its in pixels 2024-09-25 18:59:17 +01:00
Thomas Nind
b9bb2ba2b8 Merge branch 'v2_develop' into sixel-encoder-tinkering 2024-09-23 20:42:15 +01:00
tznind
2378570015 Fix early exit bug in palette builder and change to far more conservative threshold 2024-09-23 20:41:26 +01:00
tznind
f07ab92dca Switch to simpler and faster palette builder 2024-09-23 20:31:05 +01:00
tznind
a7c65bf8b4 Move lab colors to UICatalog 2024-09-23 20:00:53 +01:00
tznind
ef56998f5a Tidy up test file and comments in NetDriver 2024-09-23 19:51:05 +01:00
tznind
93ce9a8b0b Add sixel test for grid 3x3 to make 12x12 checkerboard 2024-09-22 20:58:56 +01:00
tznind
f40b7b46d5 Fix test and make comments clearer 2024-09-22 20:28:39 +01:00
BDisp
ee13e2ca3a Fixes #3740. Disabled MenuItem triggers exception. (#3745) 2024-09-19 13:29:57 -06:00
Tig
097a51976a Merge pull request #3748 from tig/v2-docx-upgrade
Apply docs changes from v2_2491-Overlapped
2024-09-19 12:45:27 -06:00
Tig
eca05c9187 Apply docs changes from v2_2491-Overlapped 2024-09-19 12:37:22 -06:00
tznind
f8bb2f08b7 Fix infinite loop building palette 2024-09-15 15:49:44 +01:00
tznind
eaa5c0e555 Simplify and speed up palette building 2024-09-15 15:36:43 +01:00
tznind
cbef6c591a Add comments 2024-09-15 11:36:23 +01:00
tznind
f103b04c26 Attribution for the WriteSixel method 2024-09-15 11:28:42 +01:00
tznind
d747867663 Fix comment 2024-09-14 16:44:11 +01:00
tznind
68d5e995d1 Fix ConvertToColorArray and namespaces 2024-09-14 16:42:25 +01:00
tznind
484b75ad10 Output palette in Images scenario 2024-09-14 16:17:54 +01:00
tznind
891adec260 Switch to a new WriteSixel algorithm 2024-09-13 20:50:46 +01:00
tznind
e334bfd00d Refactor and split into seperate files WIP 2024-09-11 21:00:36 +01:00
tznind
30817654b8 Refactoring and comments 2024-09-11 20:27:09 +01:00
tznind
b482306395 Fix build errors 2024-09-11 19:55:45 +01:00
tznind
c6281ddddb Build color palette using median cut instead of naive method 2024-09-11 19:52:11 +01:00
tznind
943fa11230 Work on SixelEncoder 2024-09-09 23:02:34 +01:00
tznind
f0960624c1 Add ColorQuantizer 2024-09-09 21:28:19 +01:00
tznind
4d1d740e17 Initial exploration of how to sixel encode 2024-09-09 20:39:25 +01:00
BDisp
40056a6f2c Fixes #3729. ProcessContinuousButtonPressedAsync is using a stale MouseEvent. (#3730) 2024-09-05 08:30:33 -06:00
Tig
deadd5bdb4 Merge pull request #3727 from gui-cs/tig-patch-1
Update Terminal.Gui.csproj
2024-09-03 10:58:33 -06:00
Tig
36dbebbf26 Update Terminal.Gui.csproj 2024-09-03 10:58:20 -06:00
Tig
4c44f65927 Update CommunityToolkitExample.csproj 2024-09-03 10:57:18 -06:00
Tig
7cfbf988f7 Update Terminal.Gui.csproj 2024-09-03 10:56:14 -06:00
Tig
b9efc3e613 Update UnitTests.csproj 2024-09-03 10:55:57 -06:00
Tig
e9d34b4c63 Update CommunityToolkitExample.csproj 2024-09-03 10:53:26 -06:00
Tig
842b246e68 fixed bug correctly 2024-09-03 10:02:54 -06:00
Tig
ae7137549b Updated nuget packages 2024-09-03 09:54:20 -06:00
Tig
3489615b2a Merge branch 'v2_release' into v2_develop 2024-09-03 09:43:55 -06:00
Tig
5cdac86fea Fixed warnings 2024-09-03 09:42:06 -06:00
Tig
f74d75d9fd Fixed dim test that fails in retail 2024-09-03 09:42:06 -06:00
Tig
9b87f52e24 Merge pull request #3718 from gui-cs/v2_develop
Merge v2_develop in to v2_release
2024-09-02 20:51:20 -06:00
Tig
f2e531045a Merge branch 'v2_release' into v2_develop 2024-09-02 18:39:20 -04:00
BDisp
fa0085d9e4 ix some more bug, cleanup code and add more unit tests. 2024-09-02 12:54:25 -04:00
BDisp
e83bfa7800 Some more nullable fix. 2024-09-02 12:54:25 -04:00
BDisp
1e9f2f4778 Fix some more bugs. Nullable is very treacherous. 2024-09-02 12:54:25 -04:00
BDisp
552f9ed0a8 Fix some bug, clean code and more unit tests. 2024-09-02 12:54:25 -04:00
BDisp
fbaad62673 Remove more warnings. 2024-09-02 12:54:25 -04:00
BDisp
02a98f3fc2 Fixes #3700. ContextMenu pollutes Toplevel.MenuBar's key bindings 2024-09-02 12:54:25 -04:00
Thomas Nind
5b2e10e6d0 Fixes #3696 Remove custom navigation in FileDialog (#3712)
* Remove custom navigation in FileDialog and change Ok/Cancel to use AddButton

* Fix most tests

* Update drawing tests to use contents asserts instead

* Update positioning to be less absolute

* TableView to not swallow cursors if no selection change manifests

* Make SetSelection cleverer about how it decides selection changed

* Refactor TableView key handling/Tab to be simpler and faster

* Tests for TableView selection moving out

* Add test for TableView selection change swallow cursor

* Fix formatting

* Fix split container height when buttons have shadows

* Fix alignment of buttons and input boxes
2024-09-01 14:57:41 -06:00
Tig
0626da3011 Merge pull request #3716 from tig/v2_3715-Pos-Has
Fixes #3715 - `Pos.Has (Type, out Pos)` -> `Pos.Has<T> (out Pos)`
2024-09-01 12:29:51 -04:00
Tig
942e7fbebe Fixed wizard layout 2024-09-01 10:06:12 -06:00