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

Merge Accessibility Add-On into p5.js #4703

Merged
merged 74 commits into from
Aug 26, 2020
Merged

Commits on Jul 14, 2020

  1. create basic textOutput

    Luis Morales-Navarro committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d46134a View commit details
    Browse the repository at this point in the history
  2. include color_namer from p5.accessibility

    Luis Morales-Navarro committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8be1f90 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. reduce color_name

    Luis Morales-Navarro committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3a379af View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. added description of elements

    Luis Morales-Navarro committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    39ebabc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. add square

    Luis Morales-Navarro committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    e29343c View commit details
    Browse the repository at this point in the history
  2. add fill, rect, point, line

    Luis Morales-Navarro committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    1f89f51 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. add _getLineLenght

    Luis Morales-Navarro committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    29f16d0 View commit details
    Browse the repository at this point in the history
  2. improve text description

    Luis Morales-Navarro committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    938c0a4 View commit details
    Browse the repository at this point in the history
  3. support triangle

    Luis Morales-Navarro committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    c735879 View commit details
    Browse the repository at this point in the history
  4. rename html elements

    Luis Morales-Navarro committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    9d87a30 View commit details
    Browse the repository at this point in the history
  5. add html structure and table with element details

    Luis Morales-Navarro committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    bcf5aa6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. add table output

    Luis Morales-Navarro committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    72c8d24 View commit details
    Browse the repository at this point in the history
  2. add table map

    Luis Morales-Navarro committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    3489ea4 View commit details
    Browse the repository at this point in the history
  3. add comments, move create html to outpus, add links to grid elements.

    Luis Morales-Navarro committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    dc16e54 View commit details
    Browse the repository at this point in the history
  4. add links to text output shapes

    Luis Morales-Navarro committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9b6fc9b View commit details
    Browse the repository at this point in the history
  5. remove h1s

    Luis Morales-Navarro committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    89a54a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. rename table output to grid output

    Luis Morales-Navarro committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    ca2b099 View commit details
    Browse the repository at this point in the history
  2. get centroid of triangle

    Luis Morales-Navarro committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    c833d5e View commit details
    Browse the repository at this point in the history
  3. calculate centroid of quads

    Luis Morales-Navarro committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5686c54 View commit details
    Browse the repository at this point in the history
  4. fix grid mapping

    Luis Morales-Navarro committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5c91d36 View commit details
    Browse the repository at this point in the history
  5. use plural for shape counters

    Luis Morales-Navarro committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3804540 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. fix ingredients and add function description for reference

    Luis Morales-Navarro committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    2159ac2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. fix Math and append issues + add docs

    Luis Morales-Navarro committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    b746af8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. add comments to functions

    Luis Morales-Navarro committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    9582177 View commit details
    Browse the repository at this point in the history
  2. add web accessibility to issue templates

    Luis Morales-Navarro committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    622c8f0 View commit details
    Browse the repository at this point in the history
  3. validate parameters

    Luis Morales-Navarro committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    66da3c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. comment out comparison of ingredients

    Luis Morales-Navarro committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ce8570f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. quick fixes

    Luis Morales-Navarro committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    4336fb2 View commit details
    Browse the repository at this point in the history
  2. update at the end of setup and draw

    Luis Morales-Navarro committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    252503c View commit details
    Browse the repository at this point in the history
  3. make helper functions local

    Luis Morales-Navarro committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    7dc0938 View commit details
    Browse the repository at this point in the history
  4. use template literals and make functions local

    Luis Morales-Navarro committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    256933f View commit details
    Browse the repository at this point in the history
  5. update html only when content is different

    Luis Morales-Navarro committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    0245d68 View commit details
    Browse the repository at this point in the history
  6. add examples

    Luis Morales-Navarro committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c400ac7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. bring back get line length function

    Luis Morales-Navarro committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0a68f6e View commit details
    Browse the repository at this point in the history
  2. use dummy dom

    Luis Morales-Navarro committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2e9de5d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. fix use of dummy dom

    Luis Morales-Navarro committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    033b1c7 View commit details
    Browse the repository at this point in the history
  2. use dist()

    Luis Morales-Navarro committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    ef8df67 View commit details
    Browse the repository at this point in the history
  3. local functions in color_namer.js

    Luis Morales-Navarro committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    31b423f View commit details
    Browse the repository at this point in the history
  4. use fallback and label

    Luis Morales-Navarro committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    714b5a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. fully support instance mode

    Luis Morales-Navarro committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    f5a6fcd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. tests prototype

    Luis Morales-Navarro committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    c7dca37 View commit details
    Browse the repository at this point in the history
  2. add dummy and ingredients to instance

    Luis Morales-Navarro committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    387de01 View commit details
    Browse the repository at this point in the history
  3. combine createOutputl and createLabel function

    Luis Morales-Navarro committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    843511f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d824f5 View commit details
    Browse the repository at this point in the history
  5. merge update output functions

    Luis Morales-Navarro committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    7a0243b View commit details
    Browse the repository at this point in the history
  6. add unit tests

    Luis Morales-Navarro committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    10a0e80 View commit details
    Browse the repository at this point in the history
  7. fixes typos

    Luis Morales-Navarro committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    ae4cb09 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Update spec.js

    lm-n authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    3b872f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from processing/main

    merge with main
    lm-n authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6bf2972 View commit details
    Browse the repository at this point in the history
  3. use this.dummyDOM in describe() and fix tests

    Luis Morales-Navarro committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    2fd9744 View commit details
    Browse the repository at this point in the history
  4. integrate describe functions and output functions

    Luis Morales-Navarro committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f605391 View commit details
    Browse the repository at this point in the history
  5. fixes errors in describe and describe Element

    Luis Morales-Navarro committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    a8d69df View commit details
    Browse the repository at this point in the history
  6. added comments

    Luis Morales-Navarro committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f8f074f View commit details
    Browse the repository at this point in the history
  7. modify readme and document accessibility in contributor docs

    Luis Morales-Navarro committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    ba951e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. updated web_accessibility.md

    Luis Morales-Navarro committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9ad5e0b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. fix grid output for line

    Luis Morales-Navarro committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    2aef015 View commit details
    Browse the repository at this point in the history
  2. document accessible outputs in contributor docs

    Luis Morales-Navarro committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    c78f0f7 View commit details
    Browse the repository at this point in the history
  3. add describe and describeElement to contributor docs

    Luis Morales-Navarro committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    6bae71c View commit details
    Browse the repository at this point in the history
  4. update web accessibility links

    Luis Morales-Navarro committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0885478 View commit details
    Browse the repository at this point in the history
  5. delete to-do list comment

    Luis Morales-Navarro committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    dd94fb0 View commit details
    Browse the repository at this point in the history
  6. update reference

    Luis Morales-Navarro committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    99401c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. store html elements

    Luis Morales-Navarro committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    0eed3bc View commit details
    Browse the repository at this point in the history
  2. update contributor docs and reference

    Luis Morales-Navarro committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1bcbf7a View commit details
    Browse the repository at this point in the history
  3. rename variables in color_namer.js

    Luis Morales-Navarro committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f909628 View commit details
    Browse the repository at this point in the history
  4. rename element ids

    Luis Morales-Navarro committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    eb56f3a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. add functions to prototype and fix returning dummyDOM

    Luis Morales-Navarro committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    291691a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. comments on colorNamer and describe

    Luis Morales-Navarro committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    51f7dba View commit details
    Browse the repository at this point in the history
  2. Create luismn_gsoc_2020.md

    lm-n authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    86a54fc View commit details
    Browse the repository at this point in the history
  3. add 2020 GSoC wrap-up

    lm-n authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    f67786f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1727734 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from lm-n/gsocWorkProduct

    GSoC work product and contributor docs
    lm-n authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    d9d9ab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. fix typos in contributor docs

    lm-n authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9e6d83a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5158d3f View commit details
    Browse the repository at this point in the history
  3. fix linting issues

    Luis Morales-Navarro committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    f9e7deb View commit details
    Browse the repository at this point in the history