lazarus/lcl
2009-01-23 17:12:08 +00:00
..
forms
images
include lcl: formatting 2009-01-23 17:02:36 +00:00
interfaces winapi: don't request mask handle if bitmap is not masked when copy it to the clipboard (bug #0013029) 2009-01-23 15:31:10 +00:00
languages Updated Lithuanian translation by Valdas Jankunas 2008-12-23 23:32:26 +00:00
nonwin32
templates
tests
widgetset Patch from Yury Sidorov. Adds native ballonhint to trayicon in win32/64 2009-01-10 18:12:28 +00:00
actnlist.pas lcl: fix header 2008-12-31 03:07:17 +00:00
alllclunits.pp lcl: fix header 2008-12-31 03:07:17 +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 * some cleanup 2009-01-15 21:48:01 +00:00
buttons.pp lcl: fix enabled handling of speedbutton (it could enter an endless loop before with repaint bugs #0008689, #0012911) 2009-01-04 11:26:04 +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: fix header 2008-12-31 03:07:17 +00:00
comctrls.pp LCL: TTreeView: implemented editing 2009-01-20 14:06:28 +00:00
controls.pp win32: pass WM_CANCELMODE to the LCL, 2009-01-23 02:40:28 +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, Add const keyword for setters of DataField property of in DbCtrls, from Luiz Americo, issue #12932 2009-01-08 05:10:28 +00:00
dbgrids.pas LCL, fix dbgrid picklist crash, issue #12797 2008-12-15 15:01:59 +00:00
defaulttranslator.pas
dialog_icons.lrs
dialogs.pp LCL: added CreateMessageDialog from Bart Broersma (issue #8186) 2009-01-05 20:42:25 +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: populate TFileNameEdit.DialogFiles before onChange event (related with mantis #0012898) 2009-01-01 19:41:18 +00:00
extctrls.pp lcl: a bit of formatting 2009-01-21 06:31:19 +00:00
extdlgs.lrs
extdlgs.pas lcl: fix header 2008-12-31 03:07:17 +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: fix header 2008-12-31 03:07:17 +00:00
forms.pp lcl: store ClientWidth, ClientHeight for TScrollBox as we do for forms, frames and other TScrollingWinControl descendants (fixes bug #0011000) 2009-01-23 17:12:08 +00:00
fpcadds.pas lcl: fix header 2008-12-31 03:07:17 +00:00
graphics.pp * Added loading form rawimage 2009-01-18 15:47:42 +00:00
graphmath.pp
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, grids, fix app freeze (windows) when stringeditor is focused and grid handle is being destroyed 2009-01-09 16:53:43 +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: fix header 2008-12-31 03:07:17 +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: fix header 2008-12-31 03:07:17 +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: fix header 2008-12-31 03:07:17 +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
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: fix header 2008-12-31 03:07:17 +00:00
lresources.pp lcl: fix handling WideString properties (bug #0012981) 2009-01-16 07:18:36 +00:00
Makefile
Makefile.fpc
maps.pp lcl: fix header 2008-12-31 03:07:17 +00:00
maskedit.pp lcl: apply patch of Bart Broersma for bug "Entering a key not allowed by the EditMask in a TMaskEdit will clear the current key" (mantis #0012957) 2009-01-12 02:59:45 +00:00
masks.pas lcl: fix header 2008-12-31 03:07:17 +00:00
menus.pp lcl: set default values for properties of TMenuItem 2009-01-01 17:00:54 +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: fix header 2008-12-31 03:07:17 +00:00
spin.pp lcl: fix header 2008-12-31 03:07:17 +00:00
stdactns.pas lcl: fix header 2008-12-31 03:07:17 +00:00
stdctrls.pp lcl: implement TEdit.Alignment (patch of Zeljan with small mine modifications) 2009-01-05 18:22:41 +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, fix parsing of rst lines when UTF-8 char is splitted in partial lines, issue #12829 2008-12-23 06:32:57 +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