forked from mbk-lab/rui_orig
2
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
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 894242f2dd Added Theme interface, NewTheme, CreateThemeFromText, and AddTheme functions 2022-05-12 11:05:50 +03:00
Alexei Anoshenko 4692d0013a NewApplication function and Start function of the Application interface were replaced by StartApp function 2022-01-29 16:25:46 -05:00
anoshenko a98d97ea8d Added DownloadFile... functions 2021-11-07 09:43:13 +03:00
anoshenko 73e7184395 Initialization 2021-09-07 17:36:50 +03:00