.. |
actionlink.inc
|
|
|
application.inc
|
LCL: Remove useless comments above methods.
|
2020-02-24 09:50:57 +00:00 |
applicationproperties.inc
|
|
|
bevel.inc
|
|
|
bitbtn.inc
|
LCL: Update Images in BitBtn and SpeedButton from connected Action also when Glyph is not empty. Issue #22071.
|
2020-02-17 18:17:25 +00:00 |
bitmap.inc
|
|
|
bitmapcanvas.inc
|
|
|
boundlabel.inc
|
|
|
brush.inc
|
Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
|
2018-01-15 10:53:48 +00:00 |
buttoncontrol.inc
|
|
|
buttonglyph.inc
|
lcl: fix compilation on Linux
|
2018-05-02 07:33:20 +00:00 |
buttons.inc
|
LCL: publish DoubleBuffered & ParentDoubleBuffered
|
2018-06-03 20:36:08 +00:00 |
canvas.inc
|
LCL: Fix Delphi compatibility of PolyBezier (default value of Continuous argument). Issue #36442, patch by CudaText man).
|
2019-12-15 22:55:36 +00:00 |
checkbox.inc
|
|
|
clipbrd_html.inc
|
|
|
clipbrd.inc
|
LCL: Fix clipboard encoding when fpc is >= 3.1.1 (currently trunk), see notes on issue #30623
|
2018-12-17 23:36:00 +00:00 |
colorbutton.inc
|
|
|
comboex.inc
|
LCL/ComboBoxEx: Use type TImageIndex for image index properties of TComboboxEx. Issue #33026, patch by Michal Gawrycki.
|
2019-12-11 21:43:21 +00:00 |
commondialog.inc
|
lcl: moving RegisterPropertyToSkip from unit initialization to WSRegisterClass methods
|
2020-01-23 15:28:39 +00:00 |
containedaction.inc
|
|
|
control.inc
|
LCL: Screen.BeginTempCursor & EndTempCursor
|
2020-02-23 06:04:38 +00:00 |
controlactionlink.inc
|
|
|
controlbar.inc
|
LCL: Remove csDesignInteractive from ControlStyle of TControlBar. Issue #32813.
|
2017-12-14 06:58:47 +00:00 |
controlcanvas.inc
|
|
|
controlconsts.inc
|
LCL: DoubleBuffered & ParentDoubleBuffered support
|
2018-06-03 19:45:05 +00:00 |
controlscrollbar.inc
|
|
|
controlsproc.inc
|
|
|
coolbar.inc
|
LCL: Prevent a crash in Coolbar when clicking a Grabber in an empty band.
|
2019-11-22 20:08:39 +00:00 |
cursorimage.inc
|
LCL: fixed range error with fpc >= 3.0.4
|
2017-09-08 12:49:39 +00:00 |
customaction.inc
|
|
|
customactionlist.inc
|
|
|
custombitmap.inc
|
LCL: Supporting TCanvas.Draw a TBitmap in pf8bit TBitmap.PixelFormat. Issue #32878. Patch by fantangshan
|
2017-12-29 20:22:29 +00:00 |
customcheckbox.inc
|
Revert r57155 and r60340 #b6923ebc84 because of a regression bug. See issue #36170.
|
2019-10-20 17:16:16 +00:00 |
customcheckgroup.inc
|
LCL: Fix incorrect checked state after deleting an item of a TCheckGroup (issue #34327).
|
2018-09-25 16:28:10 +00:00 |
customcombobox.inc
|
IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak.
|
2019-11-22 00:14:36 +00:00 |
customcontrol.inc
|
clean up
|
2018-02-07 16:59:31 +00:00 |
customdbcombobox.inc
|
LCL, DbControls: fix OnChange event not triggered in unbound dblookupcombobox reverting r61129 #97941ab395, issue #35419
|
2019-05-19 06:36:38 +00:00 |
customdblistbox.inc
|
|
|
customdesigncontrol.inc
|
LCL: high-DPI: fix inplace frames. Issue #36370
|
2020-01-07 21:14:44 +00:00 |
customdockform.inc
|
LCL: Improved docking of coolbar/controlbar (patches by Andrey Zubarev), Issue #0032027
|
2017-07-02 08:27:15 +00:00 |
customedit.inc
|
lcl: moving RegisterPropertyToSkip from unit initialization to WSRegisterClass methods
|
2020-01-23 15:28:39 +00:00 |
customflowpanel.inc
|
LCL/FlowPanel: Fix AutoSize issue (issue #36514).
|
2020-01-04 14:26:03 +00:00 |
customform.inc
|
LCL: fixed regression, activate from delayed event should be called only if we are active form. issue #36877
|
2020-04-05 16:13:21 +00:00 |
customframe.inc
|
LCL: HighDPI: check Application.Scaled for auto-scaling
|
2017-02-24 12:07:07 +00:00 |
customgroupbox.inc
|
|
|
customimage.inc
|
LCL: Fix zooming in TImage. Issue #33066, patch from AlexeyT.
|
2018-02-20 12:14:48 +00:00 |
customlabel.inc
|
LCL: Use a constant for Label width. Issue #35629.
|
2019-05-25 10:01:49 +00:00 |
customlabelededit.inc
|
|
|
customlistbox.inc
|
LCL: Change selection properly when setting TListBox.ItemIndex. Issue #34967, patch from Denis Kozlov.
|
2019-11-28 20:39:42 +00:00 |
customlistview.inc
|
bug #36281. Merged revision(s) 62516-62547 from branches/listviewsortindicator:
|
2020-01-17 01:49:23 +00:00 |
custommemo.inc
|
LCL: memo: handle ESC in LM_GETDLGCODE (pass it)
|
2018-06-14 10:11:43 +00:00 |
customnotebook.inc
|
LCL: Prevent an exception in TPageControl with a disabled tab. Issue #36282, patch from errno.
|
2019-11-12 22:55:40 +00:00 |
custompage.inc
|
fixes for is precedence change in fpc r44266 #831fd20413
|
2020-03-06 12:07:46 +00:00 |
custompanel.inc
|
LCL: TPanel: add ParentBackground property. Issue #32085
|
2017-09-03 09:55:22 +00:00 |
customsplitter.inc
|
|
|
customstatictext.inc
|
|
|
customtrayicon.inc
|
|
|
customupdown.inc
|
cocoa: update setting enable for UpDown controls. #35531
|
2019-05-07 02:53:38 +00:00 |
dbcalendar.inc
|
Revert r58337 and r58339 #e887c43e0d
|
2018-06-19 20:04:57 +00:00 |
dbcheckbox.inc
|
LCL: avoid DoOnChange circle. Issue #33573
|
2018-04-06 18:41:28 +00:00 |
dbcombobox.inc
|
LCL, Implements DBCombobox and DBLookupCombobox cancelling dataset edit state on ESC if it is the source of editing.
|
2018-09-07 01:20:37 +00:00 |
dbcustomnavigator.inc
|
LCL: move+rename Buttons.LCLBtnGlyphs to ImgList.LCLGlyphs
|
2018-05-01 13:53:54 +00:00 |
dbdateedit.inc
|
LCL: Improve TDBDateEdit interference with other Data Aware Controls. Issue #27702, patch from LacaK.
|
2019-08-11 08:18:56 +00:00 |
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
|
LCL: implements dbimage clipboard support from Aleksey Lagunov (with changes), issue #33602
|
2018-08-12 18:58:58 +00:00 |
dblistbox.inc
|
Revert r58337 and r58339 #e887c43e0d
|
2018-06-19 20:04:57 +00:00 |
dblookup.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 |
dblookupcombobox.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 |
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
|
Revert r58337 and r58339 #e887c43e0d
|
2018-06-19 20:04:57 +00:00 |
dbradiogroup.inc
|
Revert r58337 and r58339 #e887c43e0d
|
2018-06-19 20:04:57 +00:00 |
dbtext.inc
|
LCL: Call FDataLink.Free instead of FDataLink.Destroy in TDBText.Destroy. Issue #32453, patch from Michal Gawrycki.
|
2017-09-21 20:55:01 +00:00 |
docktree.inc
|
|
|
dockzone.inc
|
|
|
dragdock.inc
|
|
|
dragimagelist.inc
|
LCL: Screen.BeginTempCursor & EndTempCursor
|
2020-02-23 06:04:38 +00:00 |
dragmanager.inc
|
LCL: Screen.BeginTempCursor & EndTempCursor
|
2020-02-23 06:04:38 +00:00 |
dragobject.inc
|
|
|
filedialog.inc
|
lcl: TOpenDialog: deprecated DereferenceLinks, added ResolveLinks, added ofNoResolveLinks, docs, ofNoDereferenceLinks now behaves Delphi compatible
|
2017-11-05 23:51:00 +00:00 |
finddialog.inc
|
LCL: Improved layout of TFindDialog and TReplaceDialog, fix TabOrder.
|
2018-09-19 15:33:54 +00:00 |
font.inc
|
LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs.
|
2019-12-20 17:45:44 +00:00 |
fontdialog.inc
|
|
|
fpimagebitmap.inc
|
Use Delete() instead of Copy() where appropriate.
|
2017-06-10 16:30:27 +00:00 |
gifimage.inc
|
|
|
glyphlist.inc
|
|
|
graphic.inc
|
|
|
graphiccontrol.inc
|
lcl: customcontrol, graphiccontrol: High-DPI: assign PixelsPerInch to Canvas.Font
|
2017-02-21 14:00:23 +00:00 |
graphicsobject.inc
|
|
|
headercontrol.inc
|
LCL: fix compilation with FPC 3.0.0
|
2018-01-27 18:55:34 +00:00 |
hintwindow.inc
|
lcl: forms: rename OffsetHintRect parameter NewPos->AOffset to make it clearer
|
2017-06-02 20:08:33 +00:00 |
icnsicon.inc
|
LCL: TLazIntfImage: After revision 60360 #71e6fd3e59 it isn't needed to call CreateData when Create is called with size and description flags.
|
2019-02-07 22:00:54 +00:00 |
icon.inc
|
LCL: optimize fix for mem-leak in TCustomIcon.AssignImage / Temporary mask is not freed. Issue #0035562
|
2019-05-11 11:26:33 +00:00 |
idletimer.inc
|
|
|
imglist.inc
|
Fix leak in TLCLGlyphs.GetImageIndex (introduced in r58106 #50dc18646e). Entry name must be set, before adding to tree. Since the name is used as lookup (the tree "sorts" by the name).
|
2020-04-02 20:12:29 +00:00 |
inputdialog.inc
|
LCL: Support high-dpi for InputBox. Issue #35601, patch from Alexey Tor.
|
2019-05-22 14:41:23 +00:00 |
interfacebase.inc
|
LCL: added new LCL capability - lcNativeTaskDialog, defaults to true, on mswindows is false for qt/qt5. issue #35577
|
2019-05-13 12:57:11 +00:00 |
intfbaselcl.inc
|
LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs.
|
2019-12-20 17:45:44 +00:00 |
intfbasewinapi.inc
|
LCL: TLazIntfImage: After revision 60360 #71e6fd3e59 it isn't needed to call CreateData when Create is called with size and description flags.
|
2019-02-07 22:00:54 +00: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
|
|
|
lclaction.inc
|
|
|
lclcolordialog.inc
|
|
|
lclintf.inc
|
LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs.
|
2019-12-20 17:45:44 +00:00 |
lclintfh.inc
|
LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs.
|
2019-12-20 17:45:44 +00:00 |
listcolumn.inc
|
bug #36281. Merged revision(s) 62516-62547 from branches/listviewsortindicator:
|
2020-01-17 01:49:23 +00:00 |
listcolumns.inc
|
LCL: TListView: store column widths on handle destruction. Issue #32922
|
2018-01-01 20:58:03 +00:00 |
listitem.inc
|
|
|
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
|
lcl: forcing menus icon bitmap refresh on Imagelist change. #35658
|
2019-06-01 05:57:36 +00:00 |
menuactionlink.inc
|
|
|
menuitem.inc
|
LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos, attempt 2
|
2020-03-12 09:28:38 +00: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: TNotebook: fixed wrong index after deleting a page. Issue #29976
|
2016-12-17 18:49:14 +00:00 |
page.inc
|
lcl: moving RegisterPropertyToSkip from unit initialization to WSRegisterClass methods
|
2020-01-23 15:28:39 +00:00 |
pagecontrol.inc
|
LCL: Call GetPageClass when adding a TTabSheet in PageControl. Eliminate PageClass variable. Issue #34886.
|
2019-10-27 19:19:28 +00:00 |
paintbox.inc
|
|
|
patternbitmap.inc
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
pen.inc
|
LCL: fixed incosistency in pen when using TLogPen and TExtLogPen. issue #32465
|
2017-09-27 13:18:08 +00:00 |
picture.inc
|
Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
|
2018-01-15 10:53:48 +00:00 |
pixmap.inc
|
|
|
png.inc
|
|
|
pnm.inc
|
LCL: Take care of empty stream in TPortableAnyMapGraphic.IsStreamFormatSupported. Issue #31160, patch from José Mejuto.
|
2017-01-03 14:37:25 +00:00 |
popupmenu.inc
|
|
|
progressbar.inc
|
|
|
promptdialog.inc
|
LCL: Screen.BeginTempCursor & EndTempCursor
|
2020-02-23 06:04:38 +00:00 |
radiobutton.inc
|
|
|
radiogroup.inc
|
LCL: publish DoubleBuffered & ParentDoubleBuffered
|
2018-06-03 20:36:08 +00:00 |
rasterimage.inc
|
LCL: TRasterImage.LoadFromRawImage / revision 61202 #76b9420caf (fixed memleak): Fix check for source = target // Also means the behaviour is/stays as before rev 61202 #76b9420caf
|
2019-05-12 14:19:09 +00:00 |
reginifile.inc
|
|
|
region.inc
|
|
|
replacedialog.inc
|
LCL: Improved layout of TFindDialog and TReplaceDialog, fix TabOrder.
|
2018-09-19 15:33:54 +00:00 |
rubberband.inc
|
|
|
screen.inc
|
LCL: simplify TScreen.BeginTempCursor
|
2020-02-28 07:07:40 +00:00 |
scrollbar.inc
|
LCL: Raise a specialized ELayoutException for LCL layout related errors. Issue #34362, patch from accorp.
|
2018-10-09 14:00:34 +00:00 |
scrollbox.inc
|
|
|
scrollingwincontrol.inc
|
LCL: TWinControl: Fixed TGraphicControl.Cursor not working properly with TScrollBox. Issue #34714
|
2018-12-19 13:04:34 +00:00 |
shape.inc
|
LCL: Optimize 5-angled star in TShape. Issue #35142, patch from Alexey Tor.
|
2019-03-02 21:32:59 +00:00 |
sharedcustombitmap.inc
|
|
|
sharedimage.inc
|
|
|
sharedrasterimage.inc
|
|
|
shortcutlist.inc
|
|
|
sizeconstraints.inc
|
|
|
speedbutton.inc
|
LCL: Update Images in BitBtn and SpeedButton from connected Action also when Glyph is not empty. Issue #22071.
|
2020-02-17 18:17:25 +00:00 |
spinedit.inc
|
LCL: override TSpinEdit.GetLimitedValue so it cannot return values outside the integer range. Issue #0032793.
|
2019-09-29 10:21:16 +00:00 |
statusbar.inc
|
LCL: HighDPI: use relative font scaling, not the absolute PPI (fix for r54210 #eb28e06e83). Issue #31276
|
2017-02-20 15:04:02 +00:00 |
statuspanel.inc
|
|
|
statuspanels.inc
|
|
|
sysenvapis_amiga.inc
|
Amiga: removed some warnings
|
2017-06-20 09:24:14 +00:00 |
sysenvapis_mac.inc
|
cocoa: updating OpenDocument api to handle URLs as well (similar to Win32)
|
2019-05-07 21:03:26 +00:00 |
sysenvapis_unix.inc
|
|
|
sysenvapis_win.inc
|
|
|
sysenvapis.inc
|
|
|
tabcontrol.inc
|
lcl: moving RegisterPropertyToSkip from unit initialization to WSRegisterClass methods
|
2020-01-23 15:28:39 +00:00 |
tabsheet.inc
|
|
|
taskdialog.inc
|
LCL: fix TTaskDialog.ModalResult if closebutton (in CommonButtons) is clicked. Issue #0036069.
|
2019-09-29 10:43:55 +00:00 |
tiffimage.inc
|
|
|
togglebox.inc
|
|
|
toolbar.inc
|
LCL: toolbar: fix endless align/autosize loop. Issue #33575
|
2018-04-19 14:49:39 +00:00 |
toolbutton.inc
|
LCL: high-dpi image list: support retina (for now Cocoa only)
|
2018-02-03 22:58:50 +00:00 |
toolwindow.inc
|
|
|
trackbar.inc
|
LCL/Trackbar: Undo r61810 #5217a2df4e
|
2019-09-03 16:54:16 +00:00 |
treeview.inc
|
LCL: Update contents of TTreeView better when Scrollbars are hidden with ssAutoVertical. Issue #36731, patch from nappsoft.
|
2020-04-01 10:43:21 +00:00 |
winapi.inc
|
|
|
winapih.inc
|
|
|
wincontrol.inc
|
LCL: high-DPI: fix inplace frames. Issue #36370
|
2020-01-07 21:14:44 +00:00 |