summaryrefslogtreecommitdiff
path: root/src/newview_fpgui.lpr
AgeCommit message (Collapse)Author
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-01Added EpikTimer for performance timing. Just a temporary thing.Graeme Geldenhuys
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