0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 14 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extraneous parameters are pruned. Migration tests are subdivided into different methods. More... over 17 years ago
Fixed a test that checked cloning behaviour. More... over 17 years ago
Basic parameter migrations. More... over 17 years ago
Nodes no longer clone their input data, because it took too much time. Of course, this changes the input, so we need to regenerate the input every time. This is not as bad as it sounds, since most time was spent cloning, not processing, nodes. More... over 17 years ago
We only change the parameter if the value has actually changed. This removes extraneous re-renders. More... over 17 years ago
Tweaked memory parameters. More... over 17 years ago
Added StarType. Set bounding range of strokewidth to hard. More... over 17 years ago
Added VMOptions to the Info.plist to optimize memory usage. Also, we use Quartz or graphics which gives better image support. More... over 17 years ago
setNodeType stub implementation. More... over 17 years ago
Fixed the copy node test to change it to the new CNUM var. More... over 17 years ago
Fixed a bug where some expression connections were not restored on file open. More... over 17 years ago
Rolled back Image class because it caused infinite recursion. More... over 17 years ago
iText is in new source folder for me (ignore this commit). More... over 17 years ago
Internal image renamed to awtImage. More... over 17 years ago
Expressions have random() and color() built in. More... over 17 years ago
BezierPath: fixed a bug where bad transformations would give error on line drawing. We now catch the exception and throw it away. More... over 17 years ago
Examples now use the new scaling range (0.0-100.0). More... over 17 years ago
Color node fixed. More... over 17 years ago
Window management fixes. More... over 17 years ago
Added "Reset View" command that resets the network view. More... over 17 years ago
Scaling now goes from 0.0-100.0 because it caused user confusion. The process method just divides the value by 100.0 before scaling. More... over 17 years ago
Character data from parser is now handled correctly. More... over 17 years ago
Resample takes over properties of old path. More... over 17 years ago
Bounding can now be enforced in draggable number. Added hard bounding to copy and resample node and to color dialog. More... over 17 years ago
ColorDialog: fixed bug where alpha value would reset after changing other sliders. More... over 17 years ago
DraggableNumber: removed action listeners, only state changes works now. More... over 17 years ago
DraggableNumber now updates the arrows. More... over 17 years ago
Tweaked proximity sort example so it became more clear. More... over 17 years ago
Added examples to distribution. More... over 17 years ago
Changed the COPY variable to CNUM. More... over 17 years ago