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

app: [js] fix tabbing #116

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

app: [js] fix tabbing #116

wants to merge 5 commits into from

Commits on Jun 27, 2023

  1. internal/stroke: tiny optimization to approxCubeTo

    Signed-off-by: Egon Elbre <[email protected]>
    egonelbre authored and builds.sr.ht committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    cb12116 View commit details
    Browse the repository at this point in the history
  2. internal/stroke: add BenchmarkSplitCubic

    Signed-off-by: Egon Elbre <[email protected]>
    egonelbre authored and builds.sr.ht committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2176fed View commit details
    Browse the repository at this point in the history
  3. internal/stroke: optimize SplitCubic

                     │   sec/op    │   sec/op     vs base               │
    SplitCubic/4-10    37.36n ± 0%   36.16n ± 0%  -3.21% (p=0.000 n=10)
    SplitCubic/8-10    74.53n ± 0%   72.21n ± 0%  -3.12% (p=0.000 n=10)
    SplitCubic/16-10   149.3n ± 1%   144.5n ± 0%  -3.22% (p=0.000 n=10)
    SplitCubic/33-10   340.1n ± 0%   334.4n ± 0%  -1.65% (p=0.000 n=10)
    
    Signed-off-by: Egon Elbre <[email protected]>
    egonelbre authored and builds.sr.ht committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    47384fd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. app: [js] fix tabbing

    Signed-off-by: inkeliz <[email protected]>
    inkeliz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ef78b70 View commit details
    Browse the repository at this point in the history
  2. widget: request software-keyboard on focus

    Signed-off-by: inkeliz <[email protected]>
    inkeliz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    1934b4f View commit details
    Browse the repository at this point in the history