lazarus/lcl
2024-08-06 21:31:30 +08:00
..
forms
images
include LCL: Update Caption of a TPageControl when something is docked there. Issue #40741, patch by Anton Kavalenka. 2024-07-31 00:35:26 +03:00
interfaces Cocoa/ListView: in vsIcon/vsSmallIcon/vsList, dynamic setting TListView.MultiSelect supported 2024-08-06 21:31:30 +08:00
languages LCL: regenerated translations 2024-05-29 18:14:42 +03:00
nonwin32
templates
testcase LCL: ChildSizing, tests 2024-03-24 21:02:36 +01:00
tests
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: Make TCustomAction more compatible with current Delphi. Issue #41005, patch by Alexander (Rouse_) Bagel. 2024-06-29 14:13:32 +03: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/TCheckListbox: Add missing deprecation note, fix typo 2023-09-14 12:29:05 +02:00
clipbrd.pp
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: Update Caption of a TPageControl when something is docked there. Issue #40741, patch by Anton Kavalenka. 2024-07-31 00:35:26 +03: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
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 Revert unintentional changes in commit 33801729a2 2023-12-15 15:55:13 +01:00
defaulttranslator.pas
dialog_icons.res
dialogres.pas
dialogs.pp LCL: Add wrapper functions for TTaskDialog. So it can be used like MessageDlg. 2024-03-21 14:16:04 +01:00
editbtn.pas TFilenameEdit: adjust InitialDir after user executes the dialog. This is analogue to how TOpenDialog behaves. 2024-03-14 19:54:23 +01:00
extctrls.pp TLabeldEdit: publish property NumbersOnly. 2024-04-01 12:31:56 +02:00
extdlgs.pas LCL/TCalendarDialog: Expose calendar's property FirstDayOfWeek. 2023-09-09 23:46:28 +02:00
extgraphics.pas
filectrl.pp LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
forms.pp LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
fpmake.pp
graphics.pp LCL, Graphics.pp: added IncColor() counterpart to the existing DecColor() function, patch by Don Siders, issue #40682 2024-01-05 18:55:58 +03:00
graphutil.pp
grids.pas Grids: fix the issue that Grids don't update data to Cocoa when the ScrollBar is hidden on macOS 2024-07-01 21:32:04 +08: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
icnstypes.pas
imagelistcache.pas
imglist.pp LCL: Restore Handle to TCustomImageList. 2024-02-22 13:36:09 +02:00
industrialbase.pp
inipropstorage.pas
interfacebase.pp Gtk2: Implemented AllocateHwnd and DeallocateHwnd. Patch by Alexander (Rouse_) Bagel. issue #40721 2024-01-24 18:00:33 +01:00
intfgraphics.pas
jsonpropstorage.pas
LAYOUT.txt
lazcanvas.pas
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
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 LCL: add TaskDlgEmulation unit (skeleton). 2023-07-17 12:48:02 +02:00
lclclasses.pp
lclexceptionstacktrace.pas
lclintf.pas
lclmemmanager.pas
lclmessageglue.pas
lclplatformdef.pas
lclproc.pas LCL: Removed unneeded string copy in LCLProc.TextToShortCutGeneric function 2024-06-03 22:25:30 +00:00
lclrescache.pas
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: Do not check if a property has a setter before even attempting to read what it is and thus ignoring classes (with translatable properties) returned by properties without setters. Check if a property setter is present only just before actually writing to it. 2023-10-13 02:36:37 +03:00
lcltype.pp lcl: fixed compile with fpc 3.3.1 2023-11-02 18:24:49 +01:00
lclunicodedata.pas
lclversion.pas
ldocktree.pas
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 updated makefiles 2023-08-14 20:31:20 +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 updated makefiles 2023-08-14 20:31:20 +02:00
maskedit.pp MaskEdit: adapt FormatMaskText for EnableSets. 2024-01-16 19:19:14 +01:00
menus.pp LCL/PopupMenu: Make TPopupMenu.PopupPoint a writable property. 2024-07-27 12:12:28 +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
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 TShellTreeView: rename a function, no functional changes. 2024-02-13 19:29:40 +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: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
taskdlgemulation.pp LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
themes.pas
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: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
xmlpropstorage.pas