BDisp
253fcf195b
Replace with GetColumnsRequiredForVerticalText.
2024-04-29 13:20:13 +01:00
Tig
5ef4b4c015
Added obsolete attr to slider
2024-04-28 09:32:29 -07:00
Tig
b0a73caa0c
Merged
2024-04-28 09:30:58 -07:00
Tig
b547d6ce67
Updated API docs
2024-04-28 09:11:15 -07:00
Tig
9f8f261034
Merge branch 'v2_develop' into v2_2432-DimAuto
2024-04-28 09:01:03 -07:00
Tig
cea6e54b19
Ready for review.
...
- All unit tests pass
- Basic usage verified.
2024-04-28 08:48:46 -07:00
Tig
214ffb1633
TextFormater.AutoSize fixes
2024-04-27 13:48:23 -07:00
Tig
3e87d5e786
TextFormatter Unit tests pass again
2024-04-27 08:09:48 -07:00
Tig
71c0d379f8
Merged and attempted to apply @bdisp's fixes
2024-04-27 07:17:29 -07:00
Tig
3dc9826115
Merge pull request #3435 from dodexahedron/v2_3420_Add_Internal_Source_Generators(initial)
...
Fixes #3420 (partial) - Adding PowerShell modules and initial Analyzer projects
2024-04-27 07:45:58 -06:00
Brandon Thetford
9a6c12d2ae
Add README.md for Scripts directory
2024-04-26 21:57:53 -07:00
Brandon Thetford
8cb748e452
Reorganized, simplified, and standardized PowerShell modules.
2024-04-26 21:23:04 -07:00
Tig
acc924b7b5
Unit test update
2024-04-26 22:10:23 -06:00
BDisp
d074ff0328
Improves @tig prototype.
2024-04-26 23:54:11 +01:00
BDisp
960215f0be
Merge pull request #176 from tig/BDisp-v2_textview-textfield-cursor-fix_3431
...
Prototype/WIP for revamping how cursor handling works
2024-04-26 23:51:47 +01:00
Tig
e6da3db22d
Prototype/WIP for revamping how cursor handling works.
...
Views should not have to do complex cursor logic just to position / show a cursor.
Application should take care of more of the heavy liftig.
Advanced cursor handling should be possible.
ProcessCursor is poorly designed and fragile.
2024-04-26 13:19:11 -06:00
Tig
eecb7dc7ef
Fixed Charmap focus bug
2024-04-26 08:56:17 -06:00
BDisp
986c681775
Applying dispose.
2024-04-26 00:21:54 +01:00
BDisp
46fcb58a71
Create IsViewLocationVisibleInViewport method.
2024-04-25 23:30:08 +01:00
dodexahedron
b9b68ba1a6
Re-structured and formalized the scripts and modules.
2024-04-25 13:39:01 -07:00
Tig
09565a0ef1
Tons of changes - mostly experiments, but some goodness.
...
There's a huge issue that TextFormatter is confused about AutoSize.
a) It behaves 'automatically' even when AutoSize == false (e.g. in Text_set).
b) It doesn't support auto sizing only one dimension.
2024-04-25 13:29:18 -06:00
BDisp
ab489b8d9d
Fixes #3433 . TextView deselects text when the mouse button is released.
2024-04-24 21:01:55 +01:00
BDisp
2f17584ac8
Fixes #3431 . TextView and TextField are showing the cursor beyond their limits.
2024-04-24 19:53:46 +01:00
Tig
6209aceb5f
Reorganized PosDim unit tests.
2024-04-23 10:17:59 -06:00
Tig
7fc4f5a55e
Aded PosJusityf scenario . fixed issues. WIP
2024-04-22 11:26:37 -06:00
Tig
bf15da3e8b
Code cleanup
2024-04-22 07:03:10 -06:00
Tig
c9830de3c0
Got Dialog working. AnchorEnd has a bug
2024-04-22 06:53:30 -06:00
Tig
4b4c3ae6aa
Code cleanup
2024-04-22 06:31:12 -06:00
Tig
3585e92da6
Put error handling code in sep method.
2024-04-22 06:28:42 -06:00
Tig
b6b29fec1a
Checked out Justifier from v2_1785-PosJustify
2024-04-21 18:00:14 -06:00
Tig
a89ffaf6d0
Messing with Pos.Justify
2024-04-21 16:54:07 -06:00
Tig
04f75dcc6f
Merge branch 'v2_1785-PosJustify' of tig:tig/Terminal.Gui into v2_1785-PosJustify
2024-04-21 12:36:05 -06:00
Tig
2fdbce4a76
Fixed all unit tests. Doesn't mean things aren't broken tho.
2024-04-21 12:35:32 -06:00
Tig
f1322810f6
Support items wider than containerSize
2024-04-21 12:04:00 -06:00
Tig
7cb9d3e60d
Odd dlg thing
2024-04-21 12:02:48 -06:00
Tig
745af27a27
totalSize -> containerSize
2024-04-21 11:31:28 -06:00
Tig
f134d1a113
Started to add more primitve unit tests for vertical text
2024-04-21 11:22:27 -06:00
Tig
c65596b2d0
Sorta fixed vertical. Broke wide runes
2024-04-21 11:05:27 -06:00
Tig
91e3e75dc0
Sorta fixed vertical. Broke wide runes
2024-04-21 09:18:57 -06:00
Tig
ba59cfca2f
Prototype basically works. Not idea - needs work.
2024-04-21 01:11:02 -06:00
Tig
44cc57b9f8
Rebased onto dim.auto
2024-04-21 00:10:48 -06:00
Tig
1c26307403
Prototype Pos.Justify 2
2024-04-21 00:06:40 -06:00
Tig
13134df595
Prototype Pos.Justify
2024-04-21 00:02:26 -06:00
Tig
3f7159256c
Finished Justifier
2024-04-20 23:24:18 -06:00
Tig
292ebfb638
WIP
2024-04-20 18:30:01 -06:00
Brandon Thetford
683c087537
Add manifest for powershell module
2024-04-19 23:18:16 -07:00
Brandon Thetford
cdd2cc7e10
Skeleton program.cs for basic debugging of analyzers
2024-04-19 23:16:54 -07:00
Brandon Thetford
7ef6c57331
Code generator tests
2024-04-19 23:16:48 -07:00
Brandon Thetford
b47aebb934
Definitions of enum types for use in tests
2024-04-19 23:16:40 -07:00
Brandon Thetford
9d650b0f7d
Tests for extensions
2024-04-19 23:16:33 -07:00