| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
J2KEncoder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
auto crop dialog.
|
|
|
|
|
|
|
|
|
|
arbitrary new/edit/remove button combinations to be used.
|
|
|
|
used by EditableList would return something that wasn't a optional<>
but would then get implicitly cast to one. Now we have a static_assert
to check that the type is what we expect.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nothing really that important, but it cleans up the valgrind
leak check reports.
|
|
|
|
|
|
|
|
|
|
|
|
Previously if there were two images at the same time we would start
them both, then the stop time would be set in the second one but
not the first. This meant that the first one would hang around
forever.
|
|
|
|
|