| .. |
|
images
|
added calculator icons
|
2003-12-25 11:53:36 +00:00 |
|
include
|
implemented creating classes at run time from any TComponent descendant
|
2004-11-20 11:20:06 +00:00 |
|
interfaces
|
use message name instead of number in debug message.
|
2004-11-21 21:09:29 +00:00 |
|
languages
|
updated spanish translation from Luis
|
2004-10-26 10:39:43 +00:00 |
|
nonwin32
|
removed obsolete unit vclglobals
|
2004-08-18 09:31:21 +00:00 |
|
templates
|
removed obsolete unit vclglobals
|
2004-08-18 09:31:21 +00:00 |
|
units
|
started the carbon LCL interface
|
2004-09-06 22:24:52 +00:00 |
|
widgetset
|
implemented preferred size for controls for theme depending AutoSizing
|
2004-11-03 14:18:36 +00:00 |
|
actnlist.pas
|
implemented setting TTabSheet.TabIndex
|
2004-08-04 09:35:38 +00:00 |
|
alllclunits.pp
|
added postscript canvas example from Olivier
|
2004-10-04 09:05:23 +00:00 |
|
arrow.pp
|
convert LM_SETVALUE message to interface methods
|
2004-09-19 18:50:28 +00:00 |
|
avglvltree.pas
|
fixed compilation for fpc 1.0.10
|
2004-08-06 06:51:15 +00:00 |
|
buttons.pp
|
codeexplorer: using lower recursive depth
|
2004-10-15 13:28:22 +00:00 |
|
calendar.pp
|
convert LM_SETVALUE message to interface methods
|
2004-09-19 18:50:28 +00:00 |
|
chart.pp
|
fixed TCanvas.TextRect Delphi compatible Rect and added TBarChart from Michael VC
|
2004-09-24 13:45:32 +00:00 |
|
checklst.pas
|
convert LM_CLB_G/SETCHECKED to interface methods
|
2004-09-10 20:19:13 +00:00 |
|
clipbrd.pp
|
implemented platform independent binary object streamer
|
2004-08-15 14:39:36 +00:00 |
|
clistbox.pp
|
removed obsolete unit vclglobals
|
2004-08-18 09:31:21 +00:00 |
|
comctrls.pp
|
convert LM_TB_BUTTONCOUNT to interface method
|
2004-09-13 14:34:53 +00:00 |
|
commctrl.pp
|
removed obsolete unit vclglobals
|
2004-08-18 09:31:21 +00:00 |
|
controls.pp
|
implemented auto sizing: child to parent sizing
|
2004-11-05 22:08:53 +00:00 |
|
COPYING
|
|
|
|
COPYING.LCL
|
|
|
|
customtimer.pas
|
removed obsolete unit vclglobals
|
2004-08-18 09:31:21 +00:00 |
|
dbactns.pp
|
fixed range check error for TCustomSynAutoComplete.ExecuteCompletion in empty lines
|
2004-08-04 16:41:07 +00:00 |
|
dbctrls.pp
|
fixed 1.0.10 compilation
|
2004-10-01 13:25:51 +00:00 |
|
dbgrids.pas
|
fixed compiler options interface double variables
|
2004-10-12 08:23:20 +00:00 |
|
dialogs.pp
|
splitted off unit FileUtil, it doesn't depend on other LCL units
|
2004-09-27 21:45:44 +00:00 |
|
dirsel.lfm
|
fixed crDefault in lrs files
|
2004-01-08 13:52:09 +00:00 |
|
dirsel.lrs
|
fixed crDefault in lrs files
|
2004-01-08 13:52:09 +00:00 |
|
dirsel.pas
|
findinfiles uses tselectdirectorydialog; remove global SelectDirectory function (from vincent)
|
2004-01-24 11:42:53 +00:00 |
|
dynamicarray.pas
|
replaced writeln by debugln
|
2004-05-11 11:42:27 +00:00 |
|
dynhasharray.pp
|
replaced writeln by DebugLn
|
2004-09-14 21:30:37 +00:00 |
|
edbtnimg.lrs
|
added TEditButton, TFileNameEdit, TDirectoryEdit, TDateEdit, TCalcEdit from Michael V.C.
|
2003-12-23 20:40:43 +00:00 |
|
editbtn.pas
|
call inherited CM_EnabledChanged
|
2004-06-13 21:37:24 +00:00 |
|
extctrls.pp
|
optimize: only create tabpage contents when accessed, not immediately upon creation
|
2004-10-23 14:49:38 +00:00 |
|
extdlgs.lrs
|
added TEditButton, TFileNameEdit, TDirectoryEdit, TDateEdit, TCalcEdit from Michael V.C.
|
2003-12-23 20:40:43 +00:00 |
|
extdlgs.pas
|
Enlarged TCalendarDialogForm, so that it is large enough to contain the win32 calendar.
|
2004-11-17 12:22:38 +00:00 |
|
extendedstrings.pas
|
fix create new record upon put object bug
|
2004-06-11 20:15:40 +00:00 |
|
extgraphics.pas
|
updated memcheck.pas from heaptrc.pp
|
2004-11-10 15:25:32 +00:00 |
|
filectrl.pp
|
implemented Multi mask for TFileListBox
|
2004-11-15 22:58:13 +00:00 |
|
fileutil.pas
|
renamed filectrl.inc to fileutil.inc
|
2004-09-27 22:16:04 +00:00 |
|
forms.pp
|
implemented creating classes at run time from any TComponent descendant
|
2004-11-20 11:20:06 +00:00 |
|
fpcadds.pas
|
fix fpc 1.0.x compilation
|
2004-11-15 15:09:47 +00:00 |
|
graphics.pp
|
implemented creating classes at run time from any TComponent descendant
|
2004-11-20 11:20:06 +00:00 |
|
graphmath.pp
|
replaced writeln by debugln
|
2004-05-11 11:42:27 +00:00 |
|
graphtype.pp
|
fixed DebugLn for VerboseRawImage
|
2004-08-13 20:40:27 +00:00 |
|
grids.pas
|
From Jesus: Ctrl+HOME does dataset.first, ctrl+END does dataSet.Last and fixes
|
2004-10-09 12:16:21 +00:00 |
|
imglist.pp
|
implemented very rudimentary TTabControl
|
2004-09-10 16:28:51 +00:00 |
|
inipropstorage.pas
|
StoredValues of property storage now works from Michael VC
|
2004-08-17 19:41:10 +00:00 |
|
interfacebase.pp
|
convert LM_CREATE message to interface methods
|
2004-09-24 21:34:14 +00:00 |
|
intfgraphics.pas
|
* Changed typing fixes to casting
|
2004-11-04 00:52:23 +00:00 |
|
LAYOUT.TXT
|
* Moved the implementation of (GTK)ButtonCreateHandle to the new
|
2004-03-19 00:03:15 +00:00 |
|
lazlinkedlist.pas
|
|
|
|
lclclasses.pp
|
implemented creating classes at run time from any TComponent descendant
|
2004-11-20 11:20:06 +00:00 |
|
lclicons.lrs
|
started TDBNavigator
|
2003-09-19 16:10:32 +00:00 |
|
lclintf.pas
|
updated memcheck.pas from heaptrc.pp
|
2004-11-10 15:25:32 +00:00 |
|
lclmemmanager.pas
|
accelerated conversion from data to lrs
|
2004-02-17 22:17:40 +00:00 |
|
lclproc.pas
|
+ Added comment on endian funcs
|
2004-11-16 00:44:16 +00:00 |
|
lclrescache.pas
|
fixed cleaning up unused resource cache items
|
2004-11-08 11:52:14 +00:00 |
|
lclstrconsts.pas
|
localized graphprop editor form and replaced opensavedialog with opensavepicturedialog
|
2004-08-26 22:12:39 +00:00 |
|
lcltype.pp
|
implemented stopping project on close project
|
2004-11-20 11:49:15 +00:00 |
|
lmessages.pp
|
convert LM_CREATE message to interface methods
|
2004-09-24 21:34:14 +00:00 |
|
lresources.pp
|
replaced writeln by DebugLn
|
2004-09-14 21:30:37 +00:00 |
|
Makefile
|
started the carbon LCL interface
|
2004-09-06 22:24:52 +00:00 |
|
Makefile.fpc
|
fixed TCanvas.TextRect Delphi compatible Rect and added TBarChart from Michael VC
|
2004-09-24 13:45:32 +00:00 |
|
maskedit.pp
|
fix key handling of maskedit (inhibit backspace handling)
|
2004-09-07 14:13:16 +00:00 |
|
menus.pp
|
Destroy menu handle, when destroying form handle.
|
2004-11-10 20:53:18 +00:00 |
|
pairsplitter.pas
|
removed obsolete unit vclglobals
|
2004-08-18 09:31:21 +00:00 |
|
postscriptcanvas.pas
|
fixed postcript printer TextOut/TextEntend from Olivier
|
2004-11-17 07:46:32 +00:00 |
|
postscriptprinter.pas
|
restored Tonys postscriptprinter unit
|
2004-10-04 23:10:29 +00:00 |
|
printers.pas
|
fixed printer height, width without selected printer from Olivier
|
2004-11-11 18:49:58 +00:00 |
|
propertystorage.pas
|
StoredValues of property storage now works from Michael VC
|
2004-08-17 19:41:10 +00:00 |
|
spin.pp
|
fixed compiler options interface double variables
|
2004-10-12 08:23:20 +00:00 |
|
stdactns.pas
|
added StdActns definitions, no code yet
|
2004-02-24 21:53:12 +00:00 |
|
stdctrls.pp
|
implemented preferred size for controls for theme depending AutoSizing
|
2004-11-03 14:18:36 +00:00 |
|
stringhashlist.pas
|
|
|
|
textstrings.pas
|
replaced writeln by debugln
|
2004-05-11 12:16:48 +00:00 |
|
toolwin.pp
|
removed obsolete unit vclglobals
|
2004-08-18 09:31:21 +00:00 |
|
utrace.pp
|
* change $ifdef ver1_1 to $ifndef ver1_0 so it works also with
|
2003-11-03 16:57:47 +00:00 |
|
xmlpropstorage.pas
|
disabled hardly used gtk FillScreenFont, this should be only done on demand, improved getting default font family for gtk
|
2004-11-08 19:11:55 +00:00 |