ecere:geInternals

Last commit made on 2022-02-16
Get this branch:
git clone -b geInternals https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
geInternals
Repository:
lp:ecere

Recent commits

6c561ec... by Jerome St-Louis

butterbur/GEInternals:pickGE() Null check for textData

bc02985... by Patrick Dion <email address hidden>

GEInternals: removed rdrflags param and public from pickGE,
GraphicalPresentation: added rdrflags check before call to pickGE

5f64343... by Jerome St-Louis

butterbur/GraphicalElement: Dot::size as a property; default to 10 pixels and white

0ed4dcc... by Patrick Dion <email address hidden>

butterbur/GEInternals: Text picking

1491ca7... by Jerome St-Louis

butterbur/GraphicalElement: Making Stroke default to round joins and caps

e95ee0b... by Jerome St-Louis

butterbur/presentation: Fixed MultiGraphicalElement / Instance transforms

7fc4d86... by Patrick Dion <email address hidden>

butterbur/presentation (picking) Image picking improvements
- added byte * alpha member to GEImageData, populate alpha values in calculateGE() and return false in pickGE() when x/y intersects transparent part of image
- butterbur/GraphicalElement: added alphaThreshold

b2bbc48... by Jerome St-Louis

GraphicalElement/Stroke: Re-ordered width to come second as it is commonly set

35bbebd... by Jerome St-Louis

butterbur/presentation: Breaking up PickResult union into separate id and element
- Both might be needed

fd112ab... by Jerome St-Louis

butterbur/GraphicalElement: New GraphicInstance class
- GraphicInstance can be used as a view on another GraphicalElement (including a MultiGraphicalElement) instead of a GraphicalPresentation
- This provides a construct which can contain multiple GraphicalElements while also defining a transformation (not possible with MultiPresentation)