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 draw.aalines width argument #3154

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

Commits on Oct 6, 2024

  1. Prerequisites

    All stuff needed before implementing width
    Docs
    mzivic7 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2e9304c View commit details
    Browse the repository at this point in the history
  2. Helper functions

    mzivic7 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a988a77 View commit details
    Browse the repository at this point in the history
  3. Main function body

    And initial stuff
    mzivic7 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6233f80 View commit details
    Browse the repository at this point in the history
  4. Find and change corners

    mzivic7 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d8ce0d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fill gaps in corners

    mzivic7 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b68bc66 View commit details
    Browse the repository at this point in the history
  2. Drawing lines

    mzivic7 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2213ab2 View commit details
    Browse the repository at this point in the history
  3. Drawig polygons in gaps

    mzivic7 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8f95815 View commit details
    Browse the repository at this point in the history
  4. Handle colsed aalines

    mzivic7 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9f3d84b View commit details
    Browse the repository at this point in the history
  5. Code examples

    Screenshot
    mzivic7 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f1c4af4 View commit details
    Browse the repository at this point in the history
  6. Inline function

    mzivic7 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b3486b4 View commit details
    Browse the repository at this point in the history
  7. Tests

    mzivic7 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2635878 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Float-int conversions

    mzivic7 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3412b36 View commit details
    Browse the repository at this point in the history
  2. Fixed buildconfig

    mzivic7 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bbf7e8f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Using ints for corner coordinates

    Change some functions to be inline
    mzivic7 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e566377 View commit details
    Browse the repository at this point in the history
  2. Float-int again

    D'oh!
    mzivic7 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    42a7fdf View commit details
    Browse the repository at this point in the history