lazarus/lcl/include
2007-03-28 19:01:27 +00:00
..
actionlink.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
alignment.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
application.inc LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings 2007-03-28 19:01:27 +00:00
applicationproperties.inc LCL + win32 interface: implemented Application.Restore and Application.Minimize + events (bug #1391) from Boguslaw Brandys 2006-11-30 13:40:34 +00:00
basedragcontrolobject.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
bevel.inc LCL: use cl3DHilight and cl3DShadow instead of clWhite and clGray to match theme coloring better (bug #8519) from Valdas 2007-03-17 21:12:01 +00:00
bitbtn.inc * fixes from Juan Salvador Pérez García 2006-10-15 14:13:32 +00:00
bitmap.inc LCL: TBitmap: freeing savestream on setting handle, added faster TBitmap.SetHandles 2007-03-10 21:52:44 +00:00
bitmapcanvas.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
bitmapimage.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
boundlabel.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
brush.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
buttoncontrol.inc lcl: checkbox and radiobutton have ParentColor is true by default (bug #8284) 2007-02-08 22:43:23 +00:00
buttonglyph.inc TButtonGlyph now uses shared bitmaps, improved debugging mem leaks 2006-07-18 17:20:34 +00:00
buttons.inc - Default property affected only first button 2007-03-23 13:52:07 +00:00
canvas.inc LCL: TCanvas.DrawText: changing and restoring BKMode when Style.Opaque=false 2007-03-18 21:57:25 +00:00
checkbox.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
clipbrd.inc avoid to paste into string the ending #0 (if present) 2006-12-05 11:49:53 +00:00
colorbutton.inc made TColorButton a TCustomSpeedButton descendant from Tom Gregorovic 2006-11-02 19:44:07 +00:00
colordialog.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
commondialog.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
containedaction.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
control.inc LCL: added comment for MouseCapture := false; 2007-03-12 09:36:30 +00:00
controlactionlink.inc lcl: moved TWinControlActionLink Help attributes to TControlActionLink from Sergei 2007-01-08 01:27:21 +00:00
controlcanvas.inc added virtual TCanvas.FreeHandle and extended TControlCanvas to work without control from Darek 2006-06-12 19:41:12 +00:00
controlscrollbar.inc LCL: fixed updating control scrollbars, remaining bug: win32 intf moves controls when scrolling 2006-12-09 10:24:44 +00:00
controlsproc.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customaction.inc LCL: moved TTranslateString to lcltype.pp 2006-12-01 17:11:17 +00:00
customactionlist.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customcheckbox.inc fixed TRadioButton updating sibling buttons, when no handles are created 2006-07-10 00:31:40 +00:00
customcheckgroup.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customcombobox.inc LCL: TCustomComboBox: do not fire OnSelect if ItemIndex is changed to -1 2007-03-22 10:44:01 +00:00
customcontrol.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customdockform.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customedit.inc LCL: don't set Edit.Modified if change is made during handle creation (bug #2068) 2007-01-31 16:01:47 +00:00
customform.inc LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings 2007-03-28 19:01:27 +00:00
customframe.inc added GlobalNameSpace.Begin/EndWrite to TCustomForm, TDataModule 2006-09-27 21:36:10 +00:00
customgroupbox.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customimage.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customlabel.inc win32 intf: fixed compilation 2007-02-06 00:19:25 +00:00
customlabelededit.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customlistbox.inc - forgotten file 2007-03-25 16:40:39 +00:00
customlistview.inc * Patch from Yury Sidorov for clearing a listview selection 2007-02-24 17:04:23 +00:00
custommemo.inc add wanttabs property to tcustommemo to disable grabbing of tab key; compatibility (issue #1811) 2006-07-06 15:23:01 +00:00
customnotebook.inc - moved DoShow, DoHide, OnShow, OnHide from TTabSheet to TCustomPage (ancestor) 2007-03-28 04:48:30 +00:00
custompage.inc - moved DoShow, DoHide, OnShow, OnHide from TTabSheet to TCustomPage (ancestor) 2007-03-28 04:48:30 +00:00
custompanel.inc LCL: you can tab to a TPanel, if it has tabstop = true (issue #8044) 2007-01-02 10:59:43 +00:00
customsplitter.inc LCL: fixed dragging over a splitter (bug #2058) from Paul Ishenin 2007-01-26 09:14:15 +00:00
customstatictext.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customupdown.inc LCL: set UpDown Orientation before adding the TUpDownButtons, fixes issue #7855. 2006-11-21 14:19:24 +00:00
dbcalendar.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbcheckbox.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbcombobox.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbcustomnavigator.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbedit.inc dbedit: fixes set/reset display/edit format on focus change (issue #8383) 2007-02-25 22:55:08 +00:00
dbgroupbox.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbimage.inc * Patch for TDBImage and TDBMemo form Joost van der Sluis 2007-02-25 16:13:52 +00:00
dblistbox.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbmemo.inc * Patch for TDBImage and TDBMemo form Joost van der Sluis 2007-02-25 16:13:52 +00:00
dbradiogroup.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dbtext.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
defaultbitbtnimages.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
docktree.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dockzone.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
dragdock.inc * global cursor patch from Paul Ishenin 2007-02-07 23:31:44 +00:00
dragobject.inc * Drag drop cursor patch from Paul Ishenin 2007-01-16 23:56:44 +00:00
edit.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
filedialog.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
fileutil.inc LCL: fixed range errors in FileNameIsTrimmed 2007-03-25 11:50:14 +00:00
finddialog.inc LCL: fixed AV when testing TFindDialog 2006-08-23 19:49:03 +00:00
font.inc added FontIsMonoSpace 2006-10-05 21:50:05 +00:00
fontdialog.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
graphic.inc LCL: added Delphi compatible TGraphic.Progress 2006-12-28 22:43:25 +00:00
graphiccontrol.inc fix paintbox canvas isn't moved along his control issue #2096 2006-05-26 00:40:14 +00:00
graphicsobject.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
hintwindow.inc LCL: painting background of hint window 2007-03-09 00:42:23 +00:00
idletimer.inc LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings 2007-03-28 19:01:27 +00:00
imglist.inc LCL: improved r10441 #04aaabe06b by using UnregisterChangeLink 2007-01-14 18:58:29 +00:00
inputdialog.inc LCL: increased minimum size of input dialog (bug #8017) 2007-01-05 13:51:52 +00:00
interfacebase.inc changed lazarus to use the widgetset it is compiled with as the default when building projects 2006-11-18 13:45:28 +00:00
intfbaselcl.inc replace Add/RemoveSocketEventHandler with simpler win32 specific interface 2007-03-24 16:17:33 +00:00
intfbasewinapi.inc LCL: made DrawFrameRect declaration the same as in the windows unit (bug #8468) 2007-03-27 10:36:49 +00:00
lclaction.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
lclintf.inc replace Add/RemoveSocketEventHandler with simpler win32 specific interface 2007-03-24 16:17:33 +00:00
lclintfh.inc replace Add/RemoveSocketEventHandler with simpler win32 specific interface 2007-03-24 16:17:33 +00:00
listcolumn.inc * made naming more consistent. Intfxxx methods are called by the interface, WSxxx methods call the interface 2006-09-02 16:21:55 +00:00
listcolumns.inc LCL: added treeview option to disable expanding on double clicking a tree node. 2007-01-09 10:41:00 +00:00
listitem.inc * made naming more consistent. Intfxxx methods are called by the interface, WSxxx methods call the interface 2006-09-02 16:21:55 +00:00
listitems.inc * made naming more consistent. Intfxxx methods are called by the interface, WSxxx methods call the interface 2006-09-02 16:21:55 +00:00
mainmenu.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
memo.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
memoscrollbar.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
memostrings.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
menu.inc gtk intf: added menu items short cut labels, popup sub menu of menu bar shortcuts 2007-02-05 19:47:39 +00:00
menuactionlink.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
menuitem.inc IDEIntf: added OnShow handler for TIDEMenuSection, h2pas wizard: implemented adding/editing text tools 2006-08-02 16:36:35 +00:00
messagedialogpixmaps.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
messagedialogs.inc LCL: implemented setting default button using MB_DEFBUTTONx constants (bug #8517) 2007-03-25 08:09:10 +00:00
mouse.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
notebook.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
page.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
pagecontrol.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
paintbox.inc LCL: Tapplication.CreateForm with out param, cleanups, renamed TCustomPropertyStorage param name Default with DefaultValue from Flávio Etrusco 2007-02-12 12:40:41 +00:00
pen.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
picture.inc added class keyword to proc bodies for fpc 2.1.1 2006-05-27 17:40:59 +00:00
pixmap.inc fix pointer type conversions 2006-10-04 22:21:04 +00:00
png.inc LCL: setup better default properties for png writer from Tom Gregorovic 2006-11-02 02:54:29 +00:00
pnm.inc added class keyword to proc bodies for fpc 2.1.1 2006-05-27 17:40:59 +00:00
popupmenu.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
progressbar.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
promptdialog.inc LCL: calculate QuestionDialog text area in the same way as PromptDialog (bug #7941) 2006-12-09 20:18:53 +00:00
radiobutton.inc fixed TRadioButton updating sibling buttons, when no handles are created 2006-07-10 00:31:40 +00:00
radiogroup.inc LCL: fixed typos in comments (issue #7326) 2006-08-29 18:06:04 +00:00
reginifile.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
region.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
replacedialog.inc fixed Test dialog of find and replace dialog components 2006-07-25 22:38:55 +00:00
screen.inc * Modified patch from Paul Ishenin implementing cursors 2007-01-15 00:53:09 +00:00
scrollbar.inc LCL: don't switch width and height when loading the scrolbar (bug #7993) 2006-12-22 10:33:15 +00:00
scrollbox.inc fixed mouse events return wrong coordinates in scrolling components (win32, issue #1983), enabled ajustments for customforms in gtk 2006-05-20 17:10:17 +00:00
scrollingwincontrol.inc LCL: fixed updating control scrollbars, remaining bug: win32 intf moves controls when scrolling 2006-12-09 10:24:44 +00:00
shape.inc LCL: made TGraphicControl.OnPaint proteced, TShape.OnPaint and TPaintPox.OnPaint public and fixed firing TShape.OnPaint (bug #8246) 2007-02-07 14:40:42 +00:00
sharedimage.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
shortcutlist.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
sizeconstraints.inc LCL: ignoring constraints during loading, they are applied in Loaded 2007-02-12 12:20:52 +00:00
speedbutton.inc LCL: TSpeedButton: moving glyph right, down when down 2007-03-10 22:06:40 +00:00
spinedit.inc LCL: fixed getting TSpinEdit.Caption before the handle has been created (bug #2075) 2007-01-31 12:22:36 +00:00
statusbar.inc added WithThemSpace parameter to GetPreferredSize 2006-05-21 15:47:28 +00:00
statuspanel.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
statuspanels.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
tabcontrol.inc gtk intf: added simple function for clBackground, LCL, TTabControl: added csAcceptControls to ControlStyle 2006-10-28 16:21:59 +00:00
tabsheet.inc - moved DoShow, DoHide, OnShow, OnHide from TTabSheet to TCustomPage (ancestor) 2007-03-28 04:48:30 +00:00
timer.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
togglebox.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
toolbar.inc TToolBar: disabled using designtime resizes to set ButtonWidth/Height, it interferes with the autosizing 2006-06-24 09:04:42 +00:00
toolbutton.inc TToolButton: no OnClick for tbsDropDown 2006-08-23 18:08:05 +00:00
toolwindow.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
trackbar.inc LCL: switch height and width if orientation of trackbar changes (bug #1787) 2007-01-12 12:16:37 +00:00
treeview.inc LCL: fixed drawing of [+] and [-] icons of a treeview item (bug #8531). 2007-03-21 21:41:39 +00:00
winapi.inc LCL: made DrawFrameRect declaration the same as in the windows unit (bug #8468) 2007-03-27 10:36:49 +00:00
winapih.inc LCL: made DrawFrameRect declaration the same as in the windows unit (bug #8468) 2007-03-27 10:36:49 +00:00
wincontrol.inc LCL: commented debug output of TWinControl.WMChar 2007-03-26 10:01:08 +00:00