lazarus/lcl/include
2025-03-08 01:16:43 +02:00
..
actionlink.inc LCL: Workaround for RTL / init result - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue 2024-12-19 11:48:34 +01:00
application.inc LCL: allow to properly pass HintData to hint window, patch by Artem Izmaylov, issue 2024-10-18 19:49:32 +00: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 LCL/TComboboxEx: Draw scaled icons. Issue , patch by foxpas. 2024-04-16 11:15:23 +02:00
commondialog.inc
containedaction.inc
control.inc * IDE, DockedFormEditor: Amend "Check for csDesignInstance, ...". Keep old check too, for increased compatibility Issue 2025-01-28 00:18:28 +01:00
controlactionlink.inc
controlbar.inc
controlcanvas.inc
controlconsts.inc
controlscrollbar.inc
controlsproc.inc LCL: Minor cleanup and optimization of functions in "controlsproc.inc" 2024-09-09 21:43:54 +00:00
coolbar.inc
cursorimage.inc
customaction.inc
customactionlist.inc
custombitmap.inc
customcheckbox.inc
customcheckgroup.inc LCL: Allow access to buttons in CheckGroup and RadioGroup. Issue , patch by n7800. 2024-02-19 13:09:32 +02:00
customcombobox.inc LCL: Update TCombobox.ItemIndex when AutoCompleteing. Issue , patch by Iluha Companets. 2025-02-01 11:23:36 +02:00
customcontrol.inc
customdbcombobox.inc
customdblistbox.inc
customdesigncontrol.inc
customdockform.inc
customedit.inc LCL: Do not force-clear mouse capture flag on creation of TCustomEdit and TCustomComboBox, issue . 2023-12-05 17:25:51 +03:00
customflowpanel.inc
customform.inc LCL: Fix disappearing taskbar icon when FormStyle is fsNone or fsDialog. Patch by Iluha Companets, issue . 2024-10-29 22:35:43 +01:00
customframe.inc
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:33:04 +08:00
custommemo.inc LCL: fix TControlScrollBar needs update if owner's handle changes. Issue introduced in 4891f1f0e1 2025-02-13 17:36:51 +01:00
customnotebook.inc TCustomTabControl: only call MaybeSelectFirstControlOnPage if APage is not nil. Remove duplicate checks. 2024-03-11 18:33:29 +01:00
custompage.inc
custompanel.inc
customsplitter.inc
customstatictext.inc
customtrayicon.inc
customupdown.inc
dbcalendar.inc
dbcheckbox.inc
dbcombobox.inc
dbcustomnavigator.inc
dbdateedit.inc LCL, TDBDateDeit: Display date as empty string when its value in database is NULL. Patch by Don Siders, issue . 2023-12-29 03:33:50 +03:00
dbedit.inc Cocoa & Db: enable dbedit/dbmemo to input when FDataLink.Field=nil, patch by Ugo Boccardi 2024-07-02 21:32:32 +08:00
dbgroupbox.inc
dbimage.inc
dblistbox.inc
dblookup.inc
dblookupcombobox.inc
dblookuplistbox.inc
dbmemo.inc Cocoa & Db: enable dbedit/dbmemo to input when FDataLink.Field=nil, patch by Ugo Boccardi 2024-07-02 21:32:32 +08:00
dbradiogroup.inc
dbtext.inc
docktree.inc
dockzone.inc
dragdock.inc
dragimagelist.inc LCL: proper initialization of dragimagelist position in ShowDragImage manually. Issue 2023-12-13 16:02:55 +01:00
dragmanager.inc
dragobject.inc
filedialog.inc LCL: Add wrapper functions for TTaskDialog. So it can be used like MessageDlg. 2024-03-21 14:16:04 +01:00
finddialog.inc
font.inc
fontdialog.inc
fpimagebitmap.inc
gifimage.inc
glyphlist.inc
graphic.inc
graphiccontrol.inc
graphicsobject.inc
headercontrol.inc
hintwindow.inc LCL: Don't modify hint position when it is shown via calling HintWindow.ActivateWithBounds method (useful for SynEdit). 2024-11-14 02:52:36 +03:00
icnsicon.inc
icon.inc
idletimer.inc
imglist.inc LCL: Restore Handle to TCustomImageList. 2024-02-22 13:36:09 +02:00
inputdialog.inc
interfacebase.inc
intfbaselcl.inc Gtk2: forgot commit intfbaselcl.inc. issue 2024-01-24 18:10:12 +01:00
intfbasewinapi.inc LCL: fix RectVisible so it works correct if WindowOrg was moved. Patch by Artem Izmaylov 2024-02-09 11:51:12 +01:00
jpegimage.inc
lcl_defines.inc
lclaction.inc
lclcolordialog.inc LCL: implement TColorDialog.Options. Currently only supported for Win32/Win64 widgetset. Issue . 2024-12-08 21:38:42 +01:00
lclintf.inc IDE, LCL: Lazarus help output refactoring by n7800, issue : 2024-01-20 05:04:42 +03:00
lclintfh.inc IDE, LCL: Lazarus help output refactoring by n7800, issue : 2024-01-20 05:04:42 +03:00
listcolumn.inc
listcolumns.inc
listitem.inc
listitems.inc LCL: fix the bug in TListItems.Exchange() 2024-09-07 14:56:13 +08:00
mainmenu.inc
memoscrollbar.inc
memostrings.inc
menu.inc LCL: first try at implementing TMenuItem.AutoLineReduction. Based upon patch by Artem Izmaylov, modified by me. 2024-08-31 13:23:19 +02:00
menuactionlink.inc
menuitem.inc LCL: Prevent a crash in menu when setting bitmap after removing ImageIndex. Issue . 2025-01-06 21:13:18 +02:00
messagedialogs.inc
monitor.inc
mouse.inc
notebook.inc LCL: One more sanity check for a new Notebook page name. Issue . 2025-03-08 01:16:43 +02:00
page.inc
pagecontrol.inc LCL: Update Caption of a TPageControl when something is docked there. Issue , patch by Anton Kavalenka. 2024-07-31 00:35:26 +03:00
paintbox.inc
patternbitmap.inc
pen.inc
picture.inc LCL/Graphics: Fix TImage being empty when its picture was written by an unregistered writer. Issue . 2024-01-17 12:21:45 +01:00
pixmap.inc
png.inc
pnm.inc
popupmenu.inc LCL/PopupMenu: Make TPopupMenu.PopupPoint a writable property. 2024-07-27 12:12:28 +02:00
progressbar.inc
promptdialog.inc
radiobutton.inc LCL: Check TRadioButton when using keyboard accelerator ("&" in caption) 2024-08-21 18:08:07 +00:00
radiogroup.inc LCL: Prevent crash in RadioGroup when hidden radiobutton is selected by arrow keys. Issue . 2024-08-24 21:21:02 +03:00
rasterimage.inc
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc LCL: Fix deprecation warnings. Issue , patch by Don Siders. 2024-04-26 00:59:26 +03:00
scrollbar.inc LCL: Fix deprecation warnings. Issue , patch by Don Siders. 2024-04-26 00:59:26 +03:00
scrollbox.inc
scrollingwincontrol.inc LCL: fix TControlScrollBar needs update if owner's handle changes. Issue introduced in 4891f1f0e1 2025-02-13 17:36:51 +01:00
shape.inc
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc
shortcutlist.inc
sizeconstraints.inc
speedbutton.inc LCL/TSpeedButton: Layout improvements when AutoSize = false 2024-09-10 13:07:57 +02:00
spinedit.inc
statusbar.inc LCL: Fix deprecation warnings. Issue , patch by Don Siders. 2024-04-26 00:59:26 +03:00
statuspanel.inc
statuspanels.inc
sysenvapis_amiga.inc
sysenvapis_mac.inc
sysenvapis_unix.inc
sysenvapis_win.inc LazUtils: Deprecate Utf16StringReplace(). FPC now has good replacements. Issue , by Alexey Torgashin. 2024-08-12 10:04:24 +03:00
sysenvapis.inc
tabcontrol.inc LCL: Fix deprecation warnings. Issue , patch by Don Siders. 2024-04-26 00:59:26 +03:00
tabsheet.inc
taskdialog.inc
tiffimage.inc
togglebox.inc
toolbar.inc
toolbutton.inc
toolwindow.inc
trackbar.inc
treeview.inc LCL/TreeView: Avoid flicker when hot-tracking is active. Based on patch by @d7_2_laz, issue . 2025-01-27 17:05:06 +01:00
winapi.inc
winapih.inc
wincontrol.inc Add CM_THEMEDCHANGED to TWinControl.WndProc to catch widget system light/dark change 2024-06-07 00:05:39 +00:00
windowmagnet.inc