Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-01 | Merge branch 'topleveldialogs' into develop | Andrew Haines | |
2015-02-01 | Changes to allow modal windows to have owners. | Andrew Haines | |
2015-01-19 | docs: Converted FPC Lang Ref IPF file to IBM850 encoding. | Graeme Geldenhuys | |
It used to be UTF-8 encoded, but Docview and INF doesn't have an option to allow DocView to auto-set UTF-8 when the file is opened. It can do it however for IBM850. | |||
2015-01-13 | RU translation update. | ArtSvetlakov | |
I'm not sure about the author's email address - I only have the GitHub username. | |||
2014-12-29 | UIDesigner: recreate unit output directory hierarchy | Graeme Geldenhuys | |
2014-12-29 | Minor updates - imported latest settings from uidesigner_clean.prj | Graeme Geldenhuys | |
2014-12-29 | New clean template UIDesigner project file for use with MSEide | Graeme Geldenhuys | |
2014-12-26 | Encapsulate TfpgStyle's font objects | Graeme Geldenhuys | |
Now the TfpgStyle class will free the font objects if they are reassigned No more memory leaks or manually freeing the font objects first. | |||
2014-12-21 | New MSEide project file for UIDesigner project | Graeme Geldenhuys | |
Use MSEide's global macros to define the correct paths to fpGUI | |||
2014-12-20 | Updated translation constants for all language files with lastest updates. | Graeme Geldenhuys | |
2014-12-20 | UIDesigner project file for MSEide updated. | Graeme Geldenhuys | |
The project file now uses the IDE's global macros. The idea is that you have those macros setup on each platform you work on. So when you open the project, the paths would automatically be correct. This simplifies the project settings a bit. | |||
2014-12-20 | color dialog: Color Picker and Hex Value editbox added. | Fred van Stappen | |
Thanks to Fred van Stappen for the original contribution. I (Graeme) make a couple more changes, code clean-up, and dialog translation. | |||
2014-12-19 | Merge remote-tracking branch 'github/develop' into develop | Graeme Geldenhuys | |
2014-12-19 | Merge remote-tracking branch 'jmarcl/editcombo' into develop | Graeme Geldenhuys | |
2014-12-18 | Fix bug in InternalListBoxSelect | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2014-12-15 | uidesigner: IconName is now available in the Object Inspector | Graeme Geldenhuys | |
2014-12-13 | docs: Adds some documentation about TfpgImageBase and its ImageData property | Graeme Geldenhuys | |
2014-12-13 | docs: Correctly documentation about TfpgColor type | Graeme Geldenhuys | |
2014-12-13 | Implements custom form icon support for X11 | Graeme Geldenhuys | |
TfpgForm now has a new IconName property. Load a 16x16 image into the global fpgImages instance and use that icons name in the IconName property. Windows support is still work-in-progress. | |||
2014-12-12 | New demo showing how to create custom windows. | Graeme Geldenhuys | |
Painting your own borders, buttons etc. Similar to what Chrome or elementryOS apps do. | |||
2014-12-11 | docs: Adds inherited docs for TfpgForm. | Graeme Geldenhuys | |
2014-12-11 | docs: Added some documentation on TfpgBaseForm events | Graeme Geldenhuys | |
2014-12-07 | Merge branch 'develop' of https://github.com/graemeg/fpGUI.git into develop | Jean-Marc.Levecque | |
2014-12-06 | Merge branch 'feature/jml-grids' into develop | Graeme Geldenhuys | |
2014-12-06 | Fix ColMax() calculation. | Graeme Geldenhuys | |
When resizing the grid at runtime, the old implementation sometimes called ColumnWidth[] with a -1 index causing an AV error. | |||
2014-12-06 | Add optional scrollbar styles | Jean-Marc.Levecque | |
2014-12-06 | Improve horizontal srcollbar behaviour | Jean-Marc.Levecque | |
2014-12-06 | Fixes compiler hint about unused variable | Graeme Geldenhuys | |
2014-12-06 | Allow grids scrollbarwidth setting | Jean-Marc.Levecque | |
2014-12-06 | Allow grids scrollbarpage setting | Jean-Marc.Levecque | |
2014-12-06 | Allow grids autoheight setting | Jean-Marc.Levecque | |
2014-11-16 | uidesigner: Fixes crash when deleting widgets with children. | Graeme Geldenhuys | |
2014-11-15 | aggpas: fixes spelling mistake in code comment | Graeme Geldenhuys | |
2014-11-10 | Merge branch 'develop' of https://github.com/graemeg/fpGUI.git into develop | Jean-Marc.Levecque | |
2014-11-10 | folder dialog: Seems internal TStringList.Sorted removed duplicates | Graeme Geldenhuys | |
eg: 'Type1' and 'type1' was considered the same directory under Linux, and only one displayed. This commit fixes the issue and now all directories are displayed. | |||
2014-11-09 | Minor change to remove unnecessary colors | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2014-11-09 | Update email address in reporting file headers | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2014-11-07 | docs: adds missing doc examples | Graeme Geldenhuys | |
2014-11-05 | docs: trimmed trailing whitespace. | Graeme Geldenhuys | |
2014-11-05 | docs: removes indentation in docs as it affects some fpdoc output writers. | Graeme Geldenhuys | |
2014-11-05 | docs: fpdoc enum documentation only supports the <short> tag. | Graeme Geldenhuys | |
2014-11-03 | vlc demo: fixes compilation errors | Graeme Geldenhuys | |
2014-11-02 | Disable grid while editing a cell | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2014-10-23 | nicegrid demo 1 project file for Maximus IDE. | Graeme Geldenhuys | |
2014-10-23 | nicegrid demo 1: fixed the Alpha values of some define colors. | Graeme Geldenhuys | |
2014-10-23 | nicegrid: fixed the Alpha value of some colors | Graeme Geldenhuys | |
2014-10-22 | nicegrid: adds the missing extrafpc.cfg file to compile from command line. | Graeme Geldenhuys | |
The "extrafpc.cfg" file makes it much easier to compile example projects from the command line. eg: fpc @extrafpc.cfg nicegrid1.lpr This same method is used for all the demos in the "examples" directory tree. | |||
2014-10-22 | agg_2D: fixes compilation errors. | Graeme Geldenhuys | |
The interface did not match the implementation section. My fault for not doing a good enough sync with agg2d.pas! :-/ | |||
2014-10-22 | install notes: fixes spelling mistake and improves text formatting slightly | Graeme Geldenhuys | |
2014-10-22 | updated OSX installation notes | Graeme Geldenhuys | |