lazarus/lcl/include
2012-01-13 00:35:34 +00:00
..
actionlink.inc
application.inc Compilation fix and starts TApplication.MoveFormFocusToChildren 2011-12-22 16:58:18 +00:00
applicationproperties.inc
bevel.inc LCL: Register some properties to skip for Delphi compatibility. 2011-09-17 16:32:48 +00:00
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 lcl: correct FPColor assignment while TBrush constructing 2011-03-21 06:25:00 +00:00
buttoncontrol.inc
buttonglyph.inc lcl: remove unneeded check in TButtonGlyph.SetGlyph 2011-04-17 12:20:56 +00:00
buttons.inc customdrawn: Implements TButton clicking, implements InvalidateRect in X11 2011-11-30 14:05:01 +00:00
canvas.inc Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame 2011-12-24 10:52:33 +00:00
checkbox.inc
clipbrd.inc Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
colorbutton.inc
commondialog.inc LCL, fix commondialog under gtk2 insist on calling close twice 2011-09-06 16:29:43 +00:00
containedaction.inc
control.inc Advances implementing the WS class for TLazAccessibleObject 2012-01-12 01:29:32 +00:00
controlactionlink.inc LCL: fixed comparing methods in TControlActionLink.IsOnExecuteLinked 2011-10-01 13:07:51 +00:00
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 lcl: fix loading of icons and cursor from the resources: 2011-03-24 03:37:06 +00:00
customaction.inc
customactionlist.inc
custombitmap.inc lcl: copy PixelFormat on TCustomBitmap.Assign operation 2011-11-05 16:28:40 +00:00
customcheckbox.inc LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
customcheckgroup.inc LCL: TCustomRadioGroup, TCustomCheckBoxGroup - propagate OnKeyDown, OnKeyUp, OnKeyPress, OnUTF8KeyPress from TRadioButton/TCheckBox to our groupBox (parent). 2011-03-21 10:03:23 +00:00
customcombobox.inc lcl: always close/prevent dropdown when pressing Return, ESC or TAB. Code cleanup 2011-12-23 14:19:28 +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: remove debug code. Code cleaunp (DBCtrls) 2011-09-24 22:48:10 +00:00
customdockform.inc Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
customedit.inc Adds virtual keyboard support to LCL-CustomDrawn-Android 2011-12-16 14:31:57 +00:00
customform.inc Improves the accessibility support in LCL-Carbon. Starts implementing support for more accessibility support and starts adding accessibility roles for TCustomForm 2012-01-10 17:33:43 +00:00
customframe.inc
customgroupbox.inc
customimage.inc
customlabel.inc LCL: preserve TCustomLabel bg color when TCustomLabel is disabled for delphi compatibity.Patch by stimulus. Issue #20739 2011-12-07 20:01:36 +00:00
customlabelededit.inc LCL, patch to fix TLabeledEdit position on bidimode change, from avishai, issue #20622 2011-11-05 05:53:47 +00:00
customlistbox.inc LCL: TCustomListBox fixed drawing with non-default color and drawing of focus rect.Patch by Ask,modified by me. issue #20837 2011-12-08 15:18:44 +00:00
customlistview.inc LCL: add Notification about removed ImageLists in ListView. Issue #20619 2011-11-17 18:57:22 +00:00
custommemo.inc
customnotebook.inc lcl: make TCustomTabControl vcl compatible 2011-12-28 17:45:55 +00:00
custompage.inc LCL: reverted r33958 #32c69a923e since it raises problems 2011-12-05 07:00:17 +00:00
custompanel.inc LCL: add BiDi support to Panel. Patch from Avishai, issue #19255 2011-05-07 09:12:29 +00:00
customsplitter.inc lcl: invalidate splitter on ResizeAnchor change (issue #0018254) 2011-04-04 06:15:01 +00:00
customstatictext.inc
customtrayicon.inc TCustomTrayIcon: added InternalShow() private proc, so it triggers TCustomTrayIcon.Show when component is loaded. Fixes problem when popupmenu isn't shown.See issue #19693 2011-07-08 08:01:08 +00:00
customupdown.inc lcl: Add up/down control OnChangingEx event 2011-12-28 17:35:19 +00:00
dbcalendar.inc lcl: Properly implement TFieldDataLink.FocusControl. Remove unused FocusRequest handlers 2011-09-11 01:04:11 +00:00
dbcheckbox.inc lcl: Properly implement TFieldDataLink.FocusControl. Remove unused FocusRequest handlers 2011-09-11 01:04:11 +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: removed ActiveChange from DBControls since is not necessary anymore 2011-09-10 18:31:44 +00:00
dbedit.inc lcl: put TDBEdit in edit state at entry for widgetsets that does not implement clipboard action. Bug #20394 2011-10-23 01:12:45 +00:00
dbgroupbox.inc lcl: remove Loaded procedure from DB Controls. Not needed anymore 2011-09-11 00:50:35 +00:00
dbimage.inc lcl: remove Loaded procedure from DB Controls. Not needed anymore 2011-09-11 00:50:35 +00:00
dblistbox.inc lcl: revert setting edit in TCustomDBListBox.WMLButtonDown since was not working properly 2011-09-24 22:43:31 +00:00
dblookup.inc lcl: implement ScrollListDataset in DBLookup controls 2011-12-24 15:03:24 +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: Fix Paste / Clear / Cut in TDBMemo. Similar to TDBEdit / TDBComboBox 2011-09-24 13:04:45 +00:00
dbradiogroup.inc lcl: remove Loaded procedure from DB Controls. Not needed anymore 2011-09-11 00:50:35 +00:00
dbtext.inc Fixes bug #19021, avoids getting a 1x1 TDBText in design mode 2011-10-02 14:50:39 +00:00
docktree.inc
dockzone.inc
dragdock.inc
dragimagelist.inc
dragmanager.inc
dragobject.inc
edit.inc
filedialog.inc IDE: added file filter options page 2011-11-14 17:20:51 +00:00
finddialog.inc LCL: TFindOption: frHideEntireScope, feature 19619 2011-06-24 10:54:51 +00:00
font.inc LCL: less warnings 2011-12-19 20:37:58 +00:00
fontdialog.inc
fpimagebitmap.inc Passes on OnProgress events to FCL 2011-10-12 12:33:30 +00:00
gifimage.inc
glyphlist.inc
graphic.inc
graphiccontrol.inc LCL: TGraphicControl.VisuallyEnabled moved to TControl.IsEnabled, also fixed var naming in some units from IsEnabled to AIsEnabled. issue #20291 2011-09-24 08:20:55 +00:00
graphicsobject.inc LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again. 2011-03-13 18:21:51 +00:00
headercontrol.inc
hintwindow.inc lcl: move WN_NCHITTEST handling of THintWindow into LCL to allow overriding (issue #0019594) 2011-06-30 06:30:12 +00:00
icnsicon.inc
icon.inc patch from bug #19747: Masked property not set correctly when assigning TIcon to TBitmap 2011-10-17 07:08:29 +00:00
idletimer.inc
imglist.inc LCL, Win32: Fix Rangecheck error when assigning ImageList to ListView. Issue #20861 2011-12-10 10:58:09 +00:00
inputdialog.inc
interfacebase.inc Removes TWidgetset.DebugLog in favor of DebugLn, reverting my previous stance on the subject 2011-11-30 09:30:31 +00:00
intfbaselcl.inc Rearchitectures LazAccessibility_SetFields in order to support TControl 2012-01-09 18:05:00 +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 Rearchitectures LazAccessibility_SetFields in order to support TControl 2012-01-09 18:05:00 +00:00
lclintfh.inc Rearchitectures LazAccessibility_SetFields in order to support TControl 2012-01-09 18:05:00 +00:00
listcolumn.inc
listcolumns.inc
listitem.inc LCL: preserve selection when moving items. Return cached checked item when moving items. 2011-06-25 08:31:57 +00:00
listitems.inc LCL: added Delphi compatibile function TCustomListView.FindData(StartIndex: Integer; Value: Pointer; Inclusive, Wrap: Boolean): TListItem; 2011-06-30 15:11:09 +00:00
mainmenu.inc
memo.inc
memoscrollbar.inc
memostrings.inc
menu.inc LCL: rename Menus.Shortcut function back to its Delphi compatible name. 2011-03-15 18:16:38 +00:00
menuactionlink.inc
menuitem.inc LCL: Implement procedure TMenuItem.Add(const AItems: array of TMenuItem), Issue #19889 2011-08-13 12:31:37 +00:00
messagedialogs.inc lcl: add mrClose modal result value, map Help button to mrNone result (issue #0019185) 2011-04-19 03:00:14 +00:00
monitor.inc
mouse.inc
notebook.inc Moves TCustomNotebook to ComCtrls in preparation for renaming it 2011-07-04 09:43:21 +00:00
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 LCL: TCustomRadioGroup - trigger OnClick if ItemIndex is programatically changed before Handle is allocated to be Delphi compatibile.Fixes issue #15989 2011-04-03 18:53:37 +00:00
rasterimage.inc lcl: add TLazIntfImage.Mask(color,keepmask), move a piece of code from rasterimage.mask to TLazIntfImage.Mask 2011-12-07 02:06:39 +00:00
reginifile.inc
region.inc LCL: cleanup of unused variables 2011-10-23 14:37:12 +00:00
replacedialog.inc LCL: added checkbox "Prompt on replace" to TReplaceDialog. Issue #20654, patch from Bart Broersma 2011-11-17 13:41:04 +00:00
rubberband.inc
screen.inc lcl: simplify code of TScreen.GetDesktopRect 2011-11-08 02:58:38 +00:00
scrollbar.inc LCL: introduced TWSScrollBar.SetKind() to avoid usage of RecreateWnd when changing kind of TScrollBar, because it crashes on 64bit installations.Fixed AV with qt and gtk2 under 64bit 2011-05-22 09:53:34 +00:00
scrollbox.inc
scrollingwincontrol.inc lcl: implement Delphi compatible AutoScrollEnabled function 2011-12-28 16:57:14 +00:00
shape.inc LCL: make TShape.Shape = stSquaredDiamond different from stDiamond. Issue #20290, patch from Anton 2011-09-19 21:04:42 +00:00
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 Patch from bug #19801 TFloatSpinEdit: OnChange not called when changing Value by code 2011-07-26 09:10:40 +00:00
statusbar.inc lcl: destroy canvas handle on statusbar window destruction (bug #0019497) 2011-11-05 14:55:40 +00:00
statuspanel.inc
statuspanels.inc
sysenvapis_mac.inc LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas 2011-05-07 17:55:54 +00:00
sysenvapis_unix.inc LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas 2011-05-07 17:55:54 +00:00
sysenvapis_win.inc LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas 2011-05-07 17:55:54 +00:00
sysenvapis.inc LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas 2011-05-07 17:55:54 +00:00
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
tiffimage.inc
timer.inc
togglebox.inc
toolbar.inc lcl: fix vertical toolbar button positioning + drawing of vertical separators 2011-05-27 06:39:29 +00:00
toolbutton.inc lcl: fix vertical toolbar button positioning + drawing of vertical separators 2011-05-27 06:39:29 +00:00
toolwindow.inc
trackbar.inc LCL: TTrackbar: introduced TWSTrackBar.SetOrientation(), default implementation is RecreateWnd(), but should be implemented for ws which supports changing trackbar orientation. fixes #19387 2011-05-22 08:55:33 +00:00
treeview.inc Various improvements and attempts at creating a WS implementation for TLazAccessibleObject 2012-01-11 18:36:30 +00:00
winapi.inc Patch from bug #20611: Changes GetRGBValues into having out parameters instead of var parameters 2011-11-18 10:32:16 +00:00
winapih.inc Patch from bug #20611: Changes GetRGBValues into having out parameters instead of var parameters 2011-11-18 10:32:16 +00:00
wincontrol.inc Rearchitectures LazAccessibility_SetFields in order to support TControl 2012-01-09 18:05:00 +00:00