Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing-r/Processing.R
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: winbuild
Choose a base ref
...
head repository: processing-r/Processing.R
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    9737aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd78d67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b12c9e9 View commit details
    Browse the repository at this point in the history
  4. migrate-from-ppy.py: jinja2 autoescape

    "By default, jinja2 sets autoescape to False. Consider using autoescape=True or use the select_autoescape function to mitigate XSS vulnerabilities."
    jeremydouglass committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    e5f3eac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c56781 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8046a57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f625699 View commit details
    Browse the repository at this point in the history
  8. lint: Java (codacy)

    jeremydouglass committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    374ad7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b0abb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    7599d0f View commit details
    Browse the repository at this point in the history
  2. deploy.sh: prevent missing script build error

    and add usage example, note
    jeremydouglass committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    121c0fc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'codacy'

    * codacy:
      Dockerfile: clean apt-get
      lint: Java (codacy)
      lint: shell style (codacy): use $() command substitution style
      lint: Java style (codacy): method DiffImage --> diffImage
      lint: Java style (codacy)
      migrate-from-ppy.py: jinja2 autoescape
      migrate-from-ppy.py: use defusedxml instead of lxml
      generate-e2e-test.py: change yaml.load() --> yaml.safe_load()
      migrate-from-ppy: unused code
    jeremydouglass committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    e13afbe View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. updates for Processing 4 (#263)

    * missing semicolons; was required to build
    * tweaks for the frame field to make compatible with 4.x and retain backward compatibility
    * leave PConstants.MACOSX rather than chance to MACOS (to stay compatible)
    benfry authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7872d64 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Update RLangMode.txt --> library.properties.txt

    Bumps version in source: previous build artifacts for 108 were correct, but corresponding commit did not include version bump on master.
    jeremydouglass authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    fbc2069 View commit details
    Browse the repository at this point in the history
Loading