lazarus/lcl/interfaces/fpgui
2019-05-03 19:45:34 +00:00
..
alllclintfunits.pas fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguicrosshelpers.pas fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiint.pp LCL-fpgui: Fix compilation error due to Graph unit in uses clause. Issue #35478, patch from Graeme. 2019-05-03 19:45:06 +00:00
fpguilclintf.inc
fpguilclintfh.inc fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiobject.inc LCL-fpgui: Fully implement DCGetPixel(). Issue #35478, patch from Graeme. 2019-05-03 19:45:28 +00:00
fpguiobjects.pas LCL-fpgui: Fix Canvas.BeginDraw() call in DeviceContext class + extra check added. Issue #35478, patch from Graeme. 2019-05-03 19:45:33 +00:00
fpguiproc.pas LCL-fpgui: Disable compiler define causing writeln() IO errors under Windows. Issue #35478, patch from Graeme. 2019-05-03 19:45:26 +00:00
fpguithemes.pas fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwinapi.inc fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwinapih.inc fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwsbuttons.pp LCL-fpgui: Fix compilation. Wrong number of parameters for GetImageIndexAndEffect() call. Issue #35478, patch from Graeme. 2019-05-03 19:45:25 +00:00
fpguiwscalendar.pp fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwscomctrls.pp
fpguiwscontrols.pp fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwsdialogs.pp fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwsextctrls.pp fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwsextdlgs.pp
fpguiwsfactory.pas fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwsforms.pp LCL-fpgui: Fix the issue of using TLabel components with LCL-fpGUI. Issue #35478, patch from Graeme. 2019-05-03 19:45:34 +00:00
fpguiwsgrids.pp
fpguiwsimglist.pp LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
fpguiwsmenus.pp fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwspairsplitter.pp fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwsprivate.pp fpgui: bindings update. Issue #33115, patch by José Mejuto 2018-02-03 13:07:51 +00:00
fpguiwsstdctrls.pp LCL-fpgui: Implement TButton.Default behaviour. Issue #35478, patch from Graeme. 2019-05-03 19:45:23 +00:00
interfaces.pp
Makefile
Makefile.compiled
Makefile.fpc LCL-fpgui: Update Makefile.fpc. Issue #35478, patch from Graeme. 2019-05-03 19:45:31 +00:00
README.txt LCL-fpgui: Update README file with latest information. Issue #35478, patch from Graeme. 2019-05-03 19:45:29 +00:00

fpGUI Toolkit
=============

The official fpGUI website is:

  http://fpgui.sourceforge.net


Getting the source code
-----------------------
The Lazarus svn does not contain the fpGUI sources. You can get the
latest stable fpGUI sources via the Git repository as follows:

  git clone git://github.com/graemeg/fpgui.git fpgui-code
  cd fpgui-code
  git checkout maint

...or you can download a zip archive of the latest stable code:

  https://github.com/graemeg/fpGUI/archive/maint.zip


Setup to compile LCL-fpGUI
--------------------------

 Option 1)
   Copy the 'src' directory from the fpGUI sources into your Lazarus
   directory as follows:

     <fpgui>/src/  ==>  <lazarus>/lcl/interfaces/fpgui/src/

 Option 2)
   Use your file systems's symbolic linking function to simply link
   the fpGUI src directory to the correct location in Lazarus.

   For example:
     cd /opt/lazarus/lcl/interfaces/fpgui
     ln -s /path/to/fpgui/src src


For more details see:
http://wiki.freepascal.org/fpGUI_Interface