log

age author description
2011-05-19 Mikhail Kryshen Fixed alignment of borders.
2011-05-18 Mikhail Kryshen Fixed anchor point calculation, changes in demo/test scene.
2011-05-18 Mikhail Kryshen Clojure 1.3 compatibility, mouse wheel support, scalable viewport, additional layer implementations.
2011-05-18 Mikhail Kryshen Updated dependencies.
2011-03-15 Mikhail Kryshen Repaint viewport miniature when the viewport updates.
2011-03-03 Mikhail Kryshen Updated project.clj.
2011-03-03 Mikhail Kryshen Avoid reflection.
2011-03-03 Mikhail Kryshen Set viewport position by clicking or dragging viewport miniature.
2011-03-03 Mikhail Kryshen Atomic add-observer.
2011-03-03 Mikhail Kryshen Async layer: create-image does not depend on graphics context.
2010-12-23 Mikhail Kryshen Async layer: use compatible BufferedImage.
2010-12-08 Mikhail Kryshen Avoid reflection in the rendering code.
2010-12-06 Mikhail Kryshen Fixed calculation of the highlight bounds in viewport-miniature.
2010-11-28 Mikhail Kryshen Viewport miniature: preserve aspect ratio; draw visible area highlight synchronously.
2010-11-22 Mikhail Kryshen Make the transform functions public.
2010-10-06 Mikhail Kryshen Async-layer uses daemon thread. Added arg to set the thread priority.
2010-10-06 Mikhail Kryshen Faster clipping calculation (fixes performance bottleneck).
2010-10-06 Mikhail Kryshen Correctly highlight visible area in viewport miniature.
2010-10-01 Mikhail Kryshen Observers: use weak keys, renamed some fns.
2010-09-08 Mikhail Kryshen English README.
2010-09-04 Mikhail Kryshen Minor changes in README.ru.
2010-09-02 Mikhail Kryshen Fix async-layer copying wrong (not the most recently updated) buffer on screen.
2010-09-01 Mikhail Kryshen Code cleanup.
2010-09-01 Mikhail Kryshen Measure time intervals between repaints. Experiments.
2010-09-01 Mikhail Kryshen Fixed processing of mouse-released events.
2010-09-01 Mikhail Kryshen Added timestamp to the layer context.
2010-08-30 Mikhail Kryshen Rename text-layer to label.
2010-08-30 Mikhail Kryshen Added hbox.
2010-08-30 Mikhail Kryshen EventDispatcher can report hovered and picked states for handles.
2010-08-30 Mikhail Kryshen LGPL3