Alexei Anoshenko
0f2e7e55ea
OriginX, OriginY, and OriginZ properties renamed to TransformOriginX, TransformOriginY, and TransformOriginZ. GetOrigin function renamed to GetTransformOrigin
2024-11-18 16:20:25 +02:00
Alexei Anoshenko
e2775d52f2
Added PropertyName type
2024-11-13 12:56:39 +03:00
Mikalai Turankou
1a21487540
Added missing comments for exported types like constants, variables, functions, structs and interfaces
2024-09-12 14:05:11 +03:00
anoshenko
d0d81907eb
Added GridAdapter
2024-06-06 16:20:15 +03:00
anoshenko
f9d7c77500
Can use ListAdapter as "content" property value of ListLayout
2024-06-03 18:31:25 +03:00
Alexei Anoshenko
b1628023f7
Excluding default properties of CustomView from the result of String()
2024-05-02 15:07:57 +03:00
anoshenko
9ac68ac0c9
Updated docs
2024-04-23 19:34:36 +03:00
Alexei Anoshenko
dcf8240235
Removed Init function from View interface
2022-09-01 11:04:50 +03:00
Alexei Anoshenko
5926a7649f
Changed the type of the second argument of all Get functions to "subviewID ...string" (previously "subviewID string")
2022-08-31 22:17:46 +03:00
Alexei Anoshenko
6dad96c2a7
Added "list-row-gap" and "list-column-gap" properties
2022-08-31 17:31:17 +03:00
Alexei Anoshenko
3da4d660d5
Optimisation
2022-07-28 12:41:50 +03:00
Alexei Anoshenko
fdbb6cb00b
replace interface{} -> any
2022-07-26 18:36:00 +03:00
Alexei Anoshenko
73cd9318a5
Added some properties and functions
...
* Added "resize", "grid-auto-flow", "caret-color", and "backdrop-filter" properties
* Added BlurView, BlurViewByID, GetResize, GetGridAutoFlow, GetCaretColor, GetBackdropFilter functions
* The "warp" property for ListView and ListLayout renamed to "list-warp"
* The "warp" property for EditView renamed to "edit-warp"
* Added CertFile and KeyFile optional fields to the AppParams struct.If they are set, then an https connection is created, otherwise http.
2022-06-07 13:07:10 +03:00
Alexei Anoshenko
be2701e59d
Bug fixing and optimisation
2022-05-23 15:22:14 +03:00
Alexei Anoshenko
9478b1ee4f
Bug fixing
2022-05-22 12:54:02 +03:00
anoshenko
7e2804f002
Add a listener for changing a property value
2021-11-20 11:15:28 +03:00
anoshenko
f74fede3db
Fixed ListView item height bug
2021-11-11 13:23:41 +03:00
anoshenko
73e7184395
Initialization
2021-09-07 17:36:50 +03:00