Wykres commitów

1070 Commity (rename-lua-slider)

Autor SHA1 Wiadomość Data
James Ball 3153889d02 Fix default position of volume slider 2022-09-28 21:14:43 +02:00
James Ball a39d29eef1 Update to Java 19 2022-09-28 21:14:43 +02:00
James Ball 38976645d8 Add volume visualiser on the right hand side of the main interface with controllable threshold slider 2022-09-28 21:14:43 +02:00
James Ball dfc3774ddc Add to changelog and update version 2022-09-27 22:57:37 +02:00
James Ball 07a56dfdb5 Allow main interface to be resized 2022-09-27 22:57:37 +02:00
James Ball 29a5c9f7b7 Allow project select screen to be resized 2022-09-27 22:57:37 +02:00
James Ball ba454bb8ed Update version 2022-09-20 22:04:23 +01:00
James Ball 4464d97d6d Save font family and font style with project 2022-09-20 22:04:23 +01:00
James Ball cf56c510ea Clear the undo history in the code editor when opening a new file 2022-09-20 22:04:23 +01:00
James Ball 9fab198fb1 Make sure that fixed rotate is applied when loaded 2022-09-20 22:04:23 +01:00
James H Ball e0d04731c3 Update release.yml 2022-09-03 21:24:08 +01:00
James Ball f4843b3d45 Fix directory for osci-render 2022-09-03 21:19:59 +01:00
James Ball 62a21fade2 Fix directory for wiki + documentation 2022-09-03 21:19:59 +01:00
James Ball cf334182fb Fix directory for documentation 2022-09-03 21:19:59 +01:00
James Ball 7efd810d78 Fix directory for wiki 2022-09-03 21:19:59 +01:00
James Ball df1231f287 Correctly remove files 2022-09-03 21:19:59 +01:00
James Ball d5aeaa8542 Update documentation release 2022-09-03 21:19:59 +01:00
James Ball 761933b29d Update build-docs release 2022-09-03 21:19:59 +01:00
James Ball 251e20360b Add sudo to commands 2022-09-03 21:19:59 +01:00
James Ball 1eefd77844 Remove apt installs 2022-09-03 21:19:59 +01:00
James Ball f1b06f0ad1 Release new version 2022-09-03 21:19:59 +01:00
James H Ball 6a453aa242 Update release.yml 2022-09-03 18:12:24 +01:00
James Ball cb8fe3cdae Use setReuseAddress(true) for ports 2022-09-03 11:07:41 +01:00
DJLevel3 d08c76bd9b Make Line.getLength() work (in 2 fewer lines)
double min = dy > dx ? dx : dy;
This was previously wrong (calculated the maximum instead of minimum) and also inefficient

double max = dy > dx ? dy : dx;
This was previously right, but was still inefficient
2022-09-03 11:04:13 +01:00
DJLevel3 2671abe164 Fix rotation not actually being applied to Ellipse 2022-09-03 10:38:08 +01:00
James Ball e6b99d1e7a Update animator minimum and maximum values whenever the slider min/max changes 2022-08-28 21:25:29 +01:00
James H Ball 3b93c3e83f Update README.md 2022-08-28 15:14:59 +01:00
James H Ball 6a260c4c0d Add software oscilloscope example to README 2022-08-27 20:17:09 +01:00
James Ball ec900b3171 Fix min/max slider value changes and change size of .lua file settings panel 2022-08-27 17:04:33 +01:00
James Ball de1c9ffd54 Increment version number and update changelog 2022-08-27 16:09:19 +01:00
kar3kn e17a400f73 added transistion effects updates 2022-08-27 16:09:19 +01:00
kar3kn a2105309e2 removed the transalationincrementspinner 2022-08-27 16:09:19 +01:00
kar3kn 9a2edfce28 removed the reference of the spinner 2022-08-27 16:09:19 +01:00
Graheeth 354537716e prevented the translation from being controlled by scroll bar 2022-08-27 16:09:19 +01:00
Graheeth 4e7d206f01 removed controls sub menu from menu bar 2022-08-27 16:09:19 +01:00
James Ball 38b2944aea Update version and changelog 2022-08-21 18:36:45 +01:00
James Ball ad9c3694de Don't try and open a project if it doesn't exist 2022-08-21 18:36:45 +01:00
James Ball 49b9b1daaa Set sensible default values for new features not captured in old projects and make fixed axis control saveable 2022-08-21 18:36:45 +01:00
James Ball b2c808cef8 Add independent axis rotation to rotate effects 2022-08-21 18:36:45 +01:00
James Ball c60312c045 Fix trace min and trace max when loading files and correctly save effect component groups 2022-08-21 18:36:45 +01:00
James Ball c771180efd Fix inactive 3D effect sliders 2022-08-21 18:36:45 +01:00
James Ball ddafc8ef8c Move EffectComponentGroups to subcontrollers and move updateEffect to audio player 2022-08-21 18:36:45 +01:00
James Ball 0fd3e9f997 Change all Lua sliders to use EffectComponentGroups 2022-08-21 18:36:45 +01:00
James Ball 1ad17e272b Massively refactor EffectComponentGroup so much of the computation is within the class, rather than in EffectController + change mic checkbox to an SVG 2022-08-21 18:36:45 +01:00
James Ball 1e0af7c233 Replace audio device and font dropdowns with a list 2022-08-08 19:54:26 +01:00
James Ball 305837eb12 Increase size of scroll pane so that trace min effect is visible 2022-07-24 10:09:42 +01:00
James Ball b9fc9db290 Increment version number and changelog 2022-07-23 17:30:11 +01:00
James Ball 568e773da0 Increase decimal places for spinners so that they correctly change value 2022-07-23 17:30:11 +01:00
James Ball e19fa93527 Increment version number and changelog 2022-07-20 18:32:49 +02:00
James Ball 3666eff842 Save 3D depth function when closing the editor and save/load it from project 2022-07-20 18:32:49 +02:00