summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-14Some used constants, but a few of these will change later.Graeme Geldenhuys
2009-10-14Ported SettingsUnit from latest NewView source.Graeme Geldenhuys
2009-10-14Applied standard code formatting.Graeme Geldenhuys
2009-10-14Removed old HelpWindow unit from project.Graeme Geldenhuys
2009-10-14Update docview after removing DataTypes, HelpFileHeader units.Graeme Geldenhuys
2009-10-13Ported and added new unit from latest NewView.Graeme Geldenhuys
2009-10-13Update IPF header unit to latest NewView.Graeme Geldenhuys
2009-10-13INF tag processing out dated to RichView so margins did not workGraeme Geldenhuys
2009-10-13Lots up debug output added and some extras.Graeme Geldenhuys
2009-10-12Shutdown optimization.Graeme Geldenhuys
2009-10-12Make double sure everything gets freed.Graeme Geldenhuys
2009-10-12Session info now stored in IDE config directory.Graeme Geldenhuys
2009-10-12Rename Memo1 to RichView in main form.Graeme Geldenhuys
2009-10-12various minor changesGraeme Geldenhuys
2009-10-12Final touches to new "docview" project files.Graeme Geldenhuys
2009-10-12Rename project files to "docview".Graeme Geldenhuys
2009-10-12enable heaptrc by default for debugging which developing.Graeme Geldenhuys
2009-10-12Fixed permission denied error when opening help files.Graeme Geldenhuys
2009-10-12Remove old references to TfpgMemo which was used for displaying topics.Graeme Geldenhuys
2009-10-12Fix index out of bounds errorGraeme Geldenhuys
2009-10-12Help file header debug info is now richtext formatted.Graeme Geldenhuys
2009-10-11Completed the MRU and (re)store of window State.Graeme Geldenhuys
2009-10-11Add MRU support as well as store/restore window size and position.Graeme Geldenhuys
2009-10-09New Debug menu option and RichTextView component used.Graeme Geldenhuys
2009-10-08Finally fixed that memory leak and removed the array requirement.Graeme Geldenhuys
2009-10-08Remove memory leak.Graeme Geldenhuys
2009-10-08Initial import of ported RichTextView component.Graeme Geldenhuys
2009-10-08Replace ASM with Object Pascal. It was not 64bit friendly.Graeme Geldenhuys
2009-10-05Removed utf8tools package requirement.Graeme Geldenhuys
2009-10-05Added search support to the GUI.Graeme Geldenhuys
2009-10-05Fixed AV when using search.Graeme Geldenhuys
2009-10-05New unit that handles searching feature.Graeme Geldenhuys
2009-10-05Project references to utf8tools package - external requirements.Graeme Geldenhuys
2009-10-05New help functions that uses external utf8tools package.Graeme Geldenhuys
2009-10-05code formattingGraeme Geldenhuys
2009-10-03Add Index count information in debug output.Graeme Geldenhuys
2009-10-03Implemented doubleclick behaviour for TOC treeview and Index listbox.Graeme Geldenhuys
2009-10-03Replaced Index treeview with a listbox.Graeme Geldenhuys
2009-10-03Code formatting and minor code rearrangements.Graeme Geldenhuys
2009-10-03Finally found the bug that caused Topic text to be garbled.Graeme Geldenhuys
2009-10-03More code formatting changes.Graeme Geldenhuys
2009-10-03Fix grammar mistake.Graeme Geldenhuys
2009-10-03Fix Index reading from INF file.Graeme Geldenhuys
2009-10-02EpicTimer timing is now controlled by project wide defineGraeme Geldenhuys
2009-10-02Added inf04.txt to project for easy reference.Graeme Geldenhuys
2009-10-02This goes with previous commit. Forgot to check it in.Graeme Geldenhuys
2009-10-02topic.gettext now uses a String type instead of PChar.Graeme Geldenhuys
2009-10-01Added EpikTimer for performance timing. Just a temporary thing.Graeme Geldenhuys
2009-10-01New utility method GetFileSize() that takes a full filename as parameter.Graeme Geldenhuys
2009-10-01Add loading progress and multiple file loading.Graeme Geldenhuys