summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-10-20Enabled Index support in the main GUI.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-20Fixed reading of Index information from help file.Graeme Geldenhuys
I forgot the record had to be a packed record. Dope! Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-19Update docview project file.Graeme Geldenhuys
2009-10-19Move debug options into its own menu item. Now it's easy to disable for ↵Graeme Geldenhuys
releases. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-19Started adding save/restore of settings in GUI.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-19Add Refresh Font Substitution function.Graeme Geldenhuys
2009-10-19Implement Save Topic To IPF in the GUI.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-19Extended "Save topic to IPF" feature. User can select escaped or not ↵Graeme Geldenhuys
behaviour too. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-19Minor code formatting.Graeme Geldenhuys
2009-10-19Fix FixedFontSubstitue. No more using of Pointer(1) rubbish.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-16No need for pString support.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-15Improved claim to fame for the about dialog. :)Graeme Geldenhuys
2009-10-15Update Main Form to use new loading procedures for INF files.Graeme Geldenhuys
* The first version of DocView that actually can load a INF file since the change to TFileStream usage and new NewView updates. * It still crashes often though! :-( Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-15Unit is now stand-alone.Graeme Geldenhuys
* No more dependencies on nvUtils. So now we can use this in other projects like a infheaderdump project etc... Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-15Fixed compiler error in project.Graeme Geldenhuys
* moved Settings initialization to Main Form. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-15New memory functions added, but not really needed for FPC.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-15Update for latest NewView compatibility.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-15New units added for resource strings and other constants.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-15Update HelpFile unit to latest NewView sources.Graeme Geldenhuys
* Update HelpFile unit. * Fixed code formatting * Code compatibility changes in SearchUnit.pas Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-14Quick and dirty update of SearchUnit to latest NewView sources.Graeme Geldenhuys
2009-10-14Updated search table to latest NewView sources.Graeme Geldenhuys
2009-10-14updated TextSearchQuery to latest NevView sources.Graeme Geldenhuys
2009-10-14Ported HelpTopic unit from latest NewView sources.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-14A few new help functions and logevent() implemented.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-14Minor code formattingGraeme Geldenhuys
2009-10-14Some used constants, but a few of these will change later.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-14Ported SettingsUnit from latest NewView source.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-14Applied standard code formatting.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-14Removed old HelpWindow unit from project.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-14Update docview after removing DataTypes, HelpFileHeader units.Graeme Geldenhuys
* changes types to unsigned types * TProgressCallBack moved to IPFFileFormatUnit. * removed DataFile, HelpFileHeader from project * Added HelpWindowDimensions to project Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-13Ported and added new unit from latest NewView.Graeme Geldenhuys
2009-10-13Update IPF header unit to latest NewView.Graeme Geldenhuys
* HelpIfleHeader renamed to IPFFileFormatUnit * DataTypes information merged with IPF format unit. * DataTypes unit removed. * Merged previous changes like "packed" and extra comments into the new IPF unit. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-13INF tag processing out dated to RichView so margins did not workGraeme Geldenhuys
* Updated the margin tag to what the newer RichView expects. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-13Lots up debug output added and some extras.Graeme Geldenhuys
* The RichText View component is now up to date with the latest NewView from SVN. INF processing units are still way out dated. * Debug output added and controlled via define in nvUtilities unit. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12Shutdown optimization.Graeme Geldenhuys
When the application shuts down, there is no need to redraw the RichText View component. These changes are optimized for that behaviour. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12Make double sure everything gets freed.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12Session info now stored in IDE config directory.Graeme Geldenhuys
2009-10-12Rename Memo1 to RichView in main form.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12various minor changesGraeme Geldenhuys
* Removed all old references to TfpgMemo * UIDesigner changed some position properties on saving Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12Final touches to new "docview" project files.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12Rename project files to "docview".Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12enable heaptrc by default for debugging which developing.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12Fixed permission denied error when opening help files.Graeme Geldenhuys
Based on certain permission settings, it was sometimes not possible to open the INF help files. I have now explicity told the Assign() method that I am only intereset in read-only access. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-12Remove old references to TfpgMemo which was used for displaying topics.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-12Fix index out of bounds errorGraeme Geldenhuys
When now help files was loaded, switching to the INDEX tab caused this error. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-12Help file header debug info is now richtext formatted.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
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
Finally!!!! Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-10-09New Debug menu option and RichTextView component used.Graeme Geldenhuys
Replaced TfpgMemo with TRichTextView. Help -> Debug Hex values menu option added. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-08Finally fixed that memory leak and removed the array requirement.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>