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

73 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 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
Alexei Anoshenko 47ca08717d bug fixing 2022-04-17 11:21:01 +03:00
Alexei Anoshenko 71993fd8b7 Bug fixing 2022-04-15 15:41:44 +03:00
Alexei Anoshenko 456744de82 Added NamedColors() function 2022-04-14 17:58:58 +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 1e3c820c61 Fixed set of ListView checked property 2022-04-05 18:50:48 +03:00
Alexei Anoshenko b891986a67 Update .gitignore 2022-04-04 17:28:29 +03:00
Alexei Anoshenko ae8bba0f63 Update tabsLayout.go 2022-04-02 11:42:03 +03:00
Alexei Anoshenko 03799c329e Fixed Set(rui.Visibility, ...) bug 2022-03-31 19:59:10 +03:00
Alexei Anoshenko aa7d086498 Update rui.code-workspace 2022-03-22 12:28:47 +03:00
Alexei Anoshenko b0e51e0830 Merge branch 'Work' 2022-03-19 19:39:23 +03:00
Alexei Anoshenko 7f7dcfb746 Added the RemoteAddr function to Session interface 2022-03-19 19:36:13 +03:00
Alexei Anoshenko 29164a2416 Update README.md 2022-03-19 19:26:06 +03:00
Alexei Anoshenko c968c84e91 Updated readme 2022-01-30 11:48:40 -05:00
Alexei Anoshenko d20407cf36 Fixed demo 2022-01-30 11:34:14 -05: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 f989952817 Added the UserAgent function to the Session interface 2022-01-29 11:20:05 -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 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 17ba035c09 Bug fixing
Fixed ShowMenu error message
2021-12-08 18:26:46 +03:00
Alexei Anoshenko 89cd7104eb TableView bug fixing 2021-12-07 12:17:23 +03:00
Alexei Anoshenko 736d30ae7b Bug fixing 2021-11-23 15:51:58 +03:00
anoshenko b0e83cec00 ListView bug fixing 2021-11-22 15:20:53 +03:00
anoshenko 8439b9fd06 Fixed the focus bug show of popup showing 2021-11-21 18:30:46 +03:00