Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-13 | TOC and Index entries now in UTF-8 encoding | Graeme Geldenhuys | |
I converted the topic content to UTF-8 before displaying it, but I never did so for the TOC text or the Index text. This patch should fix this problem. TODO: Searching for umlauts still is a problem. | |||
2012-02-13 | fixed the name of one of the contributors | Graeme Geldenhuys | |
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> | |||
2012-01-18 | Fix a spelling mistake in the Globe demo. | Graeme Geldenhuys | |
2012-01-18 | ide: removed the duplicate button from the UI. | Graeme Geldenhuys | |
I have no idea how that got there. :-) | |||
2012-01-18 | Embedded Form demo now uses TfpgFrame, instead of TfpgBevel. | Graeme Geldenhuys | |
2012-01-18 | A reworked patch from Jean-Marc | Graeme Geldenhuys | |
* moved the modifications from TfpgAbstractPanel to TfpgFrame. The new additional behaviour only relates to Frame usage, not Panel or Bevel. * Added a new OnCreate() event for convenience. * Now calling AfterCreate at the correct time - just like what is done in TfpgForm. | |||
2011-12-13 | docs: remove obsolete doc generation scripts. | Graeme Geldenhuys | |
2011-12-13 | docs: updated CSS file to remove double spacing. | Graeme Geldenhuys | |
When HTML output is generated all the help text is double spaced. This new CSS file makes in single spaced again. | |||
2011-12-13 | docview: adds a title panel above the topic contents area. | Graeme Geldenhuys | |
This makes it even more clear what topic the user is currently reading. | |||
2011-12-13 | docview: changed target file output path to include CPU and OS. | Graeme Geldenhuys | |
This means we can build multiple versions using a normal and cross-compiler, without overwriting the docview executable. | |||
2011-12-13 | docview help: updated docs about Bookmarks support. | Graeme Geldenhuys | |
2011-12-13 | docview help: changed the Note paragraph to a multi-paragraph note. | Graeme Geldenhuys | |
This indents the Note text, making it more pleasing to the eye. | |||
2011-12-13 | docview help: removed the todo items already implemented. | Graeme Geldenhuys | |
2011-12-13 | docview help: fixed a spelling mistake | Graeme Geldenhuys | |
2011-12-08 | Introduced a BaseGauge class which TfpgGauge descends from. | Graeme Geldenhuys | |
- Also made the various xxxDraw methods virtual and moved them to the protected section. So they can be overridden in descendants if needed. - Fixed the default color value of the Color property. The value stored in RTTI was different to the actual value assigned in the constructor. | |||
2011-12-08 | New functions to return darker or lighter variations of a color. | Graeme Geldenhuys | |
2011-12-08 | embedded TAB characters replaced with Space character indentation. | Graeme Geldenhuys | |
2011-12-06 | Some basic docs or the basegrid unit. | Graeme Geldenhuys | |
2011-12-06 | Hide the hint window when the mouse button is pressed. | Graeme Geldenhuys | |
2011-12-05 | UIDesigner: surface BorderStyle and ScrollbarStyle for some widgets. | Graeme Geldenhuys | |
2011-12-05 | Bump visibility of BorderStyle property in StringGrid and FileGrid widgets | Graeme Geldenhuys | |
2011-12-05 | Implements BorderStyle property for basegrid widget. | Graeme Geldenhuys | |
2011-12-05 | Remove redundant painting code in basegrid. | Graeme Geldenhuys | |
The HandlePaint() method is already wrapping with BeginDraw/EndDraw calls in the TfpgWidget class. | |||
2011-12-05 | IDE: Adds last few new units to project files. | Graeme Geldenhuys | |
2011-12-05 | Adds compiler string type setting to unit. | Graeme Geldenhuys | |
2011-12-05 | missing compile mode setting and minor code formatting | Graeme Geldenhuys | |
- replaced tab characters with spaces for indentation - fixed indentation size at some locations. - added compiler mode and settings | |||
2011-12-02 | fixed the v0.8 release date. | Graeme Geldenhuys | |
2011-12-02 | changelog file update | Graeme Geldenhuys | |
2011-12-02 | version bump to 0.8 | Graeme Geldenhuys | |
2011-12-02 | Specify a target filename in the docview project file. | Graeme Geldenhuys | |
2011-12-01 | treeview: Adds BeginUpdate / EndUpdate support. | Graeme Geldenhuys | |
This drastically improves performance, if you have some code that iterates and updates all nodes. | |||
2011-12-01 | docs: improves the builddocs utility for Windows and Linux usage. | Graeme Geldenhuys | |
2011-11-30 | reporting: text wrapping bug fix and more translations | Jean-Marc Levecque | |
2011-11-29 | Implements BorderStyle for TfpgMemo. | Graeme Geldenhuys | |
2011-11-29 | move declaration of TfpgEditBorderStyle so it is more accessible. | Graeme Geldenhuys | |
This now makes it easier to reuse this border style declaration in other widgets. We need to refactor some other widgets too, that have there own border styles as well. | |||
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 | Fixed the parameter modifier of TfpgStyleManager.AssignStyleTypes() | Graeme Geldenhuys | |
We can now pass in the Lines property of a Memo or Combobox directly, without the need of an extra local TStrings variable. | |||
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-21 | MDI: CaptureMouse and ReleaseMouse was called on the wrong widget. | Graeme Geldenhuys | |
The behavior is now correct under both X11 and GDI platforms. | |||
2011-11-21 | MDI: active windows are now brought to the front. | Graeme Geldenhuys | |