Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-09-30 | richview: track cursor position for DocView Notes support | Graeme Geldenhuys | |
* Now we can click anywhere in the DocView topic to place our notes. There are still some minor positioning bugs, but I'll get to that later. | |||
2010-09-30 | docview: minor code formatting | Graeme Geldenhuys | |
2010-09-30 | Removed FontWidthPrecisionFactor. We don't use it anyway. | Graeme Geldenhuys | |
2010-09-30 | docview: configuration of Notes color is now possible. | Graeme Geldenhuys | |
2010-09-30 | docview: Adds annotation/notes support | Graeme Geldenhuys | |
2010-09-30 | docview: removing search highlighting by doing a blank search | Graeme Geldenhuys | |
2010-09-01 | docview: Implemented mouse cursor changes when moved over links. | Graeme Geldenhuys | |
2010-09-01 | docview settings dialog: fixed tab orders | Graeme Geldenhuys | |
2010-09-01 | docview: introduced user configurable mouse wheel scroll distance. | Graeme Geldenhuys | |
2010-09-01 | docview: Index Style setting. Changed ComboBox to RadioButtons. | Graeme Geldenhuys | |
2010-09-01 | docview: minor code formatting | Graeme Geldenhuys | |
2010-09-01 | docview: Removed unused or commented units | Graeme Geldenhuys | |
2010-09-01 | docview help file: added disclaimer and trademark topics. | Graeme Geldenhuys | |
2010-09-01 | DocView: apply user selectable fonts to RichView component. | Graeme Geldenhuys | |
Finally we have user selectable fonts! :) | |||
2010-09-01 | docview: Replace unicode character in source code with UTF-8 byte sequence. | Graeme Geldenhuys | |
2010-09-01 | docview: Replaced hard-coded font values with constants. | Graeme Geldenhuys | |
A reference to a default font or fixed font are now the same throughout docview. If you change one, you change them all. | |||
2010-09-01 | docview settings: NormalFont and FixedFont are now font descriptions only | Graeme Geldenhuys | |
2010-09-01 | Add docview.ipf to project file. | Graeme Geldenhuys | |
2010-09-01 | docview: NormalFont and FixedFont in TSettings are now font descriptions only. | Graeme Geldenhuys | |
We never actually used the TfpgFont instances, so lets rather use font descriptions instead. Less resources get used. | |||
2010-09-01 | minor fixes in DocView documentation | Graeme Geldenhuys | |
2010-09-01 | docview: Fixed 'Copy to clipboard' button anchoring. | Graeme Geldenhuys | |
2010-09-01 | docview: fixed unwanted linefeeds which were not in INF docs. | Graeme Geldenhuys | |
2010-08-27 | docview: add application icon and version info - under Windows. | Graeme Geldenhuys | |
2010-08-26 | docview: correctly centre the ShowText form. | Graeme Geldenhuys | |
2010-08-26 | docview: added new Tools menu item: Current topic properties. | Graeme Geldenhuys | |
* this is the same as item in popup menu in TOC tree view. But this works on hidden topics too. | |||
2010-08-26 | docview: added copy to clipboard button in ShowText form. | Graeme Geldenhuys | |
2010-08-26 | docview: fixed access violation when viewing some topics | Graeme Geldenhuys | |
* Not all topics need to be in the TOC tree view. When viewing such hidden topics, the method updating the Status Bar caused an access violation. Added some checks which new fixes the issue. | |||
2010-08-26 | docview: replaced string values with constants. | Graeme Geldenhuys | |
2010-08-26 | richview: disabled clipboard items in popup menu for now. | Graeme Geldenhuys | |
* This causes the app using Richview to freeze. :-/ | |||
2010-08-26 | Merge branch 'master' of /media/flash16gig/git_repos/fpgui | Graeme Geldenhuys | |
2010-08-25 | docview: File Information output now contains INF structure version info | Graeme Geldenhuys | |
2010-08-25 | docview application help completed! | Graeme Geldenhuys | |
2010-08-25 | docview: Implemented a "Topic Properties" popup menu option. | Graeme Geldenhuys | |
This is handle for developers to find a topic ID in help file, so they know what to call from there applications. | |||
2010-08-25 | docview: Show Text form now uses a monospace font. | Graeme Geldenhuys | |
2010-08-25 | docview: Minor menu item and toolbar tip updates. | Graeme Geldenhuys | |
2010-08-25 | docview: Added some extra error checking code to prevent exception errors. | Graeme Geldenhuys | |
2010-08-25 | docview: Two new items added to Tools menu. | Graeme Geldenhuys | |
Display Topic by (ID | Name). Debug items. | |||
2010-08-25 | docview: updated project file with new Text Form info. | Graeme Geldenhuys | |
2010-08-25 | docview: Hide ? button for later usage. | Graeme Geldenhuys | |
2010-08-25 | docview: Move Debug - File Info to new Tools menu. | Graeme Geldenhuys | |
2010-08-25 | docview: new text form added and Tools menu to view RichView Source. | Graeme Geldenhuys | |
For debugging purposes. | |||
2010-08-25 | docview application help update. | Graeme Geldenhuys | |
2010-08-25 | docview application help update. | Graeme Geldenhuys | |