summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-18fpg_hyperlink docs updateGraeme Geldenhuys
2010-08-18fpg_dialog docs updateGraeme Geldenhuys
2010-08-18fpg_colorwheel docs updateGraeme Geldenhuys
2010-08-18fpg_colormapping docs updateGraeme Geldenhuys
2010-08-18fpg_wuline docs updateGraeme Geldenhuys
2010-08-18fpg_utils docs updateGraeme Geldenhuys
2010-08-18fpg_main docs updateGraeme Geldenhuys
2010-08-18fpg_imgfmt_bmp docs updateGraeme Geldenhuys
2010-08-18fpg_constants docs updateGraeme Geldenhuys
2010-08-18fpg_base docs updateGraeme Geldenhuys
2010-08-18script updatesGraeme Geldenhuys
2010-08-18UI Designer: Reworked the "Tab Order" and "Widget Order" dialog with a TreeviewGraeme Geldenhuys
* Original dialog used to use a ListBox with indentation * Many reordering bugs in old design is now fixed in the new one. Note: Still outstanding is the sorting of the nodes by TabOrder when using the "Tab Order" dialog mode.
2010-08-18Treeview: Bumped up the visibility of some handy methods.Graeme Geldenhuys
2010-08-18TreeNode.Append() changed parameter name to something more meaningful.Graeme Geldenhuys
2010-08-18Treeview: Introduced a new method TfpgTreeNode.MoveTo()Graeme Geldenhuys
Tree nodes can now be moved around in the tree. Behaviour is controlled with the TfpgNodeAttachMode parameter.
2010-08-18Treeview: Two now methods added. FullCollapse and FullExpand.Graeme Geldenhuys
2010-08-18Treeview: Tree nodes now track which tree they belong with.Graeme Geldenhuys
2010-08-18Add the open source OpenWatcom IPF Compiler. It compiles IPF help files.Graeme Geldenhuys
* This includes a Windows and Linux version. Both 32-bit. * Simply unpack the executable archives to use them. I'll write more detailed documentation on how to use the wipfc compiler. I also hope to some day implement my own IPF Compiler in Object Pascal.
2010-08-16Updated template and syntax definition for use with MSEideGraeme Geldenhuys
* added highlighting for some missing symbols * template GDB settings tweak
2010-08-16Updated project templates for use with MSEide.Graeme Geldenhuys
* Also included a new "Dark Pascal" color scheme
2010-08-14Doc 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-14deleted more obsolete docs.Graeme Geldenhuys
2010-08-14removed all old doc scripts and html content.Graeme Geldenhuys
2010-08-14docview: 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-13Documentation update for fpg_main and fpg_button.Graeme Geldenhuys
2010-08-13docview: Added include file to project.Graeme Geldenhuys
Some minor code formatting too.
2010-08-13docview: 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-13Added a new bitmap for use where images should have been loadedGraeme Geldenhuys
2010-08-13minor changes to INF format documentGraeme Geldenhuys
2010-08-12imagelist: in the destructor, rather call .Free and not .DestroyGraeme Geldenhuys
2010-08-12richview: 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-11docview: source file for DocView context help.Graeme Geldenhuys
2010-08-11docview: Replaced fake NullObject unit with HelpBitmap unit.Graeme Geldenhuys
2010-08-11Converted NewView HelpBitmap unit to DocViewGraeme Geldenhuys
* Code is untested but compiles *
2010-08-11INF spec updateGraeme Geldenhuys
2010-08-11docview: 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-11NullObject THelpBitmap is now a TfpgImage descendant.Graeme Geldenhuys
2010-08-11RichTextView: Minor method parameter refactoring.Graeme Geldenhuys
To reduce in possible confusion - with Images property found in some other classes.
2010-08-11TfpgImageList: Added a Clear method.Graeme Geldenhuys
2010-08-11docview: Replaced the fake TImageList with the actual TfpgImageListGraeme Geldenhuys
2010-08-11docview todo list: update list with completed tasks and addedGraeme Geldenhuys
some new tasks.
2010-08-11docs: New help description file for fpg_button.pas unit.Graeme Geldenhuys
2010-08-11docs: some help content corrections.Graeme Geldenhuys
2010-08-10docs: updated docs for fpg_constants.pas unit.Graeme Geldenhuys
2010-08-10docview 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-10docs: update docs for fpg_dialogs.pas unit.Graeme Geldenhuys
* also fixed the fpdoc syntax errors that was reported.
2010-08-10docs: 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-10Docs: updated docs for fpg_main.pas unit.Graeme Geldenhuys
2010-08-10Docs: updated docs for fpg_base unit.Graeme Geldenhuys
2010-08-10Alignment bugfix: TfpgWidget.DoAlign never checked if widget was visible or notGraeme Geldenhuys
If widgets are not visible, they are not added to list of widgets that need to be re-aligned.