lazarus/lcl
2025-02-23 01:48:42 +01:00
..
forms
images
include LCL/TreeView: Rename HideSelectionMode options from (hsmLaz, hsmDelphi) to (hsmGray, hsmHide) and deprecate them. Update the customdrawing demo. 2025-02-22 19:27:36 +01:00
interfaces Gtk3: Stop asserts from GtkEntry, we must say what is the minimum size. 2025-02-23 01:08:16 +01:00
languages Translations: LCL Corsican translation update by Patriccollu, merge request !427 2025-01-21 00:44:24 +03:00
nonwin32
templates
testcase
tests
widgetset replaced url http://wiki.freepascal.org with https 2025-02-13 08:49:48 +01:00
.gitignore
actnlist.pas LCL: Workaround for RTL - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063 2024-12-17 12:26:34 +01:00
alllclunits.pp
arrow.pp
asyncprocess.pp
btn_icons.res
buttonpanel.pas
buttons.pp
calendar.pp
checklst.pas
clipbrd.pp
colorbox.pas
comboex.pas
comctrls.pp LCL/TreeView: Rename HideSelectionMode options from (hsmLaz, hsmDelphi) to (hsmGray, hsmHide) and deprecate them. Update the customdrawing demo. 2025-02-22 19:27:36 +01:00
controls.pp LCL: Fix a comment about a deprecated variable, remove deprecated enum. Issue #41366. 2025-01-31 14:28:12 +02:00
cursor_hourglass.res
cursors.res
customdrawn_android.pas
customdrawn_common.pas
customdrawn_mac.pas
customdrawn_winxp.pas
customdrawncontrols.pas
customdrawndrawers.pas
customtimer.pas
dbactns.pp
dbctrls.pp
dbextctrls.pp
dbgrids.pas DBGrids: fixed dgThumbTracking usage on dbgrid. issue #41451 2025-02-21 20:02:23 +01:00
defaulttranslator.pas
dialog_icons.res
dialogres.pas
dialogs.pp Dialogs: implement TOpenOptionEx.ofUseXPStyleAsFallBack (obviously Windows only). Resolves issue #40298. 2025-01-05 15:02:22 +01:00
editbtn.pas LCL: Do not set "Text" property to the name of the component when adding TCustomControlFilterEdit descendants in the Designer. Merge request !418. 2025-01-08 20:55:56 +02:00
extctrls.pp
extdlgs.pas
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-19 20:29:52 +01:00
forms.pp LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1 2025-02-13 01:49:57 +01:00
fpmake.pp
graphics.pp LCL: Formatting. 2024-11-23 08:10:58 +02:00
graphutil.pp LCL/GraphUtil: Exit ScaleImg immediately when no size change of the image is needed. 2024-11-05 17:32:43 +01:00
grids.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00
groupededit.pp
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp LCL/ImageList: Fix update of images after reloading. Issue #41386, based on patch by Massimo Magnano. 2025-02-03 12:45:20 +01:00
industrialbase.pp
inipropstorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00
interfacebase.pp LCL: Formatting. 2024-11-23 08:10:58 +02:00
intfgraphics.pas IconFinder: Fix failure to display BMP icons. 2024-11-08 18:51:51 +01:00
jsonpropstorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00
LAYOUT.txt
lazcanvas.pas
lazdeviceapis.pas
lazdialogs.pas Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
lazfreetypeintfdrawer.pas
lazhelphtml.pas
lazhelpintf.pas
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 lclbase: added inc 2025-01-06 12:24:55 +01:00
lclclasses.pp
lclexceptionstacktrace.pas
lclintf.pas LCL: Improve a comment for function SelectInFolder. Directories are shown in different ways in different systems. 2025-02-06 10:05:36 +02:00
lclmemmanager.pas
lclmessageglue.pas
lclplatformdef.pas
lclproc.pas Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
lclrescache.pas
lclstrconsts.pas LCL/ShellCtrls: Change internal format string for displaying GB file sizes in TShellListView. 2025-01-19 19:17:13 +01:00
lcltaskdialog.pas
lcltranslator.pas
lcltype.pp LCL: Additional key constant aliases VK_LCL_* 2025-02-10 16:15:07 +00:00
lclunicodedata.pas
lclversion.pas
ldocktree.pas
lmessages.pp
lresources.pp LCL: Formatting. 2024-11-23 08:10:58 +02:00
Makefile lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
Makefile_win.compiled
Makefile.compiled
Makefile.fpc lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
maskedit.pp
menus.pp LCL, Menu: fix ownership of copied menu items. 2024-12-28 20:11:26 +01:00
pairsplitter.pas
popupnotifier.pas
postscriptcanvas.pas
postscriptprinter.pas
postscriptunicode.pas
printers.pas
propertystorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00
registerlcl.pas
rubberband.pas
shellctrls.pas Replace locally implement operator overload for method comparison by already available SameMethod. Proposed by n7800 in MR !431 2025-02-02 12:09:48 +01:00
spin.pp
stdactns.pas
stdctrls.pp LCL: Update TCombobox.ItemIndex when AutoCompleteing. Issue #41358, patch by Iluha Companets. 2025-01-31 02:20:42 +02:00
taskdlgemulation.pp
themes.pas
tmschema.pas
toolwin.pp
update_allunits.lpi
update_allunits.lpr
utrace.pp
valedit.pas
xmlpropstorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00