lazarus/lcl/include
2008-12-29 07:18:27 +00:00
..
actionlink.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
application.inc lcl: better skip handling of EAbort exception 2008-12-02 14:44:29 +00:00
applicationproperties.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
bevel.inc lcl: formatting, cleanup 2008-11-20 15:09:46 +00:00
bitbtn.inc lcl: add TCustomBitBtn.LoadGlyphFromLazarusResource 2008-09-19 14:18:30 +00:00
bitmap.inc lcl: 2008-08-27 09:24:00 +00:00
bitmapcanvas.inc * made the rasterimage rawimage public 2008-07-23 18:59:53 +00:00
boundlabel.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
brush.inc lcl: don't SetBkColor when Brush has hatched style (or we'll have solid fill on windows) 2008-09-29 05:04:11 +00:00
buttoncontrol.inc lcl: remove TButtonConrol.UseOnChange, register it as a removed property 2008-12-09 04:24:54 +00:00
buttonglyph.inc lcl: add TCustomBitBtn.LoadGlyphFromLazarusResource 2008-09-19 14:18:30 +00:00
buttons.inc lcl: use FActive instead of FDefault when we tell to interface about the default button. Part of #0010685 2008-08-08 13:47:59 +00:00
canvas.inc + Added flags to allow TLazIntfImage initialize description in creation 2008-11-16 15:27:37 +00:00
clipbrd.inc fixed uninitialized function results 2008-08-16 20:51:45 +00:00
colorbutton.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
colordialog.inc lcl: 2008-11-11 10:39:22 +00:00
commondialog.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
containedaction.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
control.inc lcl: set some default values to TFont properties 2008-12-06 11:46:59 +00:00
controlactionlink.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
controlcanvas.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
controlscrollbar.inc LCL TControlScrollbar.Range: range should be position limit + page size, fixes scrolling behind max 2008-11-06 14:04:24 +00:00
controlsproc.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
cursorimage.inc * Implemented .ico + .cur writing 2008-09-02 23:00:19 +00:00
customaction.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customactionlist.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
custombitmap.inc * When saving icon, use maskhandle when set 2008-09-04 00:09:45 +00:00
customcheckbox.inc lcl: start removal of TButtonControl.UseOnChange 2008-12-09 02:29:24 +00:00
customcheckgroup.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customcombobox.inc Moves freeing TStrings from standard controls to the widgetset. Necessary for widgets with a native TStrings. 2008-12-10 21:12:10 +00:00
customcontrol.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customdockform.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customedit.inc lcl: MaxLength redo: 2008-11-13 06:42:37 +00:00
customform.inc lcl, win32: fix form.icon handling (#0012395) 2008-10-21 03:38:09 +00:00
customframe.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customgroupbox.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customimage.inc lcl: add new TImage event OnPictureChanged 2008-10-20 04:46:40 +00:00
customlabel.inc lcl: store Label color if it differs from clNone without regards to ParentColor 2008-09-11 02:57:11 +00:00
customlabelededit.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customlistbox.inc Moves freeing TStrings from standard controls to the widgetset. Necessary for widgets with a native TStrings. 2008-12-10 21:12:10 +00:00
customlistview.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
custommemo.inc Fixes small typo 2008-12-11 01:06:16 +00:00
customnotebook.inc LCL: updating AutoSize=true controls when preferred size changed 2008-08-16 18:31:55 +00:00
custompage.inc LCL carbon: fixed 0012572: Clicking on TPanel, TPage etc causes controls to loose focus 2008-11-05 16:28:41 +00:00
custompanel.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customsplitter.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customstatictext.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
customtrayicon.inc Patch from mazen for trayicon. Updates Visible if changing the state of the trayicon fails. 2008-12-17 14:11:48 +00:00
customupdown.inc lcl: update visibility of methods to prevent compiler warnings 2008-11-24 08:15:23 +00:00
dbcalendar.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
dbcheckbox.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
dbcombobox.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
dbcustomnavigator.inc db (can be merged): 2008-09-26 01:27:04 +00:00
dbedit.inc LCL, limit dbedit to field size, issue #12116, 2008-12-15 18:59:33 +00:00
dbgroupbox.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
dbimage.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
dblistbox.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
dbmemo.inc LCL, Patch for TDBMemo so that UpdateRecord is only called when there has been changed something, from joost, issue #12725 2008-12-01 17:31:37 +00:00
dbradiogroup.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
dbtext.inc LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779 2008-08-06 07:26:49 +00:00
docktree.inc lcl: implement PositionDockRect from Hans-Peter Diettrich with small modifications 2008-12-23 04:47:14 +00:00
dockzone.inc lcl: docking - reposition children after the dock layout change 2008-12-19 07:16:03 +00:00
dragdock.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
dragimagelist.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
dragmanager.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
dragobject.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
edit.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
filedialog.inc fixed TSaveDialog 2008-10-28 17:08:42 +00:00
fileutil.inc FindDiskFilename: fixed case when there are three different times the same filename in a directory 2008-11-30 23:29:59 +00:00
finddialog.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
font.inc lcl: set some default values to TFont properties 2008-12-06 11:46:59 +00:00
fontdialog.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
fpimagebitmap.inc + Added flags to allow TLazIntfImage initialize description in creation 2008-11-16 15:27:37 +00:00
glyphlist.inc LCL, initial postscript unicode support, updated/fixed postscript sample 2008-11-29 20:54:20 +00:00
graphic.inc using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
graphiccontrol.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
graphicsobject.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
headercontrol.inc lcl: add support for invisible sections in THeaderControl (from Benito van der Zander #0011727) 2008-10-01 05:42:41 +00:00
hintwindow.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
icnsicon.inc lcl: fix a memory leak in the icns reader (when we tried to load an icon contained 256x256, 512x512 images with alpha) 2008-12-05 18:02:23 +00:00
icon.inc + Added flags to allow TLazIntfImage initialize description in creation 2008-11-16 15:27:37 +00:00
idletimer.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
imglist.inc + Added flags to allow TLazIntfImage initialize description in creation 2008-11-16 15:27:37 +00:00
inputdialog.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
interfacebase.inc lcl: add TCanvas.AntialiasingMode 2008-11-14 17:42:56 +00:00
intfbaselcl.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
intfbasewinapi.inc lcl: start ExtCreatePen function to allow pen creation with different cap style, join style, and pattern 2008-10-24 09:29:53 +00:00
jpegimage.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
lclaction.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
lclintf.inc LCL: reverted change of r11317 #a7e79f00ce: now the application title is only the default caption of the mtCustom messages (issue #12541) 2008-11-03 10:28:38 +00:00
lclintfh.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
listcolumn.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
listcolumns.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
listitem.inc * improved the gtk2 listview to not store data twice 2008-11-22 03:21:36 +00:00
listitems.inc lcl: add TListItems.BeginUpdate, TListItems.EndUpdate with empty implementation to simplify delphi project conversion 2008-10-09 09:33:45 +00:00
mainmenu.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
memo.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
memoscrollbar.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
memostrings.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
menu.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
menuactionlink.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
menuitem.inc lcl: 2008-08-12 15:37:54 +00:00
messagedialogs.inc using UTF-8 for file operations and environment variables 2008-08-25 22:32:23 +00:00
mouse.inc LCL: fixed uninitialized result 2008-08-16 01:49:29 +00:00
notebook.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
page.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
pagecontrol.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
paintbox.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
pen.inc lcl: pass Width = 0 to CreatePenIndirect if pen is cosmetic 2008-11-14 04:43:42 +00:00
picture.inc win32: insert preview panel to PictureOpenDialog 2008-10-03 03:19:01 +00:00
pixmap.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
png.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
pnm.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
popupmenu.inc LCL: added parameterless TPopupMenu.Popup from Benito van der Zander (issue #11726) 2008-07-23 07:28:04 +00:00
progressbar.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
promptdialog.inc lcl, win32: fix form.icon handling (#0012395) 2008-10-21 03:38:09 +00:00
radiobutton.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
radiogroup.inc lcl: some formatting 2008-12-25 03:52:21 +00:00
rasterimage.inc + Added flags to allow TLazIntfImage initialize description in creation 2008-11-16 15:27:37 +00:00
reginifile.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
region.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
replacedialog.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
rubberband.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
screen.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
scrollbar.inc * Fixed setting height of vertical scrollbar after loading when handle is not yet created 2008-11-23 02:21:15 +00:00
scrollbox.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
scrollingwincontrol.inc Patch from zeljko. Improves scrolling fixes 2008-12-04 16:39:12 +00:00
shape.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
sharedcustombitmap.inc * When saving icon, use maskhandle when set 2008-09-04 00:09:45 +00:00
sharedimage.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
sharedrasterimage.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
shortcutlist.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
sizeconstraints.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
speedbutton.inc lcl: set down state of speedbutton when button was invoked by accelerator (based on patch of Benito van der Zander #0011826) 2008-10-01 01:23:17 +00:00
spinedit.inc LCL: FloatSpinEdit uses double for internal representation, so that the full range of 32 bits integer can be represented without rounding problems (fixes #10844) 2008-07-22 10:01:50 +00:00
statusbar.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
statuspanel.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
statuspanels.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
tabcontrol.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
tabsheet.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
timer.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
togglebox.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
toolbar.inc lcl: set TToolBar.Flat = True by default - flat toolbars are generally looks better on all platforms (they have more native look). Moreover it is delphi compatible. 2008-11-19 03:58:02 +00:00
toolbutton.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
toolwindow.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
trackbar.inc lcl: undo CN_NOTIFY overriding for trackbar 2008-10-22 05:12:23 +00:00
treeview.inc lcl: improve drawing of tree with ShowRoot = false (indent first level a bit), improve drawing of selection (indent text one pixel right) 2008-12-29 07:18:27 +00:00
winapi.inc LCL: 2008-11-01 17:24:46 +00:00
winapih.inc lcl: start ExtCreatePen function to allow pen creation with different cap style, join style, and pattern 2008-10-24 09:29:53 +00:00
wincontrol.inc lcl: fix OnExit event from Zeljan 2008-11-20 13:13:17 +00:00