lazarus/lcl
2025-06-14 16:31:50 +08:00
..
forms
images Images: Fix interchanged sortasc and sortdesc images. 2024-09-11 14:39:03 +02:00
include LCL: Fix TWinControl.ChildSizing, Constraints.MaxWidth should only limit the entire column if CellAlignHorizontal = ccaFill (fill the column around the constrained child) 2025-05-31 22:25:59 +02:00
interfaces Cocoa: fix the issue in TComboBox (readonly) 2025-06-14 16:31:50 +08:00
languages Translations: LCL Corsican translation update by Patriccollu, merge request !427 2025-01-21 00:58:36 +03:00
nonwin32
templates
testcase LCL: Fix TWinControl.ChildSizing, Constraints.MaxWidth should only limit the entire column if CellAlignHorizontal = ccaFill (fill the column around the constrained child) 2025-05-31 22:25:59 +02:00
tests LCL: Fix compilation of test5_1asyncprocess.lpi 2024-08-21 18:00:38 +00:00
widgetset LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
.gitignore lcl: gitignore update_allunits 2023-07-20 14:53:14 +02:00
actnlist.pas LCL: Workaround for RTL - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063 2024-12-17 22:59:38 +01:00
alllclunits.pp LCL: add TaskDlgEmulation unit (skeleton). 2023-07-17 12:48:02 +02:00
arrow.pp LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
asyncprocess.pp
btn_icons.res
buttonpanel.pas LCL: Publish TButtonPanel.ShowHint. From n7800. 2024-02-26 10:31:26 +02:00
buttons.pp LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
calendar.pp LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
checklst.pas LCL/ChecListBox: support Space key to switch to cbGrayed state 2024-09-06 23:09:17 +08:00
clipbrd.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
colorbox.pas LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
comboex.pas LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
comctrls.pp LCL/TreeView: Avoid flicker when hot-tracking is active. Based on patch by @d7_2_laz, issue #41290. 2025-01-27 17:05:06 +01:00
controls.pp LCL: ChildSizing, implement crsSameSize / Solves issue #22730 2024-03-22 17:06:38 +01:00
cursor_hourglass.res
cursors.res
customdrawn_android.pas
customdrawn_common.pas
customdrawn_mac.pas
customdrawn_winxp.pas
customdrawncontrols.pas Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
customdrawndrawers.pas
customtimer.pas LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
dbactns.pp
dbctrls.pp LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
dbextctrls.pp
dbgrids.pas DBGrids: fixed dgThumbTracking usage on dbgrid. issue #41451 2025-02-21 19:57:44 +00:00
defaulttranslator.pas
dialog_icons.res
dialogres.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
dialogs.pp Dialogs: some more improvements to descriptions of TOpenOptions. Based upon MR !455 by n7800. 2025-05-02 15:29:50 +03:00
editbtn.pas IDE In search results window, do not expand nodes when switching tabs. Issue #41259. 2024-12-07 09:47:42 +02:00
extctrls.pp LCL/LabeledEdit: Publish OnContextPopup event. Issue #41193, patch by @rousedebug. 2024-10-18 11:44:40 +02:00
extdlgs.pas LCL/TCalendarDialog: Expose calendar's property FirstDayOfWeek. 2023-09-09 23:46:28 +02:00
extgraphics.pas
filectrl.pp TFileListBox: fix not adding filenames wich only differ in case, when the control doesn't have a handle yet (i.e. with Directry set in OI). Issue #41441 2025-02-21 20:44:09 +01:00
forms.pp LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1 2025-02-13 17:36:51 +01:00
fpmake.pp
graphics.pp LCL/Graphics: Fix compilation issue of AggPas, BGRABitmap, ... after introduction of GradientFill in FPCanvas of FPC 3.3.1. Issue #41642. 2025-05-15 22:46:45 +02:00
graphutil.pp Revert "LCL/GraphUtil: Initialize interpolation as nil (see 412af2a70b, issue #41614)" 2025-05-04 22:40:13 +02:00
grids.pas Grids: Declare TCustomGrid.TitleImagelist as type TCustomImageList rather than TImagelist. Issue #41554. 2025-03-27 16:29:15 +01:00
groupededit.pp TCustomAbstractGroupedEdit: assign PopupMenu also to FBuddy (if this does not have a separate PopupMenu by itself). 2023-11-06 13:22:36 +01:00
helpintfs.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
icnstypes.pas
imagelistcache.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
imglist.pp LCL: Restore Handle to TCustomImageList. 2024-02-22 13:36:09 +02:00
industrialbase.pp
inipropstorage.pas Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
interfacebase.pp Gtk2: Implemented AllocateHwnd and DeallocateHwnd. Patch by Alexander (Rouse_) Bagel. issue #40721 2024-01-24 18:00:33 +01:00
intfgraphics.pas IconFinder: Fix failure to display BMP icons. 2024-11-16 00:34:27 +01:00
jsonpropstorage.pas
LAYOUT.txt
lazcanvas.pas Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
lazdeviceapis.pas
lazdialogs.pas
lazfreetypeintfdrawer.pas
lazhelphtml.pas Revert unintentional changes in commit 33801729a2 2023-12-15 15:55:13 +01:00
lazhelpintf.pas LCL: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
lazregions.pas LazCanvas: Fix memory leak when working with regions. 2025-05-17 12:25:01 +02:00
lcl_calc_images.res
lcl_dbnav_images.res Images: New/updated icons by Roland Hahn (dbnavigator, some lcl icons, debugger, actions, some new general purpose) 2024-09-10 23:34:42 +02:00
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res Images: New/updated icons by Roland Hahn (dbnavigator, some lcl icons, debugger, actions, some new general purpose) 2024-09-10 23:34:42 +02:00
lcl_grid_images.res Images: Fix interchanged sortasc and sortdesc images. 2024-09-11 14:39:03 +02:00
lclbase.lpk set fixes version to 4.1 2025-05-05 09:10:21 +02:00
lclclasses.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
lclexceptionstacktrace.pas
lclintf.pas LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
lclmemmanager.pas Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
lclmessageglue.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
lclplatformdef.pas Allow query of LCLWidgetTypeName without LCL. Turn BuildLCLWidgetType into const and fix comment. 2023-06-15 16:46:47 +03:00
lclproc.pas LCL: Removed unneeded string copy in LCLProc.TextToShortCutGeneric function 2024-06-03 22:25:30 +00:00
lclrescache.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
lclstrconsts.pas Cocoa: Edit Menu i18n supported 2024-05-25 01:26:43 +08:00
lcltaskdialog.pas Refactoring change deprecated message for LCLTaskDialog unit, as suggested by Maxim. 2023-07-24 20:17:55 +02:00
lcltranslator.pas LCL, LCLTranslator: search for translations in correct place on macOS, issue #41592 2025-04-16 16:46:37 +03:00
lcltype.pp LCL: reintroduced INVALID_HANDLE_VALUE constant to LCLType, issue #41631 2025-05-14 15:59:08 +03:00
lclunicodedata.pas
lclversion.pas
ldocktree.pas LCL: Do not try to access a method of nil AControl in class procedure TDockHeader.PerformMouseDown, fixes crashes in some cases. Issue #41675, hint by Hans vB. 2025-05-25 22:51:02 +03:00
lmessages.pp TTaskDialog: partially implemented TTaskDialogProgressBar.Initialize. 2023-08-23 15:23:43 +02:00
lresources.pp Move CreateFirstIdentifier, CreateNextIdentifier and MergeSort from LCLProc to LazUtilities. 2024-04-08 16:32:07 +03:00
Makefile lcl: consistent -g -gl 2024-10-24 12:30:43 +02:00
Makefile_win.compiled updated makefiles 2023-09-12 16:25:55 +02:00
Makefile.compiled updated makefiles 2023-09-12 16:25:55 +02:00
Makefile.fpc lcl: consistent -g -gl 2024-10-24 12:30:43 +02:00
maskedit.pp MaskEdit: adapt FormatMaskText for EnableSets. 2024-01-16 19:19:14 +01:00
menus.pp LCL: first try at implementing TMenuItem.AutoLineReduction. Based upon patch by Artem Izmaylov, modified by me. 2024-08-31 13:23:19 +02:00
pairsplitter.pas LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
popupnotifier.pas
postscriptcanvas.pas Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
propertystorage.pas
registerlcl.pas
rubberband.pas
shellctrls.pas LCL/ShellTreeView: Fix error when clicking a non-default root node in sorted ShellTreeView. Issue #41373. 2025-02-01 12:51:02 +01:00
spin.pp LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
stdactns.pas
stdctrls.pp LCL: Update TCombobox.ItemIndex when AutoCompleteing. Issue #41358, patch by Iluha Companets. 2025-02-01 11:23:36 +02:00
taskdlgemulation.pp LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
themes.pas Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
tmschema.pas
toolwin.pp
update_allunits.lpi
update_allunits.lpr lcl: update_allunits: omit warning used not used 2023-07-20 14:53:55 +02:00
utrace.pp
valedit.pas LCL/ValueListEditor: Fix mismatch of FixedCols default value in constructor and property declaration (issue #41589). 2025-04-19 00:17:56 +02:00
xmlpropstorage.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00