Commit Graph

91 Commits

Author SHA1 Message Date
Robert Jelic
14548d9632 (hopefully) fixed reactive decimals bug 2025-05-09 03:29:43 +02:00
Robert Jelic
b15b7b4d4f Fixed program mouse not having converted coordinates 2025-05-05 12:29:03 +02:00
Robert Jelic
c5b38fae0f onError fix 2025-04-26 13:32:08 +02:00
Robert Jelic
050e0736d1 Fixed Program custom env 2025-04-24 10:20:36 +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
Robert Jelic
57f6e2b35f Fixed bug in menu's render 2025-04-21 08:23:07 +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
a24a53e912 Table error fix 2025-04-19 18:21:49 +02:00
Robert Jelic
0be15d612a Renamed scrollbar 2025-04-19 09:21:05 +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
Robert Jelic
a739df5a9f Forgot to remove debug msg 2025-04-19 06:19:50 +02:00
Robert Jelic
90911ebf91 :destroy fix for frame's with childrens with reactive properties 2025-04-19 06:19:02 +02:00
Robert Jelic
32ecbc2883 Fixed Checkbox element ignoring mouse events 2025-04-17 08:22:06 +02:00
Robert Jelic
b91031afbc Fixed animation
Fixed eventsystem not registering its parent events
2025-04-14 02:39:54 +02:00
Robert Jelic
84f860a18a Added allowNil to properties 2025-04-11 22:48:41 +02:00
Robert Jelic
8830ab6de6 small fix 2025-04-11 22:37:24 +02:00
Robert Jelic
90b4928e6f Fixed Input not sending events
Fixed :destroy sending unnecessary errors
Other small fixes
2025-04-08 09:59:40 +02:00
Robert Jelic
4b4b2e3ca7 Added init fix and small markdown changes 2025-04-08 01:30:18 +02:00
Robert Jelic
0a597e63f1 Small coroutine fix 2025-04-06 06:51:43 +02:00
Robert Jelic
f911e9bce8 Docs update + some element updates 2025-04-06 00:57:19 +02:00
Robert Jelic
5ccd201be0 Focus fix for list 2025-04-03 18:03:06 +02:00
Robert Jelic
d27760adc2 Canvas test 2025-03-31 03:28:16 +02:00
Robert Jelic
c341eea972 - Fixed createFrame bug
- Added custom XML/Attributes
2025-03-29 03:47:01 +01:00
Robert Jelic
cd591e0b8b Dropdown text size fix 2025-03-28 00:36:48 +01:00
Robert Jelic
1967487238 List fix for monitors 2025-03-27 04:28:35 +01:00
Robert Jelic
93f3df9c6c Display fix for window (forgot i don't need self) 2025-03-26 01:02:02 +01:00
Robert Jelic
c2507b5486 - Added monitor support
- Fixed states example
- Small changes to Display element
2025-03-24 20:19:48 +01:00
Robert Jelic
59b4b4f88b Some docs stuff 2025-03-17 19:09:15 +01:00
Robert Jelic
8908258499 Small Input fix 2025-03-16 13:08:44 +01:00
Robert Jelic
749040cad1 Added replaceChar property for Input (for password input) 2025-03-16 04:03:25 +01:00
Robert Jelic
ae45eeac0f Annotation Stuff 2025-03-14 17:00:13 +01:00
Robert Jelic
4e26fec0b1 Another annotation test 2025-03-14 03:58:43 +01:00
Robert Jelic
d6d53fdef0 Trigger 2025-03-14 03:51:56 +01:00
Robert Jelic
84caa6db2d Forgot to remove log 2025-03-14 03:49:56 +01:00
Robert Jelic
f14e0ce204 Finished(?) annotation parsing
Small fixes for the parser
2025-03-14 03:46:54 +01:00
Robert Jelic
8e5b474f17 Display Element added 2025-03-13 20:46:24 +01:00
Robert Jelic
641c767e50 Fixed xml scope access 2025-03-12 00:41:50 +01:00
Robert Jelic
3be4c1bc5d workflow trigger 2025-03-10 03:20:35 +01:00
Robert Jelic
bd72cb6171 Bigfont Fix when changing bg/fg 2025-03-05 01:44:49 +01:00
Robert Jelic
78a42954c0 Reworked XML #2 2025-03-05 01:25:49 +01:00
Robert Jelic
4434989731 Another fix for property type 2025-03-04 14:33:33 +01:00
Robert Jelic
007ccfbdb5 Small Dropdown fix 2025-03-04 10:37:42 +01:00
Robert Jelic
49a5e4bfde Finished Graph Elements
- Added Graph
- Added BarChart
- Added LineChart
2025-03-04 01:53:14 +01:00
Robert Jelic
bfad03cf08 Added scrollableFrame example
Fixed Cursor Bug
Reworked XML
2025-03-03 23:36:42 +01:00
Robert Jelic
373bd7b485 Added basalt.getElementClass(name)
Added Graph
Added List:getSelectedItem()
Fixed Image:addFrame()
2025-03-03 17:38:30 +01:00
Robert Jelic
0af0a62528 Updated color properties
Small container fix
2025-03-02 22:03:51 +01:00
Robert Jelic
85988be892 Fixed bundler
Added :setOffset/:getOffset for Containers
2025-02-28 10:18:17 +01:00
Robert Jelic
6f0b98ab89 Another fix wave:
Added Input focussystem
Added Input focusedBackground and focusedForeground
VisualElement renamed from MouseUp to ClickUp (onClickUp)
Fixed Frame draggable Bug (not sending events to children on mouse y 1)
2025-02-27 00:41:45 +01:00
Robert Jelic
0a9ecd4ff0 Fixed Frame parsing 2025-02-26 21:02:47 +01:00
Robert Jelic
f768375c94 Workflow Test 2025-02-26 20:24:13 +01:00