lazarus/lcl/include
2025-03-27 19:53:42 +01:00
..
actionlink.inc LCL: Workaround for RTL / init result - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063 2024-12-19 11:48:00 +01:00
application.inc LCL/TApplication: ShowHintWindow calls ActivateHint when HintInfo.HintData is nil, otherwise ActivateHintData. 2025-03-17 19:23:15 +01:00
applicationproperties.inc
bevel.inc
bitbtn.inc
bitmap.inc
bitmapcanvas.inc
boundlabel.inc
brush.inc
buttoncontrol.inc
buttonglyph.inc
buttons.inc
canvas.inc
checkbox.inc
clipbrd_html.inc
clipbrd.inc
colorbutton.inc
comboex.inc
commondialog.inc
containedaction.inc
control.inc IDE, DockedFormEditor: Check for csDesignInstance, instead of csDesigning to determine if a form/frame is the top-parent in the designer. (To disable autosizing for them). Issue #41368 2025-01-27 13:09:05 +01:00
controlactionlink.inc
controlbar.inc
controlcanvas.inc
controlconsts.inc
controlscrollbar.inc
controlsproc.inc
coolbar.inc LCL: TCoolBar can crash if bitmap isn't assigned. 2025-03-27 19:53:42 +01:00
cursorimage.inc
customaction.inc
customactionlist.inc
custombitmap.inc
customcheckbox.inc
customcheckgroup.inc
customcombobox.inc LCL: Update TCombobox.ItemIndex when AutoCompleteing. Issue #41358, patch by Iluha Companets. 2025-01-31 02:20:42 +02:00
customcontrol.inc
customdbcombobox.inc
customdblistbox.inc
customdesigncontrol.inc
customdockform.inc
customedit.inc
customflowpanel.inc
customform.inc LCL: Use OwnerForm.Monitor when Position = poOwnerFormCenter. Issue #41377, patch by Artem Izmaylov. 2025-01-31 00:19:31 +02:00
customframe.inc lcl: fixed typo 2025-01-27 11:37:21 +01:00
customgroupbox.inc
customimage.inc
customlabel.inc
customlabelededit.inc
customlistbox.inc
customlistview.inc LCL: fix a bug in ListView introduced @0e0ef8c where the checked state was not restored correctly after sorting. 2025-03-04 22:01:35 +08:00
custommemo.inc LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1 2025-02-13 01:49:57 +01:00
customnotebook.inc
custompage.inc
custompanel.inc
customsplitter.inc
customstatictext.inc
customtrayicon.inc
customupdown.inc
dbcalendar.inc
dbcheckbox.inc
dbcombobox.inc
dbcustomnavigator.inc
dbdateedit.inc
dbedit.inc
dbgroupbox.inc
dbimage.inc
dblistbox.inc
dblookup.inc
dblookupcombobox.inc
dblookuplistbox.inc
dbmemo.inc
dbradiogroup.inc
dbtext.inc
docktree.inc
dockzone.inc
dragdock.inc
dragimagelist.inc
dragmanager.inc LCL: reorder evaluation in DragStop. Patch by Artem Izmaylov. issue #41539 2025-03-19 15:40:12 +01:00
dragobject.inc
filedialog.inc
finddialog.inc
font.inc
fontdialog.inc
fpimagebitmap.inc
gifimage.inc
glyphlist.inc
graphic.inc
graphiccontrol.inc
graphicsobject.inc
headercontrol.inc
hintwindow.inc LCL/HintWindow: Removed the out-dated assertion in THintWindow.ActivateHint. Issue #41535. 2025-03-17 19:19:02 +01:00
icnsicon.inc
icon.inc
idletimer.inc
imglist.inc LCL/ImageList: Fix update of images after reloading. Issue #41386, based on patch by Massimo Magnano. 2025-02-03 12:45:20 +01:00
inputdialog.inc
interfacebase.inc
intfbaselcl.inc LCL: renamed param. 2025-01-09 09:41:38 +01:00
intfbasewinapi.inc
jpegimage.inc
lcl_defines.inc
lclaction.inc
lclcolordialog.inc TColorDialog: implement property AlphaChannel and associated option cdShowAlphaChannel for GTK2. 2024-12-14 15:54:25 +01:00
lclintf.inc LCL: renamed param. 2025-01-09 09:41:38 +01:00
lclintfh.inc LCL: renamed param. 2025-01-09 09:41:38 +01:00
listcolumn.inc
listcolumns.inc
listitem.inc
listitems.inc
mainmenu.inc LCL: Allow TToolbar to show a TMainMenu. Patch by FerDeLance See MR !393 2025-01-04 13:10:26 +01:00
memoscrollbar.inc
menu.inc
menuactionlink.inc
menuitem.inc LCL: Prevent a crash in menu when setting bitmap after removing ImageIndex. Issue #41307. 2025-01-04 15:06:40 +02:00
messagedialogs.inc
monitor.inc
mouse.inc
notebook.inc LCL: One more sanity check for a new Notebook page name. Issue #36957. 2025-03-08 00:29:16 +02:00
page.inc
pagecontrol.inc
paintbox.inc
patternbitmap.inc
pen.inc
picture.inc
pixmap.inc
png.inc
pnm.inc
popupmenu.inc
progressbar.inc
promptdialog.inc
radiobutton.inc
radiogroup.inc
rasterimage.inc
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc
scrollbar.inc
scrollbox.inc
scrollingwincontrol.inc LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1 2025-02-13 01:49:57 +01:00
shape.inc
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc
shortcutlist.inc
sizeconstraints.inc
speedbutton.inc LCL: Do not clear Checked state of an Action when linked to TSpeedButton and the button gets disabled. Issue #41352, patch by Peter. 2025-01-23 20:22:29 +02:00
spinedit.inc
statusbar.inc
statuspanel.inc
statuspanels.inc
sysenvapis_amiga.inc LCL: Add a new function SelectInFolder in LclIntf. Use it in source editor's StatusBar. 2025-02-01 18:28:44 +02:00
sysenvapis_mac.inc LCL: Eliminate a variable in function DoOpen for Mac. 2025-02-02 10:23:41 +02:00
sysenvapis_unix.inc LCL: Fix quote char in OpenDocument and SelectInFolder for Linux. 2025-02-02 10:08:30 +02:00
sysenvapis_win.inc LCL: Improving SelectInFolder implementation on Windows 2025-02-06 09:23:52 +00:00
sysenvapis.inc
tabcontrol.inc
tabsheet.inc
taskdialog.inc
tiffimage.inc
togglebox.inc
toolbar.inc LCL: Toolbar with menu, use MenuItem.Bitmap 2025-01-04 13:14:11 +01:00
toolbutton.inc
toolwindow.inc
trackbar.inc
treeview.inc 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
winapi.inc Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
winapih.inc Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
wincontrol.inc
windowmagnet.inc