lazarus/lcl/include
mattias dc78f11aef fixed typo cant
git-svn-id: trunk@27305 -
2010-09-11 14:06:32 +00:00
..
actionlink.inc lcl: make TActionLink.SetImageIndex argument delphi compatible TImageIndex -> Integer 2009-11-23 15:08:19 +00:00
application.inc lcl: add TApplication.ActivateHint method for delphi compatibility 2010-08-05 02:17:37 +00:00
applicationproperties.inc lcl: properly initialize and finalize more application properties handlers 2010-01-30 17:48:30 +00:00
asiancodepagefunctions.inc Fixes typo from last commit 2010-08-27 09:36:46 +00:00
asiancodepages.inc Slightly modified patch from Jixian Yang. Implements support for converting to east asian code pages. 2010-08-22 14:30:05 +00:00
bevel.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
bitbtn.inc fixed typo dont 2010-09-11 14:05:21 +00:00
bitmap.inc
bitmapcanvas.inc
boundlabel.inc
brush.inc LCL: fixed range check 2010-07-09 23:11:30 +00:00
buttoncontrol.inc fixed typo dont 2010-09-11 14:05:21 +00:00
buttonglyph.inc
buttons.inc LCL: TControlScrollBar: fixed considering clientwidth/height and scrollbars visible, bug #16799 2010-07-10 07:57:06 +00:00
canvas.inc fixed typo dont 2010-09-11 14:05:21 +00:00
checkbox.inc lcl: don't publish TRadioButton State and AllowGrayed properties: Delphi compatible. 2010-08-10 20:12:40 +00:00
clipbrd.inc
colorbutton.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
colordialog.inc
commondialog.inc lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
containedaction.inc
control.inc lcl: preserve extra fields when passing lm_mousewheel message to child controls (issue #0014063) 2010-08-13 02:52:11 +00:00
controlactionlink.inc
controlcanvas.inc fixed typo dont 2010-09-11 14:05:21 +00:00
controlscrollbar.inc LCL: fixed page in TScrollingWinControl.ComputeScrollbars 2010-07-27 16:45:51 +00:00
controlsproc.inc
cursorimage.inc lcl: native resource support: 2009-12-26 15:10:14 +00:00
customaction.inc
customactionlist.inc
custombitmap.inc fixed typo dont 2010-09-11 14:05:21 +00:00
customcheckbox.inc lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
customcheckgroup.inc lcl: simplify and cleanup TGraphic.DefineProperties, TPicture.DefineProperties 2009-11-26 01:52:35 +00:00
customcombobox.inc lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
customcontrol.inc
customdbcombobox.inc
customdblistbox.inc
customdockform.inc LCL: TCalculatorForm, TCustomDockForm, TSynBaseCompletionForm, ShowInputDialog: combine creation 2010-04-05 00:03:39 +00:00
customedit.inc LCL: fixed calling of wrong inherited method in TCustomEdit.KeyUpAfterInterface(). fixes #17332 2010-09-02 18:31:38 +00:00
customform.inc lcl: ignore BorderStyle changes for TForm during the design time (issue #0017099) 2010-08-03 11:55:11 +00:00
customframe.inc LCL: do not autosize a root frame at designtime 2010-05-31 20:27:16 +00:00
customgroupbox.inc lcl, win32, wince: move button controls flags into CreateParams methods 2010-05-17 01:10:18 +00:00
customimage.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
customlabel.inc LCL: TCustomLabel.CalculatePreferredSize: consider constraints 2010-07-08 15:00:20 +00:00
customlabelededit.inc
customlistbox.inc fixed typo cant 2010-09-11 14:06:32 +00:00
customlistview.inc lcl: add public property TCustomListView.ColumnCount, 2010-08-26 16:39:45 +00:00
custommemo.inc lcl,win32,wince: move edit control flags to createparams 2010-05-17 07:34:07 +00:00
customnotebook.inc LCL: added debugging 2010-07-16 19:13:20 +00:00
custompage.inc lcl: TCustomPage.IsControlVisible, TCustomPage.HandleObjectShouldBeVisible must take TCustomPage.Visible setting into account (Samuel Herzog note in issue #0009344) 2010-05-14 17:05:56 +00:00
custompanel.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
customsplitter.inc lcl: implement splitter moving without updating it position using new rubberband functions 2010-07-03 15:30:16 +00:00
customstatictext.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
customtrayicon.inc
customupdown.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
dbcalendar.inc
dbcheckbox.inc
dbcombobox.inc
dbcustomnavigator.inc LCL: TDBNavigator: published property ChildSizing, set vertical scaling to true, bug #17087 2010-08-03 07:50:58 +00:00
dbedit.inc lcl: remove check before setting Alignment 2010-07-23 20:20:07 +00:00
dbgroupbox.inc
dbimage.inc lcl: undo rev 27074 #706b7cc905 and re implement using a static variable 2010-08-12 16:05:16 +00:00
dblistbox.inc lcl: undo rev 27074 #706b7cc905 and re implement using a static variable 2010-08-12 16:05:16 +00:00
dblookup.inc
dblookupcombobox.inc
dblookuplistbox.inc
dbmemo.inc lcl: undo rev 27074 #706b7cc905 and re implement using a static variable 2010-08-12 16:05:16 +00:00
dbradiogroup.inc
dbtext.inc lcl: undo rev 27074 #706b7cc905 and re implement using a static variable 2010-08-12 16:05:16 +00:00
docktree.inc IDEIntf: started TIDEWindowDefaultLayout 2010-05-22 10:59:28 +00:00
dockzone.inc lcl: review some exception raising code 2010-07-15 11:30:21 +00:00
dragdock.inc
dragimagelist.inc
dragmanager.inc LCL: TDragManagerDefault: check if FPermorer is no more, bug #16959 2010-07-17 08:24:59 +00:00
dragobject.inc LCL: TDragDockObject.HideDockImage check if something to hide 2010-06-23 15:15:40 +00:00
edit.inc
filedialog.inc
fileutil.inc lcl: fileutil initial unix/windows separation. improved support for Windows unicode file operations (bug #15642) 2010-09-01 20:18:45 +00:00
finddialog.inc
font.inc lcl: make lcl resource cache thread-safe (based on patch of Bernd Engelhardt, issue #0016092) 2010-04-19 09:01:04 +00:00
fontdialog.inc
fpimagebitmap.inc lcl: add TPicture.LoadFromStream, TPicture.SaveToStream based on image header sign (issue #0010006) 2010-04-26 03:44:52 +00:00
gifimage.inc lcl: add gif format support by patch of José Mejuto (issue #0016993) 2010-07-21 02:56:37 +00:00
glyphlist.inc postscript glyph update 2010-08-16 15:36:49 +00:00
graphic.inc lcl: add TPicture.LoadFromStream, TPicture.SaveToStream based on image header sign (issue #0010006) 2010-04-26 03:44:52 +00:00
graphiccontrol.inc
graphicsobject.inc
headercontrol.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
hintwindow.inc LCL: make THintWindow ActivateHint() delphi compatibile (reorderd call, now ActivateHint() is called from ActivateHintData(), fixes #16829 2010-07-05 06:10:37 +00:00
icnsicon.inc
icon.inc lcl, win32: implement loading icon,cursor from an icon handle (HICON) (GetInfoInfo needs to be implement for other widgetsets to support on other platforms), issue #0016356 2010-04-28 08:52:16 +00:00
idletimer.inc
imglist.inc lcl: define TImageList.Equals for 2.4.3 2010-07-22 02:12:20 +00:00
inputdialog.inc lcl: fix inputdialog (issue #0016415) 2010-05-08 01:43:47 +00:00
interfacebase.inc LCL: added ASystemTopAlso bool param to TApplication.RemoveStayOnTop & TApplication.RestoreStayOnTop, WS.AppRemoveStayOnTop & WS.AppRestoreStayOnTop, because TApplication.HandleException should normalize all stayontop (app, sys), but app activate/deactivate only fsStayOnTop. 2010-05-20 10:54:19 +00:00
intfbaselcl.inc lcl: minor formatting 2010-07-22 02:07:50 +00:00
intfbasewinapi.inc lcl/win32: Add GetCurrentObject. Implement under win32. Part of 14792 2010-06-22 17:03:04 +00:00
jpegimage.inc lcl: fix jpeg stream format detection by José Mejuto (bug #0016767) 2010-07-07 11:39:47 +00:00
lclaction.inc
lclintf.inc lcl: minor formatting 2010-07-22 02:07:50 +00:00
lclintfh.inc lcl: introduce new widgetset functions for rubberband creation and moving, implement them for win32, qt and gtk2 2010-07-03 15:25:36 +00:00
listcolumn.inc Patch from José Mejuto, fixes Listview column autosize 2010-07-27 07:33:03 +00:00
listcolumns.inc lcl: TListColumns must return valid owner on GetOwner 2009-12-02 03:22:17 +00:00
listitem.inc lcl: fix memory leak in TListItemSubItems 2010-04-26 07:52:15 +00:00
listitems.inc fixed typo dont 2010-09-11 14:05:21 +00:00
mainmenu.inc
memo.inc
memoscrollbar.inc
memostrings.inc
menu.inc lcl: formatting 2010-07-19 03:15:12 +00:00
menuactionlink.inc lcl: make TActionLink.SetImageIndex argument delphi compatible TImageIndex -> Integer 2009-11-23 15:08:19 +00:00
menuitem.inc LCL: TMenuItem.ActionChange: do not copy OnClick, bug #15681 2010-07-10 21:24:24 +00:00
messagedialogs.inc
monitor.inc
mouse.inc
notebook.inc
page.inc Implements loading/saving the state of the pages properly in the form designer for TUntabbedNotebook 2010-08-19 09:29:46 +00:00
pagecontrol.inc lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
paintbox.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
pen.inc lcl: make lcl resource cache thread-safe (based on patch of Bernd Engelhardt, issue #0016092) 2010-04-19 09:01:04 +00:00
picture.inc lcl: add gif format support by patch of José Mejuto (issue #0016993) 2010-07-21 02:56:37 +00:00
pixmap.inc
png.inc lcl: add TPicture.LoadFromStream, TPicture.SaveToStream based on image header sign (issue #0010006) 2010-04-26 03:44:52 +00:00
pnm.inc lcl: add TPicture.LoadFromStream, TPicture.SaveToStream based on image header sign (issue #0010006) 2010-04-26 03:44:52 +00:00
popupmenu.inc lcl, win32: cleanup 2010-07-19 05:43:57 +00:00
progressbar.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
promptdialog.inc LCL: support any line endings in messages and question dialog 2010-06-16 08:06:10 +00:00
radiobutton.inc lcl: check for parent when setting TRadioButton siblings. part of 17284 2010-08-28 01:52:20 +00:00
radiogroup.inc
rasterimage.inc fixed typo dont 2010-09-11 14:05:21 +00:00
reginifile.inc
region.inc
replacedialog.inc
rubberband.inc
screen.inc LCL: fixed FindApplicationComponent to ignore designer forms 2010-06-12 08:40:58 +00:00
scrollbar.inc LCL: implemented preferredsize for TScrollBar, bug #16855 2010-07-14 07:37:30 +00:00
scrollbox.inc
scrollingwincontrol.inc LCL: fixed page in TScrollingWinControl.ComputeScrollbars 2010-07-27 16:45:51 +00:00
shape.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
sharedcustombitmap.inc
sharedimage.inc
sharedrasterimage.inc
shortcutlist.inc
sizeconstraints.inc LCL: added TWSControl.ConstraintWidth/Height 2010-07-07 20:28:13 +00:00
speedbutton.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
spinedit.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
statusbar.inc lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
statuspanel.inc lcl: TListColumns must return valid owner on GetOwner 2009-12-02 03:22:17 +00:00
statuspanels.inc lcl: TListColumns must return valid owner on GetOwner 2009-12-02 03:22:17 +00:00
tabcontrol.inc lcl: fix GetControlClassDefaultSize - use TSize instead of TPoint 2010-05-05 07:59:04 +00:00
tabsheet.inc lcl: GetTabIndex should return the index of Tab, not the index of Page. Remove SetTabIndex. 2010-05-12 08:23:49 +00:00
tiffimage.inc * Graphics: Added TTiffImage 2010-05-02 14:36:41 +00:00
timer.inc
togglebox.inc lcl: don't publish TRadioButton State and AllowGrayed properties: Delphi compatible. 2010-08-10 20:12:40 +00:00
toolbar.inc LCL: fixed TAnchorSIde.IsAnchoredToParent 2010-05-09 08:16:14 +00:00
toolbutton.inc lcl: fix for toolbutton drawing in checked or downed state, fix for #16975 2010-07-19 20:03:37 +00:00
toolwindow.inc
trackbar.inc lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
treeview.inc lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
unixfileutil.inc lcl: fix range checking error in win FileUtils, reported at #15642 2010-09-02 18:34:56 +00:00
untabbednotebook.inc Basic usage of TUntabbedNotebook in the form designer is now working. 2010-08-19 09:05:08 +00:00
winapi.inc lcl/win32: Add GetCurrentObject. Implement under win32. Part of 14792 2010-06-22 17:03:04 +00:00
winapih.inc lcl/win32: Add GetCurrentObject. Implement under win32. Part of 14792 2010-06-22 17:03:04 +00:00
wincontrol.inc lcl: fix typo (issue #0014063) 2010-08-13 08:44:26 +00:00
winfileutil.inc Fixes the compilation of the LCL for WinCE by fixing the new winfileutils to work with WinCE 2010-09-04 15:28:39 +00:00