Age | Commit message (Expand) | Author |
2012-11-21 | Adds a small stand-alone test app for the RichTextView component. | Graeme Geldenhuys |
2012-11-21 | Removed outdated code comment. | Graeme Geldenhuys |
2012-11-21 | richtextview - documentation in readme file is updated. | Graeme Geldenhuys |
2012-11-21 | richtext:: Incorrect "normal font" was assigned as default style. | Graeme Geldenhuys |
2012-11-19 | docview todo item already implemented. | Graeme Geldenhuys |
2012-10-23 | richview: Removed the extra margin for text at the top and bottom of the clie... | Graeme Geldenhuys |
2012-10-23 | richview: Implements a new BorderStyle property | Graeme Geldenhuys |
2012-08-28 | RichTextView: scrollbar width is now set to the standard size of 16px | Graeme Geldenhuys |
2012-08-21 | docview: fixes a memory leak in font handling. | Graeme Geldenhuys |
2012-08-21 | docview: fixes a memory leak. | Graeme Geldenhuys |
2012-04-25 | docview: added apptype line for windows platforms | Graeme Geldenhuys |
2012-03-13 | docview: updated the extrafpc.cfg file compiler options. | Graeme Geldenhuys |
2012-03-07 | docview: unit had missing compiler mode information. | Charlie Root |
2012-02-29 | docview docs: fixes a minor spelling mistake in the documentation. | Graeme Geldenhuys |
2012-02-13 | TOC and Index entries now in UTF-8 encoding | Graeme Geldenhuys |
2011-12-13 | docview: adds a title panel above the topic contents area. | Graeme Geldenhuys |
2011-12-13 | docview: changed target file output path to include CPU and OS. | Graeme Geldenhuys |
2011-12-13 | docview help: updated docs about Bookmarks support. | Graeme Geldenhuys |
2011-12-13 | docview help: changed the Note paragraph to a multi-paragraph note. | Graeme Geldenhuys |
2011-12-13 | docview help: removed the todo items already implemented. | Graeme Geldenhuys |
2011-12-13 | docview help: fixed a spelling mistake | Graeme Geldenhuys |
2011-12-02 | version bump to 0.8 | Graeme Geldenhuys |
2011-12-02 | Specify a target filename in the docview project file. | Graeme Geldenhuys |
2011-11-07 | Improves command line parameter handling. | Graeme Geldenhuys |
2011-08-29 | richview: fixed another memory leak. | Graeme Geldenhuys |
2011-08-29 | richview: removed DoAllocateWindowHandle() which caused a memory leak. | Graeme Geldenhuys |
2011-08-29 | richview: neatened up the CreateDefaultMenu() method. | Graeme Geldenhuys |
2011-08-29 | richview: making sure we tidy up everything. | Graeme Geldenhuys |
2011-08-29 | richview: fixed memory leak with font resources. | Graeme Geldenhuys |
2011-08-24 | richview: stop a possible index out of bounds error when there is no text. | Graeme Geldenhuys |
2011-08-24 | docview: enabled keyboard shortcuts in the File menu. | Graeme Geldenhuys |
2011-08-17 | richview syntax and information file renamed so it is easier to spot | Graeme Geldenhuys |
2011-08-17 | richview: to prevent "index out of bounds" errors while RV is empty. | Graeme Geldenhuys |
2011-08-16 | richview: extra check to make sure LineIndex is in range. | Graeme Geldenhuys |
2011-08-12 | Removed hard-coded Code Generation option in lazarus package. | Graeme Geldenhuys |
2011-08-11 | richview: improved the scrollbar textwidth and SB max value calculations. | Graeme Geldenhuys |
2011-08-11 | RichView: Correctly calculate the HScrollBar Max value. | Graeme Geldenhuys |
2011-08-11 | richview: ExtractNextTextElement() changed to support UTF-8 characters | Graeme Geldenhuys |
2011-08-11 | richview: we should be looking at SB Width or Height property | Graeme Geldenhuys |
2011-08-11 | richview: fixes right alignment of images | Graeme Geldenhuys |
2011-08-11 | richview: correct the localion where we call to update scrollbar coords. | Graeme Geldenhuys |
2011-08-11 | minor code formatting, improved code comments | Graeme Geldenhuys |
2011-08-11 | richview: fixes the painting bug of bottom/right corner rectangle | Graeme Geldenhuys |
2011-08-11 | corrected the bottom/right corner color for RichView. | Graeme Geldenhuys |
2011-08-11 | add and remove comments | Graeme Geldenhuys |
2011-08-08 | richview: minor refactoring of code and fixing of one memory leak. | Graeme Geldenhuys |
2011-08-08 | bug: forgot to check in this change. Item[] -> Items[] | Graeme Geldenhuys |
2011-08-05 | docview: updated the very out of date todo list file. | Graeme Geldenhuys |
2011-07-29 | docview: implemented saving and loading of bookmarks per file. | Graeme Geldenhuys |
2011-07-29 | docview: implemented TBookmark.Save method. | Graeme Geldenhuys |