Commit Graph

32 Commits

Author SHA1 Message Date
Alexei Anoshenko b1628023f7 Excluding default properties of CustomView from the result of String() 2024-05-02 15:07:57 +03:00
anoshenko 904859ff6e Added ReloadCell and ReloadTableViewCell functions 2023-05-14 17:53:26 +03:00
anoshenko 7c0449775c Bug fixing 2023-05-07 19:26:02 +03:00
anoshenko 4ec3fe2ff2 Optimisation 2023-05-04 16:45:03 +03:00
anoshenko 3c3271663d Added "tabindex" property 2022-12-20 18:38:39 +03:00
anoshenko c5485c27c2 Updated readme 2022-12-20 17:48:00 +03:00
anoshenko d3002ced0e Bug fixing 2022-11-23 15:10:29 +03:00
anoshenko f8d797a4c1 Optimisation 2022-10-30 17:22:33 +03:00
anoshenko 8216ce192a Bug fixing 2022-10-29 21:08:51 +03:00
anoshenko d096a35af9 Optimisation 2022-10-29 20:16:40 +03:00
Alexei Anoshenko ed03368f5d Bug fixing 2022-09-07 12:28:58 +03:00
Alexei Anoshenko 2f7e1bbab3 Added SizeFunc interface, changed SizeUnit struct 2022-09-05 14:00:07 +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 7c860c54b9 Added OpenURL function, optimisation 2022-08-18 18:18:36 +03:00
Alexei Anoshenko e23ad83b6c Refactoring and optimisation 2022-07-27 20:31:57 +03:00
Alexei Anoshenko fdbb6cb00b replace interface{} -> any 2022-07-26 18:36:00 +03:00
Alexei Anoshenko 392a0a0288 Bug fixing 2022-07-19 18:22:19 +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
Alexei Anoshenko 3097f89f5a Added Append function to Theme & bug fixing 2022-05-16 17:43:06 +03:00
Alexei Anoshenko 47ca08717d bug fixing 2022-04-17 11:21:01 +03:00
Alexei Anoshenko d51688b04f Updated Readme 2022-01-16 19:11:23 -05:00
Alexei Anoshenko 043778d56b Added GetTableFootHeight() and GetTableHeadHeight() 2022-01-16 13:39:59 -05:00
Alexei Anoshenko 09544fdf25 Updated TableView
Added selection scroll
Fixed TableVerticalAlign property
ListView bug fixing
2022-01-16 12:25:45 -05:00
Alexei Anoshenko 32b6182dbf Added "allow-selection" property to TableView 2022-01-14 18:06:10 -05:00
Alexei Anoshenko 1a4040bd00 Added TableView cell/row selection mode 2022-01-14 17:20:04 -05:00
anoshenko 15a11dc558 Added TableView properties 2022-01-05 18:33:18 +03:00
anoshenko 7e2804f002 Add a listener for changing a property value 2021-11-20 11:15:28 +03:00
Alexei Anoshenko be954df7c7 Added "animation" and "transition" properties 2021-10-04 17:58:17 +03:00
anoshenko 73e7184395 Initialization 2021-09-07 17:36:50 +03:00