Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-26 | docview: fixes the AV that occurs when you switch INF files that had notes. | Graeme Geldenhuys | |
The ClearNotes() function was correctly called, I just forgot to implement it. :-( | |||
2011-07-26 | docview: bug fix in font substitutions. | Graeme Geldenhuys | |
I defined a incorrect default font value. The Fixed Font Substitutes are supposed to reference the fonts as defined in the IPF file, which will then get substituted with the user's selected fixed font. | |||
2011-07-26 | docview help: more grammar improvements. | Graeme Geldenhuys | |
2011-07-25 | docview help: Replaced the work 'DocView' with a &dv. marco. | Graeme Geldenhuys | |
Now we have the product name 'DocView' written in a consistent manner throughout the document. It is now easy to change in the future too. | |||
2011-07-25 | docview help: improved some grammar in the help text. | Graeme Geldenhuys | |
2011-07-25 | docview help: fixed the formatting of example text. | Graeme Geldenhuys | |
- corrected the indentation level of example code - added two missing paragraph symbols that should have appeared after example text. | |||
2011-07-25 | docview: -n parameter validation | Graeme Geldenhuys | |
We now gracefully handle invalid -n parameter values, and notify the enduser of such a problem - instead of just crashing out. | |||
2011-07-25 | docview: 1st parameter handling improvement | Graeme Geldenhuys | |
We now try and detect if a valid filename was passed as the first parameter. If not (eg: some other -XXX parameter) then we simply ignore it. | |||
2011-07-24 | docview: adjusted Margin Size Style to Avg Char Width. | Graeme Geldenhuys | |
This gives an overall improved margin size. In future we should make this user selectable in Docview's Preferences dialog. | |||
2011-07-24 | docview: various RichTextStyleUnit fixes | Graeme Geldenhuys | |
- Rename Settings parameter to ASettings. This is to prevent possible confusion with the Settings global variable. - ApplyStyleTag had many issues, applying the style changes to the wrong properties. Manyly, styling was applied to the ASettings parameter when they should have been applied to the Style parameter. - Code formatting improvements. | |||
2011-07-24 | docview: rename paramater so as to prevent confusion with a global variable | Graeme Geldenhuys | |
Settings is a global variable for RichView component. I renamed the parameter Settings to ASettings so as to prevent any possible confusion between the two. | |||
2011-07-24 | docview: code formatting improvements. Mainly indentation in case statements. | Graeme Geldenhuys | |
2011-07-24 | docview: deleted unused or commented code | Graeme Geldenhuys | |
2011-07-24 | docview: bug fix where font description had two fontsize values defined. | Graeme Geldenhuys | |
2011-07-23 | docview: minor code formatting improvements. | Graeme Geldenhuys | |
2011-07-23 | docview: FontNameSize has a duplicate font size element | Graeme Geldenhuys | |
The global variable DefaultTopicFont already contained the font size, so we didn't need to append it. | |||
2011-07-23 | TRichTextLayout & TLayoutLine code reworked to classes instead of arrays | Graeme Geldenhuys | |
- TLayoutLine changed from a record type to a data class - Implemented TLayoutLineList class instead of using a dynamic array for TLayoutLine storage. - Changed all related code to reference the object list correctly. | |||
2011-07-23 | wip stash | Graeme Geldenhuys | |
2011-07-23 | fixes compiler errors after bring 'fonts_refactor' branch up to speed | Graeme Geldenhuys | |
2011-07-23 | Major refactoring in the CanvasFontManager unit. Work-in-Progress! | Graeme Geldenhuys | |
The CanvasFontManager unit has totally been reworked to use the native TfpgFont class instead of TLogicalFont, TFontFace etc... The code is a lot more simplified now and DocView can actually display content but there are some width wrapping issues and AV's on changing topics. This will be fixed next. | |||
2011-07-18 | docview: new helper item in Tools menu. Showing environment variables that ↵ | Graeme Geldenhuys | |
DV uses. | |||
2011-07-13 | docview: added various bookmark related methods. eg: Load, Save, Add etc. | Graeme Geldenhuys | |
2011-07-13 | Added a new unit and class to describe a "bookmark" object. | Graeme Geldenhuys | |
2011-04-07 | Another article on reading the INF file | Graeme Geldenhuys | |
2011-04-07 | More documentation on the INF file format | Graeme Geldenhuys | |
2011-04-06 | docdump: fixes the TOC entry offset values in hex and bytes. | Graeme Geldenhuys | |
The offset is now the offset in bytes from the start of the INF file. | |||
2011-04-06 | docdump: make sure all counters are 0-based | Graeme Geldenhuys | |
It might look better for humans if counting is 1-based, but for reference with the INF file structure, lets keep all the docdump output 0-based. | |||
2011-04-06 | docdump: processing of the INF dictionary | Graeme Geldenhuys | |
2011-04-06 | minor code improvements to docview's SearchTable unit. | Graeme Geldenhuys | |
2011-04-06 | Docview: new debug item to dump the INF dictionary to file. | Graeme Geldenhuys | |
2011-04-06 | minor code improvement for readability. | Graeme Geldenhuys | |
2011-04-06 | Cleanup of the unit and code comments. | Graeme Geldenhuys | |
2011-04-06 | Just to make sure us humans understand what must happen. ;-) | Graeme Geldenhuys | |
2011-04-06 | More detailed info about FTS data in INF help files. | Graeme Geldenhuys | |
2011-03-26 | fixed a typo in docview's help source. | Graeme Geldenhuys | |
2011-03-26 | Minor code changes so docview is compilable with FPC 2.5.1 | Graeme Geldenhuys | |
Thanks to Michael van Canneyt for the patch. | |||
2011-02-23 | docview: add missing button hints on toolbar. | Graeme Geldenhuys | |
2011-02-07 | docview: Removed left-over debug code. Sorry! :-( | Graeme Geldenhuys | |
2011-02-07 | bugfix: Loading user notes lots LineEnding prefixes. | Graeme Geldenhuys | |
Notes are now loaded, exactly like they were saved. | |||
2011-02-03 | temp storage for Encoding implementation in DocView | Graeme Geldenhuys | |
2011-01-12 | docview: incorrect anchors were set for Delete button in Notes form. | Graeme Geldenhuys | |
2011-01-12 | unimportant updates due to ui designer. | Graeme Geldenhuys | |
2011-01-12 | uidesigner: Field variable was in wrong location in code. | Graeme Geldenhuys | |
It's not something that should be managed by the ui designer. | |||
2011-01-11 | Splitter handling improvement in main form | Graeme Geldenhuys | |
* PageControl now has a MinWidth set, so that making it ridiculously small doesn't scew with the widget anchors. * Due to above change the default splitter snapping doesn't occur. So now we worked around that using a new OnDoubleClick event handler, by simply making the pagecontrol visible or not. | |||
2011-01-11 | DocView config dialog fix. A button didn't have its Anchors set. | Graeme Geldenhuys | |
2011-01-10 | DocView documentation update | Graeme Geldenhuys | |
2010-12-30 | Docview: apply min width/height constraints to the main form. | Graeme Geldenhuys | |
2010-12-30 | Docview: Fixed anchors for OK and Save buttons in Config dialog. | Graeme Geldenhuys | |
Also set min width/height constraints for the dialog. | |||
2010-11-11 | docview: about form text change | Graeme Geldenhuys | |
2010-09-30 | docview help file update. | Graeme Geldenhuys | |
Amended information about Annotations/Notes support. |