Commit Graph

465 Commits

Author SHA1 Message Date
Robert Jelic
f63ec29498 Bugfix
Fixed program only using relative path
Fixed list not sending scroll events
Added observer to scrollbar's :attach method
Fixed vertical sliders
2025-05-15 01:03:50 +02:00
Robert Jelic
cf38107e43 Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-05-12 23:10:04 +02:00
Robert Jelic
e4860bebfb fixed animation skipping one anim when looping 2025-05-12 23:10:02 +02:00
github-actions[bot]
1679b4747a Update config, BasaltLS definitions, bundle and changelog 2025-05-11 01:15:24 +00:00
Robert Jelic
0ee4471ebb Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-05-11 03:14:55 +02:00
Robert Jelic
6adfcd41fd Added paste 2025-05-11 03:14:53 +02:00
github-actions[bot]
e609195e87 Update config, BasaltLS definitions, bundle and changelog 2025-05-11 01:14:20 +00:00
Robert Jelic
694bb72f6b Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-05-11 03:13:59 +02:00
Robert Jelic
d4f875836d Added paste 2025-05-11 03:13:57 +02:00
github-actions[bot]
0dcc539ab7 Update config, BasaltLS definitions, bundle and changelog 2025-05-10 21:41:32 +00:00
Robert Jelic
f7c4165aa4 Fix in Container and added Program:stop() 2025-05-10 23:41:05 +02:00
github-actions[bot]
f04cdb448b Update config, BasaltLS definitions, bundle and changelog 2025-05-09 01:30:05 +00:00
Robert Jelic
14548d9632 (hopefully) fixed reactive decimals bug 2025-05-09 03:29:43 +02:00
github-actions[bot]
b0660a36bf Update config, BasaltLS definitions, bundle and changelog 2025-05-05 10:29:27 +00:00
Robert Jelic
6447ecb42e Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-05-05 12:29:05 +02:00
Robert Jelic
b15b7b4d4f Fixed program mouse not having converted coordinates 2025-05-05 12:29:03 +02:00
github-actions[bot]
0fde1f2b19 Update config, BasaltLS definitions, bundle and changelog 2025-04-28 10:15:31 +00:00
Robert Jelic
95dd194bcb Added default package.path to modified package.path 2025-04-28 12:13:41 +02:00
github-actions[bot]
434b396b14 Update config, BasaltLS definitions, bundle and changelog 2025-04-27 23:33:11 +00:00
Robert Jelic
cfa3391ccb moved basalt's event system into a coroutine 2025-04-28 01:32:47 +02:00
github-actions[bot]
7c5ec420f8 Update config, BasaltLS definitions, bundle and changelog 2025-04-26 11:32:29 +00:00
Robert Jelic
c5b38fae0f onError fix 2025-04-26 13:32:08 +02:00
github-actions[bot]
0bb17df1b9 Update config, BasaltLS definitions, bundle and changelog 2025-04-24 08:20:58 +00:00
Robert Jelic
1093e57e27 Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-04-24 10:20:38 +02:00
Robert Jelic
050e0736d1 Fixed Program custom env 2025-04-24 10:20:36 +02:00
github-actions[bot]
21dae80052 Update config, BasaltLS definitions, bundle and changelog 2025-04-23 18:40:01 +00:00
Robert Jelic
d6be0ada49 Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-04-23 20:39:37 +02:00
Robert Jelic
b042f1bba1 - Added floor, ceil and abs to reactive env
- Changed BasaltProgram env (not finished)
- Fixed program not setting running to false once coroutine is dead
2025-04-23 20:39:35 +02:00
github-actions[bot]
ca86a42d2f Update config, BasaltLS definitions, bundle and changelog 2025-04-21 06:33:21 +00:00
Robert Jelic
743e2f20fa Fixed error when main frame is nil 2025-04-21 08:32:58 +02:00
github-actions[bot]
509c0c5f59 Update config, BasaltLS definitions, bundle and changelog 2025-04-21 06:23:33 +00:00
Robert Jelic
57f6e2b35f Fixed bug in menu's render 2025-04-21 08:23:07 +02:00
github-actions[bot]
8a85d280b7 Update config, BasaltLS definitions, bundle and changelog 2025-04-20 08:28:12 +00:00
Robert Jelic
b6e0e75b19 Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-04-20 10:27:51 +02:00
Robert Jelic
d36c7e7867 - Added Timer
- Fixed BaseElement Visual request issues
- Added number animation
- Added entries animation
2025-04-20 10:27:48 +02:00
Robert Jelic
853600c70e Update main.yml 2025-04-20 10:17:49 +02:00
Robert Jelic
682bef600d Merge pull request #1 from megaSukura/fix-flexbox
Fixed flexbox layout bug when container size changes
2025-04-20 10:08:06 +02:00
megaSukura
2fc72a6a13 Removed all goto statements
Fixed the parameter order in observe
Used the correct internal property approach
Did not use the built-in visibleChildren, as we need to handle elements that are obscured or completely removed
2025-04-20 05:40:24 +08:00
megaSukura
7df5380d18 fix FlexWrap 2025-04-20 02:50:01 +08:00
megaSukura
0ddbf3de47 Merge branch 'fix-flexbox' of https://github.com/megaSukura/Basalt2SKR into fix-flexbox 2025-04-20 00:57:03 +08:00
megaSukura
521e75b97c Fixed flexbox layout bug when container size changes
Added cross-axis alignment functionality
2025-04-20 00:52:21 +08:00
github-actions[bot]
296e099e2c Update config, BasaltLS definitions, bundle and changelog 2025-04-19 16:22:38 +00:00
Robert Jelic
3e5a6a7ea7 Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-04-19 18:21:52 +02:00
Robert Jelic
a24a53e912 Table error fix 2025-04-19 18:21:49 +02:00
megaSukura
858d3faa30 Fixed flexbox layout bug when container size changes
Added cross-axis alignment functionality
2025-04-19 18:32:56 +08:00
github-actions[bot]
10fa012b96 Update config, BasaltLS definitions, bundle and changelog 2025-04-19 07:21:51 +00:00
Robert Jelic
0be15d612a Renamed scrollbar 2025-04-19 09:21:05 +02:00
github-actions[bot]
421c72acb4 Update config, BasaltLS definitions, bundle and changelog 2025-04-19 04:26:12 +00:00
Robert Jelic
f07d1e5510 Merge branch 'main' of https://github.com/Pyroxenium/Basalt2 2025-04-19 06:25:46 +02:00
Robert Jelic
afe00c4002 Fixed slider not working on monitors
Fixed sending wrong mouse button on monitor_touch events
2025-04-19 06:25:44 +02:00