.. |
actionlink.inc
|
|
|
application.inc
|
lcl: on changing Form.Icon or Application.Icon set its current to best index for application
|
2008-06-30 03:15:43 +00:00 |
applicationproperties.inc
|
decapitalize all procedure and function keywords to make all looks the same
|
2008-03-03 08:06:26 +00:00 |
bevel.inc
|
decapitalize Constructor and Destructor
|
2008-03-03 08:28:46 +00:00 |
bitbtn.inc
|
lcl: simplify assigning image from action to speedbutton, fix assigning image from action to bitbtn
|
2008-05-16 08:25:19 +00:00 |
bitmap.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
bitmapcanvas.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
boundlabel.inc
|
|
|
brush.inc
|
lcl: safer gdi handles typecasting
|
2008-05-23 11:58:39 +00:00 |
buttoncontrol.inc
|
lcl: don't capture mouse for button controls (no need and moreover locks qt applications) (fixes issue #0010843)
|
2008-02-21 04:06:21 +00:00 |
buttonglyph.inc
|
* fixed transparency of speedbutton glyph (issue #11571)
|
2008-07-03 23:47:36 +00:00 |
buttons.inc
|
LCL: fixed calling AdjustSize when TButton.Caption changed, bug #10547
|
2008-01-05 23:30:57 +00:00 |
canvas.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
checkbox.inc
|
decapitalize Constructor and Destructor
|
2008-03-03 08:28:46 +00:00 |
clipbrd.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
colorbutton.inc
|
|
|
colordialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
commondialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
containedaction.inc
|
LCL: clean up
|
2008-02-20 10:14:38 +00:00 |
control.inc
|
LCL: reduced debugging
|
2008-06-17 12:28:28 +00:00 |
controlactionlink.inc
|
|
|
controlcanvas.inc
|
qt: use application FocusChanged slot to catch focus change events instead of listening for focus events of individual widgets. This new way should give better feedback from qt about focus changes.
|
2008-03-02 06:10:36 +00:00 |
controlscrollbar.inc
|
LCL: TControlScrollBar: implemented hiding scrollbar, bug #11491
|
2008-06-19 10:41:09 +00:00 |
controlsproc.inc
|
formatting
|
2008-04-14 16:18:06 +00:00 |
cursorimage.inc
|
lcl: totally remove CreateCursor, replace it calls by CreateIconIndirect
|
2008-06-21 13:11:27 +00:00 |
customaction.inc
|
LCL: clean up
|
2008-02-20 10:14:38 +00:00 |
customactionlist.inc
|
LCL: clean up
|
2008-02-20 10:14:38 +00:00 |
custombitmap.inc
|
* Fixed bitmapsizing when handle is created (#11556). Based on patch from Paul.
|
2008-06-30 23:55:54 +00:00 |
customcheckbox.inc
|
lcl: don't terminate application if mainform modalresult = mrCancel (issue #0009585)
|
2008-03-16 08:27:39 +00:00 |
customcheckgroup.inc
|
|
|
customcombobox.inc
|
decapitalize all procedure and function keywords to make all looks the same
|
2008-03-03 08:06:26 +00:00 |
customcontrol.inc
|
decapitalize all procedure and function keywords to make all looks the same
|
2008-03-03 08:06:26 +00:00 |
customdockform.inc
|
|
|
customedit.inc
|
LCL: Added DirectInput property for TCustomEditButton
|
2008-05-13 12:10:45 +00:00 |
customform.inc
|
lcl: on changing Form.Icon or Application.Icon set its current to best index for application
|
2008-06-30 03:15:43 +00:00 |
customframe.inc
|
IDE: using DesignInfo for frames to store position, LCL: TFrame storing DesignLeft and DesignTop
|
2008-05-25 20:50:07 +00:00 |
customgroupbox.inc
|
|
|
customimage.inc
|
|
|
customlabel.inc
|
lcl: safer gdi handles typecasting
|
2008-05-23 15:58:27 +00:00 |
customlabelededit.inc
|
LCL: fixed TCustomLabeledEdit anchoring label, fixing bug #10748
|
2008-02-20 13:24:26 +00:00 |
customlistbox.inc
|
win32: update checklistbox itemheight in runtime on font change
|
2008-06-16 01:37:30 +00:00 |
customlistview.inc
|
debugger: delete all selected watches, not only first selected
|
2008-06-06 01:08:49 +00:00 |
custommemo.inc
|
Implements CaretPos for TCustomEdit and TCustomMemo under win32.
|
2008-04-23 20:06:32 +00:00 |
customnotebook.inc
|
LCL: removed obsolete TAbstractReader
|
2008-07-13 18:59:39 +00:00 |
custompage.inc
|
LCL: add or remove page in TabVisible setter only if Parent.HandleAllocated
|
2008-02-18 14:44:29 +00:00 |
custompanel.inc
|
lcl: ClientRect had not been recalculated on TPanel.BorderWidth/BevelWidth change (#0011351)
|
2008-05-27 01:50:06 +00:00 |
customsplitter.inc
|
formatting, misc
|
2008-03-06 06:44:33 +00:00 |
customstatictext.inc
|
|
|
customtrayicon.inc
|
lcl:
|
2008-07-01 01:37:51 +00:00 |
customupdown.inc
|
decapitalize all procedure and function keywords to make all looks the same
|
2008-03-03 08:06:26 +00:00 |
dbcalendar.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbcheckbox.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbcombobox.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbcustomnavigator.inc
|
* Introduced TCustomBitmap as base class for all pixelbased imageclasses. Currently backward comatible (and equal to) TBitmap
|
2008-04-17 23:43:11 +00:00 |
dbedit.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbgroupbox.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbimage.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dblistbox.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbmemo.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbradiogroup.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
dbtext.inc
|
lcl: return DataLink on CM_GETDATALINK (issue #0001410)
|
2008-04-03 01:33:43 +00:00 |
docktree.inc
|
TDockTree.GetControlBounds
|
2008-02-09 14:23:43 +00:00 |
dockzone.inc
|
docking: fix crash
|
2008-02-07 00:07:46 +00:00 |
dragdock.inc
|
LCL: replaced drag/dock messages with a cleaner TDragManager from Marius
|
2008-01-01 23:35:52 +00:00 |
dragimagelist.inc
|
LCL: small cleanups
|
2008-02-07 18:39:36 +00:00 |
dragmanager.inc
|
lcl: pass Control instead of TDragControlObject into OnDragXXX events if TDragControlObject has been created automatically (for delphi compatibility) (issue #0001850)
|
2008-04-17 06:36:53 +00:00 |
dragobject.inc
|
simplify docking code a bit
|
2008-03-03 03:17:02 +00:00 |
edit.inc
|
|
|
filedialog.inc
|
LCL: fixed ofFileMustExist for non-UTF8 system charset.
|
2008-06-28 18:51:39 +00:00 |
fileutil.inc
|
lcl: skip directories from GetTempFileName (from v-t-l)
|
2008-06-23 13:54:35 +00:00 |
finddialog.inc
|
lcl: standard Search actions
|
2008-05-13 07:17:56 +00:00 |
font.inc
|
lcl: safer gdi handles typecasting
|
2008-05-23 12:07:50 +00:00 |
fontdialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
fpimagebitmap.inc
|
lcl:
|
2008-06-25 05:04:47 +00:00 |
graphic.inc
|
lcl:
|
2008-06-25 05:04:47 +00:00 |
graphiccontrol.inc
|
|
|
graphicsobject.inc
|
|
|
headercontrol.inc
|
lcl: dragging of header control buttons (patch from Benito van der Zander, #0011209)
|
2008-04-28 06:56:08 +00:00 |
hintwindow.inc
|
win32: invalidate groupbox on enable change if themes are active (issue #0007877), misc
|
2008-03-15 13:04:21 +00:00 |
icnsicon.inc
|
lcl: implement .icns (osx icon resource) graphic reader
|
2008-06-30 01:11:14 +00:00 |
icon.inc
|
* Fixed loading of old graphic streams
|
2008-07-14 00:40:42 +00:00 |
idletimer.inc
|
|
|
imglist.inc
|
* removed old (nonworking) compatebility code
|
2008-07-13 21:04:30 +00:00 |
inputdialog.inc
|
decapitalize all procedure and function keywords to make all looks the same
|
2008-03-03 08:06:26 +00:00 |
interfacebase.inc
|
lcl: add TWidgetset.AppSetIcon
|
2008-06-21 12:23:31 +00:00 |
intfbaselcl.inc
|
* mask alpha channel when device has no alpha support
|
2008-07-12 00:36:14 +00:00 |
intfbasewinapi.inc
|
lcl: totally remove CreateCursor, replace it calls by CreateIconIndirect
|
2008-06-21 13:11:27 +00:00 |
jpegimage.inc
|
LCL graphics:
|
2008-07-02 12:12:10 +00:00 |
lclaction.inc
|
|
|
lclintf.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
lclintfh.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
listcolumn.inc
|
lcl: reduce amount of hints and warnings from fpc
|
2007-12-15 06:39:19 +00:00 |
listcolumns.inc
|
- use BeginUpdate and EndUpdate from TCollection instead of own in TListColumns implementation
|
2007-12-19 04:40:13 +00:00 |
listitem.inc
|
LCL: reverted accidental commits of r15706 #d49446d842
|
2008-07-08 16:48:59 +00:00 |
listitems.inc
|
LCL: reverted accidental commits of r15706 #d49446d842
|
2008-07-08 16:48:59 +00:00 |
mainmenu.inc
|
|
|
memo.inc
|
|
|
memoscrollbar.inc
|
|
|
memostrings.inc
|
|
|
menu.inc
|
lcl: bidi mode patch from Ido with modifications
|
2008-04-27 14:24:22 +00:00 |
menuactionlink.inc
|
|
|
menuitem.inc
|
set application hint when user selects menu items:
|
2008-04-29 07:06:44 +00:00 |
messagedialogs.inc
|
LCL: fixed memleak in SelectDirectory functions
|
2008-03-05 08:36:00 +00:00 |
mouse.inc
|
LCL: improved logic to retrieve WheelScrollLines.
|
2008-07-09 09:07:53 +00:00 |
notebook.inc
|
|
|
page.inc
|
|
|
pagecontrol.inc
|
TPageControl: align docked control to client - delphi compatible (part of 0010644)
|
2008-01-18 06:52:23 +00:00 |
paintbox.inc
|
|
|
pen.inc
|
lcl: safer gdi handles typecasting
|
2008-05-23 11:58:39 +00:00 |
picture.inc
|
lcl: set FDataOwner to true in IntfImage after freeing data - fixes memory leak in the .ico reader
|
2008-07-11 16:49:57 +00:00 |
pixmap.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
png.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
pnm.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
popupmenu.inc
|
decapitalize all procedure and function keywords to make all looks the same
|
2008-03-03 08:06:26 +00:00 |
progressbar.inc
|
|
|
promptdialog.inc
|
LCL: clean up, fixed EnsureVisible to not force BringToFront
|
2008-06-13 08:14:05 +00:00 |
radiobutton.inc
|
|
|
radiogroup.inc
|
decapitalize all procedure and function keywords to make all looks the same
|
2008-03-03 08:06:26 +00:00 |
rasterimage.inc
|
* Fixed loading of old graphic streams
|
2008-07-14 00:40:42 +00:00 |
reginifile.inc
|
|
|
region.inc
|
lcl: safer gdi handles typecasting
|
2008-05-23 11:58:39 +00:00 |
replacedialog.inc
|
|
|
rubberband.inc
|
|
|
screen.inc
|
decapitalize Constructor and Destructor
|
2008-03-03 08:28:46 +00:00 |
scrollbar.inc
|
|
|
scrollbox.inc
|
|
|
scrollingwincontrol.inc
|
LCL: TControlScrollBar: implemented hiding scrollbar, bug #11491
|
2008-06-19 10:41:09 +00:00 |
shape.inc
|
|
|
sharedcustombitmap.inc
|
lcl: TSharedCustomBitmap IsEmpty should differ from TRasterImage. TRasterImage only checks stream and handle, but TSharedCustomBitmap also has an image which can contain data and thus must be checked too. fixes #0011222
|
2008-06-26 15:00:20 +00:00 |
sharedimage.inc
|
|
|
sharedrasterimage.inc
|
* Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
|
2008-06-20 00:21:07 +00:00 |
shortcutlist.inc
|
|
|
sizeconstraints.inc
|
LCL: TSizeConstraints: not resetting MinWidth when setting MaxWidth to 0
|
2008-03-08 21:16:11 +00:00 |
speedbutton.inc
|
* fixed transparency of speedbutton glyph (issue #11571)
|
2008-07-03 23:47:36 +00:00 |
spinedit.inc
|
|
|
statusbar.inc
|
formatting
|
2008-06-17 07:32:09 +00:00 |
statuspanel.inc
|
|
|
statuspanels.inc
|
|
|
tabcontrol.inc
|
lcl:
|
2008-05-01 18:26:50 +00:00 |
tabsheet.inc
|
- publish some docking related properties for TPageControl
|
2008-01-07 18:40:31 +00:00 |
timer.inc
|
|
|
togglebox.inc
|
|
|
toolbar.inc
|
lcl: improve reordering of toolbuttons if they were added on toolbar create and their bounds are equal
|
2008-06-16 07:06:37 +00:00 |
toolbutton.inc
|
lcl: improve reordering of toolbuttons if they were added on toolbar create and their bounds are equal
|
2008-06-16 07:06:37 +00:00 |
toolwindow.inc
|
|
|
trackbar.inc
|
lcl: fix typo in the trackbar code which cause inability to set Max = Min
|
2008-07-12 05:42:50 +00:00 |
treeview.inc
|
LCL: fixed dragging a treenode (bug #11539) from Paul
|
2008-06-23 08:58:14 +00:00 |
winapi.inc
|
lcl: totally remove CreateCursor, replace it calls by CreateIconIndirect
|
2008-06-21 13:11:27 +00:00 |
winapih.inc
|
lcl: totally remove CreateCursor, replace it calls by CreateIconIndirect
|
2008-06-21 13:11:27 +00:00 |
wincontrol.inc
|
LCL, remember custom wincontrol color on handle destroy, issue #11529
|
2008-06-24 18:51:23 +00:00 |