lazarus/lcl/include
2023-04-27 17:23:33 +03:00
..
actionlink.inc
application.inc LCL: Fix endless loop in ReleaseComponent (invoking itself via WM_NULL). Issue #40183 2023-04-02 20:33:48 +02:00
applicationproperties.inc TApplicationProperties: add OnActionExecute (Issue #36816) and OnActionUpdate. 2023-02-11 18:41:03 +01:00
bevel.inc
bitbtn.inc lcl: TBitBtn: fixed typo 2022-11-18 08:10:34 +01:00
bitmap.inc
bitmapcanvas.inc
boundlabel.inc
brush.inc
buttoncontrol.inc LCL: Add an option to NOT call TCheckbox OnChange handler when clicked. Issue #39870, patch by Arioch The. 2022-09-18 21:31:59 +03:00
buttonglyph.inc LCL: Add properties Hot/Disabled/Pressed/SelectedImageIndex to TBitBtn and TSpeedButton. Issue #33299. 2021-12-26 18:06:53 +01:00
buttons.inc
canvas.inc LCL/TCanvas: Switch x and y loops in TCanvas.BrushCopy. Patch by lagprogramming, https://forum.lazarus.freepascal.org/index.php/topic,62996.msg476742.html 2023-04-10 23:52:26 +02:00
checkbox.inc
clipbrd_html.inc
clipbrd.inc
colorbutton.inc LazControls: Fix LCLScaling of TColorButton.ButtonColorSize and .BorderWidth. 2022-11-07 22:25:58 +01:00
comboex.inc LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280. 2023-04-27 17:23:33 +03:00
commondialog.inc
containedaction.inc
control.inc TScrollBox: make opaque for ParentColor=False and ParentBackground=False. Issue #40047 2022-12-14 21:49:24 +01:00
controlactionlink.inc
controlbar.inc LCL: Fix band height evaluation in ControlBar. Now single row snaps to inner control height. 2022-06-02 13:12:23 +03:00
controlcanvas.inc
controlconsts.inc
controlscrollbar.inc
controlsproc.inc
coolbar.inc
cursorimage.inc
customaction.inc LCL: Improve Checkbox / TAction synchronization. Issue #39869. 2022-09-08 10:21:59 +03:00
customactionlist.inc
custombitmap.inc LCL: Return TSharedCustomBitmap as shared image class. TCustomBitmap assumes this as a descendant 2021-10-12 22:14:21 +02:00
customcheckbox.inc LCL: Add an option to NOT call TCheckbox OnChange handler when clicked. Issue #39870, patch by Arioch The. 2022-09-18 21:31:59 +03:00
customcheckgroup.inc
customcombobox.inc TComboBox: update ItemIndex in RealSetText also if Text is empty string. Issue #39366. 2021-10-03 10:05:51 +02:00
customcontrol.inc
customdbcombobox.inc
customdblistbox.inc
customdesigncontrol.inc
customdockform.inc
customedit.inc
customflowpanel.inc LCL/FlowPanel: Fix TFlowPanel.AutoSize calculation, excludes hidden controls now. Issue #40137, patch by Henner Drewes. 2023-02-26 16:46:50 +01:00
customform.inc lcl: implement window snapping / magnetic borders 2023-04-24 23:12:47 +00:00
customframe.inc Revert "LCL: Add TCustomFrame.CreateParams. Somehow fixes issue #25124." 2021-11-29 22:05:19 +01:00
customgroupbox.inc
customimage.inc LCL: TImage: TImageList support (properties Images, ImageIndex and ImageWidth) 2022-09-28 20:25:36 +02:00
customlabel.inc Revert "lcl: label: align to right for autosize and taRightJustify (Delphi compatibility)" 2022-11-30 10:16:12 +01:00
customlabelededit.inc
customlistbox.inc lcl, win32: move TCustomCheckListBox WS specific settings to WS implementataion 2022-08-30 02:29:36 +03:00
customlistview.inc LCL: Fixed memleak in TCustomListView. TFPList can be created but never freed. 2023-01-15 00:28:40 +01:00
custommemo.inc
customnotebook.inc LCL/TPageControl: FIX algorithm of clear tabs in TNBPages.Clear() 2022-11-26 19:23:15 +08:00
custompage.inc
custompanel.inc TPanel: fix csOpaque style inconsistency (it depended on the order of ParentColor/ParentBackground change) 2022-12-14 21:49:24 +01:00
customsplitter.inc LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280. 2023-04-27 17:23:33 +03:00
customstatictext.inc
customtrayicon.inc
customupdown.inc
dbcalendar.inc
dbcheckbox.inc LCL: Make TDBCheckbox events consistent with VCL and with TCheckBox. Issue #39917, patch by Arioch The. 2022-10-04 16:59:38 +03:00
dbcombobox.inc
dbcustomnavigator.inc
dbdateedit.inc
dbedit.inc
dbgroupbox.inc
dbimage.inc
dblistbox.inc
dblookup.inc
dblookupcombobox.inc LCL: Fix updating list dataset on dblookupcombobox on selection or autocomplete, issue #39343 2021-08-29 00:49:48 -05:00
dblookuplistbox.inc
dbmemo.inc
dbradiogroup.inc
dbtext.inc
docktree.inc lcl: fixed comments about TDockTree and TLazDockTree 2023-02-17 19:57:09 +01:00
dockzone.inc
dragdock.inc
dragimagelist.inc
dragmanager.inc Prevent AV 2022-11-15 04:10:13 +03:00
dragobject.inc
filedialog.inc Dialogs: fix compliation with fpc < 3.2.2 after commit #70688d5a (2nd try) 2023-01-14 00:25:55 +01:00
finddialog.inc
font.inc LCL: In LogFontAndName compare only upto the terminating #0. There may be garbage after it. Merge request !30 by Sergey Larin. 2021-10-28 01:35:12 +03:00
fontdialog.inc
fpimagebitmap.inc
gifimage.inc
glyphlist.inc
graphic.inc
graphiccontrol.inc
graphicsobject.inc
headercontrol.inc
hintwindow.inc
icnsicon.inc
icon.inc
idletimer.inc
imglist.inc LCL: image list: AddMultipleResolutions with TRasterImage overload 2022-09-28 16:22:54 +02:00
inputdialog.inc LCL/Dialogs: Auto-sized layout for InputCombo(Ex). Fixes issue #39410. 2021-10-02 12:54:34 +02:00
interfacebase.inc Win32: handle System.CmdShow at startup. Patch by Domingo Galmés, slightly modified by me. Issue ##39363. 2022-10-29 18:41:27 +02:00
intfbaselcl.inc
intfbasewinapi.inc lcl: consider compositor/DWM extended frame for snapping 2023-04-24 23:12:47 +00:00
jpegimage.inc
lcl_defines.inc lcl: fixed parsing with fpdoc 2022-05-29 19:23:35 +02:00
lclaction.inc
lclcolordialog.inc
lclintf.inc
lclintfh.inc
listcolumn.inc Revert an earlier change in 82b9902b12. The checks are needed. 2022-03-06 09:11:08 +02:00
listcolumns.inc
listitem.inc LCL/ListView: Fix TListview in cocoa hanging after fb64d6ef4d (related to issue #39693). 2022-04-04 15:55:11 +02:00
listitems.inc
mainmenu.inc
memoscrollbar.inc
memostrings.inc
menu.inc
menuactionlink.inc
menuitem.inc win32: DPI-aware menus 2022-11-16 00:44:52 +01:00
messagedialogs.inc
monitor.inc
mouse.inc
notebook.inc
page.inc
pagecontrol.inc LCL/TPageControl: Add new method "Clear" to remove all pages. 2021-07-03 20:44:02 +00:00
paintbox.inc * LCL/Paintbox: Better solution to previous commit (issue #40198). 2023-04-13 23:26:23 +02:00
patternbitmap.inc
pen.inc
picture.inc LCL: added const to GetLocalizedFormatDescription function parameters 2022-01-17 00:33:57 +03:00
pixmap.inc
png.inc
pnm.inc
popupmenu.inc
progressbar.inc
promptdialog.inc TPromptDialog: high-DPI 2022-09-28 23:32:17 +02:00
radiobutton.inc
radiogroup.inc
rasterimage.inc
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc lcl: implement window snapping / magnetic borders 2023-04-24 23:12:47 +00:00
scrollbar.inc
scrollbox.inc TScrollBox: make opaque for ParentColor=False and ParentBackground=False. Issue #40047 2022-12-14 21:49:24 +01:00
scrollingwincontrol.inc
shape.inc
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc
shortcutlist.inc
sizeconstraints.inc
speedbutton.inc LCL/SpeedButton: Fix clipping of caption containing double ampersand characters, issue #39820. 2022-10-27 22:27:35 +02:00
spinedit.inc TFloatSpinEdit(Ex): fix crash in OI when setting MaxValue/MinValue/Increment. Issue #39792. 2022-09-17 19:03:18 +02:00
statusbar.inc
statuspanel.inc
statuspanels.inc
sysenvapis_amiga.inc
sysenvapis_mac.inc
sysenvapis_unix.inc
sysenvapis_win.inc
sysenvapis.inc
tabcontrol.inc
tabsheet.inc
taskdialog.inc TTaskDialog: add tfEmulateClassicStyle to flags 2023-02-28 08:29:50 +01:00
tiffimage.inc
togglebox.inc
toolbar.inc LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280. 2023-04-27 17:23:33 +03:00
toolbutton.inc LCL/Toolbar: Remove redundant method TToolbar.ToolButtonDown, issue #40216 2023-04-18 13:56:58 +02:00
toolwindow.inc
trackbar.inc
treeview.inc LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280. 2023-04-27 17:23:33 +03:00
winapi.inc lcl: consider compositor/DWM extended frame for snapping 2023-04-24 23:12:47 +00:00
winapih.inc lcl: consider compositor/DWM extended frame for snapping 2023-04-24 23:12:47 +00:00
wincontrol.inc LCL Cleanup TWinControl.Loaded. Patch by lagprogramming. Issue #40209. 2023-04-15 22:36:58 +02:00
windowmagnet.inc lcl: consider compositor/DWM extended frame for snapping 2023-04-24 23:12:47 +00:00