lazarus/lcl/interfaces/fpgui
2020-05-09 22:28:29 +00:00
..
alllclintfunits.pas
fpguicrosshelpers.pas
fpguiint.pp
fpguilclintf.inc LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00
fpguilclintfh.inc LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00
fpguiobject.inc LCL: Initialize image description in widgetsets where not done already. Issue #36955, patch from Michal Gawrycki. 2020-05-09 22:28:29 +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
fpguiwinapi.inc
fpguiwinapih.inc
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
fpguiwscomctrls.pp
fpguiwscontrols.pp
fpguiwsdialogs.pp
fpguiwsextctrls.pp
fpguiwsextdlgs.pp
fpguiwsfactory.pas
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
fpguiwsmenus.pp
fpguiwspairsplitter.pp
fpguiwsprivate.pp
fpguiwsstdctrls.pp LCL-fpgui: Implement TButton.Default behaviour. Issue #35478, patch from Graeme. 2019-05-03 19:45:23 +00:00
interfaces.pp
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
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