index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
render
/
software
/
Agg2D.pas
Age
Commit message (
Expand
)
Author
2012-03-29
agg: implemented clip rectangle support for TfpgCanvas interface.
Graeme Geldenhuys
2012-03-20
agg: when painting images into the canvas buffer, use alpha blending too.
Graeme Geldenhuys
2012-03-19
agg: Implement backward compatible Arc drawing
Graeme Geldenhuys
2012-03-19
agg: moves all platform independent code into Agg2D.pas unit.
Graeme Geldenhuys
2012-03-19
agg: new color type conversion function
Graeme Geldenhuys
2012-03-16
agg: Define and implement most of the abstract TfpgCanvasBase methods.
Graeme Geldenhuys
2012-03-16
agg: Adds dash line support to TAgg2D class.
Graeme Geldenhuys
2012-03-16
agg: TAgg2D.Rectangle() now has a new parameter for pixel alignment control
Graeme Geldenhuys
2012-03-16
agg: TAgg2D class is now a TfpgCanvasBase descendant.
Graeme Geldenhuys
2012-03-12
agg: adds UTF8 support to text painting
Graeme Geldenhuys
2012-03-12
agg: moved IFDEF's so code is easier to read + no compiler warnings
Graeme Geldenhuys
2012-03-12
agg: prevent compiler warning by setting the return value.
Graeme Geldenhuys
2012-03-12
agg: TextHint will now update the font engine.
Graeme Geldenhuys
2012-03-12
agg: more readable AnsiString to PChar casting.
Graeme Geldenhuys
2012-03-12
agg: fixes the uses clause for compilation under Windows.
Graeme Geldenhuys
2012-03-12
agg: removed unnecessary contact information and unit history
Graeme Geldenhuys
2012-03-12
agg: new convenience function for Windows usage
Graeme Geldenhuys
2012-03-12
aggpas: signature of Line() method changed.
Graeme Geldenhuys
2012-03-12
aggpas: adds an extra sanity check in TextWidth() method.
Graeme Geldenhuys
2012-03-12
aggpas: fixes a spelling mistake in a variable name
Graeme Geldenhuys
2012-03-12
aggpas: Many parameters are now declared as const.
Graeme Geldenhuys
2012-03-12
Minor code formatting fixes.
Graeme Geldenhuys
2012-03-12
Removes duplicate PDouble definition.
Graeme Geldenhuys
2012-03-12
Changes to make AggPas work with fpGUI's TfpgImage component
Graeme Geldenhuys
2012-03-12
Fixes IFDEF lines for correct font handling.
Graeme Geldenhuys
2012-03-09
aggpas: fixes EOL style and file permissions.
Graeme Geldenhuys
2012-03-07
initial import of AggPas 2.4 RM3
Graeme Geldenhuys