lazarus/lcl/interfaces/fpgui
mattias bdef003197 LCL: makefiles: compile lcl.pas
git-svn-id: trunk@36679 -
2012-04-09 14:29:34 +00:00
..
alllclintfunits.pas
fpguiint.pp
fpguilclintf.inc
fpguilclintfh.inc lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body 2012-03-30 08:28:34 +00:00
fpguiobject.inc fpgui intf: fixes from Graeme 2011-06-21 13:14:04 +00:00
fpguiobjects.pas
fpguiproc.pas
fpguiwinapi.inc
fpguiwinapih.inc
fpguiwsarrow.pp
fpguiwsbuttons.pp Patches from Graeme bug #20172 and bug #20173 2011-09-06 15:34:10 +00:00
fpguiwscalendar.pp
fpguiwscomctrls.pp Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
fpguiwscontrols.pp
fpguiwsdialogs.pp
fpguiwsextctrls.pp Moves TCustomNotebook to ComCtrls in preparation for renaming it 2011-07-04 09:43:21 +00:00
fpguiwsextdlgs.pp
fpguiwsfactory.pas Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
fpguiwsforms.pp
fpguiwsgrids.pp
fpguiwsimglist.pp
fpguiwsmenus.pp LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
fpguiwspairsplitter.pp
fpguiwsprivate.pp lcl: 2012-03-30 01:05:10 +00:00
fpguiwsstdctrls.pp
interfaces.pp
Makefile LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
Makefile.compiled LCL: updated unit paths in Makefile.compiled 2012-04-09 13:55:09 +00:00
Makefile.fpc LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
README.txt

The Lazarus svn does not contain the fpGUI sources.
You can get the fpGUI sources with

git (State may 2010):
--------------------------------
Using GIT: git clone git://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui
Web access: http://sourceforge.net/projects/fpgui/files/

Copy or link directories
<fpGUI dir>/src/gui ⇒ lazarus/lcl/interfaces/fpgui/gui
<fpGUI dir>/src/corelib ⇒ lazarus/lcl/interfaces/fpgui/corelib
<fpGUI dir>/src/VERSION_FILE.inc ⇒ lazarus/lcl/interfaces/fpgui/VERSION_FILE.inc

For example via symlinks:
cd lazarus/lcl/interfaces/fpgui
export FPGUI_DIR=/path/to/fpgui
rm -f corelib gui VERSION_FILE.inc
ln -s $FPGUI_DIR/src/gui .
ln -s $FPGUI_DIR/src/corelib .
ln -s $FPGUI_DIR/src/VERSION_FILE.inc .

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

Current code tested using fpgui 0.7.rc2