summaryrefslogtreecommitdiff
path: root/src/newview_fpgui.lpi
AgeCommit message (Collapse)Author
2009-10-08Initial import of ported RichTextView component.Graeme Geldenhuys
2009-10-05Removed utf8tools package requirement.Graeme Geldenhuys
* But I had to sacrafice correct utf8 character handling in IsAlhpa() and IsDigit() functions. I'll fix this later. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-05Project references to utf8tools package - external requirements.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-02EpicTimer timing is now controlled by project wide defineGraeme Geldenhuys
By default timing is disabled. To enable it remove the "x" from the "Timing" define in the Project Settings. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-02Added inf04.txt to project for easy reference.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-01Added EpikTimer for performance timing. Just a temporary thing.Graeme Geldenhuys
2009-09-30Add new menu item in Help menu for debugging purposes.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-09-29Ported the huge HelpFile unit to FPC.Graeme Geldenhuys
I disabled Bitmap support for new via the nvNullObject unit. All methods are faked at the moment, until I can do the real implementation of image support. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-09-29Add more INF required units. Converted them all to be FPC compatible.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-09-29Add HelpTopic unit to project.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-09-29Ported some basic IPF units to Free Pascal.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-09-29Initial checking of basic application main form.Graeme Geldenhuys