Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-07 | nothing to report. Simply aligned some text. | Graeme Geldenhuys | |
2009-11-07 | Implemented search edit for the Index tab in the main form. | Graeme Geldenhuys | |
2009-11-07 | some coding format changes. | Graeme Geldenhuys | |
2009-11-07 | docdump: new outputs extended toc entry information. | Graeme Geldenhuys | |
2009-11-07 | New unit that adds IIF() support. | Graeme Geldenhuys | |
This simplies various statements where I need to return a true or false value. Nice for inline checks. | |||
2009-11-07 | New 1bit type - an alternative to boolean type | Graeme Geldenhuys | |
2009-11-07 | Finally fixed the "unable to load topic" error | Graeme Geldenhuys | |
I simply forgot to cast the pointer to PByte before I incremented it to the next slot. | |||
2009-11-05 | implemented new command line parameters | Graeme Geldenhuys | |
* Fixed search by topic id * Implement search by topic name * Reworked the available parameters * Added extra debug information for INF file. | |||
2009-11-05 | Surfaced more INF header information as properties. | Graeme Geldenhuys | |
2009-11-05 | Support for DocView's Context ID or Keyword ID added. | Graeme Geldenhuys | |
2009-11-05 | minor changes required in fpg_tree.pas to work with FPC 2.3.1 | Graeme Geldenhuys | |
2009-11-05 | More support for a help system | Graeme Geldenhuys | |
* Implemented InvokeHelp in TfpgWidget * implemented InvokeHelp and OnHelp event in TfpgForm * Implemented HelpConext, HelpKeyword and HelpType in TfpgComponent | |||
2009-11-05 | Fixed mouse wheel scrolling in treeview. | Graeme Geldenhuys | |
* Content does not scroll vertically off the screen anymore. * Vertical scrollbar button now positions correctly when scrolling with mouse wheel of scrollbutton slider. | |||
2009-11-04 | This fixes the extra spaces problem when show source code examples. | Graeme Geldenhuys | |
2009-11-04 | This will now make that unordered lists are displayed correctly with a bullet. | Graeme Geldenhuys | |
2009-11-03 | Fix bug where if Memo linecount = 0 the cursor was not drawn. | Graeme Geldenhuys | |
2009-10-30 | IsFixedWidth fallback implementation for TfpgFont | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-29 | Lots of extra ProfileEvent calls and TLogicalFont is now a TObject descendant. | Graeme Geldenhuys | |
2009-10-29 | various little changes. Nothing major. | Graeme Geldenhuys | |
2009-10-29 | Standardized on more accessible fonts like 'Sans' instead of 'Aria'. | Graeme Geldenhuys | |
All font references have been replaced with constants so now it's easier to update in the future. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-29 | AddAndResize caused 64bit DocView to crash. | Graeme Geldenhuys | |
This rewrite is maybe not the most efficient, but at least it now works on 64bit DocView as well. Later all this will be removed when I move all PChar's to String type. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-28 | Adds support for highlighting searched words after a search. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-28 | Fixes a bug where if you clicked on the button in Index tab you got an error. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-28 | Minor code formatting, 2 new types and project file update. | Graeme Geldenhuys | |
2009-10-28 | DocDump support for reading TOC information. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-28 | Implemented a Location Bar | Graeme Geldenhuys | |
The statusbar text now gets updated to show you where in the help file (based on TOC) you are. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-28 | Add support for hyperlinks in topic page. | Graeme Geldenhuys | |
You can now click on blue hyperlinks in the topic and it will jump to that topic. This still needs work and lots more testing. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-27 | debug header information now reports on all opened files. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-27 | Setting initial starting directory and using it when using open file dialog. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-27 | New property setting initial directory in the File Open/Save dialog. | Jean-Marc | |
2009-10-27 | Fix enable/disable of SpinEdit buttons when min/max is reached. | Jean-Marc | |
2009-10-27 | Some min/max fixes to SpindEdit. | Jean-Marc | |
2009-10-26 | Template for adding spinedit components in UI Designer. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-26 | Minor fixes to properties in fpg_spinedit unit. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-26 | Implement a setter method for FormDesigner property | Graeme Geldenhuys | |
* Also replaced various FFormDesigner checks with InDesigner method. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-25 | Process Controls information. | Graeme Geldenhuys | |
* Not 100% complete yet. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-25 | Extend IPF Format unit with Controls type definitions. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-25 | Add new NLS data structures to the IPF format file. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-25 | Processing Font data from the help file. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-25 | Helper Iterator classes for looping purposes. | Graeme Geldenhuys | |
2009-10-25 | Processing NLS data. | Graeme Geldenhuys | |
2009-10-25 | Add new unit that processes the String Table data in the inf file. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-25 | Add some explanatory comments to the code. | Graeme Geldenhuys | |
2009-10-24 | Add processing of external file entries. | Graeme Geldenhuys | |
Also added some unit level comments. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-24 | Add Extended Header information to docdump project. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-24 | Fix "index out of bounds" error when clicking on debug inf header menu option. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-24 | New documentation found on the "unknown" fields in the header structure. | Graeme Geldenhuys | |
Thanks to the Open Watcom project I found the meaning of the remaining 4 unknown fields. Also made some minor changes to DocView to compile with new header structure. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-24 | New debug project: docdump which dumps the file structure of INF files | Graeme Geldenhuys | |
out to a more human readable form. Hopefully this will help me debug and reading problems in docview. And also help with implementation of a custom ipfc compiler (one day). Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-23 | With new mediator refactoring the CheckBox mediator can be simplified. | Graeme Geldenhuys | |
2009-10-23 | Very basic support for Help Files in fpgApplication. | Graeme Geldenhuys | |
Still plenty to do, but at least it can launch the help viewer now. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> |