log

age author description
2015-09-19 Mikhail Kryshen Use defrecord for Views for easier printing and introspection.
2015-09-18 Mikhail Kryshen Added run-demo alias to project.clj, disabled reflection warnings (will use lein check).
2015-09-18 Mikhail Kryshen Renamed update! to notify!
2015-09-18 Mikhail Kryshen Update to Clojure 1.7.0.
2015-09-18 Mikhail Kryshen Marked transaction-unsafe functions (this also solves a name collision with Clojure 1.7.0)
2014-12-10 Mikhail Kryshen Reimplementation of async-view.
2014-12-10 Mikhail Kryshen Fixed a reflection warning.
2014-12-10 Mikhail Kryshen Correctly specify docstrings for dynamic vars without root bindings.
2014-12-09 Mikhail Kryshen Added some docstrings.
2014-12-01 Mikhail Kryshen Fixed possible race condition.
2014-12-01 Mikhail Kryshen Minor coding style corrections.
2014-11-30 Mikhail Kryshen Function to apply AffineTransform to a View.
2014-11-29 Mikhail Kryshen Updated dependencies.
2014-11-28 Mikhail Kryshen Added ref-view argument to specify a function for converting ref value to View.
2014-11-26 Mikhail Kryshen Function to show View in a JFrame.
2014-11-25 Mikhail Kryshen Preserve bindings for asynchronous drawing.
2014-11-23 Mikhail Kryshen Added views/border-box.
2014-11-23 Mikhail Kryshen Faster dynamic bindings.
2014-11-22 Mikhail Kryshen Fixed views/hinted: graphics context is not always bound in geometry.
2014-11-18 Mikhail Kryshen Reworked implementation of hbox and vbox (DRY).
2014-11-17 Mikhail Kryshen Variants of vbox and hbox that fill available space.
2014-11-17 Mikhail Kryshen Allow theme entries to reference other theme keys.
2014-11-12 Mikhail Kryshen Applying theme correctly.
2014-04-15 Mikhail Kryshen API changes (themed, hinted, add-handlers); formatting.
2014-04-15 Mikhail Kryshen Reverted some of the changes in 9997ac717c3c.
2014-04-14 Mikhail Kryshen Removed the domain part from namespace names.
2014-04-14 Mikhail Kryshen Updated README: replaced Layer with View.
2014-04-07 Mikhail Kryshen Changed order of arguments for many functions: attributes go before content.
2014-04-07 Mikhail Kryshen Layers are now called Views.
2014-04-07 Mikhail Kryshen Updated dependencies.