Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-02 | ats: standardised the name of the event handler | Graeme Geldenhuys | |
2015-04-02 | ats: published FocusCol and FocusRow properties for the LangGrid component | Graeme Geldenhuys | |
2015-03-29 | docs: new help for TfpgApplicationBase.MainForm and CreateForm() | Graeme Geldenhuys | |
2015-03-29 | docs: specify our own CSS file when we generate HTML output | Graeme Geldenhuys | |
2015-03-18 | documentation for newly added methods in fpgApplication | Graeme Geldenhuys | |
2015-03-18 | Two new form helper functions added to fpgApplication | Graeme Geldenhuys | |
- GetFormByClassName() - GetFormByName() | |||
2015-03-10 | Removes obsolete fpdoc.css file for HTML docs | Graeme Geldenhuys | |
2015-03-10 | Removes deprecated TFPColor usage | Graeme Geldenhuys | |
- That includes any color conversion functions - Projects using TFPColor | |||
2015-03-10 | fpdoc.css: Improves the layout of the definition list contents | Graeme Geldenhuys | |
2015-03-10 | fpdoc.css: Improves the menu bar text visibility | Graeme Geldenhuys | |
2015-03-10 | fpdoc.css: fixes the class tree hierarchy page | Graeme Geldenhuys | |
2015-03-10 | docs: new custom style sheet for class documentation. | Graeme Geldenhuys | |
2015-03-09 | docdump: fixes parameter handling and usage help output. | Graeme Geldenhuys | |
2015-03-09 | Document most of the fpg_utils unit functions and procedures. | Graeme Geldenhuys | |
2015-03-09 | Replace deprecated functions with alternatives | Graeme Geldenhuys | |
2015-03-09 | Adds new functions to fpg_utils | Graeme Geldenhuys | |
* fpgGitBit() - queries bit values * fpgSetBit() - sets bit values * fpgIntToBin() - outputs bit valuse as a string | |||
2015-03-05 | Published some mouse events for Checkbox, ComboBox, Edit, EditBtn, Listbox ↵ | Graeme Geldenhuys | |
and Memo | |||
2015-03-01 | bug: fixes deleting extra character after Cut-To-Clipboard it TextEdit widget | Graeme Geldenhuys | |
Using the keyboard combination to cut to the clipboard deleted an extra character that was not selected. | |||
2015-03-01 | Minor tweak to the compiler settings | Graeme Geldenhuys | |
2015-02-28 | bug: Improved tokenizer to correctly extract font name for Font Dialog. | Graeme Geldenhuys | |
Before the tokenizer didn't accept a font name that contain the @ or - symbols, thes the font name listbox never had any selection shown. | |||
2015-02-28 | code formatting fix | Graeme Geldenhuys | |
2015-02-28 | bug: Fixes GDI issue where if font name contain a @ or - symbol the couldn't ↵ | Graeme Geldenhuys | |
be selected For example: '@Terminal-10' did not work. Neither did 'VNI-Bamas-10'. The tokenizer was improved to look-ahead or accept extra characters like the @ symbol. | |||
2015-02-26 | fpcunit: on running the tests, first expand the tree | Graeme Geldenhuys | |
This means we can observe how the tests are progressing. | |||
2015-02-26 | fpcunit: fixes the bug where the treeview is partiall obscured | Graeme Geldenhuys | |
The panel containing the treeview is set to alClient alignment, and it was set before any of the other non-client aligned panels. This was the wrong order of doing things. | |||
2015-02-26 | fpcunit: cleaned up uses clause | Graeme Geldenhuys | |
As per compiler hints, I removed all unused entries in the uses clause. | |||
2015-02-22 | docs: TfpgImageBase | Graeme Geldenhuys | |
2015-02-22 | docs: Updte general info about fpGUI | Graeme Geldenhuys | |
2015-02-22 | docs: Additional Topics - embedded forms | Graeme Geldenhuys | |
2015-02-22 | docs: TfpgImagePanel | Graeme Geldenhuys | |
2015-02-22 | docs: fpg_panel.pas unit | Graeme Geldenhuys | |
2015-02-22 | vlc: fix compiler error with FPC 3.0 | Graeme Geldenhuys | |
2015-02-20 | VLC demo: show time lapse and selection dialog now supports audio files | Graeme Geldenhuys | |
2015-02-19 | Minor optimisation to CanvasBase.SetFont() | Graeme Geldenhuys | |
2015-02-19 | Removed fpgApplication.DefaultFont | Graeme Geldenhuys | |
We really don't need yet another "default font". All references to fpgApplication.DefaultFont has been changed to fpgStyle.DefaultFont - as it should be. | |||
2015-02-19 | menu: Replace font reference variable with direct fpgStyle calls | Graeme Geldenhuys | |
If the fpgStyle changed at runtime, those font reference variables are out of scope and causes a runtime error. | |||
2015-02-19 | tabs: Replace internal FFont reference variable. | Graeme Geldenhuys | |
If the fpgStyle was changed at runtime, the FFont reference variable was out of scope and caused a runtime error. We now simply ask fpgStyle for the DefaultFont and then all is well. | |||
2015-02-15 | bug: fixes a spelling error in a property | Graeme Geldenhuys | |
PagerWidth -> PaperWidth Thanks to Juha Manninen for reporting this. | |||
2015-02-12 | Docs on what to do for a new release | Graeme Geldenhuys | |
This is still work in progress. | |||
2015-02-12 | Version bump | Graeme Geldenhuys | |
2015-02-08 | Listview improvements. | Andrew Haines | |
Added Listview property OnItemActivate for when an item is doubleclicked or enter is pressed for a selected item. Added Column property AutoExpand the column will use any space leftover in the listview width. Setting to True unsets the property on other columns. Added Listview property ShowFocusRect. Sets wether or not the selected item's focusrect is drawn. | |||
2015-02-06 | Merge remote-tracking branch 'jmarcl/reporting' into develop | Graeme Geldenhuys | |
Removes unnecessary colors from the demo. | |||
2015-02-05 | docview: minor tweak to project settings for RELEASE builds | Graeme Geldenhuys | |
2015-02-05 | Framework build scripts switched to DEBUG build mode | Graeme Geldenhuys | |
The reason this was done, is because the RELEASE mode allows FPC to strip out code that isn't used by the framework. This causes a problem for other projects, because other projects might still need that stripped out code (eg: Docview). It run it often causes a "identifier not found" error. Switching back to DEBUG build means those projects compile without problem. | |||
2015-02-05 | uidesigner: Adds a Maximus IDE project file for UIDesigner | Graeme Geldenhuys | |
2015-02-05 | docview: added a Maximus IDE project file for DocView | Graeme Geldenhuys | |
2015-02-04 | ide: recreate directory hierachy on checkout | Graeme Geldenhuys | |
That way if we build maximus for the first time after a fresh clone of the repository, we will not get any compiler error about the output directory not existing. | |||
2015-02-02 | script: FPC reference replaced with a variable to FPC binary | Graeme Geldenhuys | |
This means if we want to change the FPC binary we only need to edit one line. | |||
2015-02-02 | IDE: config setting to help with compiling from command line | Graeme Geldenhuys | |
2015-02-02 | Updated TODO file with completed tasks. | Graeme Geldenhuys | |
2015-02-01 | Merge branch 'develop' of https://github.com/graemeg/fpGUI into develop | Andrew Haines | |
Fixed xml conflicts of lpi's manually Conflicts: examples/gui/filedialog/filedialog.lpi examples/gui/modalforms/modalforms.lpi |