Mercurial > hg > indyvon
graph
-
Code cleanup, docstrings.2010-08-28, by Mikhail Kryshen
-
Asynchronous drawing.2010-08-27, by Mikhail Kryshen
-
Changes in the observe-repaint mechanism.2010-08-27, by Mikhail Kryshen
-
New mechanism for layers to trigger repaints.2010-08-26, by Mikhail Kryshen
-
New mechanism for layers to trigger repaints (beginning).2010-08-26, by Mikhail Kryshen
-
Updated .hgignore.2010-08-25, by Mikhail Kryshen
-
Asynchronous scaled display.2010-08-25, by Mikhail Kryshen
-
Asynchronous drawing (first working version).2010-08-25, by Mikhail Kryshen
-
Asynchronous drawing (continue).2010-08-23, by Mikhail Kryshen
-
Asynchronous drawing (incomplete).2010-08-23, by Mikhail Kryshen
-
Code cleanup, docstrings.2010-08-20, by Mikhail Kryshen
-
Avoid reflection.2010-08-19, by Mikhail Kryshen
-
Update to clojure 1.2.0.2010-08-19, by Mikhail Kryshen
-
Replace *bounds* with *width* and *height*.2010-08-19, by Mikhail Kryshen
-
Support transformations.2010-08-19, by Mikhail Kryshen
-
Update to clojure 1.2.0-RC3.2010-08-14, by Mikhail Kryshen
-
Update to clojure 1.2.0-RC1.2010-08-03, by Mikhail Kryshen
-
Beginning of transformations.2010-07-29, by Mikhail Kryshen
-
Code cleanup and docstrings.2010-07-28, by Mikhail Kryshen
-
Use conventional namespace/package name.2010-07-28, by Mikhail Kryshen
-
Graph: draw the vertex being dragged above others.2010-07-28, by Mikhail Kryshen
-
Fix image layer performance issues.2010-07-28, by Mikhail Kryshen
-
Updated dependencies.2010-07-19, by Mikhail Kryshen
-
Update dependencies.2010-07-19, by Mikhail Kryshen
-
Improved performance.2010-07-19, by Mikhail Kryshen
-
More layers.2010-07-11, by Mikhail Kryshen
-
Rename size to layer-size in Layer protocol to avoid name conflict when using defrecord.2010-07-11, by Mikhail Kryshen
-
Update graph bounds when moving vertex.2010-07-10, by Mikhail Kryshen
-
Do not call event handlers inside transaction.2010-07-09, by Mikhail Kryshen
-
Graph drawing.2010-07-09, by Mikhail Kryshen
-
Type hint.2010-07-08, by Mikhail Kryshen
-
Remove "opts" argument from Layer methods.2010-07-08, by Mikhail Kryshen
-
Rename namespaces: indyvon to kryshen.indyvon.2010-07-08, by Mikhail Kryshen
-
Separate namespace for demo and experiments.2010-07-08, by Mikhail Kryshen
-
Finally use var bindings instead of a context record.2010-07-08, by Mikhail Kryshen
-
Include graphics into context.2010-07-07, by Mikhail Kryshen
-
Fixed event dispatcher.2010-07-07, by Mikhail Kryshen
-
DispatcherNode implements EventDispatcher.2010-07-07, by Mikhail Kryshen
-
Event dispatcher creates new context.2010-07-06, by Mikhail Kryshen
-
Event handlers are registered using listen macro instead of implementing a protocol.2010-07-06, by Mikhail Kryshen
-
Some ideas.2010-07-05, by Mikhail Kryshen
-
Yet another approach at event dispatching (unfinished).2010-07-04, by Mikhail Kryshen
-
Rearranged namespaces.2010-06-21, by Mikhail Kryshen
-
Avoid some code repetition by using macros.2010-06-20, by Mikhail Kryshen
-
Change argument order in draw!2010-06-20, by Mikhail Kryshen
-
Scrollable viewport.2010-06-20, by Mikhail Kryshen
-
Layers should satisfy MouseHandler protocol to recieve mouse events.2010-06-19, by Mikhail Kryshen
-
Simpler event dispatching.2010-06-19, by Mikhail Kryshen
-
Context in Anchor protocol.2010-06-18, by Mikhail Kryshen
-
New event dispatching code that uses weak references to allow listened layers to be garbage-collected.2010-06-17, by Mikhail Kryshen
-
Anchored protocol and viewport stub.2010-06-17, by Mikhail Kryshen
-
Use Swing instead of plain AWT to get double buffering.2010-06-17, by Mikhail Kryshen
-
Remove anchor from Layer protocol.2010-06-17, by Mikhail Kryshen
-
Text layer.2010-06-15, by Mikhail Kryshen
-
Border layer decorator.2010-06-15, by Mikhail Kryshen
-
Layer decorator macro.2010-06-14, by Mikhail Kryshen
-
Support mouse button events.2010-06-14, by Mikhail Kryshen
-
Rename render-layer! to draw!2010-06-14, by Mikhail Kryshen
-
Separated namespaces.2010-06-13, by Mikhail Kryshen
-
Fix dispatching of mouse motion events.2010-06-12, by Mikhail Kryshen