Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-23 | new fpdoc description file for fpg_interface.pas unit. | Graeme Geldenhuys | |
2012-02-23 | Removed empty fpdoc description files. | Graeme Geldenhuys | |
2012-02-21 | fpg_edit: again found some TAB character indentation lines - replaces with ↵ | Graeme Geldenhuys | |
Space indentation. | |||
2012-02-21 | fpg_edit: for text color adjust to work, repainting must occur a bit later. | Graeme Geldenhuys | |
DoOnChange must now occur before any call to RePaint. This gives us time to adjust the text color for possitive or negative values. | |||
2012-02-21 | fpg_edit: adjust text color only when the edit box value has changed. | Graeme Geldenhuys | |
2012-02-21 | merge with previous commit. | Graeme Geldenhuys | |
2012-02-21 | fpg_edit: setting the text color via the field variable instead. | Graeme Geldenhuys | |
If setting the text color via the TextColor property, then FOldColor get overwritten and we loose the real old color. | |||
2012-02-21 | fpg_edit: use the existing DoOnChange method instead. Consistency is key. :) | Graeme Geldenhuys | |
2012-02-21 | fpg_edit: setting NegativeColor property at runtime never caused an repaint. | Graeme Geldenhuys | |
2012-02-21 | fpg_edit: Setting TextColor in numeric edit components never updated ↵ | Graeme Geldenhuys | |
OldColor value. | |||
2012-02-21 | fpg_edit: refactored out the TextColor change due to negative/positive values. | Graeme Geldenhuys | |
This allows use to reuse this bit of code without affecting the internal FText values - as is caused by SetShowThousand in FormatEdit(). | |||
2012-02-21 | minor code formatting in fpg_edit unit. | Graeme Geldenhuys | |
There was tab character indentation for some reason. I converted these to Space character indentation. | |||
2012-02-21 | edit demo: minor property changes caused by a newer UI Designer. | Graeme Geldenhuys | |
2012-02-21 | edit demo: use TfpgColor() instead of color constant. | Graeme Geldenhuys | |
This is simply a UI Designer friendly change. The UI Designer doesn't write parse color constants great. | |||
2012-02-21 | edit demo: Currency Edit's negative values was never set. | Graeme Geldenhuys | |
2012-02-21 | Adds PNG loading support. | Graeme Geldenhuys | |
The unit uses the fcl-image backend to load the image. This is slightly slower than the native implementations for BMP and JPG. But at least now we have PNG support too. | |||
2012-02-21 | New method GetNodeAt() for TfpgTreeView. | Graeme Geldenhuys | |
This is vital for drag-n-drop support inside a treeview component. | |||
2012-02-21 | Use unicode enabled types for the BMP loading code. | Graeme Geldenhuys | |
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 | |