Tig Kindel
e80bd4fd39
Merge v2_develop
2023-12-26 09:45:21 -07:00
Tig
a7209bcd88
Improves robustness of Dim, Pos, and SetRelativeLayout ( #3077 )
...
* Updated overview docs
* Updated toc
* Updated docs more
* Updated yml via dependabot
* Initial work in progress
* Fixed some autosize things
* Revamped Pos / Dim API docs
* Removed margin
* horiz->width
* Updated MessageBoxes and Dialogs Scenarios to use AutoSize
* AutoSize->Auxo
* Adds validation
* prep for Dialog to use Dim.Auto - Simplify unit tests to not depend on things not important to the unit test (like Dialog)
* prep for Dialog to use Dim.Auto - Simplify unit tests
* prep for Dialog to use Dim.Auto - Simplify unit tests
* prep for Dialog to use Dim.Auto - Make Dialog tests not depend on MessageBox
* Started on DimAuto unit tests
* started impl on min/max.
* started impl on min/max.
* Added DimAutoStyle
* Added arg checking for not implemented features
* Temporarily made DimAutoStyle.Subviews default
* Removed unneeded override of Anchor
* Fixed GethashCode warning
* Implemented DimAuto(min)
* Fixed unit tests
* renamed scenario
* WIP
* Moved ViewLayout.cs into Layout folder
* Clean up cocde formatting
* Renamed and moved SetFrameToFitText
* Fixed API docs for SetRelativeLayout
* Factored out SetRelativeLayout tests
* Better documented existing SetRelativeLayout behavior + unit tess
* Debugging Pos.Center + x in SetRelativeLayout - WIP
* Progress on low level unit tess
* Initial commit
* Restored unmodified scenarios
* Bump deps
2023-12-26 09:28:43 -07:00
BDisp
3f35352561
Fixes #3066 . The last RunIteration only work on WindowsDriver ( #3067 )
...
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-12-26 09:25:33 -07:00
Thomas Nind
e885af0282
Support for publishing UICatalog as single file ( #3074 )
2023-12-26 09:15:00 -07:00
Tig Kindel
cbf7bae6f2
Merge branch 'v2_develop' into v2_fixes_2432_Dim_AutoSize
2023-12-26 09:12:01 -07:00
BDisp
2c8f4034b8
Fixes #3080 . Potentially unintended behavior of static pre-defined Attribute.Default in Attribute class (v2) ( #3091 )
2023-12-26 08:29:16 -07:00
Tig Kindel
f48ff99628
Progress on low level unit tess
2023-12-23 10:23:00 -07:00
Tig Kindel
bb04a629ff
Debugging Pos.Center + x in SetRelativeLayout - WIP
2023-12-22 09:53:11 -07:00
Tig Kindel
eb037b528c
Better documented existing SetRelativeLayout behavior + unit tess
2023-12-21 16:42:26 -07:00
Andrey Akinshin
7822cd8100
Fix MouseEvent.ToString() ( #3068 )
2023-12-20 19:16:20 -07:00
Tig Kindel
ef00373726
Factored out SetRelativeLayout tests
2023-12-20 11:16:13 -07:00
Tig Kindel
3b96182e57
Fixed API docs for SetRelativeLayout
2023-12-20 10:44:43 -07:00
Tig Kindel
b35c7e9cbb
Renamed and moved SetFrameToFitText
2023-12-20 10:30:41 -07:00
Tig Kindel
eabcd36b48
Clean up cocde formatting
2023-12-20 08:31:21 -07:00
Tig Kindel
eba732537e
Moved ViewLayout.cs into Layout folder
2023-12-20 08:28:07 -07:00
Tig Kindel
f35e783f83
Merged v2_develop
2023-12-19 16:44:31 -07:00
BDisp
74afd18148
Fixes #3064 . Pos.View returns PosCombine ( #3065 )
2023-12-19 16:34:17 -07:00
Tig Kindel
679ec90106
WIP
2023-12-19 15:23:08 -07:00
Tig Kindel
b22c1e3121
renamed scenario
2023-12-19 11:14:34 -07:00
Tig Kindel
9b743b20b2
Fixed unit tests
2023-12-19 09:16:56 -07:00
Tig Kindel
a367e4d326
Implemented DimAuto(min)
2023-12-19 09:02:12 -07:00
Tig Kindel
2f4381c6e0
Fixed GethashCode warning
2023-12-19 08:38:20 -07:00
Tig Kindel
64d3568234
Removed unneeded override of Anchor
2023-12-19 08:34:53 -07:00
Tig Kindel
770dae3be3
Temporarily made DimAutoStyle.Subviews default
2023-12-19 08:34:25 -07:00
Tig Kindel
d3f470f8d1
Added arg checking for not implemented features
2023-12-19 08:31:44 -07:00
Tig Kindel
46d8465262
Added DimAutoStyle
2023-12-19 08:25:41 -07:00
Tig Kindel
e249a8494b
started impl on min/max.
2023-12-18 16:51:42 -07:00
Tig Kindel
fa597ccad4
started impl on min/max.
2023-12-18 16:39:18 -07:00
Tig Kindel
84bbd5f25d
Started on DimAuto unit tests
2023-12-18 13:39:21 -07:00
Tig Kindel
af17636d1f
prep for Dialog to use Dim.Auto - Make Dialog tests not depend on MessageBox
2023-12-18 11:27:10 -07:00
Tig Kindel
83c59318e3
prep for Dialog to use Dim.Auto - Simplify unit tests
2023-12-18 11:11:10 -07:00
Tig Kindel
9ba5edbec4
prep for Dialog to use Dim.Auto - Simplify unit tests
2023-12-18 11:08:01 -07:00
Tig Kindel
8274451805
prep for Dialog to use Dim.Auto - Simplify unit tests to not depend on things not important to the unit test (like Dialog)
2023-12-18 10:40:47 -07:00
Tig Kindel
42f93cdded
Adds validation
2023-12-18 08:30:16 -07:00
Tig Kindel
b89c262b8c
AutoSize->Auxo
2023-12-18 06:38:25 -07:00
Tig Kindel
bbb84f812e
Updated MessageBoxes and Dialogs Scenarios to use AutoSize
2023-12-18 01:27:38 -07:00
Tig Kindel
2eb4ad1cb1
horiz->width
2023-12-18 01:21:39 -07:00
Tig Kindel
65895f2ab9
Removed margin
2023-12-18 01:19:12 -07:00
Tig Kindel
57670c4a64
Revamped Pos / Dim API docs
2023-12-18 01:10:46 -07:00
Tig Kindel
2e069fb52f
Merge branch 'v2_develop' into v2_fixes_2432_Dim_AutoSize
2023-12-18 00:28:25 -07:00
Tig Kindel
a29b7b9c03
Fixed some autosize things
2023-12-18 00:27:33 -07:00
Tig Kindel
1f42e4ceeb
Initial work in progress
2023-12-17 23:26:43 -07:00
Tig
06ad562bc6
Update v2's yml with latest actions ( #3061 )
...
* Updated overview docs
* Updated toc
* Updated docs more
* Updated yml via dependabot
2023-12-17 22:01:01 -07:00
Tig Kindel
d1cd580d50
Updated yml via dependabot
2023-12-17 21:56:39 -07:00
Tig
49ec9b7342
Updates V2 API docs ( #3060 )
...
* Updated overview docs
* Updated toc
* Updated docs more
2023-12-17 21:52:59 -07:00
Tig Kindel
e692a312fc
Updated docs more
2023-12-17 21:52:37 -07:00
Tig Kindel
a4595822a9
Updated toc
2023-12-17 16:37:38 -07:00
Tig Kindel
f46acdf67d
Updated overview docs
2023-12-17 16:34:54 -07:00
Tig
7f759b573b
Fixes #3055 : Remove Key.Unknown ( #3057 )
...
* Simplifies Key.IsValid
* Updated unit tests
* Fixed menu
2023-12-17 14:43:19 -07:00
Tig Kindel
92cf2a0529
created token
2023-12-17 13:13:19 -07:00