lazarus/lcl
2009-02-15 08:04:38 +00:00
..
forms lcl: protect calendar popup form the second close. based on patch of Bart Broersma (bug #0010109) 2009-02-01 08:32:23 +00:00
images
include LCL, Removed several checks to see if a field is updateable in favor of TFieldDatalink.canModify, from Joost, issue #13170 2009-02-14 18:53:46 +00:00
interfaces wince: change WParam to ControlDC in one more place 2009-02-15 08:04:38 +00:00
languages translations: german: updates form Joerg Braun 2009-01-24 09:53:51 +00:00
nonwin32 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
templates rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
tests using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
widgetset lcl: formatting 2009-02-04 08:03:37 +00:00
actnlist.pas lcl: fix header 2008-12-31 03:07:17 +00:00
alllclunits.pp IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
arrow.pp lcl: fix header 2008-12-31 03:07:17 +00:00
asyncprocess.pp lcl: fix header 2008-12-31 03:07:17 +00:00
avglvltree.pas lcl: fix header 2008-12-31 03:07:17 +00:00
btn_icons.lrs
buttonpanel.pas lcl: fix taborder of buttonpanel buttons (left to right now) 2009-01-29 02:14:01 +00:00
buttons.pp lcl: skip properties which exists in VCL and does not exists in LCL TForm.OldCreateOrder and TBitBtn.Style (part of issue #0001182) 2009-01-31 11:36:09 +00:00
calendar.pp lcl: fix header 2008-12-31 03:07:17 +00:00
chart.pp lcl: fix header 2008-12-31 03:07:17 +00:00
checklst.pas lcl: fix header 2008-12-31 03:07:17 +00:00
clipbrd.pp lcl: fix header 2008-12-31 03:07:17 +00:00
colorbox.pas lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
comctrls.pp lcl: add protected field TStatusPanel.FIntfFlag to store useful flags in the status panels by interfaces (needs in the next commit) 2009-02-09 14:59:27 +00:00
controls.pp Adds a setShape for regions in TWinControl 2009-02-13 15:35:02 +00:00
cursors.lrs
customtimer.pas lcl: fix header 2008-12-31 03:07:17 +00:00
dbactns.pp lcl: fix header 2008-12-31 03:07:17 +00:00
dbctrls.pp LCL, removes an obsolete hack for an old bug in TField.CanModify, from Joost, issue #13169 2009-02-14 18:47:31 +00:00
dbgrids.pas lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
defaulttranslator.pas lcl: default translator 2009-02-12 14:44:56 +00:00
dialog_icons.lrs
dialogs.pp lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
dirsel.lfm set some TTreeView.ReadOnly to true 2009-01-20 20:19:40 +00:00
dirsel.lrs set some TTreeView.ReadOnly to true 2009-01-20 20:19:40 +00:00
dirsel.pas lcl: fix header 2008-12-31 03:07:17 +00:00
dynamicarray.pas lcl: fix header 2008-12-31 03:07:17 +00:00
dynhasharray.pp lcl: fix header 2008-12-31 03:07:17 +00:00
dynqueue.pas lcl: fix header 2008-12-31 03:07:17 +00:00
editbtn.pas lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
extctrls.pp lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
extdlgs.lrs
extdlgs.pas lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
extendedstrings.pas lcl: fix header 2008-12-31 03:07:17 +00:00
extgraphics.pas
filectrl.pp lcl: fix header 2008-12-31 03:07:17 +00:00
fileutil.pas LCL: ExtractShortPathNameUTF8 is available in all supported fpc versions 2009-02-05 09:59:48 +00:00
forms.pp win32: remove few workarounds regards window focus and application z-order 2009-02-12 10:21:33 +00:00
fpcadds.pas lcl: fix header 2008-12-31 03:07:17 +00:00
graphics.pp Small fix to comment in graphics 2009-02-11 17:26:46 +00:00
graphmath.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
graphtype.pp lcl: fix header 2008-12-31 03:07:17 +00:00
graphutil.pp lcl: fix header 2008-12-31 03:07:17 +00:00
grids.pas lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
helpintfs.pas lcl: fix header 2008-12-31 03:07:17 +00:00
icnstypes.pas lcl: fix header 2008-12-31 03:07:17 +00:00
imagelistcache.pas lcl: fix header 2008-12-31 03:07:17 +00:00
imglist.pp lcl: fix header 2008-12-31 03:07:17 +00:00
inipropstorage.pas lcl: fix header 2008-12-31 03:07:17 +00:00
interfacebase.pp lcl: add lcModalWindow flag to the TLCLCapatibility enum. Windows has this flag set to 0 and other widgetsets which supports native modal forms to 1 (todo: make wince modal handling the same as on win32) 2009-02-10 15:06:14 +00:00
intfgraphics.pas + Added flags to allow TLazIntfImage initialize description in creation 2008-11-16 15:27:37 +00:00
LAYOUT.txt
lazconfigstorage.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lazhelphtml.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lazhelpintf.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lazlinkedlist.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs
lclclasses.pp LCL: added TLCLComponent.LCLRefCount, TApplication.ReleaseComponent now delays free until DeliverMessage completed 2009-02-05 12:23:33 +00:00
lclintf.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lclmemmanager.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lclmessageglue.pas LCL: added TLCLComponent.LCLRefCount, TApplication.ReleaseComponent now delays free until DeliverMessage completed 2009-02-05 12:23:33 +00:00
lclproc.pas IDE: improved displaying multiline todo items from Vladimir Zhirov (issue #13007) 2009-01-21 19:44:38 +00:00
lclrescache.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lclstrconsts.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lcltype.pp lcl: fix header 2008-12-31 03:07:17 +00:00
lclunicodedata.pas IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
lclversion.pas lcl: fix header 2008-12-31 03:07:17 +00:00
lconvencoding.pas lcl: fix header 2008-12-31 03:07:17 +00:00
ldockctrl.pas lcl: fix header 2008-12-31 03:07:17 +00:00
ldockctrledit.lfm
ldockctrledit.lrs
ldockctrledit.pas lcl: fix header 2008-12-31 03:07:17 +00:00
ldocktree.pas fixed public method overrides 2009-01-06 09:54:29 +00:00
lmessages.pp lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
lresources.pp LCL: replaced linear search for resources 2009-02-11 09:19:54 +00:00
Makefile default widget set for Mac OS X is now Carbon, not gtk1 2008-06-20 19:33:44 +00:00
Makefile.fpc IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo 2009-01-27 18:35:12 +00:00
maps.pp lcl: fix header 2008-12-31 03:07:17 +00:00
maskedit.pp lcl: apply patch of Stephano to make some method declarations more delphi compatible (issue #0013125) 2009-02-06 17:50:50 +00:00
masks.pas lcl: fix header 2008-12-31 03:07:17 +00:00
menus.pp lcl, win32: use cLineCaption instead of '-' for separator menu 2009-02-05 14:54:47 +00:00
pairsplitter.pas LCL: broken one unit circle 2009-01-21 17:21:44 +00:00
popupnotifier.lrs
popupnotifier.pas lcl: fix header 2008-12-31 03:07:17 +00:00
postscriptcanvas.pas lcl: fix header 2008-12-31 03:07:17 +00:00
postscriptprinter.pas lcl: fix header 2008-12-31 03:07:17 +00:00
postscriptunicode.pas LCL, postscript, use selectfont instead of findfont/scalefont, fix typo in postscript example 2008-12-02 22:13:31 +00:00
printers.pas lcl: fix header 2008-12-31 03:07:17 +00:00
propertystorage.pas lcl: fix header 2008-12-31 03:07:17 +00:00
rubberband.pas lcl: fix header 2008-12-31 03:07:17 +00:00
shellctrls.pas lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip 2009-01-31 12:04:03 +00:00
spin.pp LCL: published TSpinEdit.Color, Color is published for TEdit too (issue #13159) 2009-02-13 09:44:33 +00:00
stdactns.pas lcl: fix header 2008-12-31 03:07:17 +00:00
stdctrls.pp lcl: apply patch of Stephano to make some method declarations more delphi compatible (issue #0013125) 2009-02-06 17:50:50 +00:00
stringhashlist.pas lcl: fix header 2008-12-31 03:07:17 +00:00
textstrings.pas lcl: fix header 2008-12-31 03:07:17 +00:00
themes.pas lcl: even more improve painting of that pressed toolbar button on non-themed windows 2008-11-19 03:48:22 +00:00
tmschema.pas
toolwin.pp lcl: fix header 2008-12-31 03:07:17 +00:00
translations.pas LCL: TLRSObjectWriter: skip writing empty inherited child components 2009-02-11 09:16:20 +00:00
utrace.pp lcl: fix header 2008-12-31 03:07:17 +00:00
xmlpropstorage.pas lcl: fix header 2008-12-31 03:07:17 +00:00