.. |
actionlink.inc
|
|
|
application.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 |
applicationproperties.inc
|
ApplicationProperties: fix setting ExceptionDialog in OI. Issue #0030210.
|
2016-07-31 14:11:37 +00: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
|
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: 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
|
LCL: Optimize component registration and TLCLComponent.NewInstance. Issue #37360, patch from BrunoK.
|
2020-07-22 08:34:07 +00:00 |
canvas.inc
|
LCL/Graphics: Avoid separate calculation of sin and cos in AngleArc(). Issue #39983.
|
2022-11-02 12:38:12 +01: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
|
LazControls: Fix LCLScaling of TColorButton.ButtonColorSize and .BorderWidth.
|
2022-11-07 22:25:58 +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
|
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
|
LCL: controlcanvas: protect TControlCanvas.CreateHandle debugln with an IFDEF
|
2016-11-01 19:18:42 +00:00 |
controlconsts.inc
|
LCL: DoubleBuffered & ParentDoubleBuffered support
|
2018-06-03 19:45:05 +00:00 |
controlscrollbar.inc
|
lcl: controlscrollbar: set scroll message result as handled if position changed.
|
2016-06-02 16:28:55 +00:00 |
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
|
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
|
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
|
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: 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: Call OnShow event also for a maximized form. Issue #40043.
|
2023-01-01 14:11:46 +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
|
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
|
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/TPageControl: FIX algorithm of clear tabs in TNBPages.Clear()
|
2022-11-26 19:23:15 +08: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
|
TPanel: fix csOpaque style inconsistency (it depended on the order of ParentColor/ParentBackground change)
|
2022-12-14 21:49:24 +01:00 |
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
|
Revert r58337 and r58339 #e887c43e0d
|
2018-06-19 20:04:57 +00:00 |
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
|
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: 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
|
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: Prevent crash by calling ShowDragImage/HideDragImage only if DragImageListResolution is not nil.
|
2021-04-23 14:40:42 +00:00 |
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
|
LCL: Improved layout of TFindDialog and TReplaceDialog, fix TabOrder.
|
2018-09-19 15:33:54 +00:00 |
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
|
Use Delete() instead of Copy() where appropriate.
|
2017-06-10 16:30:27 +00:00 |
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
|
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
|
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
|
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
|
LCL: TListView: store column widths on handle destruction. Issue #32922
|
2018-01-01 20:58:03 +00:00 |
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
|
lcl: forcing menus icon bitmap refresh on Imagelist change. #35658
|
2019-06-01 05:57:36 +00:00 |
menuactionlink.inc
|
|
|
menuitem.inc
|
win32: DPI-aware menus
|
2022-11-16 00:44:52 +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
|
lcl: add TMonitor.PixelsPerInch
|
2016-12-15 08:18:10 +00:00 |
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
|
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
|
LCL: added const to GetLocalizedFormatDescription function parameters
|
2022-01-17 00:33:57 +03: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
|
TPromptDialog: high-DPI
|
2022-09-28 23:32:17 +02: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
|
LCL: Improved layout of TFindDialog and TReplaceDialog, fix TabOrder.
|
2018-09-19 15:33:54 +00:00 |
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
|
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
|
TScrollBox: make opaque for ParentColor=False and ParentBackground=False. Issue #40047
|
2022-12-14 21:49:24 +01:00 |
scrollingwincontrol.inc
|
DockedFormEditor: Win32: Fixed wrong form size after changing AutoScroll, see issue #38856
|
2021-05-07 19:59:30 +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
|
lcl: TControl: highDPI: scale margins and constraints.
|
2016-12-06 14:50:02 +00:00 |
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
|
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
|
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
|
LCLIntf: OpenURL (Windows)
|
2016-07-08 12:06:30 +00:00 |
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
|
LCL/TaskDialog: Add new property Width to override the default width.
|
2022-11-23 23:43:18 +01:00 |
tiffimage.inc
|
|
|
togglebox.inc
|
LCL: Make the initial height of ToggleBox match with Button. Issue #30536, patch from Alexey Torgashin.
|
2016-09-13 12:42:03 +00:00 |
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
|
LCL/Toolbar: Fix incorrect high-dpi scaling of toolbuttons due to hard-coded constant margins.
|
2022-09-13 21:55:27 +02:00 |
toolwindow.inc
|
|
|
trackbar.inc
|
LCL/Trackbar: Undo r61810 #5217a2df4e
|
2019-09-03 16:54:16 +00:00 |
treeview.inc
|
LCL: improve the construction of some messages for TTreeView. Modified patch by Alexey Torgashin. Issue #39592.
|
2022-12-05 22:21:09 +01:00 |
winapi.inc
|
WS, win32: add GetDpiForMonitor
|
2016-12-15 08:16:09 +00:00 |
winapih.inc
|
WS, win32: add GetDpiForMonitor
|
2016-12-15 08:16:09 +00:00 |
wincontrol.inc
|
LCL: additional fix to TWinControl.GetClientRect wcfBoundsRealized (DockedFormEditor issue), issue #40052. Patch by rich2014.
|
2022-12-27 15:48:12 +01:00 |