- 26 Oct, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 25 Oct, 2016 6 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
add feature to "normalize" svg path data and pass it along as a FUDI message (e.g., "M0-2l3 4" becomes "M 0 -2 l 3 4") This gets triggered when the user include the "d=" and double quotes as the object args to [draw path]. So [draw path d="M0-2l3 4"] triggers a conversion to [draw path M 0 -2 l 3 4], whereas [draw path M0-2l3 4] does not. This is necessary because Pd lets the user include scalar fields inside path data, and we can't normalize that.
-
- 24 Oct, 2016 4 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
Add a check that a toc entry actually exists before adding it. Added DISIS and Gem entries back to the toc.
-
- 23 Oct, 2016 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 22 Oct, 2016 5 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 21 Oct, 2016 11 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
- 20 Oct, 2016 5 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
handle negative coordinates for pd META regex, add doc/* directory search trigger, various refactoring
-
Jonathan Wilkes authored
-
- 19 Oct, 2016 4 commits
-
-
Jonathan Wilkes authored
change id to the document's full path-- this will make it easier to fetch specific documents from the index when displaying directory contents
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 18 Oct, 2016 1 commit
-
-
Jonathan Wilkes authored
wait for console window to finish loading before initializing the GUI. This ensures, for example, that our dejavu css font is loaded and ready before doing font metrics.
-