69
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
IO: Clarify SimpleInput example More... over 7 years ago
IO: Speed up GPIO.pinMode() More... over 7 years ago
Merge pull request #5548 from gohai/io-pullup-raspbian More... over 7 years ago
IO: Implement Raspbian-only method for setting pull{up,down} resistors More... over 7 years ago
Support PShape.contains() on GROUP objects by looping through its children (unsupported children will be skipped gracefully) More... over 7 years ago
Finish implementation of PShape.contains() by considering the transformation matrix before checking for point inclusion. #1280 More... over 7 years ago
Removed unneccessary java.util.Arrays import More... over 7 years ago
Removed IntelliJ IDEA files More... over 7 years ago
Fixed a crash with SVGs from Adobe Illustrator More... over 7 years ago
Merge pull request #1 from processing/master More... over 7 years ago
Make sure Java2D is backed by INT_ARGB image More... over 7 years ago
remove unused import More... over 7 years ago
rewrite requestImage() to fix errors/slowness/concurrency problems More... over 7 years ago
construct a DoubleDict from a Map More... over 7 years ago
todo notes and clean up a few warnings More... over 7 years ago
prevent Table.sort() from throwing NPE with empty cells More... over 7 years ago
Merge pull request #5492 from liquid600pgm/xml-trim-javadoc More... over 7 years ago
added javadoc comment for XML#trim() More... over 7 years ago
note about exec() rewrite and two todo items More... over 7 years ago
rewrite exec() to do threads, also handle fast/excessive output cases More... over 7 years ago
rewriting exec() for threads and not choking More... over 7 years ago
need to fix the remove() method in Dict classes More... over 7 years ago
add save() methods and implement write() consistently in the List and Dict classes More... over 7 years ago
change Sort to use int for comparisons for accuracy, add DoubleDict and DoubleList More... over 7 years ago
Enable exporting of Windows applications on ARM More... over 7 years ago
adding LongDict and LongList More... over 7 years ago
add missing @Override annotation to get rid of warning More... over 7 years ago
Unconditionally disable POLYGON_SMOOTH in restoreGL() More... over 7 years ago
Make sure editor is updated after reloading changes More... over 7 years ago
Print exception message to the console when stack trace is disabled More... over 7 years ago