lazarus/lcl/include
2016-08-01 16:43:28 +00:00
..
actionlink.inc
application.inc lcl: change OnExceptionCircle to OnCircularException, remove handler list. 2016-07-20 18:01:57 +00:00
applicationproperties.inc ApplicationProperties: fix setting ExceptionDialog in OI. Issue #0030210. 2016-07-31 14:11:37 +00:00
bevel.inc
bitbtn.inc lcl: TCustomBitBtn: do not store Glyph when set by Action, issue #27358, from BBaz 2015-01-26 11:02:42 +00:00
bitmap.inc LCL: Fix BMP handling issues in big endian systems. Issue #27719, patch from Mark Morgan Lloyd. 2015-04-04 18:23:18 +00:00
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 lcl: themes: add TThemeOption.toUseGlyphEffects. Use it for TToolButton, TSpeedButton, TBitBtn, TButtonGlyph 2015-12-21 05:37:05 +00:00
buttons.inc
canvas.inc LCL: use TSize instead of tagSize, bug #29012 2015-11-17 21:45:55 +00:00
checkbox.inc
clipbrd_html.inc LCL: ClipBoard HTML functions: 2015-12-21 19:45:48 +00:00
clipbrd.inc LCL: ClipBoard HTML functions: 2015-12-21 19:45:48 +00:00
colorbutton.inc
comboex.inc LCL: Fix TComboExItems.Insert. Issue #29302. 2016-01-01 14:17:37 +00:00
commondialog.inc lcl: remove/restore stay-on-top windows in Application ModalStarted/ModalFinished, fix default methods with a counter. Issue #27148 2016-03-03 10:09:52 +00:00
containedaction.inc
control.inc LCL: support CM_CHANGED message (Delphi compatibility). 2016-05-17 16:41:32 +00:00
controlactionlink.inc
controlbar.inc IDE+LCL: debugging Disable/EnableAutoSizing 2015-10-26 21:34:11 +00:00
controlcanvas.inc revert r52494, r52500 #48fe37a204: they caused crashes in Carbon interface. Issue #30003 2016-07-17 04:12:46 +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 IDE+LCL: debugging Disable/EnableAutoSizing 2015-10-26 21:34:11 +00:00
cursorimage.inc lcl: icon, cursor: change array of char to array of byte 2016-03-23 23:42:40 +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: win32: ComboBox ItemWidth support. Issue #29149, patch by Simon Ameis/Janusz Tomczak 2015-12-31 10:06:02 +00:00
customcontrol.inc
customdbcombobox.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
customdblistbox.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
customdockform.inc
customedit.inc LCL: support CM_CHANGED message (Delphi compatibility). 2016-05-17 16:41:32 +00:00
customflowpanel.inc lcl: flowpanel: add FlowLayout property. 2016-02-10 12:25:16 +00:00
customform.inc lcl: TCustomForm needs Application.RemoveAsyncCalls, issues #30281 and #8576 2016-08-01 16:43:28 +00:00
customframe.inc
customgroupbox.inc
customimage.inc LCL: Implement TImage.OnPaintBackground. Issue #29581, patch from Alexey Torgashin. 2016-02-05 23:03:16 +00:00
customlabel.inc lcl: label: align to right for autosize and taRightJustify (Delphi compatibility) 2016-03-24 19:58:52 +00:00
customlabelededit.inc
customlistbox.inc LCL: support CM_CHANGED message (Delphi compatibility). 2016-05-17 16:41:32 +00:00
customlistview.inc LCL: Set ListView.Selection always when working with OwnerData. Issue #30320, patch from Rolf Wetjen. 2016-07-02 09:27:37 +00:00
custommemo.inc LCL: Implement TCustomMemo.ScrollBy. Refactor widgetset ScrollBy from ScrollingWinControl to WinControl. Solves issue #29067. 2015-11-29 18:45:53 +00:00
customnotebook.inc ComCtrls: Remove deprecated property TCustomTabControl.IsUnpaged. 2016-03-10 15:14:00 +00:00
custompage.inc revert r52338 #e26e156a5c 2016-05-22 10:06:52 +00:00
custompanel.inc lcl: Add property WordWrap to panel 2016-06-13 19:18:55 +00:00
customsplitter.inc lcl: splitter: use default cursor if splitter isn't enabled 2016-01-02 13:20:30 +00:00
customstatictext.inc
customtrayicon.inc Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items. 2015-03-24 17:52:23 +00:00
customupdown.inc lcl: updown: add flat property. 2016-03-17 06:57:22 +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 MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +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 LCL: Prevent TDBDateEdit interfering with other Data Aware Controls. Issue #27702, patch from Tony Whyman. 2015-03-25 20:34:21 +00:00
dbedit.inc lcl: update DBEdit.Text in SetFocus when widgetset does not support clipboard messages. Issue #29693 2016-03-11 22:32:07 +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: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dblookup.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dblookupcombobox.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dblookuplistbox.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dbmemo.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dbradiogroup.inc LCL: Fix MainUnit links in DB controls' include files. 2016-03-14 19:59:45 +00:00
dbtext.inc
docktree.inc
dockzone.inc
dragdock.inc
dragimagelist.inc
dragmanager.inc
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 lcl: disable windows on system dialog execute 2016-03-02 05:45:52 +00:00
finddialog.inc LCL: prevent AV in TFindDialog.SetFindText 2015-11-30 18:21:01 +00:00
font.inc lcl: fix GetFontData logfont boolean flag check for non-zero value 2015-03-12 04:27:03 +00:00
fontdialog.inc
fpimagebitmap.inc
gifimage.inc
glyphlist.inc
graphic.inc lcl: TGraphic: unicode file names 2014-11-12 18:54:56 +00:00
graphiccontrol.inc LCL: issue #0014257 - SetCursor faulty under GTK2 - changes cursor for 2015-02-16 23:33:20 +00:00
graphicsobject.inc
headercontrol.inc Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items. 2015-03-24 17:52:23 +00:00
hintwindow.inc lcl: hint window: render user-defined font. 2016-05-24 18:36:28 +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: expose widgetset independent dialog: DefaultPromptDialog, DefaultQuestionDialog, DefaultMessageBox and DefaultInputDialog 2015-12-02 14:58:41 +00:00
interfacebase.inc
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: Fix default implementations of Arc, Chord and Pie functions. Issue #30194, patch from errno. 2016-05-28 19:52:38 +00:00
jpegimage.inc
lcl_defines.inc
lclaction.inc
lclcolordialog.inc
lclintf.inc customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
lclintfh.inc customdrawn: Implements minimally functional popup menu and combobox item selection 2015-04-30 08:34:13 +00:00
listcolumn.inc
listcolumns.inc
listitem.inc
listitems.inc LCL: listview: fix code style. 2016-02-11 05:39:03 +00:00
mainmenu.inc
memoscrollbar.inc LCL: Implement TCustomMemo.ScrollBy. Refactor widgetset ScrollBy from ScrollingWinControl to WinControl. Solves issue #29067. 2015-11-29 18:45:53 +00:00
memostrings.inc
menu.inc lcl: debug menu shortcuts 2016-02-19 09:15:38 +00:00
menuactionlink.inc
menuitem.inc LCL: Fix errors when using TMainMenu.Images and Bitmap. Issue #27069, patch from Denis Kozlov. 2014-11-23 21:31:58 +00:00
messagedialogs.inc LCL: support Ctrl+Insert in non-native LCL dialogs. Issue #30350 2016-07-27 13:05:11 +00:00
monitor.inc
mouse.inc LCL: Use "real" system capture for TMouse.capture property. Issue #28238, patch from Andrew G. Khodotov. 2015-06-03 17:23:21 +00:00
notebook.inc lcl: add TPage.PageIndex and TNotebook.IndexOf 2016-05-22 10:12:03 +00:00
page.inc lcl: add TPage.PageIndex and TNotebook.IndexOf 2016-05-22 10:12:03 +00:00
pagecontrol.inc
paintbox.inc
pen.inc
picture.inc lcl: TGraphic: unicode file names 2014-11-12 18:54:56 +00:00
pixmap.inc
png.inc
pnm.inc
popupmenu.inc
progressbar.inc
promptdialog.inc LCL: dialogs: create a generic solution for dialog copy to clipboard. 2016-05-15 09:33:19 +00:00
radiobutton.inc
radiogroup.inc LCL: Fix the unfired OnClick event issue better. Issue #29845, patch from FTurtle. 2016-03-16 12:51:20 +00:00
rasterimage.inc
reginifile.inc
region.inc
replacedialog.inc LCL: Fix a potential crash-bug in TFindDialog. Issue #28101, patch from marc Baillifard. 2015-05-16 17:08:13 +00:00
rubberband.inc
screen.inc lcl: less with-blocks for FPC 3.1.1 2015-11-11 13:10:16 +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: fix invisible scrollbar handling. 2016-05-27 15:41:21 +00:00
shape.inc lcl: less with-blocks for FPC 3.1.1 2015-11-11 12:55:40 +00:00
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
speedbutton.inc LCL: Fix TSpeedButton AutoSize with alignment. Issue #27396, patch from Michl. 2016-04-22 08:54:36 +00:00
spinedit.inc TFloatSpinEdit: don't "eat" Undo keyboard shortcut (Ctrl+Z) 2016-01-02 15:11:53 +00:00
statusbar.inc LCL: Publish some TStatusBar properties. Issue #27235, patch from Vojtech Cihak. 2015-01-08 23:45:47 +00:00
statuspanel.inc
statuspanels.inc
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: TabStop handling workaround. Issue #30305 2016-07-24 07:03:09 +00:00
tabsheet.inc
tiffimage.inc LCL: tiff: fixed combining date+time 2015-02-07 12:11:02 +00:00
togglebox.inc
toolbar.inc lcl: toolbutton: fix paint arrow for tbsButtonDrop (was outside the visual button bounds) 2015-12-19 12:45:09 +00:00
toolbutton.inc lcl: themes: add TThemeOption.toUseGlyphEffects. Use it for TToolButton, TSpeedButton, TBitBtn, TButtonGlyph 2015-12-21 05:37:05 +00:00
toolwindow.inc
trackbar.inc
treeview.inc LCL: Change DebugLn calls in TCustomTreeView.UpdateScrollbars. 2016-07-03 12:35:53 +00:00
winapi.inc lcl: fix overflows in mouse messages if mouse position exceeds smallint. Issue #29766 2016-03-04 06:06:04 +00:00
winapih.inc lcl: fix overflows in mouse messages if mouse position exceeds smallint. Issue #29766 2016-03-04 06:06:04 +00:00
wincontrol.inc revert r52494, r52500 #48fe37a204: they caused crashes in Carbon interface. Issue #30003 2016-07-17 04:12:46 +00:00