Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-15 | Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui | Andrew Haines | |
2010-08-14 | Doc build scripts for HTML, IPF (INF help) and RTF. | Graeme Geldenhuys | |
* To generate correct documentation, you need to use the latest fpdoc from FPC 2.5.1 (trunk). This contains various fixes for fcl-passrc, fpdoc and the new IPF output writer for INF help. | |||
2010-08-14 | deleted more obsolete docs. | Graeme Geldenhuys | |
2010-08-14 | removed all old doc scripts and html content. | Graeme Geldenhuys | |
2010-08-14 | docview: move work in implementing image support. | Graeme Geldenhuys | |
* Fixed CreateFromHelpFile so that TFileStream parameter can be stored internall. * Added some extra checks that correct amount of bytes have been read. | |||
2010-08-13 | Documentation update for fpg_main and fpg_button. | Graeme Geldenhuys | |
2010-08-13 | docview: Added include file to project. | Graeme Geldenhuys | |
Some minor code formatting too. | |||
2010-08-13 | docview: Now manages some images for RichTextView control. | Graeme Geldenhuys | |
The image list contains "missing image" images to indicate where images where supposed to have been displayed. | |||
2010-08-13 | Added a new bitmap for use where images should have been loaded | Graeme Geldenhuys | |
2010-08-13 | minor changes to INF format document | Graeme Geldenhuys | |
2010-08-12 | imagelist: in the destructor, rather call .Free and not .Destroy | Graeme Geldenhuys | |
2010-08-12 | richview: fixed position of bitmap in context. | Graeme Geldenhuys | |
The positioning of images still used the OS/2 co-ordinate system. This is now fixed. | |||
2010-08-11 | docview: source file for DocView context help. | Graeme Geldenhuys | |
2010-08-11 | docview: Replaced fake NullObject unit with HelpBitmap unit. | Graeme Geldenhuys | |
2010-08-11 | Converted NewView HelpBitmap unit to DocView | Graeme Geldenhuys | |
* Code is untested but compiles * | |||
2010-08-11 | INF spec update | Graeme Geldenhuys | |
2010-08-11 | docview: improved handling of external links. | Graeme Geldenhuys | |
When a external link is clicked, display a user friendly message that support doesn't exist yet. | |||
2010-08-11 | NullObject THelpBitmap is now a TfpgImage descendant. | Graeme Geldenhuys | |
2010-08-11 | RichTextView: Minor method parameter refactoring. | Graeme Geldenhuys | |
To reduce in possible confusion - with Images property found in some other classes. | |||
2010-08-11 | TfpgImageList: Added a Clear method. | Graeme Geldenhuys | |
2010-08-11 | docview: Replaced the fake TImageList with the actual TfpgImageList | Graeme Geldenhuys | |
2010-08-11 | docview todo list: update list with completed tasks and added | Graeme Geldenhuys | |
some new tasks. | |||
2010-08-11 | docs: New help description file for fpg_button.pas unit. | Graeme Geldenhuys | |
2010-08-11 | docs: some help content corrections. | Graeme Geldenhuys | |
2010-08-10 | docs: updated docs for fpg_constants.pas unit. | Graeme Geldenhuys | |
2010-08-10 | docview install readme txt file. | Graeme Geldenhuys | |
* This is still work-in-progress. It seems to work on some systems, but not 100% on others. :-/ | |||
2010-08-10 | docs: update docs for fpg_dialogs.pas unit. | Graeme Geldenhuys | |
* also fixed the fpdoc syntax errors that was reported. | |||
2010-08-10 | docs: updated docs for fpg_colormapping.pas unit. | Graeme Geldenhuys | |
Not all fpdoc output writers document the parameters of methods. So instead of add the documentation of those parameters as part of the Method help. | |||
2010-08-10 | Docs: updated docs for fpg_main.pas unit. | Graeme Geldenhuys | |
2010-08-10 | Docs: updated docs for fpg_base unit. | Graeme Geldenhuys | |
2010-08-10 | Alignment bugfix: TfpgWidget.DoAlign never checked if widget was visible or not | Graeme Geldenhuys | |
If widgets are not visible, they are not added to list of widgets that need to be re-aligned. | |||
2010-08-06 | docview: implemented external link click support. | Graeme Geldenhuys | |
When end-user clicks on a external link (http, ftp, mailto), then fpgOpenURL() is called. | |||
2010-08-06 | docview: Correctly pass in the text area height to DrawText | Graeme Geldenhuys | |
2010-08-06 | docview: Code cleanup, removing already commented code. | Graeme Geldenhuys | |
2010-08-06 | docview: We don't have Line.MaxDescender set, so no need to use it. | Graeme Geldenhuys | |
2010-08-06 | docview: Fixed mono font screwup when scrolling large tables. | Graeme Geldenhuys | |
When scrolling pages that contain large tables of source code examples using mono fonts, it changed no non-mono fonts. This is now finally fixed! | |||
2010-08-06 | docview: Removed the check for FontType = ftOutline. | Graeme Geldenhuys | |
We always use outline fonts in fpGUI. | |||
2010-08-06 | docs: Updated XML Description files to use package name 'fpGUI'. | Graeme Geldenhuys | |
* Some documentation additions was made too. | |||
2010-08-05 | updated unit description. | Graeme Geldenhuys | |
2010-08-05 | RichTextView: Improved the scrollbar PageSize and SliderSize based on ↵ | Graeme Geldenhuys | |
content displayed. | |||
2010-08-05 | RichTextView: fixed the scrolling direction when PgUp or PgDn is pressed. | Graeme Geldenhuys | |
2010-08-05 | Docs: some minor new class documentation. | Graeme Geldenhuys | |
2010-08-05 | DocView: clicking on scrolled pages did not detect hyperlinks. | Graeme Geldenhuys | |
This was a bug, where I didn't apply the scroll offset correctly. for the Y-axis. | |||
2010-08-02 | Update v0.7 release changelog info. | Graeme Geldenhuys | |
2010-08-02 | Debug Server: New sample application that works with FPC's dbugintf unit. | Graeme Geldenhuys | |
A nice application that displays debug messages sent via applications. Very handy for debugging CGI applications too. | |||
2010-08-02 | Added VERSION_FILE.inc to fpgui_toolkit.lpk packages and updated version. | Graeme Geldenhuys | |
2010-08-02 | Grid Demo: Added Smooth Scrolling checkbox to demo. | Graeme Geldenhuys | |
2010-08-02 | DocView: Improved the toolbar look. | Graeme Geldenhuys | |
* Changed buttons to flat look. * Added divider lines between button groups. * Debug Menu item is now checked or unchecked. * Moved INF Header Info menu item to Help menu. | |||
2010-07-30 | tiOPF Mediators: Implemented a ListBox list mediator. | Graeme Geldenhuys | |
* This is still work-in-progress. Currently it doesn't work with the tiModelMediator unit yet, but you can instantiate and use it manually. | |||
2010-07-22 | ListView: Introduced new .NewItem method. | Graeme Geldenhuys | |
* This differs from .AddNew, in that it doesn't add the newly created item to the Items list. The developer can decide to insert it anywhere, or add it to the end of the Items list. |