Commit Graph

274 Commits

Author SHA1 Message Date
Larry Rowe
1d50585bfc Update Input.md
Added that input objects are derived from ChangeableObject.
2024-10-01 13:33:50 -04:00
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
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
cyberbit
1c7558d133 Fix typo in Graph/addDataPoint (#97) 2023-10-05 17:13:47 +02:00
Robert Jelic
5f8cbc90f3 small docs fix
another small update for docus
2023-07-06 00:31:47 +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
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
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
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
Robert Jelic
e67945fccf Updated (probably the last update for 1.7.0) 2023-05-21 20:02:31 +02:00
Robert Jelic
87105c4856 Small docs fix 2023-05-21 15:24:39 +02:00
Robert Jelic
afe6639200 Merge branch 'master' of https://github.com/Pyroxenium/Basalt 2023-05-20 13:38:54 +02:00
Robert Jelic
01a8226721 Small rename 2023-05-20 13:38:52 +02:00
Sabine Lim
86972e21ab Change reactive to observable (#87)
* Change reactive to observable

* Fix typo
2023-05-20 13:26:00 +02:00
Robert Jelic
ad7a15af7c Release fix
Small fixes added to release
2023-05-20 10:43:40 +02:00
Robert Jelic
cbc8ca5c5b Update Flexbox.md
very small fix
2023-05-19 15:52:13 +02:00
Robert Jelic
631eef525c Flexbox docs
Updated the flexbox documentation for the current flexbox implementation
2023-05-19 15:50:05 +02:00
Robert Jelic
df1569af39 Added 1.7 release
Added v1.7 as the latest release
2023-05-19 11:38:27 +02:00
Sabine Lim
d7a6885af6 Update xml.md (#86) 2023-05-19 09:32:38 +02:00
Robert Jelic
b6114ca8da Update Scrollbar.md
Updated scrollbar example to make more sense
2023-05-18 22:09:23 +02:00
Robert Jelic
47a4706a14 Updated Container docs
updated docs for container (child instead of object)
2023-05-18 13:02:04 +02:00
Robert Jelic
5d682d1a76 Update install.lua
Small release download fix
2023-05-16 17:54:21 +02:00
Robert Jelic
eb80f2daac Update install.lua
release fix
2023-05-15 22:29:27 +02:00
Robert Jelic
c0d670b57d Update install.lua 2023-05-15 22:23:24 +02:00
Robert Jelic
8689858745 small fixes 2023-05-15 20:38:50 +02:00
Robert Jelic
35113e2a7d Update install.lua 2023-05-15 06:20:02 +02:00
Robert Jelic
741f7cf4ec Update install.lua 2023-05-15 06:04:03 +02:00
Robert Jelic
8d3eaf21bc Update ui.lua 2023-05-14 22:20:23 +02:00
Robert Jelic
398f800270 Update ui.lua
hopefully last fix
2023-05-14 22:15:46 +02:00
Robert Jelic
2295581f37 Update ui.lua
forgot to remove
2023-05-14 22:10:19 +02:00
Robert Jelic
e84f65654d Update bTemp.lua 2023-05-14 21:49:56 +02:00
Robert Jelic
bfe5163956 Update install.lua
- fixed small mistake
2023-05-14 19:47:54 +02:00
Robert Jelic
588fe4f5cf Update ui.lua 2023-05-14 19:40:15 +02:00
Robert Jelic
5f53e7c7cd Update install.lua 2023-05-14 19:35:01 +02:00
Robert Jelic
bd0f22929d ui installer 2023-05-14 19:31:44 +02:00
Robert Jelic
1fdf569ba8 Small Fix
- Added ui installer
- Fixed  visual list bug
2023-05-14 19:25:00 +02:00
Robert Jelic
e35708902c Docs
- added a onSelect event for lists
- added docs for onSelect
- added addPlugin and addObject docs
2023-05-10 17:21:17 +02:00
Robert Jelic
0086229e38 Update ignoreOffset.md 2023-05-08 17:37:46 +02:00
Robert Jelic
4a5eaf324a - Added shrink docs
- Added shrink documentation which is based on pixelbox by 9551Dev
2023-05-08 17:31:02 +02:00
Sabine Lim
71c02d4115 Merge branch 'master' into patch-6 2023-05-08 20:13:25 +10:00
Sabine Lim
e4de37e8c2 Rename to reactive properties 2023-05-08 19:05:04 +10:00
Sabine Lim
166a234bd2 Add docs 2023-05-08 18:56:12 +10:00
Sabine Lim
e2723161a0 Dynamic attributes 2023-05-08 16:54:42 +10:00
Robert Jelic
9b932704e6 Merge pull request #63 from thesabinelim/fix-changeableobject-docs
Fix ChangeableObject docs
2023-05-08 00:08:14 +02:00
Sabine Lim
0b7d5d5bb7 2 hashes not 3 2023-05-08 07:16:59 +10:00
Sabine Lim
43ebd3fc3c Fix changeable object docs 2023-05-08 07:15:38 +10:00