Robert Jelic
43e1d086dc
Small Docs Update
2023-04-30 19:09:33 +02:00
Robert Jelic
7c1f94015a
Update plugin.lua
...
Small minified file ignoring plugins fix
2023-04-30 17:23:43 +02:00
Robert Jelic
c35d766889
Forgot to remove outdated files
2023-04-30 17:10:38 +02:00
Robert Jelic
bb1b1beb79
Basalt 1.7 Update
...
- New Objects (Flexbox, Graph, Treeview)
- Pluginsystem to add/remove functionality
- Reworked the entire Object system, instead of one big Object Class we have multiple classes: Object, VisualObject, ChangeableObject
- Instead of one big Frame Class we have multiple Frame Classes: BaseFrame, Frame, MovableFrame, ScrollableFrame, MonitorFrame, Flexbox
- Removed the Animation Object, and added a animation plugin instead
- Removed the Graphic Object and merged it's functionality with the image object
- Updated currently existing objects
2023-04-30 17:05:34 +02:00
Robert Jelic
e086c1abb2
1.6.6
2023-04-30 16:52:26 +02:00
Robert Jelic
075903f9a9
Small 1.6 fixes
...
- added basalt.forceRenderUpdate
- fixed dropdowns behaving wrong on monitors
v1.6.6
2023-04-29 23:14:19 +02:00
Robert Jelic
d6931412c8
Updated textfield
...
- fixed paste-events by removing an outdated if-statement
2023-04-17 17:42:11 +02:00
Robert Jelic
73b43358ff
Small palette fix
2023-03-11 20:10:06 +01:00
Robert Jelic
df7be99fdd
Merge branch 'master' of https://github.com/Pyroxenium/Basalt
2023-02-20 16:28:24 +01:00
Robert Jelic
6f0ddd6bf6
Small fix
...
Small XML borderColor fix
2023-02-20 16:28:22 +01:00
Robert Jelic
a821abed1f
Update Textfield.lua
...
- Removed buggy selection
- Fixed a small bug
2023-02-17 20:40:49 +01:00
Robert Jelic
50dce1c1e7
added :setSelectionColor()
...
added :setSelectionColor(backgroundCol, foregroundCol)
2023-01-23 21:52:20 +01:00
Robert Jelic
94fccf9211
Update process.lua
2023-01-08 10:04:00 +01:00
Robert Jelic
a4d0492d17
Update Program.lua
2023-01-08 10:03:39 +01:00
Robert Jelic
5ebb5fe436
Update Program.lua
...
Fixed args for programs
2023-01-08 10:02:50 +01:00
Robert Jelic
bb921c57cd
v1.6.5
v1.6.5
2023-01-07 02:31:11 +01:00
Robert Jelic
2b85ab9746
Small fix
...
Forgot to check if program is active or not
2023-01-01 22:46:34 +01:00
Robert Jelic
29ebd7d4d7
Update Program.lua
2023-01-01 22:24:03 +01:00
Robert Jelic
8ab7bc4bde
Auto Resizing fix
...
Forgot to move code for term_resize events to customEventHandler..
2023-01-01 22:21:52 +01:00
Robert Jelic
1b8f62ce41
schedule filter
...
Added event filters for schedules, now they should work properly.
2022-12-31 01:42:12 +01:00
Robert Jelic
61e38d89e8
Update images.lua
2022-12-30 02:30:48 +01:00
Robert Jelic
a0db5ecb61
Fixed nfp
...
Forgot i didn't add nfp support >.<
2022-12-30 02:14:58 +01:00
Robert Jelic
3ef7aa91bf
Frame Resize
...
Forgot to add basalt_resize event for base frames
2022-12-26 15:51:25 +01:00
Robert Jelic
09e8589938
Update install.lua
2022-12-26 12:12:31 +01:00
Robert Jelic
e9aba2498b
Small XML Fix
...
-fixed dyn value for width, height, x and y.
- added bgSymbol and bgSymbolColor for xml
- added texture for xml
2022-12-25 19:12:34 +01:00
Robert Jelic
20ceb6b56f
Small event fix for programs
2022-12-25 16:56:13 +01:00
Robert Jelic
6d2956f3bf
Updated image docs
2022-12-24 11:48:35 +01:00
Robert Jelic
91e42e096c
Update utils.lua
2022-12-24 00:28:07 +01:00
Robert Jelic
5f00dfe401
Update Button.lua
2022-12-19 20:32:35 +01:00
Robert Jelic
2c4c059a70
Fixed a fix
...
Forgot i have to split by words and not just split when width has reached.
2022-12-18 00:43:09 +01:00
Robert Jelic
923b570d48
CreateText & splitString improvements
...
Improved the createText and splitString functions.
2022-12-18 00:31:52 +01:00
Robert Jelic
5499057e7e
Merge pull request #43 from Erb3/path-6
...
✏️ Fix small typo ("sotred" -> "stored")
2022-12-16 18:31:21 +01:00
Erlend
d6091b312c
✏️ Fix small typo ("sotred" -> "stored")
2022-12-16 15:28:11 +01:00
Robert Jelic
f19c0ebb49
Update Frame.lua
2022-12-14 20:34:17 +01:00
Robert Jelic
01b83822b1
Merge branch 'master' of https://github.com/Pyroxenium/Basalt
2022-12-14 20:33:05 +01:00
Robert Jelic
c81f24cca2
Made a small mistake..
2022-12-14 20:31:01 +01:00
Robert Jelic
ed894cb390
Monitor mouse event fix
...
Fixed mouse event's on monitor frames not working
2022-12-14 20:25:49 +01:00
Robert Jelic
355db9a82c
Merge pull request #42 from Erb3/patch-3
...
📝 Fix a small typo in How-To.md
2022-12-14 20:10:28 +01:00
Erlend
8112378c70
📝 Fix a small typo in How-To.md
...
Fixed typo where it said `mainFrame` instead of `main`.
Reported by Broso56#0465 in the Discord.
2022-12-14 15:10:36 +01:00
Robert Jelic
a181496052
Update Frame.lua
...
This is just a small workaround for an actual bug - i need to figure out where it comes from.
2022-12-09 12:38:20 +01:00
Robert Jelic
636ed0001f
Update init.lua
...
Accidentally changed package.path to nil in certain cases. Oopsie #fixed
2022-12-09 07:18:00 +01:00
Robert Jelic
0e3da7eda5
Update install.lua
2022-11-27 00:47:16 +01:00
Robert Jelic
3cf5adaef1
Add files via upload
2022-11-23 17:52:04 +01:00
Robert Jelic
c0fab23cef
Small update to 1.6.4
...
- added bimg support
- reworked graphic object
- added blit for drawsystem (makes drawing bit faster
- added bimg lib
- reworked image object
- fixed thread bug
v1.6.4
2022-11-23 17:32:06 +01:00
Robert Jelic
7609708507
Merge branch 'master' of https://github.com/Pyroxenium/Basalt
2022-11-23 17:11:33 +01:00
Robert Jelic
e2f2a2871d
Improved event system
...
Updated the event system to the current dev branch
2022-11-23 17:11:21 +01:00
Robert Jelic
37dde881ad
Small bugfix for frames
...
Small bugfix for frames when using setZIndex after objects got added. Reason was because the frame didn't add the events to it's parent.
2022-11-22 18:28:03 +01:00
Robert Jelic
8f2e191fe3
Border Bugfix for Buttons
...
Small visual fix for buttons, when using borders
2022-11-21 06:23:13 +01:00
Robert Jelic
15d8cb3781
Update Object.lua
...
cancels other events - should never have been there
2022-11-14 06:13:23 +01:00
Robert Jelic
8acb673f74
small hotfix for source project
2022-11-04 21:18:32 +01:00