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

[WIP] Replace progress APIs in favor of elapsed APIs #38

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on May 30, 2022

  1. Move towards more flexible animation looping

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed May 30, 2022
    Configuration menu
    Copy the full SHA
    9288b0f View commit details
    Browse the repository at this point in the history
  2. Don't use nightly stuff

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed May 30, 2022
    Configuration menu
    Copy the full SHA
    30b077a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge remote-tracking branch 'upstream/main' into loop

    # Conflicts:
    #	src/lib.rs
    #	src/tweenable.rs
    SUPERCILEX committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c01b3ea View commit details
    Browse the repository at this point in the history
  2. Get rid of is_looping and finish implementing stuff

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3df8870 View commit details
    Browse the repository at this point in the history
  3. Reformat all comments using rustfmt

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4e15064 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'comments' into loop

    Signed-off-by: Alex Saveau <[email protected]>
    
    # Conflicts:
    #	examples/sequence.rs
    #	src/lib.rs
    #	src/tweenable.rs
    SUPERCILEX committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    31ef21f View commit details
    Browse the repository at this point in the history
  5. Final cleanup

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    178db98 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Merge remote-tracking branch 'upstream/main' into loop

    # Conflicts:
    #	examples/sequence.rs
    #	src/lib.rs
    #	src/tweenable.rs
    SUPERCILEX committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    351c180 View commit details
    Browse the repository at this point in the history
  2. Tidy

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e119f73 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Use repeat and mirrored repeat terminology

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    2f96f06 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Scootch duration to a place that makes more sense

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    90bd931 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Merge remote-tracking branch 'upstream/main' into loop

    # Conflicts:
    #	examples/sequence.rs
    #	src/tweenable.rs
    SUPERCILEX committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7e2aac1 View commit details
    Browse the repository at this point in the history
  2. Start implementing plan

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    af67aaa View commit details
    Browse the repository at this point in the history
  3. Fix very odd failure that doesn't occur on nightly

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    74a79cc View commit details
    Browse the repository at this point in the history
  4. Remove debug statement

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    595c2f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Address feedback

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    035c8cc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Progress

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ed9b383 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge remote-tracking branch 'upstream/main' into elapsed

    # Conflicts:
    #	src/lib.rs
    #	src/tweenable.rs
    SUPERCILEX committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d3f208d View commit details
    Browse the repository at this point in the history
  2. Add back bad merge stuff

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d098f83 View commit details
    Browse the repository at this point in the history
  3. Fix broken code

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2212592 View commit details
    Browse the repository at this point in the history
  4. Progress

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    cf7bdb9 View commit details
    Browse the repository at this point in the history
  5. Blah

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5691216 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Finish implementation

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    96cab31 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Merge remote-tracking branch 'upstream/main' into elapsed

    # Conflicts:
    #	src/lib.rs
    SUPERCILEX committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a1352ec View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ce32b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa4463f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Fix

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    115fe63 View commit details
    Browse the repository at this point in the history