lazarus/lcl/include
tombo 6860a97e2b LCL: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties
* created example application
* implemented in Win32 interface

git-svn-id: trunk@11365 -
2007-06-24 10:17:46 +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: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties 2007-06-24 10:17:46 +00:00
applicationproperties.inc LCL: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties 2007-06-24 10:17:46 +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 - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
bitmap.inc IDE: completion form is now created on demand and the internal double buffer bitmap is resized correct 2007-05-12 09:39:20 +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 LCL: nicer TSpeedButton if glyph does not fit from Valdas 2007-05-25 10:02:45 +00:00
buttons.inc - Default property affected only first button 2007-03-23 13:52:07 +00:00
canvas.inc LCL: fixed TCanvas.TextRect to restore DC, optimized allocating handles 2007-05-22 20:42:16 +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 LCL: fixed raising commondialog.OnClose twice (bug #8441) from Bart Broersma 2007-04-03 11:30:05 +00:00
containedaction.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
control.inc gtk2 intf: fixed setting callbacks if no combobox items count=0, gtk2 intf: not setting gtk accelerators for buttons, gtk2 intf: fixed GetClientOrigin for TNoteBook 2007-05-31 17:34:17 +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 typo (bug #8748) from Tom 2007-04-22 12:52:30 +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 fpc 2.3 compilation (assigning to set or record properties) 2007-05-04 22:43:58 +00:00
customcombobox.inc - changed handle check in combobox SetItemHeight to more correct 2007-05-16 14:07:03 +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 - TForm.OnShow and OnHide should fire before actual visibility change 2007-05-10 07:39:53 +00:00
customform.inc LCL: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties 2007-06-24 10:17:46 +00:00
customframe.inc added GlobalNameSpace.Begin/EndWrite to TCustomForm, TDataModule 2006-09-27 21:36:10 +00:00
customgroupbox.inc - added WsWinControl.CanFocus that inform about ability of control to be focused with default widgetset value = True (overrided for gtk) 2007-03-30 05:22:36 +00:00
customimage.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
customlabel.inc LCL: use GetLabelText, where Caption was used previously (bug #9121) from Laurent 2007-06-23 07:24:46 +00:00
customlabelededit.inc OI: improved property value rectangles when there is a button 2007-05-05 09:14:52 +00:00
customlistbox.inc - LCL and Win32 TListBox.Columns 2007-05-05 15:30:19 +00:00
customlistview.inc * Patch from Yury Sidorov for clearing a listview selection 2007-02-24 17:04:23 +00:00
custommemo.inc - TCustomMemo.WantReturns implementation (0008352) 2007-05-10 14:12:03 +00:00
customnotebook.inc gtk2 intf: disabled removing callbacks, added GetDefaultClientRect for TPage and TNoteBook 2007-05-23 23:24:14 +00:00
custompage.inc gtk1 intf: added check if user choose a directory in TOpenDialog 2007-05-25 09:01:28 +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 - another way to show splitter points under gtk1 2007-06-06 02:19:44 +00:00
customstatictext.inc LCL: implemented TStaticText.DialogChar to focus FocusControl, gtk2 intf: shortcuts of buttons, radiobuttons, checkboxes are now handled by the LCL 2007-05-31 21:38:56 +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 LCL, opening a form with dbcalendar opens the lfm file instead of form designer, issue #8906 2007-05-25 20:11:33 +00:00
dbcheckbox.inc LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739 2007-05-03 17:34:56 +00:00
dbcombobox.inc LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739 2007-05-03 17:34:56 +00:00
dbcustomnavigator.inc fixed fpc 2.3 compilation (assigning to set or record properties) 2007-05-04 22:43:58 +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 LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739 2007-05-03 17:34:56 +00:00
dbmemo.inc * Patch for TDBImage and TDBMemo form Joost van der Sluis 2007-02-25 16:13:52 +00:00
dbradiogroup.inc LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739 2007-05-03 17:34:56 +00:00
dbtext.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 - some minor changes and comments for native win32 image list 2007-04-11 05:41:56 +00:00
dragimagelist.inc gtk2 intf: reduced notes 2007-04-15 08:54:04 +00:00
dragobject.inc - some minor changes and comments for native win32 image list 2007-04-11 05:41:56 +00:00
edit.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
filedialog.inc - TFileDialog.FilterIndex returned value starts from 0 under gtk1 and gtk2 (patch from Valdas Janknas report 0008788) 2007-05-20 06:47:28 +00:00
fileutil.inc LCL: fixed range errors 2007-04-05 12:40:39 +00:00
finddialog.inc LCL: fixed AV when testing TFindDialog 2006-08-23 19:49:03 +00:00
font.inc LCL: using round to calculate font's height and size to preserve presicion 2007-05-22 22:36:44 +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
headercontrol.inc - THeaderControl added 2007-06-04 07:55:26 +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 fixed compilation: use ImageList.AddLazarusResource instead of AddFromLazarusResource 2007-06-21 08:38:47 +00:00
inputdialog.inc LCL: increased minimum size of input dialog (bug #8017) 2007-01-05 13:51:52 +00:00
interfacebase.inc - initial implementation of lazarus ThemeServices 2007-05-18 02:18:52 +00:00
intfbaselcl.inc splitter and pairsplitter improvements: 2007-05-29 09:19:34 +00:00
intfbasewinapi.inc LCL: added InvalidateRgn + implementation in Win32 2007-06-21 11:42:22 +00:00
lclaction.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
lclintf.inc LCL: 2007-06-13 11:34:17 +00:00
lclintfh.inc splitter and pairsplitter improvements: 2007-05-29 09:19:34 +00:00
listcolumn.inc LCL: fixed possible bugs found by "unreachable code" warnings 2007-06-18 21:48:51 +00:00
listcolumns.inc - fixed doubling of columns if ListView handle had been created during load process (report 0008794) 2007-05-03 01:46:24 +00:00
listitem.inc declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426) 2007-04-18 15:51:50 +00:00
listitems.inc LCL: fixed loading ListView items on 64 bits targets 2007-04-14 20:49:16 +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
messagedialogs.inc LCL: implemented setting default button using MB_DEFBUTTONx constants (bug #8517) 2007-03-25 08:09:10 +00:00
mouse.inc - implemented TMouse.WheelScrollLines property (issue #0008057) 2007-03-30 06:09:12 +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 typo in TPageControl.FindNextPage caused SIGSEGV (report 0007302) 2007-04-19 07:50:43 +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-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units 2007-05-25 09:13:22 +00:00
radiobutton.inc fixed TRadioButton updating sibling buttons, when no handles are created 2006-07-10 00:31:40 +00:00
radiogroup.inc fixed fpc 2.3 compilation (assigning to set or record properties) 2007-05-04 22:43:58 +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: if a speedbutton is not part of a group a dblclick is translated to two click events fixes bug #8625 2007-06-01 17:38:41 +00:00
spinedit.inc T(FloatSpinEdit) OnChange bug #0008999 fix from Valdas: Value is now actualized before OnChange 2007-06-03 07:50:20 +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: renamed TDeviceContext.Wnd to TDeviceContext.DCWidget to save many typecasts 2007-05-08 12:58:13 +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 range error for partial shown treeview items 2007-04-10 08:10:59 +00:00
winapi.inc LCL: added InvalidateRgn + implementation in Win32 2007-06-21 11:42:22 +00:00
winapih.inc LCL: added InvalidateRgn + implementation in Win32 2007-06-21 11:42:22 +00:00
wincontrol.inc gtk2 intf: improved resizing code to not need the caching trick 2007-05-29 00:30:26 +00:00