Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | added extrasfpc.cfg file for x11_wininfo app. | 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. | |||
2010-11-29 | it is now possible to create a document divided into sections, with different | Jean-Marc Levecque | |
headers and footers. See the new multi sections demo. | |||
2010-11-26 | Minor typo fixes | Graeme Geldenhuys | |
2010-11-26 | A PDF Reporting engine and Demo | Jean-Marc Levecque | |
2010-10-14 | Moved the remaineder of tiOPF support units to tiOPF repository. | Graeme Geldenhuys | |
2010-10-14 | Moved tiOPF related units into the tiOPF repository. | Graeme Geldenhuys | |
It makes more sense to have the tiOPF related units with the rest of the tiOPF. It's easier to keep changes in sync, and have atomic commits across the various GUI toolkits supported by tiOPF. | |||
2010-10-14 | tiOPF: changes required due to changes in base mediators in tiOPF | Graeme Geldenhuys | |
2010-10-12 | tiOPF: Fix StringGrid mediator last column sizing bug | Graeme Geldenhuys | |
* The last column was already resized to whatever space is available ignoring the developers preferred (minimum) size. Now the last column in grows in size, not shrink. | |||
2010-10-12 | tiOPF: Renamed conflicting class name to TtiListBoxListMediatorView | Graeme Geldenhuys | |
* It conflicted with the ListBox item mediator introduced in a earlier commit. | |||
2010-10-12 | tiOPF: implemented two ListBox item mediators | Graeme Geldenhuys | |
* one is ItemIndex based returning an int * one is Dynamic List based returning an object from ValueList | |||
2010-10-11 | minor changes required due to last commits from Jarrod. | Graeme Geldenhuys | |
2010-10-11 | Fix uses clause of fpGUI Lazarus IDE add-on package. | Graeme Geldenhuys | |
2010-10-05 | tiOPF demo 21: minor code change using shorter mediator syntax. | Graeme Geldenhuys | |
2010-10-05 | StringGrid mediator was missing SetActive() implementation. | Graeme Geldenhuys | |
This meant ClearList was never called anywhere. ClearList() was also slightly incorrect in the ListView mediator. | |||
2010-10-05 | StringGrid mediator bugfix in ClearList method | Graeme Geldenhuys | |
2010-08-16 | Updated template and syntax definition for use with MSEide | Graeme Geldenhuys | |
* added highlighting for some missing symbols * template GDB settings tweak | |||
2010-08-16 | Updated project templates for use with MSEide. | Graeme Geldenhuys | |
* Also included a new "Dark Pascal" color scheme | |||
2010-07-30 | tiOPF Mediators: Implemented a ListBox list mediator. | Graeme Geldenhuys | |
* This is still work-in-progress. Currently it doesn't work with the tiModelMediator unit yet, but you can instantiate and use it manually. | |||
2010-07-08 | Memo Mediator: Remove trailing whitespace. | Graeme Geldenhuys | |
Sometimes we had NewLine character or whitespace. We don't need those, so trim it off. | |||
2010-05-10 | added readme.txt for MSEide template project | Graeme Geldenhuys | |
2010-05-10 | Added an MSEide template project for creating fpGUI apps with MSEide. | Graeme Geldenhuys | |
2010-04-20 | Alternative Translation Strings (ats) editor. | Graeme Geldenhuys | |
An example application created by Nagy Viktor back in 2006. I added it to the "user contributed" area of the repository so the code doesn't get lost. | |||
2010-04-19 | tiopf: Incorrect cast used in mediators. | Graeme Geldenhuys | |
Damn this was hard to find!!! Copy and Paste is very evil! | |||
2010-04-14 | updates build script to include docview app | Graeme Geldenhuys | |
2010-04-07 | All sample projects updated so all of them can compile correctly. | Graeme Geldenhuys | |
* Replaced ModalResult magic numbers with enum values. * Updated project unit output directories. * Updated tiOPF examples with latest unit names. * Updated outdated projects still references old fpGUI unit names. | |||
2010-04-01 | minor. Removed executable file permission. Stupid IDE! | Graeme Geldenhuys | |
2010-03-12 | tiopf: Fix edit mediators by disabling event handlers on destruction. | Graeme Geldenhuys | |
2009-12-15 | Updated tiOPF List Mediators to work with latest tiOPF2 code. | Graeme Geldenhuys | |
* DoCreateItemMediator is now a function instead of a procedure. | |||
2009-12-15 | Updated Demo 21 to support latest tiOPF2 changes. | Graeme Geldenhuys | |
* tiOPF2 classes got renamed a bit. |