Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-02 | Bump version number for the release. | Graeme Geldenhuys | |
2015-09-02 | docview: new project file for use with MSEide. | Graeme Geldenhuys | |
2015-09-02 | docview: finally fixed the broken INF image support. | Graeme Geldenhuys | |
It only took 6 years. ;-) | |||
2015-09-02 | docview: lzw decmopress tweak. | Graeme Geldenhuys | |
Code change after comparing the Pascal implementation to the C implementation. Everything still seems to work as normal after this. | |||
2015-09-02 | docview: minor code formatting | Graeme Geldenhuys | |
2015-09-02 | docview: file offset will always be a positive value. | Graeme Geldenhuys | |
2015-09-02 | docview: Fixes memory leak with processing files from command line parameters | Graeme Geldenhuys | |
2015-09-01 | docview: reuse fpgApplication.ShowException() instead. | Graeme Geldenhuys | |
2015-08-17 | docview: Fix bug where centered text setting was kept for longer than needed | Graeme Geldenhuys | |
When you used :lines. and :elines, the :elines was supposed to reset the text alignment to Left. Instead it never reset the text alignment at all, so if you used Centered or Right aligned text in the :lines. tag, any following text had the wrong alignment. | |||
2015-08-17 | docview: updated code comment to mention missing IPF tag. | Graeme Geldenhuys | |
2015-03-09 | docdump: fixes parameter handling and usage help output. | Graeme Geldenhuys | |
2015-02-12 | Version bump | Graeme Geldenhuys | |
2015-02-05 | docview: minor tweak to project settings for RELEASE builds | Graeme Geldenhuys | |
2015-02-05 | docview: added a Maximus IDE project file for DocView | Graeme Geldenhuys | |
2014-09-22 | docview: updated green arrows - much less jaggies. | Graeme Geldenhuys | |
2014-09-19 | docview: Adds an "About..." menu item in the Windows System Menu of the main ↵ | Graeme Geldenhuys | |
form. Just for fun and can be disabled if needed. | |||
2014-07-25 | Bump 'develop' branch to next version number | Graeme Geldenhuys | |
2013-06-18 | Updates extrafpc.cfg files so no console window is shown for Windows ↵ | Graeme Geldenhuys | |
compiled apps. | |||
2013-05-22 | docview: DND enabled | Graeme Geldenhuys | |
- dropping one or more files on the Contents treeview will open those files, in addition to what is already open - dropping a file on the richview component will close all existing files and only open that single file. | |||
2013-04-30 | Adds CP1251 to UTF8 encoding conversion | Graeme Geldenhuys | |
2013-04-30 | docview: Fixes encoding bug introduced in earlier refactoring | Graeme Geldenhuys | |
When I refactored the encoding conversion code, I accidentally write HelpFile.Encoding, instead of Settings.Encoding. This meant that changing the Encoding combobox in the docview main form had no affect. | |||
2013-04-25 | docview: Saving topics to IPF now save text as UTF-8 encoded text. | Graeme Geldenhuys | |
Lets promote Unicode (UTF-8) usage as much as possible. It's much easier than he stacks of other "old style" encodings. | |||
2013-04-25 | docview: fixes some compiler hints | Graeme Geldenhuys | |
- unused variables - added a note on how to fix another compiler hint (range check error) | |||
2013-04-25 | docview: minor code formatting changes | Graeme Geldenhuys | |
2013-04-25 | docview: extended "File Info" output to include font encoding information. | Graeme Geldenhuys | |
2013-04-25 | docview: When searching, do a text encoding conversion of dictionary words. | Graeme Geldenhuys | |
We forgot to do this before, so sometimes text could not be found. Also added a note on how we could improve the speed. | |||
2013-04-25 | docview: refactored text encoding version | Graeme Geldenhuys | |
docview now uses a single fpGUI call to do encoding conversions. This make is much easier to maintaing - a single method needs to be modified if new encoding conversions get added. | |||
2013-04-12 | docview: To make sure TotalSize is > 0 | Graeme Geldenhuys | |
2013-04-09 | Merge latest fixes from 'release-1.0' branch into develop | Graeme Geldenhuys | |
2013-04-09 | version bump for develop branch | Graeme Geldenhuys | |
2013-04-08 | docview: added lots of keyboard shortcuts | Graeme Geldenhuys | |
2013-04-06 | code syntax consistency. Changes << to shl | Graeme Geldenhuys | |
2013-04-05 | docview: Enabled support for reading images from INF files. (WIP) | Graeme Geldenhuys | |
This is still Work-In-Progress because the images are displayed, but sometimes incorrectly, or with a wrong color palette. Either way, this is progress, and very long overdue. ;-) | |||
2013-04-05 | docview: debug code to help debug reading images from INF files. | Graeme Geldenhuys | |
2013-04-05 | docview: removes commented code we don't use or need any more. | Graeme Geldenhuys | |
2013-04-05 | docview: simple pointer usage issues. | Graeme Geldenhuys | |
The program was overwriting the pointer itself, and not the location the pointer is pointing too. Simple mistake! :-/ | |||
2013-04-03 | docview: Help button in Notes dialog is now functional. | Graeme Geldenhuys | |
2013-04-03 | docview: update help file - bookmarks functionality is now fully implemented | Graeme Geldenhuys | |
2013-04-03 | docview: Implements the Bookmark Maintenance form. | Graeme Geldenhuys | |
We can now Jump To bookmark, rename bookmarks, delete bookmarks etc. | |||
2013-04-03 | docview: assign own help file for future dialog help. | Graeme Geldenhuys | |
2013-04-03 | Move constants to constants unit | Graeme Geldenhuys | |
2013-04-03 | docview: removed second constants unit - we only need one | Graeme Geldenhuys | |
2013-04-03 | docview: Adds support for external links (links to other INF files) | Graeme Geldenhuys | |
2013-04-02 | Bump the version numbers | Graeme Geldenhuys | |
2013-03-19 | docview: fixes grammer error in code comment | Graeme Geldenhuys | |
2013-03-19 | docview: Fixes a bug where URL links where not handled correctly. | Graeme Geldenhuys | |
When we detected know web browser names, we had to only use the URL part, not the original program+url text. DocView lets the OS choose the web browser. | |||
2013-03-14 | docview: improved the looks of the topic title panel | Graeme Geldenhuys | |
Later I will probably make this configurable too. | |||
2012-11-26 | docview: Improved the IPF-to-RichTextView generated tags for colored text. | Graeme Geldenhuys | |
2012-11-26 | Some docview IPF-to-RichTextView syntax changes. | Graeme Geldenhuys | |
Due to stricter syntax and other mark-up (tag) changes in RichTextView, we need to update DocView accordingly. Not much was needed though. | |||
2012-11-22 | Fixes line ending issues | Graeme Geldenhuys | |