lazarus/lcl/include
2017-09-27 13:18:08 +00:00
..
actionlink.inc
application.inc lcl: application: fix exception causing handling enter keyup twice. issue #32056 2017-06-26 19:10:13 +00:00
applicationproperties.inc ApplicationProperties: fix setting ExceptionDialog in OI. Issue #0030210. 2016-07-31 14:11:37 +00:00
bevel.inc
bitbtn.inc
bitmap.inc
bitmapcanvas.inc
boundlabel.inc
brush.inc
buttoncontrol.inc LCL: buttoncontrol: prevent double click invoke in case csClickEvents are set. affected was win32. 2016-02-16 10:16:32 +00:00
buttonglyph.inc Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
buttons.inc
canvas.inc LCL: Fixed Canvas.TextExtend if system font is used for drawing. Issue #32319 2017-08-30 07:56:35 +00:00
checkbox.inc
clipbrd_html.inc
clipbrd.inc
colorbutton.inc
comboex.inc
commondialog.inc Dialogs: 2016-08-21 11:45:58 +00:00
containedaction.inc
control.inc LCL: Font: Revert revision 55761 #40755af91a as it breaks per monitor High-DPI scaling. 2017-09-19 19:54:00 +00:00
controlactionlink.inc
controlbar.inc LCL/Docking of coolbars/controlsbars: Rename DragManager.IsCanStartDragging to .CanStartDragging. Proposed by Alexey. 2017-07-03 13:19:05 +00:00
controlcanvas.inc LCL: controlcanvas: protect TControlCanvas.CreateHandle debugln with an IFDEF 2016-11-01 19:18:42 +00:00
controlconsts.inc revert r52338 #e26e156a5c 2016-05-22 10:06:52 +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: Fix TCustomCoolBar.WMSize behavior. Issue #32299, patch from Andrey Zubarev. 2017-08-19 22:47: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
customcheckbox.inc LCL: support CM_CHANGED message (Delphi compatibility). 2016-05-17 16:41:32 +00:00
customcheckgroup.inc
customcombobox.inc LCL: Handle TComboBox.ItemHeight with new csOwnerDrawEditableXXX styles. Issue #32276, patch from Andrey Zubarev. 2017-08-19 22:47:32 +00:00
customcontrol.inc lcl: customcontrol, graphiccontrol: High-DPI: assign PixelsPerInch to Canvas.Font 2017-02-21 14:00:23 +00:00
customdbcombobox.inc LCL: Prevent paste, cut and clean in DB edit controls if field or control is read-only. Issue #32467, patch from Michal Gawrycki. 2017-09-26 10:04:16 +00:00
customdblistbox.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
customdesigncontrol.inc lcl: forms: don't change Font PPI if Application.Scaled=False. Issue #32260 2017-08-14 10:15:43 +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: edit: force show texthint in InitializeWnd. issue #32053 2017-08-20 12:17:57 +00:00
customflowpanel.inc lcl: flowpanel: add FlowLayout property. 2016-02-10 12:25:16 +00:00
customform.inc LCL: form: force scale bounds in WM_DPICHANGED message handler. Issue #32162 2017-07-18 18:05:44 +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: TCustomImage.StretchOutEnabled/StrechInEnabled, issue #29605, from Alexey Torgashin 2016-09-11 21:23:48 +00:00
customlabel.inc LCL: Improve OptimalFill. Issue #31538, patch from Serge Anvarov. 2017-05-25 12:05:22 +00:00
customlabelededit.inc
customlistbox.inc LCL: combobox, listbox: fix drawing of customdrawn items. Change TOwnerDrawStateType.odPainted to odBackgroundPainted 2017-06-10 11:43:19 +00:00
customlistview.inc LCL: TListView: Fixed Access Violation switching OwnerData. Issue #31880 2017-05-20 20:47:32 +00:00
custommemo.inc LCL, win32: TMemo: remove Lines.BeginUpdate/EndUpdate for win32 for Delphi compatibility 2017-01-06 11:03:11 +00:00
customnotebook.inc LCL: remove deprecated methods and properties (that were tagged to be removed in 1.9) 2017-08-20 10:25:04 +00:00
custompage.inc lcl: TCustomPage: only allow TCustomTabControl as parent 2016-10-20 00:10:17 +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 TUpDown: Handle MouseWheel (over Self, not over Associate). Delphi does not, but it's a nice improvement. 2017-05-28 10:40:13 +00:00
dbcalendar.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dbcheckbox.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dbcombobox.inc LCL: Fix a regression in TDBLookupComboBox caused by r55894 #14e5f42ff3. Issue #32463, patch from Michal Gawrycki. 2017-09-24 12:25:26 +00:00
dbcustomnavigator.inc LCL: Enable Refresh-Button in TDBNavigator when doing a Readonly-Query. Issue #24489, patch from Joe Merten. 2016-03-14 20:08:11 +00:00
dbdateedit.inc
dbedit.inc LCL: Prevent paste, cut and clean in DB edit controls if field or control is read-only. Issue #32467, patch from Michal Gawrycki. 2017-09-26 10:04:16 +00:00
dbgroupbox.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dbimage.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dblistbox.inc LCL: Restore TDBListBox.ItemIndex if field is ReadOnly. Issue #32423, patch from Michal Gawrycki. 2017-09-24 09:27:48 +00:00
dblookup.inc lcl: fixed TDbLookupCombobox showing blank items when used with a TSdfDataset and FPC 2.6.4, bug #30931, patch from Luca Olivetti 2017-05-17 14:36:26 +00:00
dblookupcombobox.inc LCL: Respect ReadOnly property in TDBLookupComboBox and TDBLookupListBox. Issue #32408, patch from Michal Gawrycki. 2017-09-24 09:27:53 +00:00
dblookuplistbox.inc LCL: Respect ReadOnly property in TDBLookupComboBox and TDBLookupListBox. Issue #32408, patch from Michal Gawrycki. 2017-09-24 09:27:53 +00:00
dbmemo.inc LCL: Prevent paste, cut and clean in DB edit controls if field or control is read-only. Issue #32467, patch from Michal Gawrycki. 2017-09-26 10:04:16 +00:00
dbradiogroup.inc DBRadiogroup: Fix crash when clicking without assigned field (issue #32077). 2017-06-29 14:08:05 +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
dragmanager.inc LCL: Enable floating toolbar to dock back to original coolbar after undocking from it (patch by Andrey Zubarev), Issue #0032027 2017-07-04 21:42:13 +00:00
dragobject.inc lcl: added SM_LCLHasFormAlphaBlend to GetSystemMetrics, added OnDrawDockImage, when widgetset supports alphablend use a transparent hint window for dock (preview) image, patch #29426 2016-01-19 17:15:03 +00:00
filedialog.inc Dialogs: fix several issues with OnShow/OnCanClose/OnClose events. 2016-08-13 18:05:25 +00:00
finddialog.inc FindDialog: fix reading actual position the finddialogform for Left and Top. Issue #0030668. 2016-09-30 20:28:59 +00:00
font.inc LCL: Font: Revert revision 55761 #40755af91a as it breaks per monitor High-DPI scaling. 2017-09-19 19:54:00 +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: headercontrol: High-DPI. Issue #31429, patch by Anton Kavalenka 2017-02-21 13:58:19 +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
icon.inc lcl: icon, cursor: change array of char to array of byte 2016-03-23 23:42:40 +00:00
idletimer.inc
imglist.inc LCL: ImageList: call DestroyReference in Clear. Resolves Issue #0029905. 2016-03-28 13:57:56 +00:00
inputdialog.inc lcl: dialogs: added InputCombo, from Michael Van Canneyt 2016-09-15 07:04:01 +00:00
interfacebase.inc LCL: Add capability lcTransparentWindow for GTK2. Formatting. 2017-09-26 11:28:00 +00:00
intfbaselcl.inc LCL: Fix default implementations of Arc, Chord and Pie functions. Issue #30194, patch from errno. 2016-05-28 19:52:38 +00:00
intfbasewinapi.inc LCL: GetTextExtentExPoint() - always initialized MaxCount patch by accorp, code formatting by me. issue #31467 2017-03-02 15:43:09 +00:00
jpegimage.inc
lcl_defines.inc
lclaction.inc
lclcolordialog.inc
lclintf.inc
lclintfh.inc
listcolumn.inc LCL: TListView: Win32: use caption width, if there are no items to calculate the correct autosize width. Issue #29132 2016-12-22 11:51:15 +00:00
listcolumns.inc
listitem.inc
listitems.inc LCL: listview: fix code style. 2016-02-11 05:39:03 +00:00
mainmenu.inc
memoscrollbar.inc
memostrings.inc
menu.inc lcl: TMenu: raise exception if something else is freeing the FItems 2017-05-18 23:52:54 +00:00
menuactionlink.inc
menuitem.inc lcl: menus: add DoDrawItem and DoMeasureItem virtual functions 2017-07-19 07:28:20 +00:00
messagedialogs.inc Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
monitor.inc lcl: add TMonitor.PixelsPerInch 2016-12-15 08:18:10 +00:00
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 IDEIntf: Add a functional TNoteBook.Pages property editor. Issue #30710, patch from Michl. 2016-10-30 18:16:52 +00:00
pagecontrol.inc LCL: TCustomTabControl: cleaning up, making only needed methods visible for derivative 2017-01-22 19:14:21 +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: graphics: make FindGraphicClassWithFileExt class function 2017-05-26 12:08:52 +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: TPromptDialog: support ChangeScale 2017-07-18 19:05:01 +00:00
radiobutton.inc
radiogroup.inc LCL: Display RadioGroup items correctly when font size changes. Issue #29112, noticed by AlexeyT. 2016-12-13 09:42:32 +00:00
rasterimage.inc
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc lcl: forms: UpdateScreen: read value from ScreenInfo. Issue #31037 (regression after r54453 #20a9ecf1d5) 2017-03-26 18:32:57 +00:00
scrollbar.inc LCL: unified behaviour of win32,qt and gtk2 TScrollbar. issue #20127 2016-04-10 17:11:01 +00:00
scrollbox.inc
scrollingwincontrol.inc LCL: TScrollingWinControl: Fixed ControlAtPos after Delphi compatible change of ScreenToClient and ClientToScreen. Issue #32392. 2017-09-13 19:29:11 +00:00
shape.inc
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc
shortcutlist.inc Menu designer: Remove unused and unfunctional parameter. 2016-03-09 15:43:32 +00:00
sizeconstraints.inc lcl: TControl: highDPI: scale margins and constraints. 2016-12-06 14:50:02 +00:00
speedbutton.inc LCL: Fix TSpeedButton AutoSize with alignment. Issue #27396, patch from Michl. 2016-04-22 08:54:36 +00:00
spinedit.inc SpinEdit: support setting Text property 2016-10-19 10:25:58 +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 LclIntf: Fix OpenURL for file:// scheme with a local anchor (e.g. file://c:/foo.html#bar) on Windows. Issue #0030326. 2016-07-03 15:01:04 +00:00
sysenvapis_unix.inc LclIntf: Fix OpenURL for file:// scheme with a local anchor (e.g. file://c:/foo.html#bar) on Windows. Issue #0030326. 2016-07-03 15:01:04 +00:00
sysenvapis_win.inc LCLIntf: OpenURL (Windows) 2016-07-08 12:06:30 +00:00
sysenvapis.inc LclIntf: Fix OpenURL for file:// scheme with a local anchor (e.g. file://c:/foo.html#bar) on Windows. Issue #0030326. 2016-07-03 15:01:04 +00:00
tabcontrol.inc LCL: TTabControl: Fixed AV on creating control. Issue #32455. 2017-09-22 09:33:02 +00:00
tabsheet.inc
taskdialog.inc LCL: task dialog: fix radio button result. Issue #32231, patch by Howard Page-Clark 2017-08-12 12:29:03 +00: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 lcl: coolbar: fix double-if from r55426 #f06f1ef334. issue #32027 2017-07-03 13:57:06 +00:00
toolbutton.inc LCL: toolbutton: allow click after dropdownmenu has been shown 2017-06-16 19:11:38 +00:00
toolwindow.inc
trackbar.inc
treeview.inc LCL: Place a non-transparent TreeView hint further left. Issue #32462. 2017-09-26 11:27:54 +00: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: TCustomEditButton: Fixed TDateEdit.SelectNext. Issue #32335 2017-09-20 20:46:27 +00:00