lazarus/lcl/include
2022-06-10 17:21:36 +02:00
..
actionlink.inc
application.inc LCL: Use const for parameters. Patch by Alexey Torgashin. Issue #39617. 2022-02-02 13:57:38 +01:00
applicationproperties.inc
bevel.inc
bitbtn.inc LCL: Add properties Hot/Disabled/Pressed/SelectedImageIndex to TBitBtn and TSpeedButton. Issue #33299. 2021-12-26 18:06:53 +01:00
bitmap.inc
bitmapcanvas.inc
boundlabel.inc
brush.inc LCL: Prevent ReferenceCount going negative in a rare situation (DLL under Windows 7). Issue #37072, patch from Zdravko Gabrovski. 2020-05-15 22:52:13 +00:00
buttoncontrol.inc lcl: update accessibility patch by David Jenkins. bug #38603 2021-03-18 02:48:41 +00: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 LCL: Optimize component registration and TLCLComponent.NewInstance. Issue #37360, patch from BrunoK. 2020-07-22 08:34:07 +00:00
canvas.inc Graphics: Fix misleading parameter names in comment headers of TCanvas.Arc and .RadialPie 2020-06-01 21:32:57 +00:00
checkbox.inc
clipbrd_html.inc
clipbrd.inc
colorbutton.inc LCL/TColorButton: Add missing Notification method to prevent crash when assigned ColorDialog is deleted. 2021-12-16 00:37:28 +01:00
comboex.inc LCL/TCustomGrid, TCustomCheckBoxEx: Add missing Notification method to react on destruction of TitleImageList and Images, respectively. 2021-12-16 14:52:01 +01:00
commondialog.inc LCL: In TOpenDialog.DoExecute replace testing DereferenceLinks with an assertion. 2020-10-17 16:19:13 +00:00
containedaction.inc
control.inc LCL: reformatting according to CodeTools 2021-12-17 10:18:01 +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
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
customcheckgroup.inc LCL/CheckGroup: Fix items and checkboxes getting out of sync upon Items.Insert. Issue #38157. 2020-12-01 09:21:50 +00:00
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 More WSRegister changes by BrunoK. Issue #37360 2020-08-04 11:20:02 +00:00
customdbcombobox.inc
customdblistbox.inc
customdesigncontrol.inc
customdockform.inc
customedit.inc LCL: restore TCustomEdit.GetTextHint deleted in r63730 #32e975d46c 2020-09-23 04:58:05 +00:00
customflowpanel.inc IDE: Move TMainIDE.PropHookPersistentDeleting to a better place and simplify a bit. 2020-12-25 14:34:17 +00:00
customform.inc lcl: fixed TCustomForm.GetMonitor to avoid calling SetBounds 2022-05-17 10:32:34 +02:00
customframe.inc Revert "LCL: Add TCustomFrame.CreateParams. Somehow fixes issue #25124." 2021-11-29 22:05:19 +01:00
customgroupbox.inc LCL: Fixed ParentBackground of GroupBoxes cannot be set to true. Issue #38777 2021-04-20 21:57:55 +00:00
customimage.inc
customlabel.inc lcl TLabel: unbind Color and Transparent to fix ParentColor issues (fixes) 2022-05-03 20:42:26 +02:00
customlabelededit.inc
customlistbox.inc LCL: TListBox.ScrollWidth is used when defined by user. Resolves issue #19079 2021-06-03 18:40:17 +00:00
customlistview.inc LCL/ListView: implement incremental search in virtual mode for Windows. Issue #39748. 2022-05-13 11:06:11 +02:00
custommemo.inc LCL: Make TMemo.Modified property work like TEDIT does. Issue #38388, patch from Jamie Philbrook. 2021-01-25 09:32:13 +00:00
customnotebook.inc LCL: Don't steal focus for TabControl when changing current page by code. 2020-12-15 18:17:36 +00:00
custompage.inc LCL: Fix the %MainUnit directive in custompage.inc. Issue #38991, patch from Don Siders. 2021-06-11 21:18:30 +00:00
custompanel.inc
customsplitter.inc
customstatictext.inc
customtrayicon.inc
customupdown.inc TUpDown: use the MouseEnter/MouseLeave methods to fire the OnMouseEnter and OnMouseLeave events. Slightly alters r64151 #6a41fe9801. 2021-01-09 21:45:16 +00:00
dbcalendar.inc
dbcheckbox.inc
dbcombobox.inc
dbcustomnavigator.inc
dbdateedit.inc
dbedit.inc Revert r56034 #9019311d50. Do not reset TDBEdit.Modified always. Issue #31820. 2020-03-16 19:51:39 +00:00
dbgroupbox.inc
dbimage.inc
dblistbox.inc
dblookup.inc LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-11-10 09:50:20 +00:00
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 LCL: "EmptyValue" and "DisplayEmpty" properties for TBLookupCombobox and TDBLookupListBox components. Issue #36035, patch from Zdravko Gabrovski. 2020-04-04 12:51:38 +00:00
dbmemo.inc
dbradiogroup.inc
dbtext.inc
docktree.inc
dockzone.inc
dragdock.inc
dragimagelist.inc LCL: Prevent crash by calling ShowDragImage/HideDragImage only if DragImageListResolution is not nil. 2021-04-23 14:40:42 +00:00
dragmanager.inc make TPopupNotifier.BidiMode as Application.BidiMode 2022-03-18 18:18:54 +02:00
dragobject.inc
filedialog.inc LCL: implement PromptForFileName in a Delphi compatible way (even though the function is badly designed IMHO). Issue #39740. 2022-05-18 22:51:52 +02: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 LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
graphiccontrol.inc
graphicsobject.inc
headercontrol.inc
hintwindow.inc
icnsicon.inc
icon.inc
idletimer.inc
imglist.inc LCL/ImageList: Fix incorrect png format check in lfm files. Issue #39719, patch by Guilherme Scaglia. 2022-04-22 15:50:32 +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 lcl: adding LCL compatibility option to define system without accelerators (macOS). For system not supporting accelerator, DialogChar() methods of TControl will not be called (by LCL). See bug #37721 and #37719 2020-10-05 16:21:30 +00:00
intfbaselcl.inc LCL: Remove function IntfSendsUTF8KeyPress. Was deprecated in 2011. 2021-02-05 11:28:18 +00:00
intfbasewinapi.inc LCL: Fix Canvas.RoundRect with zero radius, wrong size for non-win. Issue #39628 2022-02-02 14:45:51 +01:00
jpegimage.inc LCL: Fix FPC_FullVersion text for FPC 3.0.4. Now 30004, was 30400. 2020-03-07 20:31:32 +00:00
lcl_defines.inc lcl: fixed parsing with fpdoc 2022-05-29 19:23:35 +02:00
lclaction.inc
lclcolordialog.inc
lclintf.inc LCL: Remove function IntfSendsUTF8KeyPress. Was deprecated in 2011. 2021-02-05 11:28:18 +00:00
lclintfh.inc LCL: Remove function IntfSendsUTF8KeyPress. Was deprecated in 2011. 2021-02-05 11:28:18 +00: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 #39693). 2022-04-04 15:55:11 +02:00
listitems.inc
mainmenu.inc LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos, attempt 2 2020-03-12 09:28:38 +00:00
memoscrollbar.inc
memostrings.inc
menu.inc
menuactionlink.inc
menuitem.inc win32: fix setting TMenuItem.Visible := True in the top menu bar. Issue #39458 2021-11-19 16:56:10 +01:00
messagedialogs.inc LCL: Include more code in "try" block in InputQuery(). Issue #33370, patch from Serge Anvarov. 2020-03-20 10:15:22 +00:00
monitor.inc
mouse.inc
notebook.inc LCL: implemented TUNBPages.Move(). Patch by Michal Gawrycki. issue #36953 2020-04-22 17:01:40 +00:00
page.inc fixed missing brackets 2020-08-19 08:19:13 +00:00
pagecontrol.inc LCL/TPageControl: Add new method "Clear" to remove all pages. 2021-07-03 20:44:02 +00:00
paintbox.inc
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 LCL: Give access to dialog icon idDialogShield 2021-11-19 23:34:09 +01:00
radiobutton.inc
radiogroup.inc LCL: Fix TRadiogroup firing OnEnter/OnExit events when its ItemIndex changes. New events OnItemEnter/OnItemExit. Issue #37768. 2020-09-20 17:06:17 +00:00
rasterimage.inc lcl: fixed typo 2021-02-08 19:55:20 +00:00
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc LCL: move crScreenCursor to a private const of TScreen so that it isn't used elsewhere 2021-11-26 13:33:48 +01:00
scrollbar.inc
scrollbox.inc
scrollingwincontrol.inc DockedFormEditor: Win32: Fixed wrong form size after changing AutoScroll, see issue #38856 2021-05-07 19:59:30 +00:00
shape.inc
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc
shortcutlist.inc
sizeconstraints.inc
speedbutton.inc LCL: Delete TCustomSpeedButton.DoMouseUp. Part of merge request !21. 2022-06-03 12:52:45 +03:00
spinedit.inc LCL/FloatSpinEdit: Fix KeyPress swallowing the 'e' of exponential notation. 2022-06-10 17:21:36 +02:00
statusbar.inc
statuspanel.inc
statuspanels.inc
sysenvapis_amiga.inc
sysenvapis_mac.inc LCL: fix OpenDocument on Mac for folders. Issue #0038670. Patch by Trevor Roydhouse. 2021-03-29 15:46:18 +00:00
sysenvapis_unix.inc LCL: Support folders in OpenDocument() function. Issue #37157, patch from Joeny Ang. 2020-06-02 06:56:52 +00:00
sysenvapis_win.inc
sysenvapis.inc lcl: added google-chrome to list of default browsers 2020-06-18 15:51:48 +00:00
tabcontrol.inc TTabControl: "fix" x/y in Mouse(move/down/up/Drag) messages. Issue #0038403 see note 0129133 amends rev 64424 #ed6e087523,64436 #dfa3fe0ea4 2021-02-27 15:14:31 +00:00
tabsheet.inc
taskdialog.inc
tiffimage.inc
togglebox.inc
toolbar.inc Revert "LCL: Fix Toolbar size when inside a Controlbar". Causes ChangeBounds loop in a bottom anchored Toolbar with GTK2. 2022-03-04 22:25:41 +02:00
toolbutton.inc Revert "LCL: Fix Toolbar size when inside a Controlbar". Causes ChangeBounds loop in a bottom anchored Toolbar with GTK2. 2022-03-04 22:25:41 +02:00
toolwindow.inc
trackbar.inc
treeview.inc LCL: Fix cursor key behavior with TTreeNode.Enabled, add methods to iterate tree. Issue #39590. 2022-01-25 11:20:56 +02:00
winapi.inc
winapih.inc
wincontrol.inc IDE: Remove unused and duplicate resource strings. Fix exception messages. 2021-09-30 17:23:21 +03:00