lazarus/lcl
2022-01-19 13:39:21 +01:00
..
forms LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions. 2020-12-12 11:41:07 +00:00
images LCL: Add missing dialog shield icon (by Roland Hahn). 2021-11-20 11:29:39 +01:00
include LCL: added const to GetLocalizedFormatDescription function parameters 2022-01-17 00:33:57 +03:00
interfaces win32: don't use GWL_ID to store the control pointer because it is truncated to 32bit. Issue #39502 2022-01-19 13:39:21 +01:00
languages LCL: fixed i18n of graphic file format filter descriptions in file dialogs, improved descriptions themselves, removed unused ones, regenerated translations and updated Russian translation 2022-01-15 04:41:04 +03:00
nonwin32
templates
tests LazUtils: Move unit test project for Masks from LCL dir to LazUtils dir. 2021-02-23 14:06:34 +00:00
widgetset lcl-cocoa: restoring the items checked status after the sort, if WS needs some extra assistance for that. bug #39121. potential resolution for #38137 2021-07-03 01:02:04 +00:00
actnlist.pas
alllclunits.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
arrow.pp
asyncprocess.pp
btn_icons.res
buttonpanel.pas TButtonPanel.DefaultButton: no default button support 2021-11-18 18:31:13 +01:00
buttons.pp LCL: Add properties Hot/Disabled/Pressed/SelectedImageIndex to TBitBtn and TSpeedButton. Issue #33299. 2021-12-26 18:06:53 +01:00
calendar.pp
checklst.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
clipbrd.pp
colorbox.pas LCL/TColorBox, TColorListbox: Add missing Notification procedure. Issue #39518. 2021-12-16 14:06:26 +01:00
comboex.pas LCL/TCustomGrid, TCustomCheckBoxEx: Add missing Notification method to react on destruction of TitleImageList and Images, respectively. 2021-12-16 14:52:01 +01:00
comctrls.pp LCL: A new angle bracket option for TreeViewExpandSignType. Issue #39361, patch by Alexey T. 2021-10-04 11:35:11 +03:00
controls.pp LCL: TControl.ClientToScreen(TRect) overload - Delphi compatibility 2021-12-17 10:16:49 +01:00
cursor_hourglass.res
cursors.res
customdrawn_android.pas
customdrawn_common.pas
customdrawn_mac.pas
customdrawn_winxp.pas
customdrawncontrols.pas Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
customdrawndrawers.pas
customtimer.pas LCL: handle exceptions in OnTimer for all widgetsets 2020-10-17 06:29:13 +00:00
dbactns.pp
dbctrls.pp LCL: Publish TDBEdit.TextHint. Issue #39470. 2021-11-17 18:45:16 +02:00
dbextctrls.pp
dbgrids.pas LCL, fix dbgrid right click selection when dgAnyButtonCanSelect option is active, patch by Emil Totev, issue #37357 2021-08-14 16:42:06 -05:00
defaulttranslator.pas
dialog_icons.res LCL: Add missing dialog shield icon (by Roland Hahn). 2021-11-20 11:29:39 +01:00
dialogs.pp LCL/TColorButton: Add missing Notification method to prevent crash when assigned ColorDialog is deleted. 2021-12-16 00:37:28 +01:00
editbtn.pas EditButton: publish OnContextPopup. Patch by Reinhard Kalinke. Issue #0037832. 2020-09-28 20:03:35 +00:00
extctrls.pp LCL: Publish ParentBackground for TRadioGroup and TCheckGroup (related to r64871 #28e5806a74 and 64882). 2021-04-17 09:27:28 +00:00
extdlgs.pas LCL: Use TMaskList always for ShellListView.Mask. Enable all TMask syntax including sets. 2021-02-24 20:04:15 +00:00
extgraphics.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
filectrl.pp LCL: Use TMaskList always for ShellListView.Mask. Enable all TMask syntax including sets. 2021-02-24 20:04:15 +00:00
forms.pp LCL: fix case of Integer/Boolean/string types 2021-12-13 10:23:37 +01:00
fpmake.pp LCLBase: Fpmake.pp, messages unit is non-windows only 2021-08-28 00:09:45 +02:00
graphics.pp * for FPC 3.2.3 and newer alias GraphType.TGraphicsColor to System.UITypes.TColor, Graphics.PColor to System.UITypes.PColor and LCLType.COLORREF to System.UITypes.TColorRef to avoid type conflicts when both System.UITypes and the LCL units are used 2021-11-16 00:27:36 +03:00
graphutil.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
grids.pas LCL/TCustomGrid, TCustomCheckBoxEx: Add missing Notification method to react on destruction of TitleImageList and Images, respectively. 2021-12-16 14:52:01 +01:00
groupededit.pp T(Float)SpinEditEx: remove property EditorEnabled, since it duplicates DirectInput property (which I forgot...) 2021-04-11 16:24:32 +00:00
helpintfs.pas LCL: Implement TApplication.HelpShowTableOfContents. Issue #25905. 2021-07-20 19:44:31 +00:00
icnstypes.pas
imagelistcache.pas
imglist.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
industrialbase.pp
inipropstorage.pas
interfacebase.pp LCL: Consider that MemSize can return 0 with a custom MemoryManager. Merge request !27 by Sergey Larin. 2021-10-28 11:23:36 +03:00
intfgraphics.pas LCL: Eliminate a nested loop in TLazIntfImage.CopyPixels. 2021-01-20 22:00:02 +00:00
jsonpropstorage.pas LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-11-10 09:50:20 +00:00
LAYOUT.txt
lazcanvas.pas
lazdeviceapis.pas Corrections for spelling errors in LCL and Components. Issue #38986, patch by Don Siders. 2021-06-11 07:11:44 +00:00
lazdialogs.pas
lazfreetypeintfdrawer.pas Examples: Improve LazFreetype demo UI layout. Issue #39281, patch by CudaText man. 2021-07-22 12:16:14 +00:00
lazhelphtml.pas Cleanup. 2020-10-30 09:23:50 +00:00
lazhelpintf.pas LazUtils: New function UTF8CompareLatinTextFast. Use in IDE instead of UTF8CompareText. 2021-01-14 13:52:23 +00:00
lazregions.pas
lcl_calc_images.res
lcl_dbnav_images.res
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res
lcl_grid_images.res
lclbase.lpk Revert "Disable PEEPHOLE opt in fpc 3.2.0 to fpc 3.2.3 => there is a bug that can cause crashed in fpdebug/lazutils" 2021-10-16 13:41:59 +02:00
lclclasses.pp
lclexceptionstacktrace.pas
lclintf.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclplatformdef.pas LazBuild: Default to Carbon widgetset on PowerPC. Issue #39293, patch by PascalDragon. 2021-12-26 15:04:30 +02:00
lclproc.pas LCL: Remove tests for define WithOldDebugln. It has been there since 2012. 2021-10-31 09:51:28 +02:00
lclrescache.pas
lclstrconsts.pas LCL: fixed i18n of graphic file format filter descriptions in file dialogs, improved descriptions themselves, removed unused ones, regenerated translations and updated Russian translation 2022-01-15 04:41:04 +03:00
lcltaskdialog.pas LCL: TaskDialog: Use no icon for tdiNone, not a placeholder icon, see issue #39172. Suggested by Jamie Philbrook 2021-07-08 08:02:23 +00:00
lcltranslator.pas
lcltype.pp * for FPC 3.2.3 and newer alias GraphType.TGraphicsColor to System.UITypes.TColor, Graphics.PColor to System.UITypes.PColor and LCLType.COLORREF to System.UITypes.TColorRef to avoid type conflicts when both System.UITypes and the LCL units are used 2021-11-16 00:27:36 +03:00
lclunicodedata.pas
lclversion.pas
ldocktree.pas
lmessages.pp LCL: Change message numbers from decimal to hexadecimal. Issue #38938, patch by CudaText man. 2021-06-30 22:04:13 +00:00
lresources.pp IDE, Codetools: Simplify LoadAncestorDependencyHidden. Use "out" parameter when appropriate. 2021-03-07 13:24:51 +00:00
Makefile Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
Makefile_win.compiled lcl: updated Makefile.compiled 2021-07-08 07:44:20 +00:00
Makefile.compiled lcl: updated Makefile.compiled 2021-07-08 07:43:25 +00:00
Makefile.fpc Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
maskedit.pp LCL: fixed typos related to 'occur' word 2021-06-10 22:21:45 +00:00
menus.pp
pairsplitter.pas IdeIntf, Designer: Improve deleting components from OI's tree. Make a special case for PairSplitterSide. Issue #38235. 2020-12-20 14:46:02 +00:00
popupnotifier.pas
postscriptcanvas.pas LCL: Use a faster compare method for case-insensitive StringList. 2021-01-30 18:36:54 +00:00
postscriptprinter.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
postscriptunicode.pas LCL: Use a faster compare method for case-insensitive StringList. 2021-01-30 18:36:54 +00:00
printers.pas LCL: Use a faster compare method for case-insensitive StringList. 2021-01-30 18:36:54 +00:00
propertystorage.pas
registerlcl.pas
rubberband.pas
shellctrls.pas LCL/ShellCtrls: Fix issues in resizing the width of TShellListView, issue #39447. 2021-10-29 11:33:40 +02:00
spin.pp LCL Spin: fix case of Integer/string types 2022-01-06 14:16:30 +01:00
stdactns.pas
stdctrls.pp LCL: Fix updating list dataset on dblookupcombobox on selection or autocomplete, issue #39343 2021-08-29 00:49:48 -05:00
themes.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
tmschema.pas
toolwin.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
update_allunits.lpi
update_allunits.lpr
utrace.pp
valedit.pas LCL: fix TValueListEditor LoadContent in case of exceptions, issue #36182 2021-08-24 02:24:27 -05:00
xmlpropstorage.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00