index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
frm_main.pas
Age
Commit message (
Expand
)
Author
2009-10-28
Add support for hyperlinks in topic page.
Graeme Geldenhuys
2009-10-27
debug header information now reports on all opened files.
Graeme Geldenhuys
2009-10-27
Setting initial starting directory and using it when using open file dialog.
Graeme Geldenhuys
2009-10-24
Fix "index out of bounds" error when clicking on debug inf header menu option.
Graeme Geldenhuys
2009-10-21
Improved cmdline parameter handling and sync navigation.
Graeme Geldenhuys
2009-10-21
Add more support for command line parameters
Graeme Geldenhuys
2009-10-20
Better keyboard handling in the Search tab.
Graeme Geldenhuys
2009-10-20
Enabled Index support in the main GUI.
Graeme Geldenhuys
2009-10-19
Move debug options into its own menu item. Now it's easy to disable for relea...
Graeme Geldenhuys
2009-10-19
Started adding save/restore of settings in GUI.
Graeme Geldenhuys
2009-10-19
Add Refresh Font Substitution function.
Graeme Geldenhuys
2009-10-19
Implement Save Topic To IPF in the GUI.
Graeme Geldenhuys
2009-10-15
Improved claim to fame for the about dialog. :)
Graeme Geldenhuys
2009-10-15
Update Main Form to use new loading procedures for INF files.
Graeme Geldenhuys
2009-10-15
Fixed compiler error in project.
Graeme Geldenhuys
2009-10-13
Lots up debug output added and some extras.
Graeme Geldenhuys
2009-10-12
Shutdown optimization.
Graeme Geldenhuys
2009-10-12
Make double sure everything gets freed.
Graeme Geldenhuys
2009-10-12
Rename Memo1 to RichView in main form.
Graeme Geldenhuys
2009-10-12
various minor changes
Graeme Geldenhuys
2009-10-12
Remove old references to TfpgMemo which was used for displaying topics.
Graeme Geldenhuys
2009-10-12
Fix index out of bounds error
Graeme Geldenhuys
2009-10-12
Help file header debug info is now richtext formatted.
Graeme Geldenhuys
2009-10-11
Completed the MRU and (re)store of window State.
Graeme Geldenhuys
2009-10-11
Add MRU support as well as store/restore window size and position.
Graeme Geldenhuys
2009-10-09
New Debug menu option and RichTextView component used.
Graeme Geldenhuys
2009-10-08
Remove memory leak.
Graeme Geldenhuys
2009-10-08
Initial import of ported RichTextView component.
Graeme Geldenhuys
2009-10-05
Added search support to the GUI.
Graeme Geldenhuys
2009-10-03
Add Index count information in debug output.
Graeme Geldenhuys
2009-10-03
Implemented doubleclick behaviour for TOC treeview and Index listbox.
Graeme Geldenhuys
2009-10-03
Replaced Index treeview with a listbox.
Graeme Geldenhuys
2009-10-03
Fix grammar mistake.
Graeme Geldenhuys
2009-10-03
Fix Index reading from INF file.
Graeme Geldenhuys
2009-10-02
EpicTimer timing is now controlled by project wide define
Graeme Geldenhuys
2009-10-02
topic.gettext now uses a String type instead of PChar.
Graeme Geldenhuys
2009-10-01
Added EpikTimer for performance timing. Just a temporary thing.
Graeme Geldenhuys
2009-10-01
Add loading progress and multiple file loading.
Graeme Geldenhuys
2009-10-01
Basic UI design completed and removed unused debug lines.
Graeme Geldenhuys
2009-10-01
Help viewer can now view help contents but with some errors.
Graeme Geldenhuys
2009-09-30
Add support for closing existing help and opening new ones without a app rest...
Graeme Geldenhuys
2009-09-30
Add new menu item in Help menu for debugging purposes.
Graeme Geldenhuys
2009-09-30
Implement AddChildNodes() but it still needs testing.
Graeme Geldenhuys
2009-09-30
More help file loading changes.
Graeme Geldenhuys
2009-09-29
Code to load our first help file!
Graeme Geldenhuys
2009-09-29
Ported some basic IPF units to Free Pascal.
Graeme Geldenhuys
2009-09-29
Add 'File | Open' event handler.
Graeme Geldenhuys
2009-09-29
Initial checking of basic application main form.
Graeme Geldenhuys