.. |
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: 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 |
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
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +00:00 |
bitbtn.inc
|
* fixes from Juan Salvador Pérez García
|
2006-10-15 14:13:32 +00:00 |
bitmap.inc
|
added support for reading cursor files from Paul Ishenin (bug #8082)
|
2007-01-08 12:55:21 +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
|
lcl: checkbox and radiobutton have ParentColor is true by default (bug #8284)
|
2007-02-08 22:43:23 +00:00 |
canvas.inc
|
LCL: TCanvas.CreateBrush using TRANSPARENT, OPAQUE depending on Brush.Style=bsSolid
|
2007-02-05 10:53:49 +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
|
* global cursor patch from Paul Ishenin
|
2007-02-07 23:31:44 +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: TCustomEdit: property AutoSelect, CustomComboBox: property AutoSelect and property CharCase from Funky Beast
|
2006-12-13 09:22:00 +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: don't call OnHide/OnShow after minimizing/restoring (bug #7255)
|
2007-01-26 10:18: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
|
LCL: TListBox: fixed seting ItemHeight to 0
|
2007-01-16 10:31:50 +00:00 |
customlistview.inc
|
IDE: message window: replaced TListBox with TTreeView, LCL: TTreeView: fixed normal left click selection with multiselections
|
2007-01-21 12:16:13 +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
|
LCL: TCustomNoteBook, when setting TabVisible of current page switch to another page
|
2007-02-05 11:28:26 +00:00 |
custompage.inc
|
LCL: TCustomNoteBook, when setting TabVisible of current page switch to another page
|
2007-02-05 11:28:26 +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
|
fix really ugly indentation and capitalization
|
2007-01-14 21:21:49 +00:00 |
dbgroupbox.inc
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +00:00 |
dbimage.inc
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +00:00 |
dblistbox.inc
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +00:00 |
dbmemo.inc
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +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
|
IDE: LazDoc: lazdoc paths can now be relative and contain global macros for projects and packages
|
2006-12-06 11:06:31 +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: added THintWindow.ActivateHintData (bug #7488)
|
2006-12-05 07:24:50 +00:00 |
idletimer.inc
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +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
|
LCL: removed RadialPie function without angles parameter, renamed RadialPieWithAngles to RadialPie
|
2007-01-29 12:33:03 +00:00 |
intfbasewinapi.inc
|
LCL: removed RadialPie function without angles parameter, renamed RadialPieWithAngles to RadialPie
|
2007-01-29 12:33:03 +00:00 |
lclaction.inc
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +00:00 |
lclintf.inc
|
LCL: removed RadialPie function without angles parameter, renamed RadialPieWithAngles to RadialPie
|
2007-01-29 12:33:03 +00:00 |
lclintfh.inc
|
LCL: removed RadialPie function without angles parameter, renamed RadialPieWithAngles to RadialPie
|
2007-01-29 12:33:03 +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
|
messagedlg: default button No comes now before Abort fro Delphi compatibility
|
2006-08-29 21:34:51 +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
|
implement calling TSpeedButton.Click for accelerator key (issue #7911, patch by Boguslaw Brandys)
|
2007-02-05 17:32:20 +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
|
fixed references to COPYING.LCL
|
2006-05-05 05:52:08 +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: TTreeView: DisplayXXX functions now contain scrolledleft
|
2007-02-07 11:04:16 +00:00 |
winapi.inc
|
LCL: initialize GetScrolPos to 0 (bug #8315) from Luiz Americo
|
2007-02-12 16:11:29 +00:00 |
winapih.inc
|
LCL: removed RadialPie function without angles parameter, renamed RadialPieWithAngles to RadialPie
|
2007-01-29 12:33:03 +00:00 |
wincontrol.inc
|
* cursor patch from Paul Ishenin
|
2007-02-06 01:34:29 +00:00 |