lazarus/lcl
2017-11-24 20:44:02 +00:00
..
forms LCL: rename TControl.ScaleCoord* methods 2017-05-20 10:02:25 +00:00
images lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn) 2017-11-12 14:25:09 +00:00
include LCL: Change a counter to boolean FTextChangedLock, used for firing events right. Issue #32630. 2017-11-24 20:44:02 +00:00
interfaces LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194. 2017-11-24 18:02:15 +00:00
languages Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32695 2017-11-14 23:01:39 +00:00
nonwin32 lcl: comment 2017-09-02 09:14:44 +00:00
templates
tests
widgetset LCL: combo box: deprecate ReadOnly property 2017-06-05 19:07:31 +00:00
actnlist.pas
alllclunits.pp
arrow.pp
asyncprocess.pp
btn_icons.res
buttonpanel.pas
buttons.pp
calendar.pp LCL: In TCustomcalendar, always SetProps in InitializeWnd (issue #0032379). Patch by soner. 2017-09-08 21:56:24 +00:00
checklst.pas
clipbrd.pp LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194. 2017-11-24 18:02:15 +00:00
colorbox.pas LCL: combobox, listbox: fix drawing of customdrawn items. Change TOwnerDrawStateType.odPainted to odBackgroundPainted 2017-06-10 11:43:19 +00:00
comboex.pas
comctrls.pp lcl: TTreeView: cleaned up TNodeState, removed not used nsInTree, added nsVisible 2017-11-24 16:50:16 +00:00
controls.pp Fix issue #32711 TWinControl.flipchildren does not flip anchored controls 2017-11-19 21:24:58 +00:00
cursor_hourglass.res
cursors.res LCL: GTK2: High-DPI cursor crNo. 2017-09-07 21:13:46 +00:00
customdrawn_android.pas
customdrawn_common.pas
customdrawn_mac.pas
customdrawn_winxp.pas
customdrawncontrols.pas
customdrawndrawers.pas
customtimer.pas
dbactns.pp
dbctrls.pp LCL: dbgrids: publish properties. Patch by Michal Gawrycki, issue #32445 2017-10-09 06:20:43 +00:00
dbextctrls.pp
dbgrids.pas LCL, dbgrids: dgDisplayMemoText allows field editing too. 2017-11-22 21:51:48 +00:00
defaulttranslator.pas
dialog_icons.res
dialogs.pp lcl: TOpenDialog: deprecated DereferenceLinks, added ResolveLinks, added ofNoResolveLinks, docs, ofNoDereferenceLinks now behaves Delphi compatible 2017-11-05 23:51:00 +00:00
editbtn.pas LCL: revert r56162, r56031, r55890 #9ac706fc7a (TabStop handling) 2017-11-10 08:19:00 +00:00
extctrls.pp LCL: TPanel: add ParentBackground property. Issue #32085 2017-09-03 09:55:22 +00:00
extdlgs.pas
extgraphics.pas
filectrl.pp
forms.pp LCL: Improve giving focus to docked windows from Windows menu. Issue #32659, patch from Pascal Riekenberg. 2017-11-16 11:19:00 +00:00
fpmake.pp
graphics.pp lcl: graphics: make FindGraphicClassWithFileExt class function 2017-05-26 12:08:52 +00:00
graphmath.pp
graphtype.pp
graphutil.pp
grids.pas LazUtils: Rename TArray -> TPointerPointerArray. 2017-11-13 17:33:36 +00:00
groupededit.pp LCL: revert r56162, r56031, r55890 #9ac706fc7a (TabStop handling) 2017-11-10 08:19:00 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp
industrialbase.pp
inipropstorage.pas
interfacebase.pp Reduce typecasts. Use TIntegerList and TByteList where appropriate. 2017-11-13 23:20:44 +00:00
intfgraphics.pas
jsonpropstorage.pas
LAYOUT.txt
lazcanvas.pas
lazdeviceapis.pas
lazdialogs.pas
lazfreetypeintfdrawer.pas
lazhelphtml.pas lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options 2017-11-11 14:21:11 +00:00
lazhelpintf.pas
lazregions.pas
lcl_calc_images.res
lcl_dbgrid_images.res
lcl_dbnav_images.res
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn) 2017-11-12 14:25:09 +00:00
lcl_grid_images.res lcl: Interchange icons sortasc and sortdesc in resource lcl_grid_images.res 2017-04-27 10:13:55 +00:00
lclbase.lpk LCL: new Database Login dialog. Modified patch by LacaK, issue #27764 2017-05-04 19:42:18 +00:00
lclclasses.pp lcl: comment 2017-10-26 14:16:50 +00:00
lclintf.pas
lclmemmanager.pas
lclmessageglue.pas
lclplatformdef.pas
lclproc.pas LCL: Use CompareText function in IsFontNameDefault. 2017-06-04 21:52:34 +00:00
lclrescache.pas
lclstrconsts.pas lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options 2017-11-11 14:21:11 +00:00
lcltaskdialog.pas
lcltranslator.pas lcl: lcltranslator: use typeinfo instead of type name 2017-10-18 12:00:30 +00:00
lcltype.pp LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194. 2017-11-24 18:02:15 +00:00
lclunicodedata.pas
lclversion.pas IDE: Add revision to lclversion.pas. 2017-11-01 21:34:39 +00:00
ldocktree.pas
lmessages.pp LCL: Missing message names for function GetMessageName added. 2017-10-13 22:52:19 +00:00
lresources.pp
Makefile
Makefile_win.compiled
Makefile.compiled
Makefile.fpc
maskedit.pp
menus.pp lcl: menus: add DoDrawItem and DoMeasureItem virtual functions 2017-07-19 07:28:20 +00:00
pairsplitter.pas
popupnotifier.pas
postscriptcanvas.pas LCL: Use IntegerList in PostScriptCanvas. 2017-11-13 17:33:34 +00:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas
propertystorage.pas
registerlcl.pas
rubberband.pas
shellctrls.pas Amiga: removed some warnings 2017-06-20 09:24:14 +00:00
spin.pp
stdactns.pas
stdctrls.pp LCL: Change a counter to boolean FTextChangedLock, used for firing events right. Issue #32630. 2017-11-24 20:44:02 +00:00
themes.pas
tmschema.pas
toolwin.pp
update_allunits.lpi
update_allunits.lpr
utrace.pp
valedit.pas
xmlpropstorage.pas