lazarus/lcl
2007-12-14 13:34:44 +00:00
..
forms LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
images editbtn: 2007-12-09 08:46:39 +00:00
include add ability to read TBitmap from resource (windows resource or linux) 2007-12-13 05:50:56 +00:00
interfaces gtk: 2007-12-14 09:02:21 +00:00
languages translation: german: updates from Joerg Braun 2007-12-13 18:27:03 +00:00
nonwin32
templates
tests
widgetset fix problems with 64bit linux and new handle rework 2007-12-14 12:59:50 +00:00
actnlist.pas
alllclunits.pp Added initial utf-8 widestring manager activated by -dUseUTF8WString 2007-12-14 13:34:44 +00:00
arrow.pp
asyncprocess.pp
avglvltree.pas
btn_icons.lrs
buttonpanel.pas IDE: fixed auto code templates to not always add the typed character, IDE: fixed resetting IDE ToolStatus, fixing crash when double clicking on install package button, IDEIntf: added property OpenEditorsOnCodeToolChange to allow tools to cleanly change sources (this fixes the bug of quickfix items not working with temporary files) 2007-10-27 18:26:35 +00:00
buttons.pp ButtonGlyph: 2007-12-12 14:19:25 +00:00
calendar.pp
chart.pp
checklst.pas
clipbrd.pp
clistbox.pp
colorbox.pas
comctrls.pp LCL: published TListView.OnResize (bug #10242) 2007-11-28 15:48:30 +00:00
controls.pp TWinControl.PaintTo: 2007-12-07 18:56:17 +00:00
cursors.lrs
customtimer.pas
dbactns.pp
dbctrls.pp LCL: resourcestring for confirm delete message (bug #10372) 2007-12-11 11:15:35 +00:00
dbgrids.pas LCL: resourcestring for confirm delete message (bug #10372) 2007-12-11 11:15:35 +00:00
defaulttranslator.pas LCL: clean up of defaulttranslator from Luis Rodrigues (#9942) 2007-10-26 14:32:11 +00:00
dialog_icons.lrs
dialogs.pp LCL, avoid storing default (translated) title for dialogs 2007-12-12 23:48:04 +00:00
dirsel.lfm LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
dirsel.lrs LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
dirsel.pas replaced writeln with debugln 2007-11-24 21:28:46 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas replaced writeln with debugln 2007-11-24 21:28:46 +00:00
editbtn.pas TDateEdit patch from Alexey Lagunov: 2007-12-13 07:14:22 +00:00
extctrls.pp LCL: in case of index out of bounds error, the message shows the upperbound instead of the count of the list (bug #10367) 2007-12-07 13:00:20 +00:00
extdlgs.lrs
extdlgs.pas gtk2 intf: implemented selection change for file dialogs 2007-10-29 22:47:46 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas LCL: added TFileSearcher.Search AMaskSeparator parameter 2007-12-10 12:14:14 +00:00
forms.pp LCL: TCustomForm: not calling LCLIntf.SetFocus if Parent<>nil, choosing a default for ActiveControl in TCustomForm.WndProc 2007-12-03 21:30:32 +00:00
fpcadds.pas
graphics.pp add ability to read TBitmap from resource (windows resource or linux) 2007-12-13 05:50:56 +00:00
graphmath.pp
graphtype.pp replaced several BoolToStr calls with dbgs 2007-11-18 13:06:38 +00:00
grids.pas LCL, grids, additional fix resizing columns, area not fully invalidated 2007-12-14 02:28:02 +00:00
helpintfs.pas
imagelistcache.pas only first imageindex has been broadcasted to listener 2007-12-11 02:44:42 +00:00
imglist.pp * Start handle rework. Splitup of internal WS referencedata and public widgetsetspecific references (handle/pointer/XID/...) 2007-12-06 01:17:52 +00:00
inipropstorage.pas
interfacebase.pp Added initial utf-8 widestring manager activated by -dUseUTF8WString 2007-12-14 13:34:44 +00:00
intfgraphics.pas add ability to read TBitmap from resource (windows resource or linux) 2007-12-13 05:50:56 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas
lazhelpintf.pas
lazlinkedlist.pas
lcl_dbgrid_images.lrs 1. split lcl images to: 2007-12-09 07:03:59 +00:00
lcl_dbnav_images.lrs use modern images for dbnavigator instead of old 2007-12-09 07:30:35 +00:00
lcl_edbtnimg.lrs editbtn: 2007-12-09 08:46:39 +00:00
lclclasses.pp * Moved handle -> reference for TRegion 2007-12-11 00:33:26 +00:00
lclintf.pas 1. split lcl images to: 2007-12-09 07:03:59 +00:00
lclmemmanager.pas
lclmessageglue.pas LCL lclmessageglue: added SendSimpleMessage to interface 2007-11-23 14:06:16 +00:00
lclproc.pas LCL:replace direct call of TXXWidgetset.Create by indirect CreateWidgetset(TXXWidgetset) to move some initialization code from units initialization (from graphics.pp) to that new procedure. This fix memory leaks in lazbuild tool which indirectly uses many lcl units but doesnot work with widgetset. 2007-11-28 10:03:28 +00:00
lclrescache.pas
lclstrconsts.pas LCL: resourcestring for confirm delete message (bug #10372) 2007-12-11 11:15:35 +00:00
lcltype.pp add ability to read TBitmap from resource (windows resource or linux) 2007-12-13 05:50:56 +00:00
lclversion.pas lclversion: added svn keywords property 2007-12-05 07:45:24 +00:00
lconv.pas
ldockctrl.pas
ldockctrledit.lfm LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
ldockctrledit.lrs LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs 2007-10-28 00:33:23 +00:00
ldockctrledit.pas
ldocktree.pas
lmessages.pp LCL: TCustomForm.WndProc LM_ACTIVATE, LM_SETFOCUS, LM_KILLFOCUS now call inherited 2007-12-03 18:52:16 +00:00
lresources.pp replaced writeln with debugln 2007-11-24 21:28:46 +00:00
Makefile regenerated Makefiles with fixed fpc 2.3 fpcmake 2007-11-12 23:00:57 +00:00
Makefile.fpc Makefiles: removed some fcl dependencies 2007-10-16 22:47:51 +00:00
maps.pp
maskedit.pp
masks.pas LCL Masks: use PathSpearator constant 2007-12-08 14:53:43 +00:00
menus.pp TMenu, TMenuItem: 2007-12-03 07:30:37 +00:00
pairsplitter.pas
postscriptcanvas.pas
postscriptprinter.pas
printers.pas
propertystorage.pas
rubberband.pas
spin.pp
stdactns.pas
stdctrls.pp LCL: added TEdit.OnDblClick (bug #10097) 2007-12-08 22:29:15 +00:00
stringhashlist.pas
textstrings.pas
themes.pas codetools: FindDeclarationAndOverload now starts at property names, proc names, vars, consts and types 2007-11-24 19:11:42 +00:00
tmschema.pas
toolwin.pp
translations.pas LCL: pofile reader: reads CharSet attribute from Laurent 2007-12-03 23:28:36 +00:00
utf8wstring.pas Added initial utf-8 widestring manager activated by -dUseUTF8WString 2007-12-14 13:34:44 +00:00
utrace.pp
xmlpropstorage.pas