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

38 Commits

Author SHA1 Message Date
anoshenko 600f56d8ea Added support for height and width range in media styles 2023-05-26 20:08:25 +03:00
anoshenko dc2ea14cac Added SetHotKey function to Session interface 2023-05-15 16:19:33 +03:00
anoshenko 904859ff6e Added ReloadCell and ReloadTableViewCell functions 2023-05-14 17:53:26 +03:00
anoshenko b15305d727 Changed FocusView function 2023-05-07 19:44:28 +03:00
anoshenko 677e0e8692 Update CHANGELOG.md 2023-04-25 17:30:21 +03:00
Alexei Anoshenko 644ec6d8c5 Added InlineImageFromResource function 2023-01-24 17:41:56 -05:00
Alexei Anoshenko 42b34ac4df Added SvgImageView 2023-01-24 17:06:36 -05:00
anoshenko 01e2e2e00b Added "column-span-all" property 2023-01-03 14:56:57 +03:00
anoshenko c7a7b3ed1e Added "column-fill" property 2022-12-23 17:27:14 +03:00
anoshenko 3993dbad20 Updated readme 2022-12-20 18:55:54 +03:00
anoshenko e5842180ef Added mix-blend-mode and background-blend-mode 2022-12-19 18:31:35 +03:00
anoshenko d3002ced0e Bug fixing 2022-11-23 15:10:29 +03:00
anoshenko 76413c931a The Canvas.TextWidth method replaced by Canvas.TextMetrics 2022-10-30 12:35:22 +03:00
Alexei Anoshenko 2f7e1bbab3 Added SizeFunc interface, changed SizeUnit struct 2022-09-05 14:00:07 +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 3d52de161b Added "tab-size" property 2022-08-20 20:05:56 +03:00
Alexei Anoshenko 06ccffa900 Added "accent-color" property 2022-08-20 19:13:51 +03:00
Alexei Anoshenko 7c860c54b9 Added OpenURL function, optimisation 2022-08-18 18:18:36 +03:00
Alexei Anoshenko 38a8fd2920 Added IsTimingFunctionValid function 2022-08-11 19:12:29 +03:00
Alexei Anoshenko f3f3ddb084 Updated transition 2022-08-10 15:36:38 +03:00
Alexei Anoshenko 082c30b062 Fixed Popup 2022-08-07 18:59:56 +03:00
Alexei Anoshenko 0adb38d234 Added the arrow support in Popups 2022-07-31 15:37:26 +03:00
Alexei Anoshenko ece1d04e4e Added the "overflow" property 2022-07-27 13:26:36 +03:00
Alexei Anoshenko 1285dc5c04 Improved ImageView and added "user-select" property
* Added "loaded-event" and "error-event" events to ImageView
* Added NaturalSize and CurrentSource methods to ImageView
* Added "user-select" property and IsUserSelect function
* Renamed "LightGoldenrodYellow" color constant to "LightGoldenRodYellow"
2022-07-08 13:16:42 +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 26bcc60b1d Update CHANGELOG.md 2022-05-12 11:15:22 +03:00
Alexei Anoshenko 894242f2dd Added Theme interface, NewTheme, CreateThemeFromText, and AddTheme functions 2022-05-12 11:05:50 +03:00
Alexei Anoshenko 50cbb10bf6 Added AllImageResources() & bug fixing 2022-04-21 18:22:17 +03:00
Alexei Anoshenko 8a625dcc78 Added: "focusable" and "user-data" properties, ConstantTags and ColorTags function to Session, ReloadTableViewData function. Bug fixing 2022-04-14 12:05:45 +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
Alexei Anoshenko 93abec1bff Update CHANGELOG.md 2022-01-29 16:02:38 -05:00
Alexei Anoshenko 1a7a7e9daf Update CHANGELOG.md 2022-01-17 06:59:32 -05:00
Alexei Anoshenko d51688b04f Updated Readme 2022-01-16 19:11:23 -05:00
Alexei Anoshenko 1a4040bd00 Added TableView cell/row selection mode 2022-01-14 17:20:04 -05:00
anoshenko 59acf03260 GetDropDownCurrent and GetListViewCurrent functions replaced by the GetCurrent function. Updated readme 2021-11-20 19:51:51 +03:00
anoshenko 36e6d0a389 Added the "current" property to StackLayout 2021-11-20 14:22:00 +03:00
anoshenko 2288487f75 Updated readme 2021-11-07 18:40:45 +03:00