summaryrefslogtreecommitdiff
path: root/src/corelib/render/software
AgeCommit message (Expand)Author
2015-04-22Clean up unused local variablesGraeme Geldenhuys
2015-04-06Clean up unused local variablesStéphane Aulery
2014-12-06Fixes compiler hint about unused variableGraeme Geldenhuys
2014-11-15aggpas: fixes spelling mistake in code commentGraeme Geldenhuys
2014-10-22agg_2D: fixes compilation errors.Graeme Geldenhuys
2014-10-21aggpas: Implements and uses a GetWindowsFontPath function.Graeme Geldenhuys
2014-10-15aggpas: Adds a extrafpc.cfg config file to easily compile AggPas DemosGraeme Geldenhuys
2014-10-15Sync more fpGUI Agg2D code to console agg_2D unit.Graeme Geldenhuys
2014-10-15console agg_2D: Line() and Rectangle() now have FixAlignment parameterGraeme Geldenhuys
2014-10-15Fixes finding of Windows font files.Graeme Geldenhuys
2014-01-24aggpas: Agg2D Console demo - improve font location constant for FreeBSDGraeme Geldenhuys
2014-01-24aggpas: fixes grammar in code comment.Graeme Geldenhuys
2014-01-24aggpas: New Agg2D Console demo.Graeme Geldenhuys
2014-01-24aggpas: Makes the agg_2D.pas unit compilable again.Graeme Geldenhuys
2013-12-17agg2d: fix spelling mistake in code commentGraeme Geldenhuys
2013-08-27Fixes spelling mistakes in code comments.Graeme Geldenhuys
2013-05-16agg2d: minor work-around for the difference between FreeType and GDIGraeme Geldenhuys
2013-05-16agg2d: Adds implementation for DoFillTriangle()Graeme Geldenhuys
2013-05-16Merge branch 'agg_fonts' into developGraeme Geldenhuys
2013-05-16Agg2D: rought conversion of font point size to pixel size.Graeme Geldenhuys
2013-05-16aggcanvas: added support for font rotationGraeme Geldenhuys
2013-05-16aggcanvas: adds preliminary font supportGraeme Geldenhuys
2013-05-16agg2d: DoSetTextColor() mistakenly ignored the Alpha channel value.Graeme Geldenhuys
2013-05-12agg: surfaced the new Fill(color) method in TAdd2D and agg_2dGraeme Geldenhuys
2013-05-12agg: Add agg_renderer_base.fill(color) method for blending a color.Graeme Geldenhuys
2013-05-10agg: removed the pointless casts. The x & y params are already PDouble'sGraeme Geldenhuys
2013-05-10agg: fixes bug when attaching a Image to TAgg2d doesn't draw lines.Graeme Geldenhuys
2013-04-29agg: The Alpha color channel was ignored in DoSetColor()Graeme Geldenhuys
2013-04-03minor code formattingGraeme Geldenhuys
2013-03-27aggpas backend: finally implemented DoDrawPolygon()Graeme Geldenhuys
2013-03-27aggpas: Improved font work-around to work for FreeBSD too.Graeme Geldenhuys
2012-12-20agg: comments about the difference between FreeType and Win32 font engine.Graeme Geldenhuys
2012-12-20Minor changes for AggPas-Canvas under X11.Graeme Geldenhuys
2012-12-20fixes spelling mistake in code commentGraeme Geldenhuys
2012-12-20AggPas Canvas can now render to the screen under Windows too.Graeme Geldenhuys
2012-12-18Completed some method signatures in implementation section.Graeme Geldenhuys
2012-12-18Removed unused units from uses clause. Preventing compiler hints.Graeme Geldenhuys
2012-11-22Fixes line ending issuesGraeme Geldenhuys
2012-03-29agg: implemented clip rectangle support for TfpgCanvas interface.Graeme Geldenhuys
2012-03-29agg: code completion of method parameters for some units.Graeme Geldenhuys
2012-03-22extended the gitignore filtersGraeme Geldenhuys
2012-03-22added a gitignore file for agg-demosGraeme Geldenhuys
2012-03-22agg: added missing include file used by agg-demosGraeme Geldenhuys
2012-03-22git helper file to help recreate a directory layout.Graeme Geldenhuys
2012-03-20agg: when painting images into the canvas buffer, use alpha blending too.Graeme Geldenhuys
2012-03-20agg: fix nested code comments so it doesn't screw up Lazarus syntax highlight...Graeme Geldenhuys
2012-03-19agg: Implement backward compatible Arc drawingGraeme Geldenhuys
2012-03-19agg: removed the friend-class hacks for TfpgApplication and TfpgWindowGraeme Geldenhuys
2012-03-19agg: bezier_div demo doesn't use the dash converter unit.Graeme Geldenhuys
2012-03-19agg: moves all platform independent code into Agg2D.pas unit.Graeme Geldenhuys