lazarus/lcl
2004-07-07 17:10:02 +00:00
..
images added calculator icons 2003-12-25 11:53:36 +00:00
include fix code editor restoring when maximized upon ctrl+shift+up 2004-07-07 15:31:47 +00:00
interfaces added hint for unimplemented IDE directives for non pascal sources 2004-07-07 17:10:02 +00:00
languages updated italian localization from Marco 2004-06-29 19:55:28 +00:00
nonwin32 remove LM_SETCUROR message 2004-04-11 18:08:04 +00:00
templates
units *** empty log message *** 2004-03-29 18:50:22 +00:00
widgetset remove empty SetCursor implementation, prevented TWin32WSControl.SetCursor to be called 2004-06-13 13:40:27 +00:00
actnlist.pas * Interface reconstruction. Created skeleton units, classes and wscontrols 2004-03-17 00:34:37 +00:00
alllclunits.pp + Added WSBitBtn interface 2004-05-16 23:24:41 +00:00
arrow.pp revert intf split 2004-02-23 08:19:05 +00:00
avglvltree.pas replaced writeln by debugln 2004-05-11 12:16:48 +00:00
buttons.pp form notifies control of new role 2004-07-04 20:07:08 +00:00
calendar.pp replaced writeln by debugln 2004-05-11 12:16:48 +00:00
checklst.pas revert intf split 2004-02-23 08:19:05 +00:00
clipbrd.pp fixed many range check warnings 2003-12-25 14:17:07 +00:00
clistbox.pp
comctrls.pp added TListView.AddItems from Andrew Haines 2004-06-28 23:16:24 +00:00
commctrl.pp fixed some bugs by Andreas 2003-11-10 19:05:44 +00:00
controls.pp form notifies control of new role 2004-07-04 20:07:08 +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 improved grids e.g. OnPrepareCanvas patch from Jesus 2004-05-14 12:53:25 +00:00
dialogs.pp fixed TCalendarDialog.DialogTitle 2004-04-03 13:10:20 +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 implemented setting TCustomPage.PageIndex from Andrew Haines 2004-06-01 09:58:35 +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 fixed TSplitter moving for asynchroneous resizing 2004-07-01 18:29:35 +00:00
extdlgs.lrs added TEditButton, TFileNameEdit, TDirectoryEdit, TDateEdit, TCalcEdit from Michael V.C. 2003-12-23 20:40:43 +00:00
extdlgs.pas replaced writeln by debugln 2004-05-11 11:42:27 +00:00
extendedstrings.pas fix create new record upon put object bug 2004-06-11 20:15:40 +00:00
extgraphics.pas ifdefd UseSimpleJpeg 2004-05-07 08:07:57 +00:00
filectrl.pp fixed updatinf Filename when setting Filename from Luis 2004-04-21 21:22:52 +00:00
forms.pp implement better ExecuteXXAction design; break dependency on TButton class in TCustomForm 2004-07-01 20:42:11 +00:00
fpcadds.pas small clean ups 2004-05-29 10:09:42 +00:00
graphics.pp TCustomNotebook now allows pageclass descendents 2004-05-25 21:50:32 +00:00
graphmath.pp replaced writeln by debugln 2004-05-11 11:42:27 +00:00
graphtype.pp clean up 2004-06-28 17:03:37 +00:00
grids.pas fixed keydown geting all keys 2004-07-03 14:59:42 +00:00
imglist.pp fixed 1.0.10 compilation 2004-04-29 18:08:17 +00:00
interfacebase.pp * Removed all ComponentCreateHandle routines 2004-03-19 00:53:34 +00:00
intfgraphics.pas fixed compilation for fpc 1.0.10 2004-06-24 17:59:18 +00:00
intfstrconsts.pas * renamed (Check|Enable)MenuItem to MenuItemSet(Check|Enable) 2004-01-11 16:38:29 +00:00
LAYOUT.TXT * Moved the implementation of (GTK)ButtonCreateHandle to the new 2004-03-19 00:03:15 +00:00
lazlinkedlist.pas renamed lazqueue to lazlinkedlist, patch from Jeroen 2003-08-18 13:26:06 +00:00
lclclasses.pp added new lcl/widgetset dir to codetools defines 2004-03-17 13:23:34 +00:00
lclicons.lrs started TDBNavigator 2003-09-19 16:10:32 +00:00
lclintf.pas removed unneeded units in uses sections 2004-05-02 12:01:15 +00:00
lclmemmanager.pas accelerated conversion from data to lrs 2004-02-17 22:17:40 +00:00
lclproc.pas DebugLn checks if output is opened before writing 2004-05-17 20:36:24 +00:00
lclstrconsts.pas TMenuItem.Bitmap is now auto created on read. Added TMenuItem.HasBitmap 2004-02-08 11:31:32 +00:00
lcltype.pp let synedit use scrollwindowex, if that does not work, use invalidate 2004-06-30 17:14:11 +00:00
lmessages.pp remove obsolete LM_LOADXPM message 2004-06-18 20:15:06 +00:00
lresources.pp replaced writeln by debugln 2004-05-11 12:16:48 +00:00
Makefile implemented OnChange for TRadioButton, TCheckBox, TToggleBox and some more docking stuff 2004-05-30 14:02:31 +00:00
Makefile.fpc implemented OnChange for TRadioButton, TCheckBox, TToggleBox and some more docking stuff 2004-05-30 14:02:31 +00:00
maskedit.pp fixed TSplitter moving for asynchroneous resizing 2004-07-01 18:29:35 +00:00
menus.pp implemented painting menuitem icons from ImageList 2004-06-17 21:24:19 +00:00
pairsplitter.pas revert intf split 2004-02-23 08:19:05 +00:00
postscriptprinter.pas replaced writeln by debugln 2004-05-11 12:16:48 +00:00
printers.pas fixed some win32 intf warnings 2003-06-28 16:20:19 +00:00
spin.pp added some TEdit ideas to TSpinEdit 2004-02-04 00:04:37 +00:00
stdactns.pas added StdActns definitions, no code yet 2004-02-24 21:53:12 +00:00
stdctrls.pp TGTKListStringList now keeps selection on Put and Move 2004-07-03 11:11:09 +00:00
stringhashlist.pas combined lazconf things for unix 2003-08-15 14:01:20 +00:00
textstrings.pas replaced writeln by debugln 2004-05-11 12:16:48 +00:00
toolwin.pp removed unneeded units in uses sections 2004-05-02 12:01:15 +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 replaced writeln by debugln 2004-05-11 12:16:48 +00:00