2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed pixel-order dependency from test script. Fixed problem where JiffleRuntime.setBounds was not being called by the OpImage
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 137: Jiffle image operator. Basic test passes when destination image has only one tile (woo hoo !) but fails for multiple tiles.
Michael Bedward
as michael.bedward
More... almost 14 years ago
made images easier to see when visualize tests is enabled
Michael Bedward
as michael.bedward
More... almost 14 years ago
fixed calculation of affine transform to consider non-zero image origin
Michael Bedward
as michael.bedward
More... almost 14 years ago
Added headless check to test class just in case
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 139: moved SimpleImagePane from demo to utils
Michael Bedward
as michael.bedward
More... almost 14 years ago
updated method javadocs and exception messages
Michael Bedward
as michael.bedward
More... almost 14 years ago
Don't turn planars into buffered images, they are already rendered images
Andrea Aime
as andrea.aime
More... almost 14 years ago
Some initial changes and tests for issue 138
Andrea Aime
as andrea.aime
More... almost 14 years ago
set svn keywords
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 137: skeleton for Jiffle image operator
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 132: moved Jiffle into separate project.
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 134: fixed problem with DiskMemImageGraphics clipping region
Michael Bedward
as michael.bedward
More... almost 14 years ago
Start of Jiffle docs in sphinx
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 129: more tests for injecting values at runtime
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 131: fixed problem were null arg was not being ignored by setFont. Added test.
Michael Bedward
as michael.bedward
More... almost 14 years ago
removed unused import
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 130: Fix for RenderingHints not being initialized in DiskMemImageGraphics. Unit tests.
Michael Bedward
as michael.bedward
More... almost 14 years ago
updated for Jiffle changes
Michael Bedward
as michael.bedward
More... almost 14 years ago
Relaxed probability on unit test of approx median
Michael Bedward
as michael.bedward
More... almost 14 years ago
Vars with no default now implemented. Value must be provided at runtime or exception is thrown.
Michael Bedward
as michael.bedward
More... almost 14 years ago
Injection of value for image-scope var with default passes unit test
Michael Bedward
as michael.bedward
More... almost 14 years ago
javadocs
Michael Bedward
as michael.bedward
More... almost 14 years ago
Redesigned image-scope var tracking. Working towards Issue 129 (inject values at runtime). Some of the cludgy code is working around a couple of Janino problems.
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 127: added support for unconditional break statement
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 128: allow breakif statement to be nested within non-loop blocks inside a loop
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 126: added if-else block syntax and unit tests
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 126: mapcalc style if-functions renamed to con
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 124: JiffleExecutor now uses DaemonThreadFactory to create its task polling thread
Michael Bedward
as michael.bedward
More... almost 14 years ago
Issue 123: use daemon threads for tile polling and flushing in DiskMemTileCache. Issue 125: added DaemonThreadFactory class to jaitools package (jt-utils)
Michael Bedward
as michael.bedward
More... almost 14 years ago