.. |
actionlink.inc
|
|
|
application.inc
|
Implement TApplication.IsRightToLeft (Reason: Delphi compatibility).
|
2013-02-03 12:03:49 +00:00 |
applicationproperties.inc
|
lcl: add TApplicationProperties.OnActivate, OnDeactivate events
|
2012-02-20 09:21:36 +00:00 |
bevel.inc
|
LCL: Register some properties to skip for Delphi compatibility.
|
2011-09-17 16:32:48 +00:00 |
bitbtn.inc
|
LCL, fix numglyphs access violation on starting lazarus, issue #22164
|
2012-06-03 08:26:43 +00:00 |
bitmap.inc
|
|
|
bitmapcanvas.inc
|
|
|
boundlabel.inc
|
|
|
brush.inc
|
lcl: fix TBrush.Assign (was missing FreeReference, extra changed when nothing changed)
|
2012-04-16 09:23:24 +00:00 |
buttoncontrol.inc
|
LCL: Make button and picklist cell editors work in TValueListEditor
|
2013-01-09 23:32:04 +00:00 |
buttonglyph.inc
|
LCL: Remove the Max() call completely. NumGlyphs has correct value after r37494 #dd610c84ec. Related to #22164: Invalid floating point operation.
|
2012-06-03 10:14:45 +00:00 |
buttons.inc
|
lcl: don't update Default, Cancel during UpdateDefaultCancel (issue #0021739)
|
2012-04-16 07:11:48 +00:00 |
canvas.inc
|
LCL, update canvas state after Font, Brush and Pen handle creation so this functions can be overriden and yet the state would be correctly reflected
|
2013-04-22 14:49:44 +00:00 |
checkbox.inc
|
|
|
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, fix commondialog under gtk2 insist on calling close twice
|
2011-09-06 16:29:43 +00:00 |
containedaction.inc
|
|
|
control.inc
|
LCL: fixed AsFirst for AddHandler of TCustomForm, TControl and TApplication
|
2013-01-06 19:10:21 +00:00 |
controlactionlink.inc
|
LCL: fixed comparing methods in TControlActionLink.IsOnExecuteLinked
|
2011-10-01 13:07:51 +00:00 |
controlbar.inc
|
LCL: remove DebugLns from TControlBar.
|
2013-02-26 17:50:19 +00:00 |
controlcanvas.inc
|
lcl: prevent creating more than one DC in TControlCanvas.CreateHandle
|
2011-02-22 08:07:13 +00:00 |
controlscrollbar.inc
|
lcl: use autoscroll property to get the autoscroll value, autoscrollenabled has a different meaning. (fixes #20982)
|
2011-12-30 15:30:06 +00:00 |
controlsproc.inc
|
Rearchitectures the accessibility child objects and data storage as per Martin proposal
|
2012-01-11 09:19:36 +00:00 |
coolbar.inc
|
LCL, CoolBar: cleanup
|
2013-03-07 16:34:27 +00:00 |
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
|
lcl: copy PixelFormat on TCustomBitmap.Assign operation
|
2011-11-05 16:28:40 +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: reduce amount of hints and warnings
|
2012-03-30 01:27:25 +00:00 |
customcontrol.inc
|
lcl: formatting, cleanup
|
2010-11-19 09:56:17 +00:00 |
customdbcombobox.inc
|
lcl: put dataset in edit state only if data changed
|
2011-12-24 14:10:21 +00:00 |
customdblistbox.inc
|
LCL: formatting
|
2012-01-24 14:10:19 +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
|
Revert "LCL: Invalidate TCustomEdit after setting PasswordChar. Issue #23627". Windows issue.
|
2013-01-11 17:27:15 +00:00 |
customform.inc
|
LCL: Support Destroy event in TFormPropertyStorage class. Issue #22204, patch from Cyrax
|
2013-04-28 17:55:08 +00:00 |
customframe.inc
|
Use a record of signed SmallInts to prevent range check errors. Still about issue #22760
|
2012-09-02 00:32:29 +00:00 |
customgroupbox.inc
|
|
|
customimage.inc
|
LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205, patch from Chronos
|
2013-01-19 17:42:38 +00:00 |
customlabel.inc
|
lcl: do not add 1 to label auto size
|
2012-07-27 14:47:56 +00:00 |
customlabelededit.inc
|
TCustomLabeledEdit: don't set Text to empty string when changing Name in designtime,
|
2013-02-13 11:14:11 +00:00 |
customlistbox.inc
|
lcl: fix TBrush.Assign (was missing FreeReference, extra changed when nothing changed)
|
2012-04-16 09:23:24 +00:00 |
customlistview.inc
|
LCL: TCustomListView, use drBounds for item measuring when calculating editor bounds. issue #23094
|
2012-10-10 07:08:45 +00:00 |
custommemo.inc
|
lcl: don't allow LCL to handle arrow keys of TCustomEdit descendants (fixes bug #0022191), handle WantTabs and WantReturn of TCustomMemo inside CM_WANTSPECIALKEY handler
|
2012-06-19 01:17:25 +00:00 |
customnotebook.inc
|
lcl: handle the case where the design time TPageControl.PageIndex is set to a TabSheet with TabVisible = False
|
2012-12-29 11:21:59 +00:00 |
custompage.inc
|
lcl: remove redundant checks
|
2013-01-19 02:21:58 +00:00 |
custompanel.inc
|
LCL: clean up
|
2012-04-17 07:56:41 +00:00 |
customsplitter.inc
|
LCL: TCustomSplitter.AnchorSplitter: disable autosizing
|
2012-04-17 08:03:17 +00:00 |
customstatictext.inc
|
|
|
customtrayicon.inc
|
TCustomTrayIcon: added InternalShow() private proc, so it triggers TCustomTrayIcon.Show when component is loaded. Fixes problem when popupmenu isn't shown.See issue #19693
|
2011-07-08 08:01:08 +00:00 |
customupdown.inc
|
LCL, fix TUpDown bounds which may cause disappearing of button on some sizes, issue #23941
|
2013-02-27 16:40:28 +00:00 |
dbcalendar.inc
|
LCL: formatting
|
2012-01-24 14:10:19 +00:00 |
dbcheckbox.inc
|
lcl: avoid reseting value when changing edit state. Issue #21258
|
2012-02-11 15:59:06 +00:00 |
dbcombobox.inc
|
lcl: put dataset in edit state only if data changed
|
2011-12-24 14:10:21 +00:00 |
dbcustomnavigator.inc
|
LCL, navFocusableButtons doesn't work in TDBNavigator, modified patch from Éderson Cássio, issue #24191
|
2013-04-09 23:48:27 +00:00 |
dbedit.inc
|
lcl: don't prevent escape key to propagate in DBEdit. Issue #22916
|
2012-09-26 00:06:34 +00:00 |
dbgroupbox.inc
|
lcl: remove Loaded procedure from DB Controls. Not needed anymore
|
2011-09-11 00:50:35 +00:00 |
dbimage.inc
|
LCL: Improvements for DBImage. Issue #22416, patch from Tony Whyman
|
2013-04-29 06:10:33 +00:00 |
dblistbox.inc
|
lcl: revert setting edit in TCustomDBListBox.WMLButtonDown since was not working properly
|
2011-09-24 22:43:31 +00:00 |
dblookup.inc
|
LCL, dblookup, prevent SIGSEGV if ListLinkDataset is closed, from Julio Jiménez Borreguero
|
2013-02-27 14:52:46 +00:00 |
dblookupcombobox.inc
|
lcl: revert 37154 #09e587db69 since was leading to bug #22004 and check for FDataLink.Active in ActiveChange
|
2012-05-10 23:13:53 +00:00 |
dblookuplistbox.inc
|
lcl: check for FDataLink.Active in ActiveChange in LookupListBox as done for combobox
|
2012-05-10 23:17:54 +00:00 |
dbmemo.inc
|
LCL, fix lookup fields should not be editable, issue #13174
|
2012-03-16 06:05:27 +00:00 |
dbradiogroup.inc
|
lcl: use Text instead of DisplayText in DBRadioGroup. Issue #22920
|
2012-09-25 03:12:37 +00:00 |
dbtext.inc
|
LCL: Update TDBText.Caption in overridden Loaded method. Issue #23206, patch from Tony Whyman
|
2013-04-29 07:20:23 +00:00 |
docktree.inc
|
fixed typos: childs
|
2011-02-10 09:37:16 +00:00 |
dockzone.inc
|
|
|
dragdock.inc
|
|
|
dragimagelist.inc
|
|
|
dragmanager.inc
|
lcl: fixed a memory leak when canceling drag of dead control
|
2012-05-21 07:21:48 +00:00 |
dragobject.inc
|
|
|
filedialog.inc
|
Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs"
|
2013-04-30 16:35:02 +00:00 |
finddialog.inc
|
LCL: TFindOption: frHideEntireScope, feature 19619
|
2011-06-24 10:54:51 +00:00 |
font.inc
|
LCL, GTK2: Font with number got wrong size part 2, issue #21775, patch from G. Zakrzewski"
|
2012-07-31 20:04:31 +00:00 |
fontdialog.inc
|
|
|
fpimagebitmap.inc
|
LCL: Don't try to stream an empty image. Issue #21406
|
2012-03-03 16:37:28 +00:00 |
gifimage.inc
|
|
|
glyphlist.inc
|
|
|
graphic.inc
|
|
|
graphiccontrol.inc
|
LCL: Revert Changes from 31132 (and partly 31577) which replaced TGraphicControl.Update by Invalidate
|
2013-02-22 16:05:54 +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: fixed use of uninitialized variable (issue #23013)
|
2012-09-28 14:28:04 +00:00 |
hintwindow.inc
|
THintWindow.CalcHintRect: return empty rect if hint is empty
|
2012-07-24 08:44:33 +00:00 |
icnsicon.inc
|
|
|
icon.inc
|
gtk2: increased big icon size SM_CXICON,SM_CYICON to 128
|
2012-06-19 12:07:54 +00:00 |
idletimer.inc
|
|
|
imglist.inc
|
LCL: Don't access first element of ImageList if length=0. Issue #23834, patch from wp
|
2013-02-05 21:39:16 +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
|
gtk2: clean up
|
2012-04-15 00:56:30 +00:00 |
intfbaselcl.inc
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
intfbasewinapi.inc
|
LCL: formatting
|
2013-04-29 15:32:22 +00:00 |
jpegimage.inc
|
|
|
lcl_defines.inc
|
LCL: gtk2: disabled optimization REMOVEEMPTYPROCS for fpc 2.7.1
|
2013-02-14 23:34:15 +00:00 |
lclaction.inc
|
|
|
lclcolordialog.inc
|
lcl: fixed fpgui compilation
|
2011-01-27 17:27:05 +00:00 |
lclintf.inc
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
lclintfh.inc
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
listcolumn.inc
|
LCL: TListColumn: do not allow reading from ws when initializing wnd, otherwise it sets columns properties twice.
|
2012-02-24 09:25:42 +00:00 |
listcolumns.inc
|
|
|
listitem.inc
|
lcl: fixed function result
|
2012-04-10 18:21:22 +00:00 |
listitems.inc
|
LCL: TListView fixed "List index out of bounds" while deleting items. issue #22552
|
2012-08-04 10:31:18 +00:00 |
mainmenu.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
|
LCL: Copy TAction.OnExecute to TMenuItem.OnClick when assigning TAction. Issue #22644, patch from Anton
|
2013-04-28 21:35:20 +00:00 |
menuitem.inc
|
lcl: comment
|
2013-05-13 09:35:23 +00:00 |
messagedialogs.inc
|
LCL: fpgui: implements the Windows API function MessageBox(), issue #22865
|
2012-09-12 21:53:30 +00:00 |
monitor.inc
|
|
|
mouse.inc
|
|
|
notebook.inc
|
Moves TCustomNotebook to ComCtrls in preparation for renaming it
|
2011-07-04 09:43:21 +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
|
Converter: Improve converting TabbedNotebook to TPageControl.
|
2012-05-13 17:08:41 +00:00 |
paintbox.inc
|
|
|
pen.inc
|
lcl: fixed compilation with fpc 2.7.1
|
2013-02-10 21:44:09 +00:00 |
picture.inc
|
Revert "LCL: Trim spaces in TPicture.FindGraphicClassWithFileExt". Not GUI code.
|
2012-10-28 08:38:40 +00:00 |
pixmap.inc
|
|
|
png.inc
|
|
|
pnm.inc
|
|
|
popupmenu.inc
|
|
|
progressbar.inc
|
|
|
promptdialog.inc
|
lcl gtk2: using translated button captions if resourcestrings translated, bug #22623
|
2012-08-14 21:37:27 +00:00 |
radiobutton.inc
|
|
|
radiogroup.inc
|
lcl: fix setting radiogroup.itemindex under gtk2. Issue #22013
|
2012-05-13 10:31:27 +00:00 |
rasterimage.inc
|
LCL: clean up
|
2012-02-20 10:23:34 +00:00 |
reginifile.inc
|
|
|
region.inc
|
LCL: cleanup of unused variables
|
2011-10-23 14:37:12 +00:00 |
replacedialog.inc
|
LCL: added checkbox "Prompt on replace" to TReplaceDialog. Issue #20654, patch from Bart Broersma
|
2011-11-17 13:41:04 +00:00 |
rubberband.inc
|
|
|
screen.inc
|
LCL: fixed AsFirst for AddHandler of TCustomForm, TControl and TApplication
|
2013-01-06 19:10:21 +00:00 |
scrollbar.inc
|
LCL: introduced TWSScrollBar.SetKind() to avoid usage of RecreateWnd when changing kind of TScrollBar, because it crashes on 64bit installations.Fixed AV with qt and gtk2 under 64bit
|
2011-05-22 09:53:34 +00:00 |
scrollbox.inc
|
LCL: added csCaptureMouse to TScrollBox controlStyle, now it's Delphi compat.fixes issues #19712 and #19713.
|
2012-02-07 19:15:56 +00:00 |
scrollingwincontrol.inc
|
LCL, CoolBar: Calculate text and control positions for bands in AlignControls method.
|
2013-02-03 11:04:48 +00:00 |
shape.inc
|
LCL: Prevent TShape.stRectangle disappearing with certain Height/Width and Pen.Width values. Issue #19147, patch from Bart Broersma
|
2012-04-04 17:49:50 +00:00 |
sharedcustombitmap.inc
|
|
|
sharedimage.inc
|
|
|
sharedrasterimage.inc
|
|
|
shortcutlist.inc
|
|
|
sizeconstraints.inc
|
|
|
speedbutton.inc
|
LCL, fix numglyphs access violation on starting lazarus, issue #22164
|
2012-06-03 08:26:43 +00:00 |
spinedit.inc
|
SpinEdit: only constrain Value if MaxValue is greater than MinValue
|
2012-09-30 21:04:36 +00:00 |
statusbar.inc
|
lcl: destroy canvas handle on statusbar window destruction (bug #0019497)
|
2011-11-05 14:55: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
|
Patch from bug #21651, automatically adds quotes to paths with spaces for OpenDocument in Mac OS X
|
2012-05-15 07:51:43 +00:00 |
sysenvapis_unix.inc
|
LCL-CustomDrawn-Android: Starts support for OpenURL and OpenDocument in Android
|
2012-05-09 10:08:14 +00:00 |
sysenvapis_win.inc
|
LCLIntf: Remove redundant IsQuoted from OpenURL (if IsFileUriWithSpaces then IsQuoted is always false).
|
2013-03-06 10:40:41 +00:00 |
sysenvapis.inc
|
LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas
|
2011-05-07 17:55:54 +00:00 |
tabcontrol.inc
|
lcl: cleanup
|
2012-10-31 00:43:30 +00:00 |
tabsheet.inc
|
LCL: do not touch ImageIndex property since it's -1 by default in TCustomPage.Part of issue #22618
|
2012-08-22 07:38:18 +00:00 |
tiffimage.inc
|
lcl: tiff: fixed compilation of fpc 2.6.1
|
2012-09-03 21:14:08 +00:00 |
togglebox.inc
|
LCL: better solution for TToggleBox color, ParentColor is by default false and not published so it behaves same as TButton. issue #22887
|
2012-09-16 19:32:56 +00:00 |
toolbar.inc
|
Changed files for CoolBar
|
2013-01-27 20:17:31 +00:00 |
toolbutton.inc
|
TToolBar: fix divider drawing when flat=true: draw 2 lines. Fixes issue #21193
|
2012-09-30 21:24:21 +00:00 |
toolwindow.inc
|
Changed files for CoolBar
|
2013-01-27 20:17:31 +00:00 |
trackbar.inc
|
LCL: TTrackbar: introduced TWSTrackBar.SetOrientation(), default implementation is RecreateWnd(), but should be implemented for ws which supports changing trackbar orientation. fixes #19387
|
2011-05-22 08:55:33 +00:00 |
treeview.inc
|
LCL, Treeview: improve item dots. Issue #22011, patch from Anton
|
2013-05-07 10:02:56 +00:00 |
winapi.inc
|
LCL: Implement function SetRectRgn for Windows and Gtk(2). Issue #23288, patch from Valdinilson Lourenço da Cunha
|
2012-11-07 22:56:59 +00:00 |
winapih.inc
|
LCL: formatting
|
2013-04-29 15:32:22 +00:00 |
wincontrol.inc
|
LCL: reduce calls of PopupMenu property getter. issue #23336
|
2013-01-27 08:06:15 +00:00 |