summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-18Removed unused units from uses clause. Preventing compiler hints.Graeme Geldenhuys
2012-12-14Minor mods to TfpgTrackbar to make it more flexible for descendants.Graeme Geldenhuys
2012-12-11Update French translationJean-Marc Levecque
2012-12-10Fully updated the Afrikaans translation of fpgui.af.poGraeme Geldenhuys
2012-12-10Replace text strings in the reporting units with resource strings - for local...Graeme Geldenhuys
2012-12-10Removed old constants not needed any more - they are now standard in FPC's RTL.Graeme Geldenhuys
2012-12-04Re-ordered units in the fpdoc project file to reduce output warnings.Graeme Geldenhuys
2012-12-04fpgui documentation updates.Graeme Geldenhuys
2012-12-04fpdoc project file updates.Graeme Geldenhuys
2012-12-04RichTextView can now have Text set even in the constructor phase of a form.Graeme Geldenhuys
2012-12-03docs: minor grammar improvement to the fpg_x11 docsGraeme Geldenhuys
2012-12-03Updates the classes naming convension fro TGfx to TfpgGraeme Geldenhuys
2012-12-03docs: fixes a small spelling mistake in the fpg_tree docsGraeme Geldenhuys
2012-12-03docs: fixes some spelling mistakes in the fpg_button docsGraeme Geldenhuys
2012-12-03docs: small addition to the docs for the fpg_widget unit.Graeme Geldenhuys
2012-12-03docs: Small addition to the docs for the fpg_main unit.Graeme Geldenhuys
2012-12-03Added more documentation units to the fpdoc project file.Graeme Geldenhuys
2012-11-30Silence the compiler about range checking.Graeme Geldenhuys
2012-11-30Minor optimisation for UTF8Insert()Graeme Geldenhuys
2012-11-30Fixes UTF8 functions for 64-bit compliance.Graeme Geldenhuys
2012-11-30optimised UTF8CStringToUTF8StringGraeme Geldenhuys
2012-11-30Fixes compiler warning about using a deprecated type... TFPColorGraeme Geldenhuys
2012-11-30Fixes compiler hint about unused unitGraeme Geldenhuys
2012-11-26docview: Improved the IPF-to-RichTextView generated tags for colored text.Graeme Geldenhuys
2012-11-26More richtext color tag improvements.Michael van Canneyt
2012-11-26Some docview IPF-to-RichTextView syntax changes.Graeme Geldenhuys
2012-11-26RichTextView syntax tag improvementsMichael van Canneyt
2012-11-22Adds alpha channel values to all the named colors.Graeme Geldenhuys
2012-11-22Fixes bug #163 - SelectionText returns all text if there was no selection.Graeme Geldenhuys
2012-11-22Memo.SelectionText is now a read/write propertyMichael van Canneyt
2012-11-22Converted miglayout unit test project to the FPTest (DUnit2) testing framework.Graeme Geldenhuys
2012-11-22Improves the text formating of the readme file.Graeme Geldenhuys
2012-11-22Fixes the description of the <rightmargin> tag.Graeme Geldenhuys
2012-11-22Fixes line ending issuesGraeme Geldenhuys
2012-11-22Updated test projects so they can compile again.Graeme Geldenhuys
2012-11-22Normalizing line endings.Graeme Geldenhuys
2012-11-22Adds a .gitattributes fileGraeme Geldenhuys
2012-11-21Removes verbose logevent() calls from docview.Graeme Geldenhuys
2012-11-21Adds a small stand-alone test app for the RichTextView component.Graeme Geldenhuys
2012-11-21Removed outdated code comment.Graeme Geldenhuys
2012-11-21richtextview - documentation in readme file is updated.Graeme Geldenhuys
2012-11-21richtext:: Incorrect "normal font" was assigned as default style.Graeme Geldenhuys
2012-11-20Implements a ReadOnly property for TfpgCheckBox.Graeme Geldenhuys
2012-11-20It seems I was wrong, the .Height property is indeed the correct value to use.Graeme Geldenhuys
2012-11-19ReadOnly property implemented for TfpgCalendarComboGraeme Geldenhuys
2012-11-19docview todo item already implemented.Graeme Geldenhuys
2012-11-13Implements a very basic ImagePanel component.Graeme Geldenhuys
2012-11-13Fixes a memory leak when reading a PNG image from a Stream.Graeme Geldenhuys
2012-11-13Filegrid: Formatting of file size value is now fixed under Windows 7.Graeme Geldenhuys
2012-11-13Implements WakeMainThread for Windows.Graeme Geldenhuys