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
Robert Jelic
cfdca639db
Docs update
...
some docs update for the new installer
2022-10-31 17:30:11 +01:00
Robert Jelic
b34cdd8383
Small install.lua fix
...
Small fix to the web version
2022-10-31 00:41:57 +01:00
Robert Jelic
a74b8a3d9f
Some smaller changed
...
some changes for testing improved installer
2022-10-31 00:27:59 +01:00
Robert Jelic
ef480c3998
changed index.html
...
-added edit-on-github
-added copy code
-added image zoom
- changed search depth from 6 to 2
2022-10-26 00:24:22 +02:00
Robert Jelic
c3e97ae516
Docs -> frames
...
Updated the frame object in docs
2022-10-26 00:19:00 +02:00
Robert Jelic
d78bb4d141
Docs - panes
...
changed panes to make it more clear why they exist
2022-10-21 21:13:09 +02:00
Robert Jelic
ab72f244ed
Updated some formatting
...
Updated formatting for object
2022-10-20 21:05:29 +02:00
Robert Jelic
4352d36831
Small docs update
...
- added searchbar
- added :remove method @Object
2022-10-20 20:20:25 +02:00
Robert Jelic
04ad97ccbe
Small program fix
2022-10-20 06:22:14 +02:00
Robert Jelic
6b2433e0a1
Whoops
2022-10-13 20:59:49 +02:00
Robert Jelic
bf1b008084
Docs update
...
Some more stuff for docs
2022-10-09 14:00:35 +02:00
Robert Jelic
681d54b406
moving module
v1.6.3
2022-10-09 12:16:38 +02:00
Robert Jelic
eab8794d38
..forgot to add (1.6.3)
...
- Fixed focus system bug
- Fixed :getScrollAmount (frames)
- added :onHover
- added :onLeave
- Made drawing a bit faster
- Added a dragging throttle system
- Mouse events should send now relative coordinates
2022-10-09 12:14:20 +02:00
Robert Jelic
1d3e2018ef
docs update
...
Updated some docs stuff
2022-10-09 12:05:30 +02:00