Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-22 | Fixes line ending issues | Graeme Geldenhuys | |
2012-08-01 | Moves the PDF report engine & demo into the main source tree. | Graeme Geldenhuys | |
2012-07-31 | pdf: fixes compiler hints about unused local variables. | Graeme Geldenhuys | |
2012-07-31 | pdf demo: fixed a minor spelling mistake in the text output. | Graeme Geldenhuys | |
2012-07-31 | pdf demo: extended demo output to mention the position in mm. | Graeme Geldenhuys | |
2012-07-31 | pdf: The Author metadata is now the result of ApplicationName() | Graeme Geldenhuys | |
2012-07-31 | Adds *.ttf font support to the PDF report engine. | Jean-Marc Levecque | |
2012-07-17 | minor header comment update - unit name mentioned was still the old name. | Graeme Geldenhuys | |
2012-05-07 | pdf reporting: updated lazarus package meta data. | Graeme Geldenhuys | |
2012-05-07 | pdf reporting: updated copyright notice with latest email address | Graeme Geldenhuys | |
2012-05-07 | pdf: mod which allows Column definitions before Section creation | Jean-Marc Levecque | |
This is now similar to what is done for fonts. | |||
2012-04-20 | pdf: adds ability to adjust some settings of the PDF viewer | Graeme Geldenhuys | |
eg: like zoom, two pages display, etc... The patch also modifies the pdf demo to set the new functionality. | |||
2012-04-11 | pdf: Testing for color values of -1 is not needed any more. | Jean-Marc Levecque | |
2012-04-10 | pdf: removes two compiler warnings about unused variables. | Graeme Geldenhuys | |
2012-04-10 | pdf: Use the correct type to represent a color value. | Graeme Geldenhuys | |
Integer is a "unsafe" or alias type which could change between platforms. So rather user TfpgColor type to represent a TfpgColor. :) | |||
2012-04-10 | pdf: implementation of TfpgColor to PDF Color was outdated. | Graeme Geldenhuys | |
Before TfpgColor did not contain Alpha channel information, but since recently it does. So we rather use the safer fpgGetXXX() methods to extract each color channel value. | |||
2012-04-04 | PDF Report Images updated to have corrected masks. | Graeme Geldenhuys | |
Originally some images appeared completely transparent because the mask was incorrectly defined. | |||
2012-02-13 | Added printing of fpgImage from fpgImages list | Jean-Marc Levecque | |
Signed-off-by: Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr> | |||
2012-02-13 | A duplicated image will now be loaded only once | Jean-Marc Levecque | |
Fix a bug in loading duplicated images + minor change in demo Signed-off-by: Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr> | |||
2012-02-13 | Added image position refering to columns in report tool | Jean-Marc Levecque | |
Signed-off-by: Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr> | |||
2012-01-18 | Add modified u_report.pas | Jean-Marc Levecque | |
Signed-off-by: Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr> | |||
2012-01-18 | Add image to header and footer | Jean-Marc Levecque | |
Add image to header and footer for display/print to each page of a section Signed-off-by: Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr> | |||
2012-01-18 | Added image control to Report tool | Jean-Marc Levecque | |
Images are now displayed either on preview and generated PDF Signed-off-by: Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr> | |||
2012-01-18 | Image to PDF implementation (not working) | Jean-Marc Levecque | |
Image to PDF implementation for debug Signed-off-by: Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr> | |||
2011-11-30 | reporting: text wrapping bug fix and more translations | Jean-Marc Levecque | |
2011-11-29 | reporting demo: more French to English translations | Graeme Geldenhuys | |
2011-11-29 | reporting: Continued translation from French to English | Jean-Marc Levecque | |
2011-11-29 | Reporting: Rename the package file and some units | Graeme Geldenhuys | |
Continued work on translating French names to English names | |||
2011-11-21 | pdf reporting: added debug info as default | Graeme Geldenhuys | |
I enabled debug information in the package and demo project as default. This makes it easier while testing and developing. | |||
2011-11-21 | PDF reporting code: variable names changed to English. | Jean-Marc Levecque | |
This is the first set of changes in this regard. | |||
2011-11-07 | pdf reporting: fixed the remaining memory leaks | Jean-Marc Levecque | |
2011-10-31 | Report tool: more memory leak fixes in Imprime and PDF units. | Jean-Marc Levecque | |
2011-10-31 | report tool: move some images into standard images list | Jean-Marc Levecque | |
2011-10-25 | pdf report: fixed memory leak. Font was not freed. | Graeme Geldenhuys | |
2011-10-25 | pdf reports: fixed some memory leaks | Jean-Marc Levecque | |
2011-10-25 | pdf reports: Simplified code by combining calls into a single call. | Jean-Marc Levecque | |
2011-10-16 | Various PDF reporting changes. | Jean-Marc Levecque | |
- Fixed some memory leaks by correctly freeing objects - Updated the PDF Demo to use a local reporting variable - Removed the global Imprime variable - Some various other changes | |||
2011-10-12 | pdf report: print preview form now gets given a T_Imprime instance | Graeme Geldenhuys | |
We don't access the global variable Imprime any more, instead we referenec the instance that was passed in via the constructor. This removes the cross-unit dependencies which are not a good design. | |||
2011-10-12 | pdf report: print preview page now appears 10px below the controls bevel. | Graeme Geldenhuys | |
2011-10-12 | pdf reporting: moved the PPI constant to implementation section | Graeme Geldenhuys | |
2011-10-12 | fpGUI is spelled with a lowercase prefix. | Graeme Geldenhuys | |
2011-08-04 | created template unit output directory for ATS contributed app. | Graeme Geldenhuys | |
2011-05-08 | globally renamed TFTextFlags to TfpgTextFlags | Graeme Geldenhuys | |
Somehow I forgot to rename this type when we introduced the 'fpg' prefix years ago. | |||
2011-03-28 | PDF reports: grid improvement in managing borders and | Jean-Marc Levecque | |
colors. | |||
2011-03-08 | PDF report engine. Fixed a minor compilation error | Graeme Geldenhuys | |
2011-03-08 | More PDF report engine improvements. Real values | Jean-Marc Levecque | |
Using the report engine to produce some charts, I realized that I missed an important point: positions and thickness in pdf files can use real values and not only integers. I made the change and modified the demo to show it in the frames and lines examples. | |||
2011-01-20 | PDF reporting: it is now possible to paint a surface delimited by a polygon. | Jean-Marc Levecque | |
2010-12-10 | solves a bug relating to height calculation | Jean-Marc Levecque | |
for groups, and text wrapping on PDF. | |||
2010-12-01 | Added new images for the report engine | Jean-Marc Levecque | |
2010-11-30 | Herewith are patches either for the demo and the report engine, plus | Jean-Marc Levecque | |
additional images that I am using in the preview form. Main improvements are the orientation of pages which can be changed at the section level, and the outline PDF view available when more than one section is defined. |