| .. |
|
actionlink.inc
|
|
|
|
application.inc
|
LCL: call WakeMainThread() in QueueAsyncCall, so messages are passed.Patch by Henry Vermaak. issues #13120,#18599
|
2011-04-20 15:43:27 +00:00 |
|
applicationproperties.inc
|
lcl:
|
2011-01-29 07:53:13 +00:00 |
|
asiancodepagefunctions.inc
|
Fixes typo from last commit
|
2010-08-27 09:36:46 +00:00 |
|
asiancodepages.inc
|
Slightly modified patch from Jixian Yang. Implements support for converting to east asian code pages.
|
2010-08-22 14:30:05 +00:00 |
|
bevel.inc
|
|
|
|
bitbtn.inc
|
fixed typo dont
|
2010-09-11 14:05:21 +00:00 |
|
bitmap.inc
|
|
|
|
bitmapcanvas.inc
|
|
|
|
boundlabel.inc
|
|
|
|
brush.inc
|
lcl: correct FPColor assignment while TBrush constructing
|
2011-03-21 06:25:00 +00:00 |
|
buttoncontrol.inc
|
fixed typo dont
|
2010-09-11 14:05:21 +00:00 |
|
buttonglyph.inc
|
lcl: remove unneeded check in TButtonGlyph.SetGlyph
|
2011-04-17 12:20:56 +00:00 |
|
buttons.inc
|
LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there.
|
2011-03-16 16:53:36 +00:00 |
|
canvas.inc
|
LCL: Implemented TCanvas.Frame3D with Delphi compatible parameter signature + a wrapper func. Patch by Stephano, issue #8328
|
2011-04-16 09:55:42 +00:00 |
|
checkbox.inc
|
lcl: don't publish TRadioButton State and AllowGrayed properties: Delphi compatible.
|
2010-08-10 20:12:40 +00:00 |
|
clipbrd.inc
|
Formatting: joined lines where only ');' was split to its own line, in procedure defs.
|
2011-03-16 16:52:28 +00:00 |
|
colorbutton.inc
|
LCL: implemented TColorButton.Margin
|
2011-01-21 12:07:15 +00:00 |
|
commondialog.inc
|
lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created
|
2010-08-12 12:24:11 +00:00 |
|
containedaction.inc
|
|
|
|
control.inc
|
lcl: formatting
|
2011-03-28 07:10:57 +00:00 |
|
controlactionlink.inc
|
|
|
|
controlcanvas.inc
|
lcl: prevent creating more than one DC in TControlCanvas.CreateHandle
|
2011-02-22 08:07:13 +00:00 |
|
controlscrollbar.inc
|
lcl: formatting
|
2011-04-07 00:19:59 +00:00 |
|
controlsproc.inc
|
|
|
|
cursorimage.inc
|
lcl: fix loading of icons and cursor from the resources:
|
2011-03-24 03:37:06 +00:00 |
|
customaction.inc
|
|
|
|
customactionlist.inc
|
|
|
|
custombitmap.inc
|
* When a maskhandle of a bitmap is set, update the masked property too
|
2011-04-02 16:21:47 +00:00 |
|
customcheckbox.inc
|
LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there.
|
2011-03-16 16:53:36 +00:00 |
|
customcheckgroup.inc
|
LCL: TCustomRadioGroup, TCustomCheckBoxGroup - propagate OnKeyDown, OnKeyUp, OnKeyPress, OnUTF8KeyPress from TRadioButton/TCheckBox to our groupBox (parent).
|
2011-03-21 10:03:23 +00:00 |
|
customcombobox.inc
|
lcl: set combobox DropDownCount on handle initialization (bug #0018933)
|
2011-03-17 01:59:44 +00:00 |
|
customcontrol.inc
|
lcl: formatting, cleanup
|
2010-11-19 09:56:17 +00:00 |
|
customdbcombobox.inc
|
Formatting: joined lines where only ');' was split to its own line, in procedure defs.
|
2011-03-16 16:52:28 +00:00 |
|
customdblistbox.inc
|
lcl: in TDBLookupListBox update record when selection is changed (Delphi compatible)
|
2011-04-21 15:35:38 +00:00 |
|
customdockform.inc
|
Formatting: joined lines where only ');' was split to its own line, in procedure defs.
|
2011-03-16 16:52:28 +00:00 |
|
customedit.inc
|
fixed typos: childs
|
2011-02-10 09:37:16 +00:00 |
|
customform.inc
|
lcl: formatting
|
2011-04-14 01:03:20 +00:00 |
|
customframe.inc
|
|
|
|
customgroupbox.inc
|
|
|
|
customimage.inc
|
|
|
|
customlabel.inc
|
LCL: TCustomLabel.CalculatePreferredSize: consider constraints
|
2010-07-08 15:00:20 +00:00 |
|
customlabelededit.inc
|
|
|
|
customlistbox.inc
|
lcl: don't call EditingDone in every item selection of TListBox
|
2011-04-21 12:17:56 +00:00 |
|
customlistview.inc
|
lcl: fix listview items ownerdata items update for Repaint method. fixes #18546, #16970
|
2011-02-26 04:41:27 +00:00 |
|
custommemo.inc
|
|
|
|
customnotebook.inc
|
fixed typos: childs
|
2011-02-10 09:37:16 +00:00 |
|
custompage.inc
|
|
|
|
custompanel.inc
|
win32: restore wm_erasebkgnd default handler after clDefault experiments
|
2010-11-08 02:27:02 +00:00 |
|
customsplitter.inc
|
lcl: invalidate splitter on ResizeAnchor change (issue #0018254)
|
2011-04-04 06:15:01 +00:00 |
|
customstatictext.inc
|
lcl: add TStaticText.Transparent property for Delphi compatibility
|
2010-11-08 09:07:40 +00:00 |
|
customtrayicon.inc
|
Fixes an index out of bounds error in TTrayIcon and adds more debug info to TNotebook
|
2011-01-19 21:41:38 +00:00 |
|
customupdown.inc
|
lcl: use DefaultFormatSettings to prevent deprecated message generation
|
2010-12-02 07:21:19 +00:00 |
|
dbcalendar.inc
|
|
|
|
dbcheckbox.inc
|
lcl: update record in DoOnChange instead of EditingDone. Fixes #19167
|
2011-04-17 12:47:32 +00:00 |
|
dbcombobox.inc
|
lcl: use TField.Text in TDBComboBox (Delphi compatible). Fix #19166
|
2011-04-15 02:06:52 +00:00 |
|
dbcustomnavigator.inc
|
LCL: TDBNavigator: published property ChildSizing, set vertical scaling to true, bug #17087
|
2010-08-03 07:50:58 +00:00 |
|
dbedit.inc
|
lcl: reset TDBEdit.MaxLength when dataset is closed
|
2011-04-21 19:17:12 +00:00 |
|
dbgroupbox.inc
|
Formatting: joined lines where only ');' was split to its own line, in procedure defs.
|
2011-03-16 16:52:28 +00:00 |
|
dbimage.inc
|
lcl: undo rev 27074 #706b7cc905 and re implement using a static variable
|
2010-08-12 16:05:16 +00:00 |
|
dblistbox.inc
|
lcl: in TDBLookupListBox update record when selection is changed (Delphi compatible)
|
2011-04-21 15:35:38 +00:00 |
|
dblookup.inc
|
lcl: in TDBLookup remove unnecessary initialization and use destroy for objects created unconditionally
|
2011-04-17 01:31:30 +00:00 |
|
dblookupcombobox.inc
|
lcl: handle NullValueKey of TDBLookup* in KeyDown event instead of through a global handler. Fixes #19164
|
2011-04-17 01:26:18 +00:00 |
|
dblookuplistbox.inc
|
lcl: in TDBLookupListBox update record when selection is changed (Delphi compatible)
|
2011-04-21 15:35:38 +00:00 |
|
dbmemo.inc
|
lcl: undo rev 27074 #706b7cc905 and re implement using a static variable
|
2010-08-12 16:05:16 +00:00 |
|
dbradiogroup.inc
|
|
|
|
dbtext.inc
|
lcl: undo rev 27074 #706b7cc905 and re implement using a static variable
|
2010-08-12 16:05:16 +00:00 |
|
docktree.inc
|
fixed typos: childs
|
2011-02-10 09:37:16 +00:00 |
|
dockzone.inc
|
lcl: review some exception raising code
|
2010-07-15 11:30:21 +00:00 |
|
dragdock.inc
|
|
|
|
dragimagelist.inc
|
|
|
|
dragmanager.inc
|
LCL: TDragManagerDefault: check if FPermorer is no more, bug #16959
|
2010-07-17 08:24:59 +00:00 |
|
dragobject.inc
|
LCL: TDragDockObject.HideDockImage check if something to hide
|
2010-06-23 15:15:40 +00:00 |
|
edit.inc
|
|
|
|
filedialog.inc
|
IDE: open file: add file masks of editor files
|
2011-02-18 20:06:39 +00:00 |
|
fileutil.inc
|
codetools: fixed CreateRelativePath
|
2011-01-13 15:07:51 +00:00 |
|
finddialog.inc
|
lcl: don't show Find/Replace dialog modal but instead show them on top of active form based on patch of Anton (the second part of issue #0018329)
|
2011-01-11 03:43:20 +00:00 |
|
font.inc
|
lcl, win32: handle clDefault font color in controls
|
2010-11-18 02:50:43 +00:00 |
|
fontdialog.inc
|
|
|
|
fpimagebitmap.inc
|
|
|
|
gifimage.inc
|
lcl: add gif format support by patch of José Mejuto (issue #0016993)
|
2010-07-21 02:56:37 +00:00 |
|
glyphlist.inc
|
postscript glyph update
|
2010-08-16 15:36:49 +00:00 |
|
graphic.inc
|
LCL: TGraphic.LoadFromResourceID: PtrUInt to PtrInt for Delphi compatibility
|
2010-10-26 07:32:58 +00:00 |
|
graphiccontrol.inc
|
LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again.
|
2011-03-13 18:21:51 +00:00 |
|
graphicsobject.inc
|
LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again.
|
2011-03-13 18:21:51 +00:00 |
|
headercontrol.inc
|
lcl: make TStatusBar, TStatusPanel, THeaderSection translatable (issue #18322)
|
2010-12-30 10:16:40 +00:00 |
|
hintwindow.inc
|
lcl: don't set hint window region if window handle is not allocated
|
2011-02-22 07:21:00 +00:00 |
|
icnsicon.inc
|
|
|
|
icon.inc
|
lcl: fix loading of icons and cursor from the resources:
|
2011-03-24 03:37:06 +00:00 |
|
idletimer.inc
|
|
|
|
imglist.inc
|
lcl: add another TImageList.Draw Delphi compatibility method (issue #0018921)
|
2011-03-14 07:25:08 +00:00 |
|
inputdialog.inc
|
lcl: set PopupMode to pmAuto to fix problems with showing input/message/question dialogs to users from StayOnTop forms
|
2010-11-13 09:12:04 +00:00 |
|
interfacebase.inc
|
lcl: replace TWidgetSet.AppHandle function with a readwrite property
|
2011-02-01 04:10:57 +00:00 |
|
intfbaselcl.inc
|
lcl: redo QuestionDialog buttons usage, move buttons to outer class for use in widgetsets
|
2010-11-24 10:12:28 +00:00 |
|
intfbasewinapi.inc
|
lcl: apply patch of Anton Kavalenka to fix default implementation of CreateRoundRectRGN (issue #0018126)
|
2011-03-15 04:39:03 +00:00 |
|
jpegimage.inc
|
lcl: fix jpeg stream format detection by José Mejuto (bug #0016767)
|
2010-07-07 11:39:47 +00:00 |
|
lcl_defines.inc
|
lcl: enable clDefault for controls brushes and fonts by default
|
2010-11-19 10:52:18 +00:00 |
|
lclaction.inc
|
|
|
|
lclcolordialog.inc
|
lcl: fixed fpgui compilation
|
2011-01-27 17:27:05 +00:00 |
|
lclintf.inc
|
lcl: Remove RaiseLastOsError dummy proc. It is already implemented by RTL
|
2011-04-13 08:37:17 +00:00 |
|
lclintfh.inc
|
lcl: Remove RaiseLastOsError dummy proc. It is already implemented by RTL
|
2011-04-13 08:37:17 +00:00 |
|
listcolumn.inc
|
Patch from José Mejuto, fixes Listview column autosize
|
2010-07-27 07:33:03 +00:00 |
|
listcolumns.inc
|
|
|
|
listitem.inc
|
LCL: TCustomListView: implemented OnItemChecked. fixes #17042
|
2010-10-30 12:51:58 +00:00 |
|
listitems.inc
|
lcl: split listitems to ownerdatalistitems. fix #16069
|
2011-02-26 04:04:14 +00:00 |
|
mainmenu.inc
|
lcl: send CM_MENUCHANGED and CM_TABSTOPCHANGED messages
|
2010-10-29 07:28:13 +00:00 |
|
memo.inc
|
|
|
|
memoscrollbar.inc
|
|
|
|
memostrings.inc
|
|
|
|
menu.inc
|
LCL: rename Menus.Shortcut function back to its Delphi compatible name.
|
2011-03-15 18:16:38 +00:00 |
|
menuactionlink.inc
|
|
|
|
menuitem.inc
|
lcl: make TMenuItem.TurnSiblingsOff work for groupindex = 0 (issue #0018057)
|
2011-03-18 08:56:33 +00:00 |
|
messagedialogs.inc
|
lcl: add mrClose modal result value, map Help button to mrNone result (issue #0019185)
|
2011-04-19 03:00:14 +00:00 |
|
monitor.inc
|
|
|
|
mouse.inc
|
|
|
|
notebook.inc
|
LCL: TNoteBook: fixed mem leak, bug #17691
|
2011-01-23 16:41:56 +00:00 |
|
page.inc
|
Replaces the current wrongly implement TPage and TNotebook with their correct implementations. TCustomPage and TCustomNotebook remain because they are used in TPageControl.
|
2010-12-31 16:08:46 +00:00 |
|
pagecontrol.inc
|
lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created
|
2010-08-12 12:24:11 +00:00 |
|
paintbox.inc
|
|
|
|
pen.inc
|
lcl: fix TColor -> TColorRef assignments and vice versa
|
2011-03-03 08:35:06 +00:00 |
|
picture.inc
|
lcl: improve TPicture.LoadFromFile - if there is no extension then detect the file format based on file content (issue #0018453)
|
2011-01-11 02:45:12 +00:00 |
|
pixmap.inc
|
|
|
|
png.inc
|
|
|
|
pnm.inc
|
|
|
|
popupmenu.inc
|
lcl, win32: cleanup
|
2010-07-19 05:43:57 +00:00 |
|
progressbar.inc
|
|
|
|
promptdialog.inc
|
lcl: fix TPromptDialog, TQuestionDialog construction (issue #0018655)
|
2011-02-01 07:44:14 +00:00 |
|
radiobutton.inc
|
lcl: check for parent when setting TRadioButton siblings. part of 17284
|
2010-08-28 01:52:20 +00:00 |
|
radiogroup.inc
|
LCL: TCustomRadioGroup - trigger OnClick if ItemIndex is programatically changed before Handle is allocated to be Delphi compatibile.Fixes issue #15989
|
2011-04-03 18:53:37 +00:00 |
|
rasterimage.inc
|
LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
|
2011-03-06 12:45:59 +00:00 |
|
reginifile.inc
|
|
|
|
region.inc
|
|
|
|
replacedialog.inc
|
lcl: don't show Find/Replace dialog modal but instead show them on top of active form based on patch of Anton (the second part of issue #0018329)
|
2011-01-11 03:43:20 +00:00 |
|
rubberband.inc
|
|
|
|
screen.inc
|
lcl: don't always enabled/disable AppWindow and other windows more than once in TScreen.DisableWindows/TScreen.EnableWindows - disable only enabled windows and store their handle instead of their LCL class (fixes issue #0019026)
|
2011-04-13 07:09:29 +00:00 |
|
scrollbar.inc
|
LCL: implemented preferredsize for TScrollBar, bug #16855
|
2010-07-14 07:37:30 +00:00 |
|
scrollbox.inc
|
|
|
|
scrollingwincontrol.inc
|
lcl: save/restore TControlScrollBar.Position even if AutoScroll = True (issue #0017409)
|
2011-04-06 11:30:56 +00:00 |
|
shape.inc
|
LCL: TShape: fixed stDiamond cutted Edges, added stTriangle shape.Patch by u-boot. Fixes issue #16285
|
2010-11-22 15:05:31 +00:00 |
|
sharedcustombitmap.inc
|
|
|
|
sharedimage.inc
|
|
|
|
sharedrasterimage.inc
|
|
|
|
shortcutlist.inc
|
|
|
|
sizeconstraints.inc
|
LCL: added TWSControl.ConstraintWidth/Height
|
2010-07-07 20:28:13 +00:00 |
|
speedbutton.inc
|
LCL: Exit TCustomSpeedButton.DialogChar silently if Message.Msg <> LM_SYSCHAR.
|
2011-03-15 15:50:03 +00:00 |
|
spinedit.inc
|
LCL: removed old workaround from TFloatSpinEdit. It worked around a bug which was fixed in FPC 2.4.0. Bug #18674.
|
2011-02-05 17:14:00 +00:00 |
|
statusbar.inc
|
lcl: make TStatusBar, TStatusPanel, THeaderSection translatable (issue #18322)
|
2010-12-30 10:16:40 +00:00 |
|
statuspanel.inc
|
lcl: make TStatusBar, TStatusPanel, THeaderSection translatable (issue #18322)
|
2010-12-30 10:16:40 +00:00 |
|
statuspanels.inc
|
|
|
|
sysenvapis_mac.inc
|
Isolates the system environment apis in separate includes files. One for common code and one per operating system
|
2010-10-12 09:54:03 +00:00 |
|
sysenvapis_unix.inc
|
Isolates the system environment apis in separate includes files. One for common code and one per operating system
|
2010-10-12 09:54:03 +00:00 |
|
sysenvapis_win.inc
|
Isolates the system environment apis in separate includes files. One for common code and one per operating system
|
2010-10-12 09:54:03 +00:00 |
|
sysenvapis.inc
|
Isolates the system environment apis in separate includes files. One for common code and one per operating system
|
2010-10-12 09:54:03 +00:00 |
|
tabcontrol.inc
|
Formatting: joined lines where only ');' was split to its own line, in procedure defs.
|
2011-03-16 16:52:28 +00:00 |
|
tabsheet.inc
|
|
|
|
tiffimage.inc
|
|
|
|
timer.inc
|
|
|
|
togglebox.inc
|
lcl: don't publish TRadioButton State and AllowGrayed properties: Delphi compatible.
|
2010-08-10 20:12:40 +00:00 |
|
toolbar.inc
|
lcl: post CN_DROPDOWNCLOSED after Popup is executed because it is too early to post it on close event - on windows it reaches the sender before the click event (issue #0016044)
|
2011-03-14 06:54:46 +00:00 |
|
toolbutton.inc
|
lcl: formatting, cleanup
|
2011-03-10 04:26:42 +00:00 |
|
toolwindow.inc
|
|
|
|
trackbar.inc
|
lcl: add TTrackBar.Reversed property, implement for win32. Zeljan will implement for other widgetsets
|
2010-11-18 09:28:03 +00:00 |
|
treeview.inc
|
codetools: changed some uppercase parameters to mixed case
|
2011-03-22 13:41:30 +00:00 |
|
unixfileutil.inc
|
LCL: ReadAllLinks: stop after 12 levels
|
2011-03-27 09:08:23 +00:00 |
|
winapi.inc
|
lcl: formatting
|
2011-03-15 04:33:24 +00:00 |
|
winapih.inc
|
lcl, win32, wince, qt, gtk2, carbon: implement OffsetRGN winapi compatible function
|
2011-03-01 07:37:42 +00:00 |
|
wincontrol.inc
|
lcl: avoid duplicate condition check in TWinControl.DoKeyDownBeforeInterface
|
2011-04-17 01:32:42 +00:00 |
|
winfileutil.inc
|
wince: fix compilation
|
2010-11-20 09:23:14 +00:00 |