lazarus/lcl/include
2024-02-09 11:51:12 +01:00
..
actionlink.inc
application.inc lcl: fixed TApplication.CreateForm for splashform 2023-09-06 16:17:52 +02:00
applicationproperties.inc TApplicationProperties: add OnActionExecute (Issue ) and OnActionUpdate. 2023-02-11 18:41:03 +01:00
bevel.inc
bitbtn.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
bitmap.inc LCL/TBitmap: TBitmap.LoadFromStream accepts RT_RCDATA bitmap resources. Issue . 2023-10-04 12:40:18 +02:00
bitmapcanvas.inc
boundlabel.inc LCL/TLabeledEdit: Allow to change TLabeledEdit.EditLabel.Layout, publush TLabeledEdit.EditLabel.Alignment (see https://forum.lazarus.freepascal.org/index.php/topic,65452.msg498672.html) 2023-12-05 12:18:27 +01:00
brush.inc
buttoncontrol.inc Revert "LCL: Add an option to NOT call TCheckbox OnChange handler when clicked. Issue , patch by Arioch The." 2023-07-14 03:00:19 +03:00
buttonglyph.inc LCL: Add properties Hot/Disabled/Pressed/SelectedImageIndex to TBitBtn and TSpeedButton. Issue . 2021-12-26 18:06:53 +01:00
buttons.inc
canvas.inc Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
checkbox.inc
clipbrd_html.inc
clipbrd.inc Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
colorbutton.inc LazControls: Fix LCLScaling of TColorButton.ButtonColorSize and .BorderWidth. 2022-11-07 22:25:58 +01:00
comboex.inc LCL: fix the bug in TComboBoxEx.AddItem() 2023-09-03 22:41:52 +08:00
commondialog.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
containedaction.inc
control.inc LCL: Fix : Mouse Message issue (Enter/Level/Move) 2023-07-30 21:55:11 +08: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 LCL: Rename msg CM_IRREGULARSHAPEHITTEST->CM_MASKHITTEST and TShape.HitTest->TShape.PtInShape. Issue . 2023-09-11 09:22:29 +03:00
controlscrollbar.inc TScrollBox: fix flicker when Form.AutoSizeAll is called. Do not call ShowScrollBar when nothing changed. 2023-10-11 19:53:19 +02:00
controlsproc.inc
coolbar.inc
cursorimage.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
customaction.inc LCL: Improve Checkbox / TAction synchronization. Issue . 2022-09-08 10:21:59 +03:00
customactionlist.inc
custombitmap.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
customcheckbox.inc Revert "LCL: Add an option to NOT call TCheckbox OnChange handler when clicked. Issue , patch by Arioch The." 2023-07-14 03:00:19 +03:00
customcheckgroup.inc LCL: Allow access to buttons in CheckGroup and RadioGroup. Issue , patch by Dean Mustakinov. 2024-01-30 12:00:03 +02:00
customcombobox.inc LCL: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20: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 LCL/FlowPanel: Fix TFlowPanel.AutoSize calculation, excludes hidden controls now. Issue , patch by Henner Drewes. 2023-02-26 16:46:50 +01:00
customform.inc lcl: ShowModal: handleexception of Idle, otherwise error dialog is auto closed 2023-06-01 10:57:23 +02:00
customframe.inc
customgroupbox.inc
customimage.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
customlabel.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
customlabelededit.inc LCL/TLabeledEdit: Allow to change TLabeledEdit.EditLabel.Layout, publush TLabeledEdit.EditLabel.Alignment (see https://forum.lazarus.freepascal.org/index.php/topic,65452.msg498672.html) 2023-12-05 12:18:27 +01:00
customlistbox.inc TListBox: fix SelCount in case HandleAllocated = False. Issue . 2023-07-07 22:42:25 +02:00
customlistview.inc TCustomListView: trying to implement OnChanging (Win32): 2024-01-05 18:54:52 +01:00
custommemo.inc
customnotebook.inc LCL: Fix high-dpi scaling of the TabHeight and TabWidth properties of TPageControl and TTabControl 2023-05-16 22:28:12 +02:00
custompage.inc
custompanel.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
customsplitter.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
customstatictext.inc
customtrayicon.inc
customupdown.inc
dbcalendar.inc
dbcheckbox.inc LCL: Make TDBCheckbox events consistent with VCL and with TCheckBox. Issue , patch by Arioch The. 2022-10-04 16:59:38 +03:00
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
dbgroupbox.inc
dbimage.inc
dblistbox.inc
dblookup.inc
dblookupcombobox.inc
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 LCL: proper initialization of dragimagelist position in ShowDragImage manually. Issue 2023-12-13 16:02:55 +01:00
dragmanager.inc Prevent AV 2022-11-15 04:10:13 +03:00
dragobject.inc LazUtils, LCL: Move LCLProc.CompareRect() -> GraphMath.SameRect(). Deprecate LCLProc.CompareRect(). 2023-07-03 16:54:10 +03:00
filedialog.inc Fix spelling in a comment (spotted by Maxim). 2023-09-01 18:10:49 +02:00
finddialog.inc
font.inc
fontdialog.inc
fpimagebitmap.inc
gifimage.inc
glyphlist.inc
graphic.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
graphiccontrol.inc
graphicsobject.inc
headercontrol.inc
hintwindow.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
icnsicon.inc
icon.inc Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
idletimer.inc
imglist.inc Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
inputdialog.inc
interfacebase.inc LCL: WidgetSet.BeginMessageProcess/EndMessageProcess added 2023-08-26 23:48:04 +08:00
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 Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
lcl_defines.inc Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
lclaction.inc
lclcolordialog.inc
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 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 ). 2022-04-04 15:55:11 +02:00
listitems.inc
mainmenu.inc
memoscrollbar.inc
memostrings.inc
menu.inc
menuactionlink.inc
menuitem.inc Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
messagedialogs.inc
monitor.inc
mouse.inc
notebook.inc
page.inc
pagecontrol.inc
paintbox.inc * LCL/Paintbox: Better solution to previous commit (issue ). 2023-04-13 23:26:23 +02:00
patternbitmap.inc Misc: Switch x and y loops at several places. Issue 2023-04-29 16:38:00 +02:00
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
progressbar.inc
promptdialog.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
radiobutton.inc
radiogroup.inc LCL: Allow access to buttons in CheckGroup and RadioGroup. Issue , patch by Dean Mustakinov. 2024-01-30 12:00:03 +02:00
rasterimage.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc LCL: Optimize getting a list of font names and eliminating duplicates in TScreen. 2024-02-08 21:18:39 +02:00
scrollbar.inc
scrollbox.inc TScrollBox: make opaque for ParentColor=False and ParentBackground=False. Issue 2022-12-14 21:49:24 +01:00
scrollingwincontrol.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
shape.inc LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
shortcutlist.inc
sizeconstraints.inc
speedbutton.inc LCL/SpeedButton: Fix position of caption when no glyph is present. 2023-07-29 00:36:46 +02:00
spinedit.inc TFloatSpinEdit(Ex): fix crash in OI when setting MaxValue/MinValue/Increment. Issue . 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: remove commented out code. 2023-08-25 18:49:11 +02:00
tiffimage.inc Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
togglebox.inc
toolbar.inc Improve scaling of DateTimePicker. Leave GetDetailSize in places which are not fully tested yet. 2023-04-29 19:44:23 +03:00
toolbutton.inc Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
toolwindow.inc
trackbar.inc
treeview.inc lcl: TTreeView: public ScrolledLeft/Top, PathDelimiter 2023-08-14 15:08:23 +02:00
winapi.inc LCLIntf: small optimizations to LParamExtractLoHiWord and LParamHiWord as suggested by Maxim. 2023-08-27 22:23:12 +02:00
winapih.inc LCLIntf: small optimizations to LParamExtractLoHiWord and LParamHiWord as suggested by Maxim. 2023-08-27 22:23:12 +02:00
wincontrol.inc LCL: Clarify code in TWinControl.ControlAtPos. Rename GetControlAtPos -> ControlIsHit. 2023-09-09 13:08:58 +03:00
windowmagnet.inc lcl: consider compositor/DWM extended frame for snapping 2023-04-24 23:12:47 +00:00