lazarus/lcl
2006-01-20 13:38:42 +00:00
..
images
include reduced debugging output and extended debugging of lcl 2006-01-19 18:36:07 +00:00
interfaces implemented compiler options parsed optins with platform independent makros, disabled string highlighting 2006-01-20 13:38:42 +00:00
languages updated finnish translation from Seppo 2006-01-11 22:38:19 +00:00
nonwin32 * Fixed bug #907 2005-09-10 16:31:04 +00:00
templates removed cvs logs 2005-08-22 12:30:03 +00:00
tests fixed fpc source include path for darwin 2006-01-01 20:44:50 +00:00
units renamed *.TXT to *.txt 2005-10-01 09:40:41 +00:00
widgetset started using TAsyncProceess, fixed gtk2 compilation 2005-12-11 11:20:20 +00:00
actnlist.pas clean up of fpcadds 2005-11-07 23:25:45 +00:00
alllclunits.pp add TButtonPanel to LCL (by darius) 2006-01-07 19:57:15 +00:00
arrow.pp * Renamed InterfaceObject to WidgetSet 2005-08-28 23:38:18 +00:00
asyncprocess.pp "nilify" parameter in RemoveEventHandler functions, pointer has become invalid anyway 2006-01-08 13:50:38 +00:00
avglvltree.pas
buttonpanel.pas published TButtonPanel ALign and Anchors 2006-01-08 10:21:56 +00:00
buttons.pp published NumGlyphs (issue #1412) 2005-11-09 14:55:43 +00:00
calendar.pp renamed TWSCalendar to TWSCustomCalendar, fix using TTICalendar (bug #1203) 2005-09-25 19:40:03 +00:00
chart.pp
checklst.pas implemented TCustomCheckListBox.Count 2005-09-06 11:36:12 +00:00
clipbrd.pp improved smartlinking: graphics and forms finalization 2005-12-06 11:25:16 +00:00
clistbox.pp removed cvs logs 2005-08-22 12:30:03 +00:00
colorbox.pas published Palette from Darius 2005-07-25 19:44:55 +00:00
comctrls.pp fixed updating Selected on TListView deletion 2006-01-10 14:04:58 +00:00
commctrl.pp
controls.pp * removed CM_PARENTFONTCHANGED 2006-01-17 12:11:04 +00:00
COPYING
COPYING.LCL
customtimer.pas * Renamed InterfaceObject to WidgetSet 2005-08-28 23:38:18 +00:00
dbactns.pp
dbctrls.pp fixes dbedit update record only when editing (fixes issue #1561), avoid reseting editmask (part of issue #1532) 2006-01-03 09:06:19 +00:00
dbgrids.pas fixed: updating default titlefont (through grid.font change) modify colcount, fixed double releasing of FValueUnchecked (from Aleksey Lagunov) 2005-11-01 06:35:53 +00:00
defaulttranslator.pas removed cvs logs 2005-08-22 12:30:03 +00:00
dialogs.pp fixed ofFileMustExist fro SelectDirectoryDialog 2005-12-09 14:03:02 +00:00
dirsel.lfm
dirsel.lrs
dirsel.pas fixed FindNext finding empty filename 2005-08-30 17:41:53 +00:00
dynamicarray.pas
dynhasharray.pp replaced codetools+gtk intf TList with faster TFPList 2005-07-23 09:27:30 +00:00
edbtnimg.lrs
editbtn.pas use value from OnAcceptDate (issue #1448) 2005-11-17 20:52:41 +00:00
extctrls.pp move initialization of control into InitializeWnd, do not use CreateWnd for that 2005-11-29 22:20:01 +00:00
extdlgs.lrs
extdlgs.pas autosize calendarform (issue #1205) 2005-09-28 10:13:57 +00:00
extendedstrings.pas added idewindowintf.pas - interface for storing IDE dialogs sizes 2005-07-31 10:21:18 +00:00
extgraphics.pas removed cvs logs 2005-08-22 12:30:03 +00:00
filectrl.pp removed cvs logs 2005-08-22 12:30:03 +00:00
fileutil.pas added File is readable check when opening a file 2005-12-31 12:40:49 +00:00
forms.pp implement TCustomForm.EnsureVisible 2006-01-18 20:21:15 +00:00
fpcadds.pas fixed compilation for fpc 2.0.x 2006-01-04 22:57:20 +00:00
graphics.pp added TFont.IsEqual 2006-01-17 12:33:53 +00:00
graphmath.pp removed cvs logs 2005-08-22 12:30:03 +00:00
graphtype.pp * fixed compilation (exception typecast) 2005-10-03 16:38:28 +00:00
grids.pas * removed CM_PARENTFONTCHANGED 2006-01-17 12:11:04 +00:00
imglist.pp removed cvs logs 2005-08-22 12:30:03 +00:00
inipropstorage.pas removed ifdef ver1 from Martin Smat 2005-08-04 08:41:46 +00:00
interfacebase.pp improve RemoveEventHandler efficiency to O(1), and add SetEventHandlerFlags (gtk/linux only) 2006-01-06 20:59:57 +00:00
intfgraphics.pas fixed delphi transparent trick for palette .bmp 2006-01-04 21:06:56 +00:00
LAYOUT.txt renamed *.TXT to *.txt 2005-10-01 09:40:41 +00:00
lazcwstring.pas fixed linux compilation, fixed codetools searching class header comment 2005-11-10 18:36:27 +00:00
lazlinkedlist.pas
lclclasses.pp fixed checking package Makefile.fpc ignoring space differences 2006-01-18 00:02:36 +00:00
lclicons.lrs
lclintf.pas added {$INLINE ON} 2005-11-16 09:28:25 +00:00
lclmemmanager.pas fixed sending UTF8 key presses in gtk intf 2005-07-23 23:15:19 +00:00
lclproc.pas fixed focusing in gtklist 2006-01-19 22:54:58 +00:00
lclrescache.pas added uses LCLType to get the correct THandle type 2005-08-01 13:00:09 +00:00
lclstrconsts.pas replaced error messagedlg on loading form with questiondlg 2005-12-31 13:03:06 +00:00
lcltype.pp clean up of fpcadds 2005-11-07 23:25:45 +00:00
ldockctrl.pas fixed TComboBox InitializeWnd calling inherited 2005-11-21 18:53:43 +00:00
ldockctrledit.lfm fixed setting codetools defines for virtual directory 2005-11-16 23:00:53 +00:00
ldockctrledit.lrs fixed setting codetools defines for virtual directory 2005-11-16 23:00:53 +00:00
ldockctrledit.pas IDE now extends/clean up project unit path on renaming a project unit 2005-11-15 16:14:04 +00:00
ldocktree.pas fixes for fpc 2.0.3 and TrayIconLaz.lpk 2006-01-17 14:31:24 +00:00
lmessages.pp * removed CM_PARENTFONTCHANGED 2006-01-17 12:11:04 +00:00
lresources.pp build lazarus now always use -w to get entering/leaving marks, improved carbon intf mouse events 2006-01-13 18:43:42 +00:00
Makefile started wince interface 2005-11-04 13:36:14 +00:00
Makefile.fpc started wince interface 2005-11-04 13:36:14 +00:00
maskedit.pp unpublished dbedit.text property, dbedit show text at runtime only when it needs to (bug #1243) 2005-09-29 18:20:55 +00:00
menus.pp improve memo/edit keystroke "handled" property, which is, message result 2005-11-05 10:19:27 +00:00
pairsplitter.pas
postscriptcanvas.pas changed for Delphi compatibility: Arc Width,Height to Right,Bottom 2006-01-16 09:12:23 +00:00
postscriptprinter.pas
printers.pas fixed Printer.Refresh double printer list (from Darek) 2006-01-03 08:42:02 +00:00
propertystorage.pas * Patch from Joost van der Sluis to fix compilation on fpc 2.1.1 r2020 #6655ed568d 2005-12-21 22:04:09 +00:00
spin.pp implement float spinedit for win32 (issue #1386) 2005-11-12 23:02:05 +00:00
stdactns.pas
stdctrls.pp Added EndOfLineComplete capability for AutoCompleteText from Hwang Weng Sun 2006-01-16 09:14:47 +00:00
stringhashlist.pas
textstrings.pas moved IDE command constants to ideintf/idecommands.pas 2006-01-07 13:59:59 +00:00
toolwin.pp
translations.pas added example for lcl/translations.pas 2006-01-13 10:03:23 +00:00
utrace.pp removed ifdef ver1 from Martin Smat 2005-08-04 08:41:46 +00:00
xmlpropstorage.pas fixes for fpc 2.1.1 xmlcfg 2005-08-16 14:40:10 +00:00