Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement layer effects #940

Merged
merged 26 commits into from
Nov 21, 2023

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    a425277 View commit details
    Browse the repository at this point in the history
  2. Add an FX button and the ability to add effects, no way to remove or …

    …change properties of effects yet
    OverloadedOrama committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2daf2e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9138388 View commit details
    Browse the repository at this point in the history
  4. Swap effects

    OverloadedOrama committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3e74785 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af36672 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f593e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87adc85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b28faf2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    888c0af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97108d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    870f3f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec56785 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0b79430 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd6891a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27c1502 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d84ac78 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5bed82c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c72f3bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    20a18f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    26d1131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8bac9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    0168387 View commit details
    Browse the repository at this point in the history
  2. Fix more translations

    OverloadedOrama committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1ba9ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c2903 View commit details
    Browse the repository at this point in the history
  4. Add undo/redo and effect application (apply effect destructively)

    There are some errors due to the usage of anonymous lambda methods in undo/redo, but it seems to be working well regardless.
    OverloadedOrama committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    cc8d18c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f7ae70 View commit details
    Browse the repository at this point in the history