Commit Graph

24 Commits

Author SHA1 Message Date
Robert Jelic
b96875a3e9 - Added a new system to dynamically require source from multiple locations (including web)
- Added the Collection Element and moved parts of the List logic to collection
- Added a State Management System
- Added a better system to change the position/size of elements
- Removed the state plugin
2025-10-27 08:25:58 +01:00
Robert Jelic
6adfcd41fd Added paste 2025-05-11 03:14:53 +02:00
Robert Jelic
d4f875836d Added paste 2025-05-11 03:13:57 +02:00
Robert Jelic
b91031afbc Fixed animation
Fixed eventsystem not registering its parent events
2025-04-14 02:39:54 +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
f911e9bce8 Docs update + some element updates 2025-04-06 00:57:19 +02: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
bfad03cf08 Added scrollableFrame example
Fixed Cursor Bug
Reworked XML
2025-03-03 23:36:42 +01:00
Robert Jelic
0af0a62528 Updated color properties
Small container fix
2025-03-02 22:03:51 +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
5fdf01bcfe Cursor Fix 2025-02-25 23:28:53 +01:00
Robert Jelic
a3cc685620 Docs changes 2025-02-24 23:54:07 +01:00
Robert Jelic
a51b91722d Small docs update 2025-02-24 20:51:58 +01:00
Robert Jelic
1576445984 Test 2025-02-21 19:26:09 +01:00
Robert Jelic
3009df028b Updated Eventsystem
Improved List with multiple Selections
2025-02-21 18:24:19 +01:00
Robert Jelic
0326cc12c7 Lot of bug fixxes 2025-02-18 19:13:51 +01:00
Robert Jelic
8b6eaccd18 Docs Update 2025-02-18 09:46:32 +01:00
Robert Jelic
cc7b2de51a Update
Lots of fixes and improvements
2025-02-16 14:33:07 +01:00
Robert Jelic
db716636bd Basalt2 update
- Finished themes
- Added state plugins for persistance
- Finished reactive plugin
- Added debug plugin (80% finished)
- Added benchmark plugin
- Added Tree, Table, List, Dropdown and Menu Elements
- Bugfixes
2025-02-15 18:18:49 +01:00
Robert Jelic
b7f22bf63f - added List
- added checkbox
- added program
- added slider
- added progressbar
- added reactive (dynamicValues)
smaller bug fixxes
2025-02-14 14:40:20 +01:00
Robert Jelic
6dfa554523 - Created Plugin loading system
- Added lazy loading system for elements (optional feature)
- Improved rendering performance
- Added ID system which is separated from Eement Names
- Added Focussystem for container
- Improved container performance by only rendering and handling events from visible childrens instead of all
- Added label and input
- Added animation and xml
2025-02-13 10:51:12 +01:00