lazarus/examples
mattias bc19f550d3 cody: added dialog to add a Assign method
git-svn-id: trunk@30521 -
2011-05-01 19:24:09 +00:00
..
address_book fixed example adrbook, require package tdbf 2009-12-03 23:26:55 +00:00
affinetransforms examples: affinetransforms - use FPC resources, position form on the screen center 2010-07-29 09:10:05 +00:00
anchordocking cody: added dialog to add a Assign method 2011-05-01 19:24:09 +00:00
autosize/childsizinglayout childsizinglayout example: don't store session info in lpi 2007-05-03 18:51:20 +00:00
barchart
bidi examples: added bidi example 2010-05-04 20:58:56 +00:00
canvas_test examples: correct canvas_test example: 2011-04-08 09:15:38 +00:00
cleandir example: cleandir: removed writeln 2010-06-10 15:47:38 +00:00
codepageconverter Translations: Italian translation update by Massimo Soricetti, bug #19214 2011-04-22 20:15:17 +00:00
codetools/jumptoimplementation IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling) 2010-03-20 15:12:33 +00:00
componentstreaming examples: update component streaming example 2010-04-29 02:06:59 +00:00
cursors LCL Carbon: finally fixed #0012033: Mac OS X : LoadCursorFromLazarusResource throws Division by Zero Exception! - mask data was not copied to alpha channel, only crSQLWait needs some repair 2008-09-03 11:17:26 +00:00
database/dblookup Remove SDF and MemDS package dependencies from dblookup example, from Luiz, issue #13881 2009-05-31 21:58:31 +00:00
dbeditmask examples: add example to demonstrate the usage of dbedit with mask 2010-05-09 02:43:40 +00:00
designerbaseclass rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
designnonlcl Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
docking examples: add drag-dock example which works with TLazDockTree (just to look at what work now and what needs to be fixed) 2008-12-18 07:09:43 +00:00
dockmanager Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
dragimagelist LCL: small cleanups 2008-02-07 18:39:36 +00:00
dropfiles LCL carbon: implemented Bitmap.Canvas.GetPixels 2008-07-14 13:16:07 +00:00
easter examples: fixe compilation 2008-09-01 20:05:45 +00:00
exploremenu Examples: Moved "Explore Menus" to View menu, improve texts and use $R resource. 2011-03-09 14:12:36 +00:00
fontenum fixed examples compilation 2008-09-01 20:00:14 +00:00
gridexamples Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
helphtml examples: update 2010-09-17 15:22:02 +00:00
htmlhelp_ipro
icons examples: icons - use FPC resources 2010-07-29 09:13:16 +00:00
idequickfix IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling) 2010-03-20 15:12:33 +00:00
imagelist examples: imagelist - use FPC resources 2010-07-29 09:16:12 +00:00
imgviewer examples: update imgviewer example 2010-05-02 08:07:48 +00:00
jpeg - update jpeg example 2007-12-07 06:05:47 +00:00
lazintfimage examples: remove .lrs from lazintfimage example 2011-04-08 09:21:06 +00:00
lazresexplorer regenerated translations; updated Russian translation 2011-04-22 20:42:07 +00:00
lclversion lclversion example: extended to show use of lcl_fullversion. 2010-12-30 09:12:10 +00:00
listview Examples, listview: fixed to use TPageControl. While at it, also got rid of .lrs resource. 2011-02-14 22:19:26 +00:00
lpicustomdata improved package compiler options: compile 2007-07-13 13:53:32 +00:00
messages examples: fixed compilation after the removal of the clistbox unit from Maxim Ganetsky 2008-02-23 19:33:06 +00:00
multithreading examples: fixed multithreading examples compilation with trunk FPC (2.5.1). Patch from alexs. 2010-03-16 21:52:31 +00:00
objectinspector IDEIntf: added lfm/lrs files for objectinspector 2007-09-08 14:11:53 +00:00
openbrowser openbrowser example: fixed compilation after removal of TButton from Buttons unit. 2010-10-22 11:19:45 +00:00
openglcontrol openglcontrol: fixed widgetset hierarchy 2010-07-08 11:36:17 +00:00
pascalstream IDE: converted package editor to lfm 2011-01-16 12:04:23 +00:00
pen_brush codetools: parsing objcprotocol 2009-11-22 19:18:19 +00:00
popupnotifier Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
postscript postscript example, new form resources and fix postscript ClipRect test on different resolutions 2010-09-13 19:41:17 +00:00
scanline h2pas wizard: added tool to add missing pointer types 2007-10-05 20:43:40 +00:00
shapedcontrols shaped control example: clean up 2008-10-01 11:43:19 +00:00
sprites Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
std_actions lcl: standard Search actions 2008-05-13 07:17:56 +00:00
stock_images examples: add readme.txt for stock icons example 2009-05-08 01:30:34 +00:00
SynEdit Examples, SynEdit, Completion: added sizedrag 2010-11-10 13:50:27 +00:00
trayicon fixed line endings 2011-03-30 17:36:02 +00:00
treeview set some TTreeView.ReadOnly to true 2009-01-20 20:20:52 +00:00
turbopower_ipro exzmples: update 2010-11-04 22:18:46 +00:00
widestringstreaming
xmlreader demo: add xml reader demo from Aleksey Lagunov 2009-12-01 10:06:49 +00:00
xmlstreaming examples: fixed compilation 2008-09-01 19:51:05 +00:00
bitbtnform.pp examples: fixed compilation after the removal of the clistbox unit from Maxim Ganetsky 2008-02-23 19:33:06 +00:00
bitbutton.lpi
bitbutton.pp
checkbox.lpi examples: fix checkbox example 2011-01-20 09:27:16 +00:00
checkbox.pp examples: fix checkbox example 2011-01-20 09:27:16 +00:00
combobox.lpi
combobox.pp
comdialogs.lpi
comdialogs.pp
dlgform.pp
edittest.lpi
edittest.pp SynEdit / Example: Fixed, it was refering to an older method 2009-01-24 20:15:23 +00:00
groupbox.lpi
groupbox.pp
groupboxnested.lpi
groupboxnested.pas
hello.lpi
hello.pp
helloform.pp examples: fixed helloform compilation 2010-02-13 10:43:38 +00:00
listboxtest.lpi
listboxtest.pp fixed typos: childs 2011-02-10 09:37:16 +00:00
listviewtest.lpi
listviewtest.pp
loadpicture.lpi
loadpicture.pas
Makefile IDE: make ide: do not remove .or file 2010-09-26 11:01:38 +00:00
Makefile.fpc IDE: make ide: do not remove .or file 2010-09-26 11:01:38 +00:00
memotest.lpi
memotest.pp fixed typos: childs 2011-02-10 09:37:16 +00:00
messagedialogs.lpi
messagedialogs.pp examples: fixed compilation 2010-02-13 10:46:05 +00:00
notebk.lpi Examples, NoteBk: converted nested Notebook to TPageControl and restored features, which were removed in r28916 #76f0a18ff0 2011-02-15 22:17:28 +00:00
notebk.pp
notebku.pp Examples, NoteBk: converted nested Notebook to TPageControl and restored features, which were removed in r28916 #76f0a18ff0 2011-02-15 22:17:28 +00:00
notebooktest.lpi Examples, NotebookTest: save session info in .lpi again 2011-02-16 22:31:43 +00:00
notebooktest.pp Examples, NotebookTest: adapted to changed TNotebook behavior and improved layout 2011-02-16 22:24:49 +00:00
progressbar.lpi
progressbar.pp
scrollbar.lpi
scrollbar.pp
selection.pp
selectionform.pp
speedtest.lpi
speedtest.pp
synchronize.pp
synedit1.lpi examples: fixed compilation 2008-08-25 22:40:11 +00:00
synedit1.pas examples: fixed compilation 2008-08-25 22:40:11 +00:00
taborder.lpi Examples, TabOrder: fixed to use TPageControl, made 'Close' button work 2011-02-16 23:13:04 +00:00
taborder.pas Examples, TabOrder: fixed to use TPageControl, made 'Close' button work 2011-02-16 23:13:04 +00:00
testall.lpi testall example: 2010-10-29 13:32:57 +00:00
testall.pp
testallform.pp LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again. 2011-03-13 18:21:51 +00:00
testtools.inc LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again. 2011-03-13 18:21:51 +00:00
toolbar.lpi
toolbar.pp
trackbar.lpi
trackbar.pp examples: fixed compilation 2010-02-13 10:46:05 +00:00