| .. |
|
actionlink.inc
|
|
|
|
application.inc
|
Improves RTL detection from patch #18778
|
2011-10-03 06:33:43 +00:00 |
|
applicationproperties.inc
|
lcl:
|
2011-01-29 07:53:13 +00:00 |
|
asiancodepagefunctions.inc
|
LCL: lconvencoding: minor fixes
|
2011-04-24 08:50:03 +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
|
LCL: Register some properties to skip for Delphi compatibility.
|
2011-09-17 16:32:48 +00:00 |
|
bitbtn.inc
|
Patch from bug #20252
|
2011-10-03 15:24:51 +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: move WN_NCHITTEST handling of THintWindow into LCL to allow overriding (issue #0019594)
|
2011-06-30 06:30:12 +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, fix commondialog under gtk2 insist on calling close twice
|
2011-09-06 16:29:43 +00:00 |
|
containedaction.inc
|
|
|
|
control.inc
|
applies patch from bug #20252: [Patch] BitBtn with Kind<>bkCustom should not save Caption to LFM but be translated via lclstrconsts
|
2011-10-03 08:55:56 +00:00 |
|
controlactionlink.inc
|
LCL: fixed comparing methods in TControlActionLink.IsOnExecuteLinked
|
2011-10-01 13:07:51 +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: 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
|
lcl: free shareimage image when FreeImage is called in TCustomBitmap. This allows to change PixelFormat to desired.
|
2011-06-30 07:08:29 +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: clean up
|
2011-09-23 09:59:08 +00:00 |
|
customcontrol.inc
|
lcl: formatting, cleanup
|
2010-11-19 09:56:17 +00:00 |
|
customdbcombobox.inc
|
lcl: fixed updating Text of DB*ComboBox when dataset is open/closed. Code cleanup
|
2011-09-24 12:49:17 +00:00 |
|
customdblistbox.inc
|
lcl: remove debug code. Code cleaunp (DBCtrls)
|
2011-09-24 22:48:10 +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
|
Implements the most basic fullscreen support, for gtk2 only at the moment
|
2011-06-30 08:58:09 +00:00 |
|
customframe.inc
|
|
|
|
customgroupbox.inc
|
|
|
|
customimage.inc
|
|
|
|
customlabel.inc
|
LCL: TGraphicControl.VisuallyEnabled moved to TControl.IsEnabled, also fixed var naming in some units from IsEnabled to AIsEnabled. issue #20291
|
2011-09-24 08:20:55 +00:00 |
|
customlabelededit.inc
|
LCL: Cleanup and optimize CustomLabeledEdit, issue #19067
|
2011-09-14 21:23:35 +00:00 |
|
customlistbox.inc
|
LCL: Fix an error in earlier commit (r31890) and solve issue #19979
|
2011-08-14 20:41:39 +00:00 |
|
customlistview.inc
|
LCL: Register property TListItem.OverlayIndex to be skipped by form loader. Issue #20295.
|
2011-09-19 07:43:53 +00:00 |
|
custommemo.inc
|
|
|
|
customnotebook.inc
|
Removes TPageControl.OnPageChanged to fix bug #19903 double OnChange calls
|
2011-10-02 18:03:18 +00:00 |
|
custompage.inc
|
Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
|
2011-07-20 14:39:50 +00:00 |
|
custompanel.inc
|
LCL: add BiDi support to Panel. Patch from Avishai, issue #19255
|
2011-05-07 09:12:29 +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
|
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: UpDown control's Visible and Enabled follow the associated control. Issue #20301, patch from Silvio Clécio
|
2011-09-23 08:41:38 +00:00 |
|
dbcalendar.inc
|
lcl: Properly implement TFieldDataLink.FocusControl. Remove unused FocusRequest handlers
|
2011-09-11 01:04:11 +00:00 |
|
dbcheckbox.inc
|
lcl: Properly implement TFieldDataLink.FocusControl. Remove unused FocusRequest handlers
|
2011-09-11 01:04:11 +00:00 |
|
dbcombobox.inc
|
* Put in edit state when selecting text in DBComboBox. Fix #20477
|
2011-10-13 07:08:51 +00:00 |
|
dbcustomnavigator.inc
|
lcl: removed ActiveChange from DBControls since is not necessary anymore
|
2011-09-10 18:31:44 +00:00 |
|
dbedit.inc
|
lcl: store DataLink.Field in a local variable so the compiler can produce smaller code
|
2011-09-24 13:01:25 +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: remove Loaded procedure from DB Controls. Not needed anymore
|
2011-09-11 00:50:35 +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: remove obsolete define
|
2011-09-24 13:11:30 +00:00 |
|
dblookupcombobox.inc
|
lcl: only call UpdateLookup in TDBLookupComboBox.Loaded if DataLink is active = avoid double initialization of lookup.
|
2011-09-24 14:02:42 +00:00 |
|
dblookuplistbox.inc
|
lcl: remove debug code. Code cleaunp (DBCtrls)
|
2011-09-24 22:48:10 +00:00 |
|
dbmemo.inc
|
lcl: Fix Paste / Clear / Cut in TDBMemo. Similar to TDBEdit / TDBComboBox
|
2011-09-24 13:04:45 +00:00 |
|
dbradiogroup.inc
|
lcl: remove Loaded procedure from DB Controls. Not needed anymore
|
2011-09-11 00:50:35 +00:00 |
|
dbtext.inc
|
Fixes bug #19021, avoids getting a 1x1 TDBText in design mode
|
2011-10-02 14:50:39 +00:00 |
|
docktree.inc
|
fixed typos: childs
|
2011-02-10 09:37:16 +00:00 |
|
dockzone.inc
|
|
|
|
dragdock.inc
|
|
|
|
dragimagelist.inc
|
|
|
|
dragmanager.inc
|
|
|
|
dragobject.inc
|
|
|
|
edit.inc
|
|
|
|
filedialog.inc
|
LCL: Fixed TSaveDialog/TOpenDialog.Filter to change the file's extension when it's empty, now it's same like under Delphi. issue #7797 patch by Bart Broersma
|
2011-07-08 06:36:15 +00:00 |
|
fileutil.inc
|
fixed: FilenameIsWinAbsolute
|
2011-09-20 18:24:15 +00:00 |
|
finddialog.inc
|
LCL: TFindOption: frHideEntireScope, feature 19619
|
2011-06-24 10:54:51 +00:00 |
|
font.inc
|
lcl, win32: handle clDefault font color in controls
|
2010-11-18 02:50:43 +00:00 |
|
fontdialog.inc
|
|
|
|
fpimagebitmap.inc
|
Passes on OnProgress events to FCL
|
2011-10-12 12:33:30 +00:00 |
|
gifimage.inc
|
|
|
|
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: TGraphicControl.VisuallyEnabled moved to TControl.IsEnabled, also fixed var naming in some units from IsEnabled to AIsEnabled. issue #20291
|
2011-09-24 08:20:55 +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: move WN_NCHITTEST handling of THintWindow into LCL to allow overriding (issue #0019594)
|
2011-06-30 06:30:12 +00:00 |
|
icnsicon.inc
|
|
|
|
icon.inc
|
Adds an error message to some icon errors with empty message
|
2011-08-01 09:17:26 +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
|
Adds TWidgetset.DebugLogLn for widgetset implemented logs
|
2011-08-29 10:39:37 +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
|
Fixes region applying for Gtk2 for TForm, implements CreateEllipticRgn in gtk2 and gives better parameter names to this routine
|
2011-07-28 12:17:07 +00:00 |
|
jpegimage.inc
|
|
|
|
lcl_defines.inc
|
Re-enables lib for arm-linux
|
2011-10-03 14:29:49 +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
|
|
|
|
listcolumns.inc
|
|
|
|
listitem.inc
|
LCL: preserve selection when moving items. Return cached checked item when moving items.
|
2011-06-25 08:31:57 +00:00 |
|
listitems.inc
|
LCL: added Delphi compatibile function TCustomListView.FindData(StartIndex: Integer; Value: Pointer; Inclusive, Wrap: Boolean): TListItem;
|
2011-06-30 15:11:09 +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: Implement procedure TMenuItem.Add(const AItems: array of TMenuItem), Issue #19889
|
2011-08-13 12:31:37 +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
|
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
|
Adds a new method to make TPageControl usage in code more intuitive
|
2011-09-11 06:20:21 +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
|
|
|
|
progressbar.inc
|
|
|
|
promptdialog.inc
|
LCL: respect MessageDlg DefaultButton parameter if mbOk is displayed, patch from Flávio Etrusco and Bart Broersma, bug #20154
|
2011-09-05 22:32:20 +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
|
Makes a crashing statement more clear to make debugging easier
|
2011-08-26 12:02:38 +00:00 |
|
reginifile.inc
|
|
|
|
region.inc
|
LCL: fixed warning in TRegion.GetClipRect because of missing result.
|
2011-08-29 09:09:24 +00:00 |
|
replacedialog.inc
|
LCL: TFindOption: frHideEntireScope, feature 19619
|
2011-06-24 10:54:51 +00:00 |
|
rubberband.inc
|
|
|
|
screen.inc
|
Adds more TScreen properties, from patch from bug #19379 by wovan.bugger
|
2011-06-22 21:03:25 +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
|
|
|
|
scrollingwincontrol.inc
|
lcl: save/restore TControlScrollBar.Position even if AutoScroll = True (issue #0017409)
|
2011-04-06 11:30:56 +00:00 |
|
shape.inc
|
LCL: make TShape.Shape = stSquaredDiamond different from stDiamond. Issue #20290, patch from Anton
|
2011-09-19 21:04:42 +00:00 |
|
sharedcustombitmap.inc
|
|
|
|
sharedimage.inc
|
|
|
|
sharedrasterimage.inc
|
|
|
|
shortcutlist.inc
|
|
|
|
sizeconstraints.inc
|
|
|
|
speedbutton.inc
|
LCL: TGraphicControl.VisuallyEnabled moved to TControl.IsEnabled, also fixed var naming in some units from IsEnabled to AIsEnabled. issue #20291
|
2011-09-24 08:20:55 +00:00 |
|
spinedit.inc
|
Patch from bug #19801 TFloatSpinEdit: OnChange not called when changing Value by code
|
2011-07-26 09:10:40 +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
|
LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas
|
2011-05-07 17:55:54 +00:00 |
|
sysenvapis_unix.inc
|
LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas
|
2011-05-07 17:55:54 +00:00 |
|
sysenvapis_win.inc
|
LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas
|
2011-05-07 17:55:54 +00:00 |
|
sysenvapis.inc
|
LCL: Fixed %MainUnit lclintf.pp -> lclintf.pas
|
2011-05-07 17:55:54 +00:00 |
|
tabcontrol.inc
|
Final purge of OnPageChanged from Lazarus
|
2011-10-02 20:02:34 +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: fix vertical toolbar button positioning + drawing of vertical separators
|
2011-05-27 06:39:29 +00:00 |
|
toolbutton.inc
|
lcl: fix vertical toolbar button positioning + drawing of vertical separators
|
2011-05-27 06:39:29 +00:00 |
|
toolwindow.inc
|
|
|
|
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
|
*do not process ampersand as treeview nodes, makes alignment mess. fixes issue #19532
|
2011-10-04 10:36:43 +00:00 |
|
unixfileutil.inc
|
Patch from 19742: Adds more file utf8 routines to FileUtil and adds a new unit for utf8 classes
|
2011-10-03 15:09:04 +00:00 |
|
winapi.inc
|
Fixes region applying for Gtk2 for TForm, implements CreateEllipticRgn in gtk2 and gives better parameter names to this routine
|
2011-07-28 12:17:07 +00:00 |
|
winapih.inc
|
Fixes region applying for Gtk2 for TForm, implements CreateEllipticRgn in gtk2 and gives better parameter names to this routine
|
2011-07-28 12:17:07 +00:00 |
|
wincontrol.inc
|
LCL: small improvement to TWinControl.RealizeBoundsRecursive. Issue #20490, patch from Hans-Peter Diettrich
|
2011-10-15 10:04:55 +00:00 |
|
winfileutil.inc
|
Patch from 19742: Adds more file utf8 routines to FileUtil and adds a new unit for utf8 classes
|
2011-10-03 15:09:04 +00:00 |