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

102 Commits

Author SHA1 Message Date
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 705a9c0e37 Bug fixing 2022-08-17 16:58:07 +03:00
Alexei Anoshenko 39a22905f0 Bug fixing 2022-08-17 16:23:45 +03:00
Alexei Anoshenko a84be115fd Bug fixing 2022-08-16 11:40:42 +03:00
Alexei Anoshenko 9a5fd64758 Optimisation 2022-08-11 19: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 9af68bc5f3 Bug fixing 2022-08-08 17:00:49 +03:00
Alexei Anoshenko 082c30b062 Fixed Popup 2022-08-07 18:59:56 +03:00
Alexei Anoshenko e0aa021384 Bug fixing 2022-08-02 12:21:53 +03:00
Alexei Anoshenko 0adb38d234 Added the arrow support in Popups 2022-07-31 15:37:26 +03:00
Alexei Anoshenko 3c8ea5a785 Optimisation 2022-07-28 12:53:50 +03:00
Alexei Anoshenko 3da4d660d5 Optimisation 2022-07-28 12:41:50 +03:00
Alexei Anoshenko c5ca92de60 Optimisation 2022-07-28 12:11:27 +03:00
Alexei Anoshenko e23ad83b6c Refactoring and optimisation 2022-07-27 20:31:57 +03:00
Alexei Anoshenko ece1d04e4e Added the "overflow" property 2022-07-27 13:26:36 +03:00
Alexei Anoshenko fdbb6cb00b replace interface{} -> any 2022-07-26 18:36:00 +03:00
Alexei Anoshenko 38dafc42c6 Bug fixing 2022-07-26 18:24:04 +03:00
Alexei Anoshenko 5e532a000f Communication optimisation 2022-07-22 13:10:55 +03:00
Alexei Anoshenko 392a0a0288 Bug fixing 2022-07-19 18:22:19 +03:00
Alexei Anoshenko d3c36e38bd Bug fixing 2022-07-10 12:58:10 +03:00
Alexei Anoshenko 21ee77eb26 Fixed Popup 2022-07-09 13:45:10 +03:00
Alexei Anoshenko b860295325 Removed "demo" folder
The demo app of the URI library is available at
https://github.com/anoshenko/ruiDemo
2022-07-08 13:22:26 +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 ab1b406278 Bug fixing 2022-07-01 18:01:25 +03:00
Alexei Anoshenko 3b0ebb3a82 Bug fixing 2022-06-20 15:33:46 +03:00
Alexei Anoshenko 2eb1e383f2 Bug fixing 2022-06-17 19:26:24 +03:00
Alexei Anoshenko 3e0c153f20 Bug fixing 2022-06-09 13:08:39 +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 b43bf80856 Bug fixing 2022-05-26 12:01:49 +03:00
Alexei Anoshenko 5b545acbd1 Updated Readme 2022-05-26 10:28:20 +03:00
Alexei Anoshenko eed42fd295 Update viewByID.go 2022-05-26 10:18:11 +03:00
Alexei Anoshenko 9c236ae102 Added Style functions to Theme 2022-05-25 20:03:32 +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 fcea1c89a3 bug fixing 2022-05-17 10:46:00 +03:00
Alexei Anoshenko 3097f89f5a Added Append function to Theme & bug fixing 2022-05-16 17:43:06 +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 0286918dd4 Bug fixing 2022-05-06 18:19:13 +03:00
Alexei Anoshenko 690d169bdf Bug fixing 2022-05-05 17:18:08 +03:00
Alexei Anoshenko 19bb1694de Added "disabled-items" property to DropDownList 2022-05-04 22:35:54 +03:00
Alexei Anoshenko 54a867591c Bug fixing 2022-05-03 18:34:26 +03:00
Alexei Anoshenko 12fd5521e5 Bug fixing 2022-05-03 12:12:57 +03:00
Alexei Anoshenko 61ee6c03f2 Fixed background radial gradient 2022-05-01 13:27:04 +03:00
Alexei Anoshenko 26abd1f632 Changed BackgroundGradientPoint struct 2022-04-30 18:02:01 +03:00
Alexei Anoshenko 86271a3c6e Added the background conic gradient 2022-04-30 12:13:16 +03:00
Alexei Anoshenko 371079e27b Added "image constants" 2022-04-23 18:13:35 +03:00
Alexei Anoshenko 50cbb10bf6 Added AllImageResources() & bug fixing 2022-04-21 18:22:17 +03:00