Tig
dcc7a9b518
Fixed a bunch of warnings
2024-05-08 10:24:49 -06:00
Tig
b7f3a85203
Fixed bug; added unit tests
2024-05-08 10:10:50 -06:00
Tig
a1249198bd
PositionCursor unit tests and flashing cursor fixes
2024-05-07 10:07:14 -06:00
Tig
031ffeed19
No unit test use AutoSize!
2024-05-03 14:48:29 -06:00
Tig
acd308803e
Fixed unit tests
2024-05-03 14:41:11 -06:00
Tig
65b36a9268
Updated almosta all tests to not use AutoSize
2024-05-03 14:01:02 -06:00
Tig
bd57b1df11
Removed un-needed AutoSize tests
2024-05-03 13:46:33 -06:00
Tig
1b74cdb50d
Removed un-needed AutoSize tests
2024-05-03 13:37:10 -06:00
Tig
7dedfb83e8
Fixed AllViewsTester
2024-05-03 13:32:33 -06:00
Tig
ccaf1cf89b
Merged bdisp test improvemnts
2024-05-03 11:24:36 -06:00
Tig
c79d2a95b4
Working on Dim.Absoulte
2024-05-03 11:16:02 -06:00
BDisp
695dc1664b
Fix unit test error.
2024-05-02 18:20:10 +01:00
BDisp
067e666b4e
Fixes title size not being updating on view size change.
2024-05-01 20:24:51 +01:00
Tig
acaa326c51
Merge branch 'v2_develop' into v2_2432-DimAuto
2024-04-30 16:02:11 -06:00
Tig
6e951882e0
Updated Draw_Text_Alignment
2024-04-30 11:35:41 -06:00
Tig
c36439b723
Fixed test name typo
2024-04-30 11:23:30 -06:00
Tig
30a540a088
Dim.DimAutoStyle.Subviews -> Content
2024-04-30 11:17:58 -06:00
Tig
f18c166d0f
- Made Dim.DimAutoStyle flags.
...
Made View.ContentSize nullable, so _contentSize can be used to express 'desired contentsize
2024-04-30 11:09:11 -06: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
acc924b7b5
Unit test update
2024-04-26 22:10:23 -06: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
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
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
Tig
6209aceb5f
Reorganized PosDim unit tests.
2024-04-23 10:17:59 -06:00
Tig
0aef9d14db
Removed notion of View.Autosize from Pos and Dim classes
2024-04-18 18:24:45 -06:00
Tig
a4d3bc7e58
Fixed more tests
2024-04-18 18:18:30 -06:00
Tig
69cb2719b5
Fixed TextFormatterTests
2024-04-18 17:52:21 -06:00
Tig
6c117e0f0a
More unit tests
2024-04-18 15:51:19 -06:00
Tig
f3b5ed7afc
Fixing tests...
2024-04-18 13:14:22 -06:00
Tig
a48146af82
Tons of unit test updates
2024-04-18 09:59:07 -06:00
Tig
3a8d1d546f
Tweak
2024-04-17 15:42:10 -06:00
Tig
ef4c52c6bc
Merged.
...
Fixed merge issues. Added more tests.
2024-04-17 15:17:37 -06:00
Tig
e3a0d8cbc5
API doc improvements
2024-04-17 13:01:06 -06:00
Tig
652f7aa1b9
Renamed API to simplify and make more clear
2024-04-17 08:05:21 -06:00
Tig
64b7149ff8
PosDim.cs code cleanup
2024-04-16 17:42:48 -06:00
Tig
e8467f25c4
Rewrote SetRelativeLayout to move logic in to the Pos & Dim classes. Massively beefed up unit tests.
2024-04-16 17:15:50 -06:00
Tig
264ba87e73
AnchorEnd() works! Cleaned up usages and modernized Sceanrios
2024-04-16 14:00:38 -06:00
Tig
162aa081ad
Implemented AnchorEnd(); added .UseDimForOffset property
2024-04-16 11:47:51 -06:00
Tig
671a18f1b5
Added tests to test new fn; which isn't implemented yet, so they fail.
2024-04-16 11:22:53 -06:00
Tig
05d3399f35
Added primitive AnchorEnd tests
2024-04-16 11:19:10 -06:00
Tig
719f39c8b3
Removed dupe tests
2024-04-16 10:33:18 -06:00
Tig
537f909e9f
Factored AnchorEnd unit tests out to separate file.
2024-04-16 09:59:00 -06:00
Tig
d3dfb16597
Initial commit. Made all calls to AnchorEnd() be AnchorEnd(0) in prep
2024-04-16 09:51:22 -06:00
Tig
00cc59add2
Smarter focuscolor fix just for Border
2024-04-15 00:08:26 -06:00
Tig
8da54ad41d
Rebased onto bounds-contentarea and merged -broke
2024-04-14 21:52:45 -06:00
Tig
32e79bdd17
Code and API doc cleanup
2024-04-14 14:57:35 -06:00
Tig
88222c4dfd
Fixed clipping - mostly: Still an issue w/ subviews of adornments
2024-04-14 13:22:25 -06:00
Tig
86f05d1479
Found and fixed FindDeepestView bug and added unit tests
2024-04-12 12:19:48 -06:00