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.
|
2014-04-03 |
Mikhail Kryshen |
Fixed misplaced docstring.
|
2013-04-25 |
Mikhail Kryshen |
Panel has background color argument.
|
2013-04-25 |
Mikhail Kryshen |
Nothing.
|
2013-04-24 |
Mikhail Kryshen |
Refactored align-x and align-y macros.
|
2013-04-24 |
Mikhail Kryshen |
Updated version and deps.
|
2013-04-22 |
Mikhail Kryshen |
Added a TODO comment.
|
2013-04-21 |
Mikhail Kryshen |
Corrections in README.
|
2013-04-21 |
Mikhail Kryshen |
Corrections in README.
|
2013-01-07 |
Mikhail Kryshen |
Release version 0.0.2.
|
2013-01-07 |
Mikhail Kryshen |
Minor change in the default color theme.
|
2013-01-07 |
Mikhail Kryshen |
Refactoring. Moved viewport functions into separate namespace.
|
2013-01-07 |
Mikhail Kryshen |
Performance improvements.
|
2013-01-07 |
Mikhail Kryshen |
Updated .hgignore.
|
2012-09-18 |
Mikhail Kryshen |
Updated dependency: Guava 13.0.1.
|
2012-04-26 |
Mikhail Kryshen |
Further refactoring of the event dispatcher.
|
2012-04-24 |
Mikhail Kryshen |
Refactored the event dispatcher. Update hover states at every commit.
|
2012-04-24 |
Mikhail Kryshen |
Refactored viewport scaling code into separate function.
|
2012-04-24 |
Mikhail Kryshen |
Minor changes.
|
2012-04-13 |
Mikhail Kryshen |
Added transform and component to MouseEvent.
|
2012-04-13 |
Mikhail Kryshen |
Draw borders above content. Use fractional coordinates for correct alignment between panel and border.
|
2012-04-13 |
Mikhail Kryshen |
Added root binding for *font-context*.
|
2012-04-12 |
Mikhail Kryshen |
Added a type hint.
|
2012-04-12 |
Mikhail Kryshen |
Revised handling of FontRenderContexts.
|
2012-04-12 |
Mikhail Kryshen |
Updated copyright dates.
|
2012-04-12 |
Mikhail Kryshen |
Separate dynamic Var to specify clipping area for mouse events.
|
2012-04-06 |
Mikhail Kryshen |
Better way to draw borders.
|
2012-04-06 |
Mikhail Kryshen |
Convert bounds to integer when setting new clip.
|
2012-04-06 |
Mikhail Kryshen |
Added with-stroke macro.
|
2012-04-06 |
Mikhail Kryshen |
Drawing a layer without clipping still sets clip for pointer events.
|
2012-04-03 |
Mikhail Kryshen |
Padding does not clip.
|
2012-04-03 |
Mikhail Kryshen |
Use FontRenderContext based on rendering hints when Graphics is not available. Obtain text rendering hints from desktop properties.
|
2012-03-02 |
Mikhail Kryshen |
Fixed wrong record name.
|
2012-03-02 |
Mikhail Kryshen |
Empty layer.
|
2012-02-27 |
Mikhail Kryshen |
Remember *graphics* binding in with-color and with-transform (performance + makes sure we restore state on the same instance). Update font context when changing transform.
|
2012-02-23 |
Mikhail Kryshen |
Updated dependency: Guava 11.0.1.
|
2011-11-04 |
Mikhail Kryshen |
The repaint function can be used to pass a state to the next paint iteration.
|
2011-11-03 |
Mikhail Kryshen |
Updated dependency: Guava 10.0.1.
|
2011-11-03 |
Mikhail Kryshen |
Enabled reflection warnings.
|
2011-11-03 |
Mikhail Kryshen |
Coverted defs to Clojure 1.3 syntax.
|