lazarus/lcl/include
2012-03-01 15:30:26 +00:00
..
actionlink.inc
application.inc LCL: removed Screen.RestoreLastActive from TApplication.Activate since it produces a lot of problems under X11. 2012-02-24 15:32:56 +00:00
applicationproperties.inc lcl: add TApplicationProperties.OnActivate, OnDeactivate events 2012-02-20 09:21:36 +00:00
bevel.inc
bitbtn.inc LCL: TBitBtn: invalidate preferred size when changing layout so autosized buttons can resize correctly 2011-12-29 19:01:08 +00:00
bitmap.inc
bitmapcanvas.inc
boundlabel.inc
brush.inc
buttoncontrol.inc
buttonglyph.inc
buttons.inc LCL: Register some new Delphi properties to be skipped by form loader. Issue #20273 2012-01-19 18:26:48 +00:00
canvas.inc Implements TCanvas.BrushCopy, adds a test to it in the canvas tests and also adds full CopyMode tests there 2012-02-04 18:46:34 +00:00
checkbox.inc
clipbrd.inc
colorbutton.inc
commondialog.inc
containedaction.inc
control.inc LCL: cleanup 2012-02-23 13:08:31 +00:00
controlactionlink.inc
controlcanvas.inc
controlscrollbar.inc lcl: use autoscroll property to get the autoscroll value, autoscrollenabled has a different meaning. (fixes #20982) 2011-12-30 15:30:06 +00:00
controlsproc.inc Rearchitectures the accessibility child objects and data storage as per Martin proposal 2012-01-11 09:19:36 +00:00
cursorimage.inc
customaction.inc
customactionlist.inc
custombitmap.inc
customcheckbox.inc
customcheckgroup.inc
customcombobox.inc LCL: Register some new Delphi properties to be skipped by form loader. Issue #20273 2012-01-19 18:26:48 +00:00
customcontrol.inc
customdbcombobox.inc lcl: put dataset in edit state only if data changed 2011-12-24 14:10:21 +00:00
customdblistbox.inc LCL: formatting 2012-01-24 14:10:19 +00:00
customdockform.inc
customedit.inc lcl: reduce amount of calls of WS methods in TCustomEdit.TextChanged 2012-02-16 02:29:37 +00:00
customform.inc win32: call Application.IntfActivate, IntfDeactivate asynchronously from win32 interface code (fixes issue #0018494) 2012-02-22 01:35:41 +00:00
customframe.inc
customgroupbox.inc
customimage.inc
customlabel.inc Adds a default role for TCustomLabel 2012-02-24 19:33:47 +00:00
customlabelededit.inc
customlistbox.inc LCL: Register some new Delphi properties to be skipped by form loader. Issue #20273 2012-01-19 18:26:48 +00:00
customlistview.inc LCL: TListView update FSelectedIdx in multiselect mode too. issue #21389 2012-02-28 19:11:20 +00:00
custommemo.inc
customnotebook.inc Removes the special accessible description in some IDE controls, improves a little the Carbon accessibility 2012-02-08 18:40:45 +00:00
custompage.inc LCL: reverted r33958 #32c69a923e since it raises problems 2011-12-05 07:00:17 +00:00
custompanel.inc Adds accessibility info for TPanel and TSplitter. Adds current accessibility descriptions to the LCL translations. Fixes a bug in the Carbon handling of AXChildren for TCustomControl descendents: Add TControl children to the Array 2012-02-04 22:36:41 +00:00
customsplitter.inc Adds accessibility info for TPanel and TSplitter. Adds current accessibility descriptions to the LCL translations. Fixes a bug in the Carbon handling of AXChildren for TCustomControl descendents: Add TControl children to the Array 2012-02-04 22:36:41 +00:00
customstatictext.inc
customtrayicon.inc
customupdown.inc lcl: Add up/down control OnChangingEx event 2011-12-28 17:35:19 +00:00
dbcalendar.inc LCL: formatting 2012-01-24 14:10:19 +00:00
dbcheckbox.inc lcl: avoid reseting value when changing edit state. Issue #21258 2012-02-11 15:59:06 +00:00
dbcombobox.inc lcl: put dataset in edit state only if data changed 2011-12-24 14:10:21 +00:00
dbcustomnavigator.inc LCL: formatting 2012-01-24 14:10:19 +00:00
dbedit.inc lcl: fix filtering of unicode char in dbedit issue #14679 2012-02-21 13:09:47 +00:00
dbgroupbox.inc
dbimage.inc
dblistbox.inc
dblookup.inc lcl: TDBLookup - scroll dataset even if ControlLink not active 2012-01-16 20:18:13 +00:00
dblookupcombobox.inc lcl: move Lookup initialization from InitializeWnd to Loaded. Just update Items address in InitializeWnd. This allows KeyValue work between Loaded and handle creation 2012-01-13 00:35:34 +00:00
dblookuplistbox.inc lcl: move Lookup initialization from InitializeWnd to Loaded. Just update Items address in InitializeWnd. This allows KeyValue work between Loaded and handle creation 2012-01-13 00:35:34 +00:00
dbmemo.inc lcl: cleanup TDBMemo 2012-02-04 15:59:11 +00:00
dbradiogroup.inc LCL: formatting 2012-01-24 14:10:19 +00:00
dbtext.inc LCL: formatting 2012-01-24 14:10:19 +00:00
docktree.inc
dockzone.inc
dragdock.inc
dragimagelist.inc
dragmanager.inc lcl: 2012-02-07 07:49:42 +00:00
dragobject.inc
edit.inc
filedialog.inc
finddialog.inc
font.inc LCL: less warnings 2011-12-19 20:37:58 +00:00
fontdialog.inc
fpimagebitmap.inc
gifimage.inc
glyphlist.inc
graphic.inc
graphiccontrol.inc
graphicsobject.inc
headercontrol.inc
hintwindow.inc lcl: cleanup hintwindow 2012-02-06 07:58:27 +00:00
icnsicon.inc
icon.inc
idletimer.inc
imglist.inc LCL: cleanup 2012-02-23 13:08:31 +00:00
inputdialog.inc
interfacebase.inc LCL: added lcEmulatedMDI TLCLCapability needed for mdi lcl emulator. 2012-02-13 13:45:30 +00:00
intfbaselcl.inc Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog 2012-03-01 15:30:26 +00:00
intfbasewinapi.inc Changes the lapDefault resolution into Application.Initialize 2011-12-19 18:59:14 +00:00
jpegimage.inc
lcl_defines.inc Moves the selection of cwstring vs paswstring vs windows string manager into the widgetsets 2011-12-02 23:00:48 +00:00
lclaction.inc
lclcolordialog.inc
lclintf.inc Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog 2012-03-01 15:30:26 +00:00
lclintfh.inc Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog 2012-03-01 15:30:26 +00:00
listcolumn.inc LCL: TListColumn: do not allow reading from ws when initializing wnd, otherwise it sets columns properties twice. 2012-02-24 09:25:42 +00:00
listcolumns.inc
listitem.inc LCL: TListView.OwnerData: fixed behaviour of ItemIndex when multiselection is enabled. issue #19825 2012-02-26 15:44:48 +00:00
listitems.inc LCL: trigger TCustomListView.DoSelectItem after ItemIndex is invalidated for Delphi compatibility. issue #21346 2012-02-23 15:12:51 +00:00
mainmenu.inc
memo.inc
memoscrollbar.inc
memostrings.inc
menu.inc
menuactionlink.inc
menuitem.inc
messagedialogs.inc
monitor.inc
mouse.inc
notebook.inc
page.inc
pagecontrol.inc customdrawn-ws: Starts implementing TPageControl 2011-12-07 14:47:51 +00:00
paintbox.inc
pen.inc
picture.inc
pixmap.inc
png.inc
pnm.inc
popupmenu.inc
progressbar.inc
promptdialog.inc LCL: fix cursor in modal dialog after loading error. Issue #21060, patch from Anton 2012-01-10 23:01:45 +00:00
radiobutton.inc
radiogroup.inc Adds TRadioGroup.OnSelectionChanged see bug #21155 2012-01-26 15:35:43 +00:00
rasterimage.inc LCL: clean up 2012-02-20 10:23:34 +00:00
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc LCL: do not mess fsMDIForm and it's mdi children on TScreen.RestoreLastActive. 2012-02-21 19:32:44 +00:00
scrollbar.inc
scrollbox.inc LCL: added csCaptureMouse to TScrollBox controlStyle, now it's Delphi compat.fixes issues #19712 and #19713. 2012-02-07 19:15:56 +00:00
scrollingwincontrol.inc lcl: implement Delphi compatible AutoScrollEnabled function 2011-12-28 16:57:14 +00:00
shape.inc
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc
shortcutlist.inc
sizeconstraints.inc
speedbutton.inc lcl: TSpeedButton: implemented AutoSize=true 2011-12-25 00:05:58 +00:00
spinedit.inc
statusbar.inc
statuspanel.inc
statuspanels.inc
sysenvapis_mac.inc
sysenvapis_unix.inc
sysenvapis_win.inc
sysenvapis.inc
tabcontrol.inc Adds BiDi to tab controls and removes the old TTabControl implementation for simplification 2011-12-14 14:51:04 +00:00
tabsheet.inc LCL: Register TTabSheet.Visible to be skipped by form loader. 2012-01-15 16:46:35 +00:00
tiffimage.inc
timer.inc
togglebox.inc
toolbar.inc
toolbutton.inc lcl: restore public TToolButton.Click method 2012-02-07 07:35:50 +00:00
toolwindow.inc
trackbar.inc
treeview.inc Adds the possibility to disable accessibility for TCustomTreeView 2012-02-20 13:40:24 +00:00
winapi.inc
winapih.inc
wincontrol.inc LCL: Register some new Delphi properties to be skipped by form loader. Issue #20273 2012-01-19 18:26:48 +00:00