lazarus/lcl/interfaces/fpgui
2012-01-26 10:07:10 +00:00
..
alllclintfunits.pas lcl: fixed fpgui compilation 2011-01-27 17:27:05 +00:00
fpguiint.pp fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguilclintf.inc
fpguilclintfh.inc
fpguiobject.inc fpgui intf: fixes from Graeme 2011-06-21 13:14:04 +00:00
fpguiobjects.pas fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiproc.pas LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
fpguiwinapi.inc fpgui: patch #18542 2011-01-17 20:17:19 +00:00
fpguiwinapih.inc fpgui: patch #18542 2011-01-17 20:17:19 +00:00
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 fpgui: patch #18542 2011-01-17 20:17:19 +00:00
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 fpgui intf: fixes from Graeme 2011-06-21 13:14:04 +00:00
fpguiwsstdctrls.pp
interfaces.pp
Makefile Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +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