lazarus/lcl
2010-03-29 05:42:07 +00:00
..
forms lcl: convert forms to use fpc resources 2010-01-13 12:54:33 +00:00
images
include LCL: TLabel: do not change size in DoAutoSize, TWinControl.CreateWnd: invalidatepreferredszie of childs - needed for non TWinControl 2010-03-28 11:53:08 +00:00
interfaces carbon: fix for destroyed widget sending focus change lcl messages 2010-03-29 05:42:07 +00:00
languages translations: german: updates from Joerg Braun 2010-03-20 19:34:27 +00:00
nonwin32
templates
tests
widgetset lcl, win32: start implementation of TCustomForm.PopupMode, TCustomForm.PopupParent 2010-02-17 06:04:19 +00:00
actnlist.pas
alllclunits.pp
arrow.pp lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
asyncprocess.pp
avglvltree.pas
btn_icons.lrs
buttonpanel.pas lcl: remove TCustomButton, TButton redeclaration 2010-02-10 07:45:35 +00:00
buttons.pp lcl: remove TCustomButton, TButton redeclaration 2010-02-10 07:45:35 +00:00
calendar.pp
chart.pp LCL: fixed drawing TBarChart caption (issue #15997) from Alexander Klenin 2010-03-17 10:52:17 +00:00
checklst.pas
clipbrd.pp
colorbox.pas
comctrls.pp LCL: fixed TCustomTabControl.AdjustClientRect to use parameter 2010-03-24 13:26:23 +00:00
controls.pp LCL: newautosize: AutoSizeDelayed ignore HandleAllocated, UpdateControlState: call AdjustSize instead of UpdateShowing to delay showing after the bounds have been computed 2010-03-27 22:58:28 +00:00
cursors.lrs
customtimer.pas
dbactns.pp
dbctrls.pp lcl: remove few db controls properties which should not be saved/loaded with forms 2010-03-09 03:00:24 +00:00
dbgrids.pas LCL, improved grid's checkbox column support 2010-03-20 01:48:14 +00:00
defaulttranslator.pas LCL DefaultTranslator unit: 2010-03-08 18:40:28 +00:00
dialog_icons.lrs
dialogs.pp LCL, set default copies=1 in print dialog, from C. Western, issue #15831 2010-02-21 21:35:55 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas lcl: cleanup 2010-03-22 03:55:06 +00:00
extctrls.pp LCL: removed wrong TCustomPage.AdjustClientRect, bug #15205 2010-03-28 08:38:14 +00:00
extdlgs.pas lcl: move few const arrays from the unit section to a methods where they are really used 2010-02-05 09:39:18 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas lcl+codetools: CreateRelativePath: support for double pathdelims 2010-02-09 13:36:20 +00:00
forms.pp LCL: autosize: removed autosizecanstart 2010-03-16 15:02:05 +00:00
fpcadds.pas
graphics.pp lcl: fix range check error in lcl icon building from resource data by C Western (issue #0015541) + remove of ifdefs 2010-01-18 07:53:16 +00:00
graphmath.pp
graphtype.pp lcl: in TRawImage.ExtractRect, use the direct data copy only when the requested rect.top = 0 2010-02-01 01:35:18 +00:00
graphutil.pp
grids.pas LCL, improved grid's checkbox column support 2010-03-20 01:48:14 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp
inipropstorage.pas
interfacebase.pp
intfgraphics.pas lcl: ignore bitmap alpha channel if all alpha values = 0 (issue #0015644) 2010-02-03 10:05:54 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas
lazhelpintf.pas lcl: debugging 2010-03-16 13:28:55 +00:00
lazlinkedlist.pas
lcl_calc_images.lrs lcl: don't use initialization section with resources in extdlgs, include resources only if calculator panel is used. 2010-02-05 09:19:06 +00:00
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs
lclclasses.pp
lclintf.pas * winapi: moved winapi macros to winapi includes (so they don't get added twice) 2010-01-24 15:59:28 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclproc.pas LCL: comment 2010-03-24 14:26:29 +00:00
lclrescache.pas
lclstrconsts.pas IDE: changed 'no HTML browser' error message to point to existing settings. Fixes bug #0015718. 2010-03-13 18:13:15 +00:00
lcltype.pp lcl: TLMTimer must use PtrUInt for timer ID (patch by Aison) 2010-03-22 14:30:28 +00:00
lclunicodedata.pas
lclversion.pas
lconvencoding.pas
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.pas lcl: convert forms to use fpc resources 2010-01-13 12:54:33 +00:00
ldocktree.pas
lmessages.pp lcl: fix LM_CONTEXTMENU handling - use another message structure (windows compatible). also hopefully fixes 64bit compilation (issue #0016000) 2010-03-15 14:23:02 +00:00
lresources.pp lcl: reduce hints when DisableChecks are on 2010-02-15 10:25:51 +00:00
Makefile
Makefile.fpc
maps.pp
maskedit.pp lcl: publish TMaskEdit.Align (inadvertently removed in previous commit) 2010-03-08 01:26:47 +00:00
masks.pas
menus.pp lcl: cleanup + formatting 2010-03-23 08:11:26 +00:00
pairsplitter.pas
popupnotifier.pas
postscriptcanvas.pas LCL+Printers, patch to allow cupsprinter to use another class of TPrinterCanvas, from Petr Kristan, issue #16101 2010-03-25 21:21:55 +00:00
postscriptprinter.pas
postscriptunicode.pas LCL, fix escaping invalid postscript string chars, issue #15920 2010-03-15 00:44:41 +00:00
printers.pas LCL+Printers, patch to allow cupsprinter to use another class of TPrinterCanvas, from Petr Kristan, issue #16101 2010-03-25 21:21:55 +00:00
propertystorage.pas
rubberband.pas
shellctrls.pas Patches from dmitry for TShellTreeView, fixes #15908 and #15937 2010-03-14 00:40:30 +00:00
spin.pp
stdactns.pas
stdctrls.pp LCL, published memo and dbmemo charcase property, issue #15804 2010-02-19 02:11:19 +00:00
stringhashlist.pas LCL: fixed memleak in stringhashlist, when destroying a hashlist without items (issue #15755) 2010-03-15 20:43:03 +00:00
textstrings.pas lcl: fix TTextStrings.Put: don't call SetLength before the text move if new string is shorter, call if after the move, copy one symbol more since we want to copy from the end position including it (bug #0015496) 2010-01-30 11:41:54 +00:00
themes.pas
tmschema.pas
toolwin.pp
translations.pas
utf8process.pp
utrace.pp
xmlpropstorage.pas