lazarus/lcl
2004-01-24 16:25:35 +00:00
..
images added calculator icons 2003-12-25 11:53:36 +00:00
include TSelectDirectoryDialog ofFileMustExist now checks for directory from Vincent 2004-01-24 16:25:35 +00:00
interfaces style widgets are now realized, so all values are initialized 2004-01-23 13:55:30 +00:00
languages TSelectDirectoryDialog ofFileMustExist now checks for directory from Vincent 2004-01-24 16:25:35 +00:00
nonwin32 added ambigious unit check for IDE 2003-11-15 13:07:09 +00:00
templates
units removed unused CONTENT.TXT files for old output dirs 2003-12-28 12:04:57 +00:00
actnlist.pas renamed action.inc to lclaction.inc for democratic reasosn 2003-12-23 18:58:58 +00:00
alllclunits.pp fixed many range check warnings 2003-12-25 14:17:07 +00:00
arrow.pp fixed default value of TArrow.ArrowType 2004-01-06 10:53:31 +00:00
avglvltree.pas fixed many range check warnings 2003-12-25 14:17:07 +00:00
buttons.pp enable tabstops for controls; implement tabstops in win32 intf 2004-01-21 10:19:16 +00:00
calendar.pp added TDateTime property to TCalendar 2004-01-16 19:04:57 +00:00
checklst.pas * fixed cached items.object storage if TCheckListBox 2003-07-09 00:13:18 +00:00
clipbrd.pp fixed many range check warnings 2003-12-25 14:17:07 +00:00
clistbox.pp
comctrls.pp enable tabstops for controls; implement tabstops in win32 intf 2004-01-21 10:19:16 +00:00
commctrl.pp fixed some bugs by Andreas 2003-11-10 19:05:44 +00:00
controls.pp add TWinControl.DoubleBuffered property which is a hint for the interface to do double-buffering for this control 2004-01-07 18:05:46 +00:00
COPYING
COPYING.LCL
customtimer.pas fixed color coversion range check 2003-12-26 10:59:25 +00:00
dbctrls.pp partly fixed streaming of DBCalendar, and opRemove notification of DBText DBEdit DBCalendar 2003-09-22 15:03:19 +00:00
dbgrids.pas added TDBGrid from Jesus 2003-09-20 09:16:07 +00:00
dialogs.pp TSelectDirectoryDialog ofFileMustExist now checks for directory from Vincent 2004-01-24 16:25:35 +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 started a posteriori message filtering 2003-12-26 12:36:31 +00:00
dynhasharray.pp * Fixed key/index generation 2003-11-19 00:44:25 +00:00
edbtnimg.lrs added TEditButton, TFileNameEdit, TDirectoryEdit, TDateEdit, TCalcEdit from Michael V.C. 2003-12-23 20:40:43 +00:00
editbtn.pas findinfiles uses tselectdirectorydialog; remove global SelectDirectory function (from vincent) 2004-01-24 11:42:53 +00:00
extctrls.pp enable tabstops for controls; implement tabstops in win32 intf 2004-01-21 10:19:16 +00:00
extdlgs.lrs added TEditButton, TFileNameEdit, TDirectoryEdit, TDateEdit, TCalcEdit from Michael V.C. 2003-12-23 20:40:43 +00:00
extdlgs.pas fix a lot of range check errors win32 2003-12-29 14:22:22 +00:00
extendedstrings.pas MG: implemented TMethodList and Application Idle handlers 2002-11-02 22:25:36 +00:00
filectrl.pp fixed searching dir in searchpath under win32 2004-01-23 19:36:49 +00:00
forms.pp fix a lot of range check errors win32 2003-12-29 14:22:22 +00:00
fpcadds.pas started MaskBlt for gtkIF and applied patch for dir dlg in env opts from Vincent 2004-01-22 11:23:36 +00:00
graphics.pp implemented Double Buffering for synedit and deactivated multi buffering in TGTKObject.ExtTextOut 2004-01-05 01:18:16 +00:00
graphmath.pp fixed many range check warnings 2003-12-25 14:17:07 +00:00
graphtype.pp codecompletion: forward proc body position now block sensitive 2003-12-06 19:20:46 +00:00
grids.pas fix col,row out of bounds (from jesus) 2003-12-30 21:20:19 +00:00
imglist.pp started package registration 2003-04-04 16:35:24 +00:00
interfacebase.pp * renamed (Check|Enable)MenuItem to MenuItemSet(Check|Enable) 2004-01-11 16:38:29 +00:00
intfgraphics.pas implemented specialized set color function for depth24 gtk and X 2004-01-24 14:23:47 +00:00
intfstrconsts.pas * renamed (Check|Enable)MenuItem to MenuItemSet(Check|Enable) 2004-01-11 16:38:29 +00:00
LAYOUT.TXT
lazlinkedlist.pas renamed lazqueue to lazlinkedlist, patch from Jeroen 2003-08-18 13:26:06 +00:00
lclicons.lrs started TDBNavigator 2003-09-19 16:10:32 +00:00
lclintf.pas removed menutype.pas 2003-11-27 23:02:30 +00:00
lclmemmanager.pas ipro now shows simple HTML pages 2003-03-30 20:37:15 +00:00
lclproc.pas implemented menu hierachy in componenttree 2004-01-22 18:18:02 +00:00
lclstrconsts.pas TSelectDirectoryDialog ofFileMustExist now checks for directory from Vincent 2004-01-24 16:25:35 +00:00
lcltype.pp scrollbar fix (from martin smat) 2004-01-17 11:11:42 +00:00
lmessages.pp applied implementation for LM_LB_GETINDEXAT from Vincent 2004-01-03 11:57:48 +00:00
lresources.pp added finnish translation 2004-01-18 11:03:01 +00:00
Makefile fixed many range check warnings 2003-12-25 14:17:07 +00:00
Makefile.fpc fixed many range check warnings 2003-12-25 14:17:07 +00:00
maskedit.pp Menu editor form anchors from Tony 2003-11-09 10:31:49 +00:00
menus.pp implemented TMenuItem.Clear 2004-01-10 18:09:38 +00:00
pairsplitter.pas renamed LCLLinux to LCLIntf 2003-09-18 09:21:03 +00:00
postscriptprinter.pas fixed postscriptpinter BeginDoc from Tony 2003-11-03 22:42:00 +00:00
printers.pas fixed some win32 intf warnings 2003-06-28 16:20:19 +00:00
spin.pp fixed default values of TSpinEdit 2003-06-16 17:21:00 +00:00
stdctrls.pp enable tabstops for controls; implement tabstops in win32 intf 2004-01-21 10:19:16 +00:00
stringhashlist.pas combined lazconf things for unix 2003-08-15 14:01:20 +00:00
textstrings.pas fixed file writable check for win32 2004-01-15 21:47:50 +00:00
toolwin.pp renamed LCLLinux to LCLIntf 2003-09-18 09:21:03 +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
vclglobals.pp removed non portable hkeys.inc 2004-01-03 12:04:07 +00:00