3
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix MME in TextNode
Andres Almiray
as aalmiray
More... about 12 years ago
REformat code; Update copyright notice
Andres Almiray
as aalmiray
More... about 12 years ago
Remove undefined 'context' variable form TextNode
Andres Almiray
as aalmiray
More... about 12 years ago
Fix CustomGfxNode
Andres Almiray
as aalmiray
More... over 12 years ago
Fix observable event handling; bump year in copyright notices
Andres Almiray
as aalmiray
More... over 12 years ago
fix triangle angle properties More... over 12 years ago
Fix to prevent MPE whwn unbound nodes get asked for id More... over 12 years ago
Merge upstream changes
Andres Almiray
as aalmiray
More... about 13 years ago
Use explicit id: property name
Andres Almiray
as aalmiray
More... about 13 years ago
Upgrade to Groovy 1.8.6
Andres Almiray
as aalmiray
More... about 13 years ago
Fixed bounds with Filters More... over 13 years ago
Merge branch 'master' of github.com:griffon/gfxbuilder
Andres Almiray
as aalmiray
More... over 13 years ago
All drawable nodes: added filter (ft) to add a BufferedImageOp to the application of the node New nodes: composite and alphaComposite Added com.jhlab.Filters.jar New BufferedImageOps: AutoCropOp and ClipMaskOp Canvas: If canvas is not opaque, background will not be cleared borderColor can be a Paint aswell now More... over 13 years ago
Merge branch 'master' of github.com:griffon/gfxbuilder
Andres Almiray
as aalmiray
More... over 13 years ago
Fix MPE when a PropertyChangeEvent is caught by Transforms
Andres Almiray
as aalmiray
More... over 13 years ago
GRIFFON-326: * Added removeNode() to AbstractDrawableContainer * Fixed a missing break in AbstractDrawableContainer EventHandling * Fixed a bug so now borderWidth = 0 means the border (or the whole stroke) is invisible. * Removed fixed 100px gradient distance in AbstractLinearGradientPaintNode * Fixed a bug that made using color() inside of gradientPaint impossible * Fixed a bug in PolylineNode (changed type of points from double to List<Double>) * Fixed GRIFFON-154: An Area of a Line is always empty as its Shape is unclosed and not closable (see javadoc of Area) I am temporarily adding an invisible RectangleNode around each 'empty' outline like a line if is used in a group() * Fixed a bug throwing a NPE with text nodes * Introduced basic tools for testing images * Introduced test cases for bugs More... over 13 years ago
Initial port from svn sans history :-(
Andres Almiray
as aalmiray
More... over 13 years ago