Commit Graph

  • b6832dac40 updated go.mod main Alexei Anoshenko 2025-01-21 10:47:03 -0500
  • 5d50d5b772 Bug fining v0.18.1 Alexei Anoshenko 2024-12-18 19:11:51 +0300
  • 6c0980c46e Merge branch 'v0.18' v0.18.0 Alexei Anoshenko 2024-12-17 19:14:33 +0300
  • fa984dcf78 Changed ViewByID functions v0.18 Alexei Anoshenko 2024-12-10 18:23:04 +0300
  • 0e0b73fdb9 Bug fixing Alexei Anoshenko 2024-12-08 21:11:46 +0300
  • 86e58ef33a Bug fixing Alexei Anoshenko 2024-12-08 20:47:43 +0300
  • 848606a3be Added "hide-summary-marker" DetailsView property Alexei Anoshenko 2024-12-07 19:24:54 +0300
  • 0bdfe48f09 Update animation.go Alexei Anoshenko 2024-12-06 20:00:53 +0300
  • 5971cd9105 Update animation.go Alexei Anoshenko 2024-12-06 19:56:51 +0300
  • 28881bac9a Added NewTransitionAnimation, NewAnimation Alexei Anoshenko 2024-12-06 19:52:57 +0300
  • 0c2bea9a75 Renamed Animation interface -> AnimationProperty Alexei Anoshenko 2024-12-06 19:15:23 +0300
  • 1a60488537 Renamed ViewFilter interface -> FilterProperty Alexei Anoshenko 2024-12-06 18:52:34 +0300
  • ec796b3697 Update README.md Alexei Anoshenko 2024-12-06 18:44:28 +0300
  • 5039998cf9 Renamed ClipShape -> ClipShapeProperty Alexei Anoshenko 2024-12-06 18:38:43 +0300
  • a8242c99fe Updated doc comments Alexei Anoshenko 2024-12-05 20:15:39 +0300
  • 0919376f09 Updated CHANGELOG.md Alexei Anoshenko 2024-12-04 19:35:28 +0300
  • cccf1e6ee1 Added conic gradient to canvas Alexei Anoshenko 2024-12-04 19:27:33 +0300
  • 7bb90e5b2a Added New...Gradient functions Alexei Anoshenko 2024-12-04 18:45:08 +0300
  • 5f55d30443 Added NewRadius functions Alexei Anoshenko 2024-12-03 11:20:32 +0300
  • 8e20e80899 Added NewBounds function Alexei Anoshenko 2024-12-03 10:45:55 +0300
  • 32141b996a Rename ViewShadow interface Alexei Anoshenko 2024-12-03 10:25:55 +0300
  • 5efa2f5ae8 Bug fixing Alexei Anoshenko 2024-12-02 15:47:06 +0300
  • cdc513d57b
    Merge 8f0a8ebd54 into 32f0f83ebf mikalai-turankou 2024-12-02 15:27:17 +0300
  • 8f0a8ebd54 Fixed crash while setting views "clip" property from resource file. feature/fix-view-clip-setting Mikalai Turankou 2024-12-02 15:24:28 +0300
  • 8a353f765e Improved SizeUnit and AngleUnit functions Alexei Anoshenko 2024-12-02 15:05:49 +0300
  • f81ffe6bed Refactoring Alexei Anoshenko 2024-12-01 12:42:38 +0300
  • bed6c1bf41 Optimisation Alexei Anoshenko 2024-12-01 12:30:33 +0300
  • f632104d49 Update backgroundConicGradient.go Alexei Anoshenko 2024-11-27 16:28:11 +0200
  • 7ce631b6ce Bug fixing Alexei Anoshenko 2024-11-27 16:06:12 +0200
  • 27beb1e679 Added "mask" property Alexei Anoshenko 2024-11-27 10:32:13 +0200
  • a5577273e6 Update CHANGELOG.md Alexei Anoshenko 2024-11-26 12:15:06 +0200
  • 87735b3a4d Update CHANGELOG.md Alexei Anoshenko 2024-11-26 12:11:39 +0200
  • e9937a8f3a Update popup.go Alexei Anoshenko 2024-11-26 11:56:52 +0200
  • bc6e0c4db9 Added Popup show/hide animation Alexei Anoshenko 2024-11-25 22:13:29 +0200
  • 5cc4475370 * Added "push-perspective", "push-rotate-x", "push-rotate-y", "push-rotate-z", "push-rotate", "push-skew-x", "push-skew-y", "push-scale-x", "push-scale-y", "push-scale-z", "push-translate-x", "push-translate-y", "push-translate-z" properties. Alexei Anoshenko 2024-11-25 12:03:08 +0200
  • bdc8472600 Cleanup Alexei Anoshenko 2024-11-24 21:15:05 +0200
  • 91093637c7 Update stackLayout.go Alexei Anoshenko 2024-11-24 21:14:35 +0200
  • 488368de8c Optimisation Alexei Anoshenko 2024-11-24 17:23:24 +0200
  • 6b2a5b4aee Optimisation Alexei Anoshenko 2024-11-24 15:43:31 +0200
  • ed639c94c6 Improved StackLayout push/pop animation Alexei Anoshenko 2024-11-24 08:52:43 +0200
  • 31c07ced98 Bug fixing Alexei Anoshenko 2024-11-22 15:36:08 +0200
  • e8da32fca8 Bug fixing Alexei Anoshenko 2024-11-21 17:50:58 +0200
  • 32f0f83ebf Bug fixing Alexei Anoshenko 2024-11-21 15:48:21 +0300
  • 84a00af595 Improved DetailsView Alexei Anoshenko 2024-11-21 08:25:46 +0200
  • 7d4b90769f Bug fixing Alexei Anoshenko 2024-11-20 15:06:59 +0200
  • 857ad69260 Transform interface renamed to TransformProperty. TransformTag constant renamed to Transform. Alexei Anoshenko 2024-11-18 16:35:21 +0200
  • 0f2e7e55ea OriginX, OriginY, and OriginZ properties renamed to TransformOriginX, TransformOriginY, and TransformOriginZ. GetOrigin function renamed to GetTransformOrigin Alexei Anoshenko 2024-11-18 16:20:25 +0200
  • ff6b7c7e67
    Merge pull request #7 from anoshenko/feature/fix-view-radius-setting Alexei Anoshenko 2024-11-14 14:20:13 +0300
  • bdd722ba09 Fixed issue while setting the view radius corner values from resource file feature/fix-view-radius-setting Mikalai Turankou 2024-11-14 12:26:35 +0300
  • e2775d52f2 Added PropertyName type Alexei Anoshenko 2024-11-13 12:56:39 +0300
  • 8fcc52de63 Added LineJoin and LineCap type Alexei Anoshenko 2024-10-28 13:11:43 +0300
  • b65b7f6df8 Added comments Alexei Anoshenko 2024-10-21 18:37:35 +0300
  • daf41dd7e0 Update CHANGELOG.md v0.17.3 Alexei Anoshenko 2024-10-17 18:08:35 +0300
  • d392d5214b Bug fixing Alexei Anoshenko 2024-10-17 18:07:17 +0300
  • 7ac196c549 Bug fixing Alexei Anoshenko 2024-09-25 13:45:47 +0300
  • f239af2324 Added more comments for the constants which represent UI element's properties and events v0.17.2 feature/extend-constants-comments Mikalai Turankou 2024-09-18 13:50:06 +0300
  • f9822a22f2 Fixed typo Mikalai Turankou 2024-09-16 14:11:54 +0300
  • 1a21487540 Added missing comments for exported types like constants, variables, functions, structs and interfaces v0.17.1 feature/add-missing-comments Mikalai Turankou 2024-09-12 14:05:11 +0300
  • 5707ca3088 Added "item-separators" property to DropDownList and GetDropDownItemSeparators function v0.17.0 Alexei Anoshenko 2024-09-03 19:55:14 +0300
  • 10cf3a69fc Update defaultTheme.rui Alexei Anoshenko 2024-09-03 18:53:14 +0300
  • 1110375cb6 Added support of AccentColor to Checkbox, ListView, and TableView Alexei Anoshenko 2024-09-03 15:31:11 +0300
  • 6afb518645 Added GetCheckboxChangedListeners function Alexei Anoshenko 2024-09-03 14:51:19 +0300
  • e65c04188c Bug fixing Alexei Anoshenko 2024-08-24 19:39:18 +0300
  • 87148836c0 Updated Path Alexei Anoshenko 2024-08-20 20:01:26 +0300
  • 2708c7ceb6 Added RemoveClientItem to Session interface Alexei Anoshenko 2024-08-14 18:48:10 +0300
  • a6707495cf Bug fixing Alexei Anoshenko 2024-08-13 16:27:54 +0300
  • 7f06a9d201 Added "transform" property and Transform interface Alexei Anoshenko 2024-08-13 13:52:47 +0300
  • 1d94d14b1e Update animationRun.go Alexei Anoshenko 2024-08-01 22:32:31 +0300
  • ea388467b4 Update README.md Alexei Anoshenko 2024-08-01 16:58:31 +0300
  • c9954afa7f Added OpenRawResource function Alexei Anoshenko 2024-07-17 16:32:05 +0300
  • 95043b0b9a Fixed animation Alexei Anoshenko 2024-07-17 16:30:43 +0300
  • 9b27cb4a55 Updated Animation.String method Alexei Anoshenko 2024-07-06 13:04:12 +0300
  • 5e3d37a6a0 Added Start, Stop, Pause, and Resume methods to Animation interface anoshenko 2024-07-05 16:41:07 +0300
  • 2f3de8fce3 Optimised animation anoshenko 2024-07-01 19:17:03 +0300
  • 09031b9fa0 Bug fixing anoshenko 2024-06-29 12:05:27 +0300
  • b2b9befa14 Optimisation Alexei Anoshenko 2024-06-26 19:01:00 +0300
  • 00d6e2379d Added "mod", "rem", "round", "round-up", "round-down", and "round-to-zero" SizeFunc functions Alexei Anoshenko 2024-06-26 18:45:47 +0300
  • d1d8c2af37 Bug fixing v0.16.3 Alexei Anoshenko 2024-06-19 16:36:50 +0300
  • 27ebaf1bfe Bug fixing v0.16.2 Alexei Anoshenko 2024-06-13 09:37:48 +0300
  • a471df2471 Added AutoCertDomain param v0.16.1 Alexei Anoshenko 2024-06-11 15:03:13 +0300
  • 658142d3f1 Added "text-wrap" property v0.16.0 anoshenko 2024-06-06 17:33:55 +0300
  • d0d81907eb Added GridAdapter anoshenko 2024-06-06 16:20:15 +0300
  • f9d7c77500 Can use ListAdapter as "content" property value of ListLayout anoshenko 2024-06-03 18:31:25 +0300
  • a9877d99b8 Bug fixing anoshenko 2024-05-29 15:31:58 +0300
  • 5edeca2286 Bug fixing v0.15.0 Alexei Anoshenko 2024-05-20 16:51:30 +0300
  • b4d1e34f21 Added "data-list" property Alexei Anoshenko 2024-05-18 18:57:41 +0300
  • fd516af017 Bug fixing Alexei Anoshenko 2024-05-16 11:13:45 +0300
  • b1628023f7 Excluding default properties of CustomView from the result of String() Alexei Anoshenko 2024-05-02 15:07:57 +0300
  • 918fbf3473 Update httpHandler.go v0.14.0 anoshenko 2024-04-29 12:32:24 +0300
  • cbca1e7c87
    Merge pull request #4 from anoshenko/0.14 Alexei Anoshenko 2024-04-29 12:28:54 +0300
  • a9f59e3080
    Merge branch 'main' into 0.14 Alexei Anoshenko 2024-04-29 12:28:39 +0300
  • 345850b552 Added SocketAutoClose property to AppParams anoshenko 2024-04-27 16:16:30 +0300
  • dcc69ad777 Added "cell-vertical-self-align", and "cell-horizontal-self-align" properties anoshenko 2024-04-24 19:26:57 +0300
  • 8bfa759230 Bug fixing anoshenko 2024-04-24 13:49:16 +0300
  • 9ac68ac0c9 Updated docs anoshenko 2024-04-23 19:34:36 +0300
  • b1f085b891 Bug fixing anoshenko 2024-04-23 18:24:51 +0300
  • 9e4fdccd79 Upgrade go.mod anoshenko 2024-04-23 12:02:30 +0300
  • 7fd6a7985e Bug fixing Alexei Anoshenko 2024-04-22 20:03:40 +0300
  • 50e5b8d44d Bug fixing Alexei Anoshenko 2024-04-22 19:17:04 +0300
  • 856b09b04b Fixed "background" property Alexei Anoshenko 2024-04-22 19:14:58 +0300