Commit Graph

697 Commits

Author SHA1 Message Date
quittung
8dd8e63d21 Fix typo in dynamic value syntax in Frame documentation (#112)
In Frame.md the dynamic values are surrounded by curly braces - "{parent.w-1}" instead of just "parent.w-1". This lead to the example code not running on any version of Basalt. 

I simply removed the curly braces in this file, not sure if that broke something else or if there are other files that need the same treatment.
2024-05-13 21:27:16 +02:00
Robert Jelic
28d35559c8 forgot to upload flexbox :x 2024-04-16 19:07:28 +02:00
Robert Jelic
f3eb0accf8 bugfix
Fixed :removeChild()
2024-04-16 19:02:54 +02:00
Robert Jelic
599edf55dd slider fix
small fixes for slider
2024-04-04 17:52:51 +02:00
Robert Jelic
303d0e65ff small fix
small fix for sliders throwing errors on creation
2024-03-24 04:00:58 +01:00
Robert Jelic
12e981a0e2 Small fix
Very small fix for onRelease events not registering a mouse_up event to it's parent container
2024-03-20 14:08:55 +01:00
Robert Jelic
ca2fd64302 Container removeChild fix
- fixed containers removeChild call
- fixed using remove on flexbox childrens
2024-03-20 00:51:12 +01:00
Robert Jelic
4fefe5734c fixes
Fixes for relase/latest version, latest now points to 1.7.0 again
2024-03-13 10:08:24 +01:00
Robert Jelic
8168fa4465 1.7 stuff
The master branch was reverted to 1.7 because it was very unstable (bugs and stuff that wasn't mentioned on the documentation page yet) - features will come back with 2.0

- fixed debug window
- fixed flexbox not sending drag events to it's children

- small docs updates for 1.7
- removed the examples because the are outdated
2024-03-13 09:57:07 +01:00
Robert Jelic
33753f6d8f Update Progressbar.lua
small setProgressBar fix
2023-10-09 21:05:19 +02:00
cyberbit
1c7558d133 Fix typo in Graph/addDataPoint (#97) 2023-10-05 17:13:47 +02:00
Robert Jelic
8d4e96a128 Update Textfield.lua
Small fix
2023-09-22 06:53:18 +02:00
Robert Jelic
42aa1059cf Update main.lua
fixed basalt.getFrame(name)
2023-07-24 18:45:24 +02:00
Robert Jelic
a3886d34b0 Merge branch 'master' of https://github.com/Pyroxenium/Basalt 2023-07-06 00:32:00 +02:00
Robert Jelic
5f8cbc90f3 small docs fix
another small update for docus
2023-07-06 00:31:47 +02:00
Robert Jelic
82dcceda05 Update Treeview.lua
forgot to remove the if statement
2023-07-05 16:53:12 +02:00
Robert Jelic
8ebede1430 Update Treeview.lua 2023-07-05 16:50:41 +02:00
Robert Jelic
31cda3d672 small frames-docs update
updated frames example
fixed bug in process for programs
2023-07-05 15:49:52 +02:00
Robert Jelic
b794612017 Merge branch 'master' of https://github.com/Pyroxenium/Basalt 2023-07-02 03:35:34 +02:00
Robert Jelic
9aa3663f90 Fixes
MultiMonitor fix
Small fixes
2023-07-02 03:35:32 +02:00
Robert Jelic
71b4d6e01a Update Graph.lua
Small fix, removed hard cap and changed it to maxentries
2023-06-30 22:36:02 +02:00
Robert Jelic
2970451fc6 Update bigfonts.lua
fixed an issue when changing the text on while using bigfonts
2023-06-30 21:03:26 +02:00
Robert Jelic
193616c20d dyn value docs update 2023-06-29 16:25:33 +02:00
Robert Jelic
df40fb496c Updated release to 1.7.1 2023-06-29 16:09:16 +02:00
Robert Jelic
9dc7449ace Update main.lua
small version update (forgot to update..)
2023-06-29 16:06:47 +02:00
Robert Jelic
24b31a091a Fix
Small term size fix
2023-06-29 14:53:10 +02:00
Robert Jelic
45f4d99db1 Update Timer.lua
Small bugfix
2023-06-18 15:30:08 +02:00
Robert Jelic
fe9d1f44a1 Update Flexbox.lua
Small renaming fix
2023-06-17 23:17:41 +02:00
Robert Jelic
958b962ada Update Label.lua
Small fix when calculating the size for labels
2023-06-17 18:02:50 +02:00
Robert Jelic
cbe67c3919 Update bigfonts.lua
Size fix
2023-06-17 17:03:29 +02:00
Robert Jelic
63f88f8184 Small fixes
bigfonts crash fix
flexbox crash fix when using setJustifyContent
2023-06-17 16:31:00 +02:00
Robert Jelic
cc43817f34 Update dynamicValues.lua
Small fix-fix
2023-06-15 20:33:38 +02:00
Robert Jelic
c583eb666d Update dynamicValues.lua 2023-06-15 20:24:18 +02:00
Robert Jelic
f16e172fb1 Merge branch 'master' of https://github.com/Pyroxenium/Basalt 2023-06-15 18:22:45 +02:00
Robert Jelic
4d2aad4155 1.7.1
- Dyn Values Update
- Template Update
- Property System
- Texture System Update
2023-06-15 18:22:43 +02:00
Robert Jelic
dd7c26d4c3 Small bugfix
supporting \n for richtext wrapping
2023-06-13 21:10:59 +02:00
Robert Jelic
8f370a0106 Update bigfonts.lua
small fix when using setBackground after setFontSize
2023-06-10 15:25:34 +02:00
Robert Jelic
26567debd6 Small color fix for labels
fixed bug with foreground/background colors, when using xml
2023-06-08 09:13:03 +02:00
Marcus
af14c7b867 fix erroring when object has no parent (#94) 2023-06-08 08:47:33 +02:00
SeaSide53
1339337e6e Fixed typos and cleaned up code in the Images library (#93)
* Updated setTheme.md

* Updated 1.6 setTheme.md

* Fixed typo

* Cleaned up loadImage functions

* Changed it to use the new function

* More typos

---------

Co-authored-by: SeaSide53 <https://github.com/SeaSide53>
2023-06-04 15:53:19 +02:00
SeaSide53
84096eeca5 Updated links on the site not to point to 404. (#92)
* Updated setTheme.md

* Updated 1.6 setTheme.md

---------

Co-authored-by: SeaSide53 <https://github.com/SeaSide53>
2023-06-03 20:19:56 +02:00
Robert Jelic
5bbed5be5c Update Slider.lua
Small fix-fix
2023-06-03 14:14:55 +02:00
Robert Jelic
c945931c3c Update Slider.lua
Small fix for sliders
2023-06-03 14:14:25 +02:00
Sabine Lim
716debd419 Fix (#90) 2023-05-28 09:47:06 +02:00
Sabine Lim
f7e55c9f52 New Reactive system (#89)
Simplify

Move out shared code

Wrap render functions and event functions in transactions

Rename
2023-05-25 18:48:54 +02:00
Robert Jelic
555ab6217c Image Palette Fix
used wrong keys for palettes (color strings instead of 0-15)
2023-05-24 20:12:12 +02:00
Robert Jelic
5373dab682 Update Image.lua
Small mistake in images
2023-05-24 17:33:47 +02:00
Robert Jelic
de94f8266f Input paste
forgot to reimplement paste
2023-05-23 06:22:42 +02:00
Robert Jelic
d3db685573 Update Flexbox.md
Didn't want to remove this - oops!
2023-05-22 20:14:03 +02:00
Robert Jelic
cfb4a197cd Small docs update 2023-05-22 20:12:19 +02:00