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

add linecaps (GLMakie, CairoMakie) #2536

Closed
wants to merge 54 commits into from
Closed

add linecaps (GLMakie, CairoMakie) #2536

wants to merge 54 commits into from

Commits on Dec 30, 2022

  1. prototype linecaps in shader

    ffreyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fe0043f View commit details
    Browse the repository at this point in the history
  2. fix triangle

    ffreyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5c14b08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1035f9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2868301 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac54023 View commit details
    Browse the repository at this point in the history
  6. fix printing

    ffreyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    58238c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21c260d View commit details
    Browse the repository at this point in the history
  8. add linecaps to linesegments

    ffreyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    41a200f View commit details
    Browse the repository at this point in the history
  9. fix cut off triangles

    ffreyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2103da7 View commit details
    Browse the repository at this point in the history
  10. minor cleanup

    ffreyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8af7d28 View commit details
    Browse the repository at this point in the history
  11. improve triangle fix

    ffreyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fe26ed7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. get linestyles working

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    df4cc82 View commit details
    Browse the repository at this point in the history
  2. add linecap attribute

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    0ed7fd3 View commit details
    Browse the repository at this point in the history
  3. add refimg test

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    0bcc438 View commit details
    Browse the repository at this point in the history
  4. update NEWS

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    4b3f232 View commit details
    Browse the repository at this point in the history
  5. add linecap to CairoMakie

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    344d5ba View commit details
    Browse the repository at this point in the history
  6. update NEWS

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    a0e8004 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d571ae9 View commit details
    Browse the repository at this point in the history
  8. minor cleanup

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    afc879a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1503d8f View commit details
    Browse the repository at this point in the history
  10. fix test failure

    ffreyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    6ac6bf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    5e206a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff118ea View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    61802c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    a4ee760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd4efb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3916802 View commit details
    Browse the repository at this point in the history
  4. fix test failures

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3fe7351 View commit details
    Browse the repository at this point in the history
  5. update MakieLayout

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    fa7cbd9 View commit details
    Browse the repository at this point in the history
  6. fix rebase

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    812ff3f View commit details
    Browse the repository at this point in the history
  7. fix typo

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8ff1bed View commit details
    Browse the repository at this point in the history
  8. update legendelements

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d05b002 View commit details
    Browse the repository at this point in the history
  9. add linecap examples

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    401e1d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    035ba35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3da3d96 View commit details
    Browse the repository at this point in the history
  12. no linecap for latexstrings

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3e92c0e View commit details
    Browse the repository at this point in the history
  13. fix typo

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ef2bd88 View commit details
    Browse the repository at this point in the history
  14. remove linecap attribute

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    918d268 View commit details
    Browse the repository at this point in the history
  15. fix convert error

    ffreyer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c368811 View commit details
    Browse the repository at this point in the history
  16. fix another typo

    ffreyer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    33f36b4 View commit details
    Browse the repository at this point in the history
  17. and another one

    ffreyer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5054952 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    e8e0943 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. make test name more unique

    ffreyer committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    11a12ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b2a1b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    ef78de7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf3445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06afc32 View commit details
    Browse the repository at this point in the history
  4. add offsets to WGLMakie and exclude test

    because while offsets work line caps and joints don't
    ffreyer committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    29e9c1d View commit details
    Browse the repository at this point in the history
  5. add entry for length_offset

    ffreyer committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    22e42a4 View commit details
    Browse the repository at this point in the history
  6. remove experimental stuff

    ffreyer committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6ada0f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9a853b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    835b582 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    f99ccaf View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    add06f8 View commit details
    Browse the repository at this point in the history