.. |
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: allow to properly pass HintData to hint window, patch by Artem Izmaylov, issue #41194
|
2024-10-18 22:43:54 +03:00 |
applicationproperties.inc
|
TApplicationProperties: add OnActionExecute (Issue #36816) 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 #40529.
|
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 #39870, patch by Arioch The."
|
2023-07-14 03:00:19 +03:00 |
buttonglyph.inc
|
|
|
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/TComboboxEx: Draw scaled icons. Issue #40905, patch by foxpas.
|
2024-04-16 11:15:23 +02: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 DPI scaling for aligned controls with anchor on their free site. Issue #41007
|
2024-10-05 13:11:35 +02: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 #40483.
|
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
|
LCL: Minor cleanup and optimization of functions in "controlsproc.inc"
|
2024-09-09 21:43:54 +00:00 |
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 #39869.
|
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 #39870, patch by Arioch The."
|
2023-07-14 03:00:19 +03:00 |
customcheckgroup.inc
|
LCL: Allow access to buttons in CheckGroup and RadioGroup. Issue #40738, patch by n7800.
|
2024-02-19 13:09:32 +02:00 |
customcombobox.inc
|
LCL: All normal chars are handled by combobox. issue #36235
|
2025-01-03 16:36:18 +01: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 #40379.
|
2023-12-05 17:25:51 +03:00 |
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: Fix disappearing taskbar icon when FormStyle is fsNone or fsDialog. Patch by Iluha Companets, issue #41189.
|
2024-10-29 22:32:30 +01: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 #40361.
|
2023-07-07 22:42:25 +02:00 |
customlistview.inc
|
TListView: fix potential AV in SetDropTarget. Issue #19083.
|
2024-12-07 18:45:20 +01:00 |
custommemo.inc
|
|
|
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
|
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 #39917, 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 #40661.
|
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
|
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 #40640
|
2023-12-13 16:02:55 +01:00 |
dragmanager.inc
|
LCL: Make sure dragging is not cancelled. Issue #40266, patch by Alexey Torgashin.
|
2025-01-03 00:13:21 +02:00 |
dragobject.inc
|
LazUtils, LCL: Move LCLProc.CompareRect() -> GraphMath.SameRect(). Deprecate LCLProc.CompareRect().
|
2023-07-03 16:54:10 +03:00 |
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
|
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
|
LCL: Don't modify hint position when it is shown via calling HintWindow.ActivateWithBounds method (useful for SynEdit).
|
2024-11-14 02:47:41 +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
|
LCL: Restore Handle to TCustomImageList.
|
2024-02-22 13:36:09 +02:00 |
inputdialog.inc
|
|
|
interfacebase.inc
|
LCL: WidgetSet.BeginMessageProcess/EndMessageProcess added
|
2023-08-26 23:48:04 +08:00 |
intfbaselcl.inc
|
LCL: changed SetDeviceScaleRatio HGDIOBJ param to HDC to be inline with cocoa abilities.
|
2025-01-02 12:08:47 +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
|
TColorDialog: implement property AlphaChannel and associated option cdShowAlphaChannel for GTK2.
|
2024-12-14 15:54:25 +01:00 |
lclintf.inc
|
LCL: changed SetDeviceScaleRatio HGDIOBJ param to HDC to be inline with cocoa abilities.
|
2025-01-02 12:08:47 +01:00 |
lclintfh.inc
|
LCL: changed SetDeviceScaleRatio HGDIOBJ param to HDC to be inline with cocoa abilities.
|
2025-01-02 12:08:47 +01:00 |
listcolumn.inc
|
|
|
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
|
LCL: fix the bug in TListItems.Exchange()
|
2024-09-07 14:56:13 +08:00 |
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
|
|
|
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: Allow TToolbar to show a TMainMenu. Patch by FerDeLance See MR !393
|
2025-01-04 13:10:26 +01:00 |
messagedialogs.inc
|
|
|
monitor.inc
|
|
|
mouse.inc
|
|
|
notebook.inc
|
|
|
page.inc
|
|
|
pagecontrol.inc
|
LCL: Update Caption of a TPageControl when something is docked there. Issue #40741, patch by Anton Kavalenka.
|
2024-07-31 00:35:26 +03:00 |
paintbox.inc
|
* LCL/Paintbox: Better solution to previous commit (issue #40198).
|
2023-04-13 23:26:23 +02:00 |
patternbitmap.inc
|
Misc: Switch x and y loops at several places. Issue #40231
|
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 #40685.
|
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
|
Reduce compiler warnings.
|
2023-07-03 06:23:49 +03:00 |
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 #41093.
|
2024-08-24 21:21:02 +03: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: Fix deprecation warnings. Issue #40918, patch by Don Siders.
|
2024-04-26 00:59:26 +03:00 |
scrollbar.inc
|
LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders.
|
2024-04-26 00:59:26 +03:00 |
scrollbox.inc
|
TScrollBox: make opaque for ParentColor=False and ParentBackground=False. Issue #40047
|
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/TSpeedButton: Layout improvements when AutoSize = false
|
2024-09-10 13:07:57 +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
|
LCL: Fix deprecation warnings. Issue #40918, 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 #41068, by Alexey Torgashin.
|
2024-08-12 10:04:24 +03:00 |
sysenvapis.inc
|
|
|
tabcontrol.inc
|
LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders.
|
2024-04-26 00:59:26 +03:00 |
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
|
LCL: Toolbar with menu, use MenuItem.Bitmap
|
2025-01-04 13:14:11 +01:00 |
toolbutton.inc
|
Reduce compiler warnings.
|
2023-07-03 06:23:49 +03:00 |
toolwindow.inc
|
|
|
trackbar.inc
|
|
|
treeview.inc
|
LCL/TTreeView: Fix failure to read dfm files written by Delphi XE2+. Issue #41303.
|
2025-01-04 00:32:14 +01: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
|
Add CM_THEMEDCHANGED to TWinControl.WndProc to catch widget system light/dark change
|
2024-06-07 00:05:39 +00:00 |
windowmagnet.inc
|
lcl: consider compositor/DWM extended frame for snapping
|
2023-04-24 23:12:47 +00:00 |