James Clancey
|
2bbf138e74
|
Fixed the tests
|
2021-07-13 16:10:13 -08:00 |
James Clancey
|
4fac0eb5a9
|
Added multi threading support to Bindings
|
2021-06-30 11:05:04 -08:00 |
James Clancey
|
d2fe86d3fb
|
Fixed the tests
|
2021-06-24 14:13:07 -08:00 |
James Clancey
|
0309c917da
|
Update LerpTests.cs
|
2021-06-24 13:57:26 -08:00 |
James Clancey
|
a4aa4f8a5a
|
Added IContentTypeHash, and now use it in the iOS list view
|
2021-06-16 17:12:12 -08:00 |
James Clancey
|
18239cbf94
|
Disabled some old tests. Fixed the Comet-Tests sln
|
2021-06-02 11:45:20 -08:00 |
James Clancey
|
dfdf6a0efd
|
Fixed build
|
2021-05-24 14:16:13 -08:00 |
James Clancey
|
9c314b91f1
|
Updated to the latest Maui
|
2021-05-20 21:21:19 -08:00 |
James Clancey
|
8db7579b33
|
Working on fixing the layout tests
|
2021-05-20 20:08:28 -08:00 |
James Clancey
|
d36471d005
|
Fixed the tests build
|
2021-05-13 09:32:52 -08:00 |
James Clancey
|
d609023aeb
|
Fixed layout tests
|
2021-04-13 15:53:40 -08:00 |
James Clancey
|
fd0f82a335
|
Added temporary Sizing to the Views
|
2021-04-13 15:27:01 -08:00 |
James Clancey
|
2a8c5c032f
|
Fixed more tests
|
2021-04-13 14:56:05 -08:00 |
James Clancey
|
ec4e1be920
|
Thread builder added back in
|
2021-04-12 13:39:53 -08:00 |
James Clancey
|
f78a9ab4b5
|
Fixing tests
|
2021-04-06 16:53:45 -08:00 |
James Clancey
|
eac816be4f
|
Updated Nugets
|
2021-04-06 14:32:11 -08:00 |
James Clancey
|
b20eeaba18
|
Tests compile now
|
2021-04-06 14:32:11 -08:00 |
James Clancey
|
64523e253d
|
Stuff now compiles
|
2021-04-06 14:32:11 -08:00 |
James Clancey
|
817f28f4a5
|
Comet now uses System.Graphics, major work still needed
|
2021-04-06 14:32:11 -08:00 |
James Clancey
|
16318b5680
|
Nested bindings now update to new values
|
2020-05-14 11:02:36 -08:00 |
James Clancey
|
59d15ed4b4
|
Fixed the mapper, with tests!
|
2020-01-28 10:28:50 -09:00 |
James Clancey
|
82909513b1
|
New fancy mapper! Updated tests to .net core 3.1
|
2020-01-27 21:43:25 -09:00 |
James Clancey
|
c0f61c59e2
|
Now that we don't build the body on initial set, we need to setup environment on body check.
|
2020-01-16 14:34:07 -09:00 |
James Clancey
|
9146f0b001
|
Allow Control state for environment setting
|
2020-01-08 14:39:16 -09:00 |
James Clancey
|
69a01e8ea7
|
The great nuget package updating
|
2020-01-07 12:59:59 -09:00 |
Jon Lipsky
|
280de64c62
|
Fixed layout test based on new behavior
|
2019-12-13 12:25:50 -09:00 |
James Clancey
|
2c7208f8fb
|
Fixed more tests
|
2019-12-13 12:09:26 -09:00 |
James Clancey
|
abfa23277b
|
FixedHotReload vs normal rebuild reload
|
2019-12-13 12:05:28 -09:00 |
Jon Lipsky
|
69ee2fdf5c
|
Refactored layout
* Added GetIntrinsicSize()
* Consolidated measurment logic into the virtual views
|
2019-12-12 14:05:19 -09:00 |
Jon Lipsky
|
f2135a10ca
|
Added tests for controls that fill within VStacks
|
2019-12-12 10:52:47 -09:00 |
Jon Lipsky
|
1166e66420
|
Added ability to get default sizing mode for view type when in specified container
|
2019-12-11 19:45:52 -09:00 |
James Clancey
|
b0dcbd452e
|
Fixed some test warnings
|
2019-12-10 10:22:54 -09:00 |
James Clancey
|
6c9a87106f
|
Merge branch 'dev' into Animations
|
2019-12-04 13:26:11 -09:00 |
James Clancey
|
368dcf2992
|
Fixed Blazor Test
|
2019-12-04 12:49:08 -09:00 |
James Clancey
|
8356d136a3
|
Fixed android build
|
2019-12-04 11:37:55 -09:00 |
James Clancey
|
d842a93854
|
Animations now can lag behind independently
|
2019-12-03 12:56:27 -09:00 |
James Clancey
|
551a410710
|
Animations now work!!!!
|
2019-12-02 17:09:46 -09:00 |
James Clancey
|
c62ff25e88
|
STarted on Animations, added easing and lerping and all that fun stuff.
|
2019-12-02 15:40:21 -09:00 |
James Clancey
|
3826b2902c
|
Added editor config, the big tab vs space fix
|
2019-11-27 13:32:08 -09:00 |
James Clancey
|
1c064e244a
|
Removed RectangleF, SizeF, and PointF. Now using from System.Drawing
|
2019-11-20 18:24:03 -09:00 |
James Clancey
|
868c398fbe
|
Added ThreadHelper
Now to switch to the UIThread, you run `await ThreadHelper.SwitchToMainThreadAsync();`
|
2019-10-17 14:57:11 -08:00 |
Jon Lipsky
|
8ea2f2b43a
|
Fixed unit tests
|
2019-09-23 15:30:00 +01:00 |
James Clancey
|
1d2fdf4a90
|
Fixed more binding tests. Bindings now hold the master value.
|
2019-09-23 14:52:43 +05:30 |
James Clancey
|
7db19e97d8
|
Working on new StateManager. It now adds proper Global Properties
However, this completely breaks bindings...
|
2019-09-23 14:52:43 +05:30 |
Jon Lipsky
|
a8aa3d0ed2
|
Renamed padding to margin.
|
2019-09-12 13:40:36 -05:00 |
James Clancey
|
47f5367887
|
Fixed blazor test
|
2019-09-04 19:43:15 -08:00 |
James Clancey
|
85c892b945
|
Updated packages
|
2019-09-03 10:48:50 -08:00 |
Taylor Southwick
|
826890ceed
|
Skip failing test
|
2019-08-26 19:24:31 -07:00 |
Taylor Southwick
|
93175bb9fc
|
Update blazor for preview 8 and fix some casing issues
|
2019-08-26 14:13:13 -07:00 |
James Clancey
|
781ecf0aea
|
Renamed Files
|
2019-08-14 19:53:57 -08:00 |