lazarus/lcl
2022-11-11 16:17:17 +01:00
..
forms LCL/TDateEdit: Remove TCalendarPopupForm.Paint (not needed any more, and destroys dark mode in macOS). Issue #39930. 2022-09-27 15:46:20 +02:00
images Images: New general-purpose images by Roland Hahn (calendar) 2022-09-12 12:45:42 +02:00
include lcl/(shell)treeview: Fix FindNodeWithTextPath not working for ShellTreeView in Linux. 2022-11-08 16:36:02 +01:00
interfaces Qt5: added to the lcl.lpk, regenerated Makefiles 2022-11-11 16:13:45 +01:00
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39863 2022-08-22 02:21:13 +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 Win32 and WinCE; The WS calendar only accepts lowe limits > 1601-01-01 2022-07-19 10:21:59 +02:00
actnlist.pas LCL: Improve Checkbox / TAction synchronization. Issue #39869. 2022-09-08 10:21:59 +03:00
alllclunits.pp LCL: committed automatically regenerated file 2022-09-30 01:03:45 +03:00
arrow.pp
asyncprocess.pp
btn_icons.res
buttonpanel.pas LCL buttonpanel: fix hiding glyphs with ShowGlyphs. issue #37455 2022-08-17 23:46:50 +02:00
buttons.pp IDE: load High-DPI images 2022-09-29 00:59:16 +02:00
calendar.pp TCalendar and TDateEdit: improve IsLimited function. Now it only returns true if MaxDate actually is at least one day > MinDate (it would return True if MaxDate-MinDate was larger than 0.1 msec) 2022-08-03 00:00:24 +02:00
checklst.pas LCL/CheckListbox: Add new properties HeaderBackgroundColor and HeaderColor and implement them for win32 WS. Issue #39874, patch by Don Siders. 2022-09-02 00:49:45 +02: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/(Shell)TreeView: Add "FindOptions" so that FindNodeWithTextPath works in TShellTreeView even with collapsed nodes and in case-insensitive file systems. 2022-11-08 15:55:17 +01:00
controls.pp LCL: Fix TControl handler methods and arguments. Issue #39974, patch by Don Siders. 2022-11-02 19:46:16 +02: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: Make TDBCheckbox events consistent with VCL and with TCheckBox. Issue #39917, patch by Arioch The. 2022-10-04 16:59:38 +03:00
dbextctrls.pp
dbgrids.pas Grids: uses const paramterers for strings where applicable. Patch by Alexey Torgashin. Issue #39851. 2022-10-09 19:06:22 +02:00
defaulttranslator.pas
dialog_icons.res LCL: Add missing dialog shield icon (by Roland Hahn). 2021-11-20 11:29:39 +01:00
dialogres.pas LCL: DialogRes: remove Windows-dependent code and use the new ThemeServices.GetStockImage overload 2022-10-02 11:33:12 +02:00
dialogs.pp LazControls: Fix LCLScaling of TColorButton.ButtonColorSize and .BorderWidth. 2022-11-07 22:25:58 +01:00
editbtn.pas TDateEdit: remove unused var from Loaded (leftover from a workaround). 2022-09-16 22:47:03 +02:00
extctrls.pp LCL/TPanel: New property ShowAccelChar to improve Delphi compatibility in rendering of ampersands. Issue #39973. 2022-10-28 00:09:56 +02: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 LCL/extgraphics: Avoid separate calculation of sin() and cos() in rotated polygon calculations. Issue #39983. 2022-11-02 17:40:24 +01: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: Use const for parameters. Patch by Alexey Torgashin. Issue #39617. 2022-02-02 13:57:38 +01:00
fpmake.pp LCLBase: Fpmake.pp, messages unit is non-windows only 2021-08-28 00:09:45 +02:00
graphics.pp Revert "LCL: Graphics: DefFontData is to be changed, declare it as var" 2022-08-10 10:11:24 +02:00
graphutil.pp LCL/graphutil: Add procedure BitmapGrayscale to convert a bitmap to gray-scale with weighting of color channels (provided by Roland Hahn). 2022-11-03 13:28:42 +01:00
grids.pas Grids: implement option to set ParentColor and ParentFont of the internal cell editor. 2022-10-15 16:10:35 +02: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 LCL: image list: AddMultipleResolutions with TRasterImage overload 2022-09-28 16:22:54 +02:00
industrialbase.pp
inipropstorage.pas
interfacebase.pp Win32: handle System.CmdShow at startup. Patch by Domingo Galmés, slightly modified by me. Issue ##39363. 2022-10-29 18:41:27 +02:00
intfgraphics.pas lcl: undo alpha reverse with comment 2022-03-18 14:29:24 +01: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 lcl: comments 2022-04-05 13:36:35 +02:00
lazregions.pas
lcl_calc_images.res
lcl_dbnav_images.res
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res Images: New general-purpose images by Roland Hahn (calendar) 2022-09-12 12:45:42 +02:00
lcl_grid_images.res
lclbase.lpk LCL: new unit DialogRes for dialog icon resources 2022-09-28 16:20:14 +02:00
lclclasses.pp LCL: NewInstance, search for WsClass, always call RegisterNewWSComp(Self). Issue #37360 Note 0124494 2020-08-04 11:20:05 +00:00
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 Qt6: added to lclplatforms 2022-11-11 16:17:17 +01: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 TCalendar: nicer errormessage if a date is smaller than MinDateTime or larger than MaxDateTime. 2022-07-19 10:37:43 +02:00
lcltaskdialog.pas LCL: DialogRes: remove Windows-dependent code and use the new ThemeServices.GetStockImage overload 2022-10-02 11:33:12 +02:00
lcltranslator.pas LCL: Added convenience TranslateUnitResourceStringsEx wrapper to LCLTranslator. 2022-07-29 02:58:50 +03:00
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 MaskEdit: simplify the fix in #79c00942. 2022-10-04 18:04:56 +02: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 make TPopupNotifier.BidiMode as Application.BidiMode 2022-03-18 18:18:54 +02:00
postscriptcanvas.pas LCL/PostscriptCanvas: Avoid separate calls to sin() and cos() with the same argument. Issue #39984. 2022-11-03 00:15:40 +01: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/(Shell)TreeView: Add "FindOptions" so that FindNodeWithTextPath works in TShellTreeView even with collapsed nodes and in case-insensitive file systems. 2022-11-08 15:55:17 +01:00
spin.pp LCL Spin: fix case of Integer/string types 2022-01-06 14:16:30 +01:00
stdactns.pas
stdctrls.pp LCL: Add an option to NOT call TCheckbox OnChange handler when clicked. Issue #39870, patch by Arioch The. 2022-09-18 21:31:59 +03:00
themes.pas LCL: TThemeServices.GetStockImage overload with Width&Height 2022-10-02 11:32:17 +02: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 Qt6: added to lclplatforms 2022-11-11 16:17:17 +01:00
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