Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | Replace text strings in the reporting units with resource strings - for ↵ | Graeme Geldenhuys | |
localization. I also updated all language files to include the latest resource string constants. | |||
2012-12-10 | Removed old constants not needed any more - they are now standard in FPC's RTL. | Graeme Geldenhuys | |
2012-12-04 | Re-ordered units in the fpdoc project file to reduce output warnings. | Graeme Geldenhuys | |
It wasn't really a problem, fpdoc would parse the dependant units anyway, but now we get a cleaner console output. ;-) | |||
2012-12-04 | fpgui documentation updates. | Graeme Geldenhuys | |
2012-12-04 | fpdoc project file updates. | Graeme Geldenhuys | |
2012-12-04 | RichTextView can now have Text set even in the constructor phase of a form. | Graeme Geldenhuys | |
Before we were forced to only set text in the OnShow or later. | |||
2012-12-03 | docs: minor grammar improvement to the fpg_x11 docs | Graeme Geldenhuys | |
2012-12-03 | Updates the classes naming convension fro TGfx to Tfpg | Graeme Geldenhuys | |
How the hell has this been around for so long and went undetected. :-/ | |||
2012-12-03 | docs: fixes a small spelling mistake in the fpg_tree docs | Graeme Geldenhuys | |
2012-12-03 | docs: fixes some spelling mistakes in the fpg_button docs | Graeme Geldenhuys | |
2012-12-03 | docs: small addition to the docs for the fpg_widget unit. | Graeme Geldenhuys | |
2012-12-03 | docs: Small addition to the docs for the fpg_main unit. | Graeme Geldenhuys | |
2012-12-03 | Added more documentation units to the fpdoc project file. | Graeme Geldenhuys | |
2012-11-30 | Silence the compiler about range checking. | Graeme Geldenhuys | |
We manualy do the range checking before we access the string array. So disable the compiler range checking around the affected code. | |||
2012-11-30 | Minor optimisation for UTF8Insert() | Graeme Geldenhuys | |
Length() is a more 'lite" version than UTF8Length(), and in that code we don't need the functionality of the latter. | |||
2012-11-30 | Fixes UTF8 functions for 64-bit compliance. | Graeme Geldenhuys | |
2012-11-30 | optimised UTF8CStringToUTF8String | Graeme Geldenhuys | |
2012-11-30 | Fixes compiler warning about using a deprecated type... TFPColor | Graeme Geldenhuys | |
2012-11-30 | Fixes compiler hint about unused unit | Graeme Geldenhuys | |
2012-11-26 | docview: Improved the IPF-to-RichTextView generated tags for colored text. | Graeme Geldenhuys | |
2012-11-26 | More richtext color tag improvements. | Michael van Canneyt | |
Attached is another patch I made for the richtext edit. Now the red/green/blue/black tags can/must be closed by a correct red/green/blue/black closing tag. That means that except for the margin tags, all tags can/must now be closed with a matching tag. | |||
2012-11-26 | Some docview IPF-to-RichTextView syntax changes. | Graeme Geldenhuys | |
Due to stricter syntax and other mark-up (tag) changes in RichTextView, we need to update DocView accordingly. Not much was needed though. | |||
2012-11-26 | RichTextView syntax tag improvements | Michael van Canneyt | |
1) h1, h2 h3 are now ended by /h1 /h2 /h3 2) <wrap yes> and <wrap no> are changed to <nowrap> </nowrap> 3) The size part of the font tag is now optional. I suspect a small change is still needed in order to apply the font size if one is specified anyway. I put a comment in the text for that. 4) I adapted the sample01.txt so it reflects the 1. and 2. changes. | |||
2012-11-22 | Adds alpha channel values to all the named colors. | Graeme Geldenhuys | |
We already done this for all the predefined colors, but somehow forgot about these. | |||
2012-11-22 | Fixes bug #163 - SelectionText returns all text if there was no selection. | Graeme Geldenhuys | |
2012-11-22 | Memo.SelectionText is now a read/write property | Michael van Canneyt | |
Selected text can now be replaced with new text, or text could be inserted at the current cursor position by setting SelectionText. | |||
2012-11-22 | Converted miglayout unit test project to the FPTest (DUnit2) testing framework. | Graeme Geldenhuys | |
2012-11-22 | Improves the text formating of the readme file. | Graeme Geldenhuys | |
2012-11-22 | Fixes the description of the <rightmargin> tag. | Graeme Geldenhuys | |
2012-11-22 | Fixes line ending issues | Graeme Geldenhuys | |
2012-11-22 | Updated test projects so they can compile again. | Graeme Geldenhuys | |
2012-11-22 | Normalizing line endings. | Graeme Geldenhuys | |
2012-11-22 | Adds a .gitattributes file | Graeme Geldenhuys | |
This lets git know how to handle certain files, and overrides the developers own settings to a project specific setting. | |||
2012-11-21 | Removes verbose logevent() calls from docview. | Graeme Geldenhuys | |
Those many logevent() calls makes other debugging really difficult. | |||
2012-11-21 | Adds a small stand-alone test app for the RichTextView component. | Graeme Geldenhuys | |
2012-11-21 | Removed outdated code comment. | Graeme Geldenhuys | |
2012-11-21 | richtextview - documentation in readme file is updated. | Graeme Geldenhuys | |
2012-11-21 | richtext:: Incorrect "normal font" was assigned as default style. | Graeme Geldenhuys | |
Very weird, there was even a code comment saying that it was wrong!! The constructor of TRichTextSettings already sets the "normal font". So by ignoring the ASettings parameter, the end-user couldn't assign a new normal font values. Anyway, this is now fixed. | |||
2012-11-20 | Implements a ReadOnly property for TfpgCheckBox. | Graeme Geldenhuys | |
2012-11-20 | It seems I was wrong, the .Height property is indeed the correct value to use. | Graeme Geldenhuys | |
Some fonts like "Anonymous Pro" have characters like ( or ) that is larger (taller) than capital letters. Using the .Height property make multi-line text with ( or ) symbols not touch. This issue was noted in the TfpgTextEdit widget used in Maximus IDE. | |||
2012-11-19 | ReadOnly property implemented for TfpgCalendarCombo | Graeme Geldenhuys | |
2012-11-19 | docview todo item already implemented. | Graeme Geldenhuys | |
2012-11-13 | Implements a very basic ImagePanel component. | Graeme Geldenhuys | |
This makes it very easy to display an image on a form. | |||
2012-11-13 | Fixes a memory leak when reading a PNG image from a Stream. | Graeme Geldenhuys | |
2012-11-13 | Filegrid: Formatting of file size value is now fixed under Windows 7. | Graeme Geldenhuys | |
Under Windows 7, the ',' character for thousand separator was replaced with a '?' character for some reason. Number formatting now uses a space char separator instead. | |||
2012-11-13 | Implements WakeMainThread for Windows. | Graeme Geldenhuys | |
Multi-threaded apps under Windows requires the main thread to be woken up periodically. We now simply hook into the Classes.WakeMainThread function which is automatically called by TThread.Synchronize. I did the same testing under X11, but it doesn't seem needed there. If we do find a case for this under X11, it is easy to implement. | |||
2012-11-13 | File Search Result Name was never correctly converted from OS encoding to UTF-8 | Graeme Geldenhuys | |
2012-11-09 | As soon as a key is pressed in Grid, remove any hint windows. | Graeme Geldenhuys | |
2012-11-09 | Moved Menu-key press handling up the class hierarchy to TfpgWidget. | Graeme Geldenhuys | |
No need for so much code duplication. This also means that widgets like TfpgStringGrid now have keyMenu keypress behaviour. Basically any widget that supports a PopupMenu. | |||
2012-10-31 | uidesigner: moving columns in grid property editor did not work | Graeme Geldenhuys | |