.. |
actionlink.inc
|
|
|
application.inc
|
lcl: don't update hints on IDLE - it is enough to update hints on mouse events (issue #0020101)
|
2012-03-23 09:22:59 +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: TBitBtn: invalidate preferred size when changing layout so autosized buttons can resize correctly
|
2011-12-29 19:01:08 +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: Register some new Delphi properties to be skipped by form loader. Issue #20273
|
2012-01-19 18:26:48 +00:00 |
canvas.inc
|
lcl: remove ver2_2_x defines
|
2012-03-27 07:16:11 +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
|
LCL-CustomDrawn-Cocoa: Greatly improves the accessibility, now child objects start to appear
|
2012-03-22 08:46:04 +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: 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 |
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: Register some new Delphi properties to be skipped by form loader. Issue #20273
|
2012-01-19 18:26:48 +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
|
lcl: reduce amount of calls of WS methods in TCustomEdit.TextChanged
|
2012-02-16 02:29:37 +00:00 |
customform.inc
|
LCL: make accurate size if we change WindowState to wsMaximized or wsFullScreen in OnCreate event
|
2012-03-17 11:01:35 +00:00 |
customframe.inc
|
|
|
customgroupbox.inc
|
|
|
customimage.inc
|
|
|
customlabel.inc
|
lcl: set csCaptureMouse to TCustomLabel - this partly fix issue #0021306
|
2012-03-14 01:49:07 +00:00 |
customlabelededit.inc
|
LCL, patch to fix TLabeledEdit position on bidimode change, from avishai, issue #20622
|
2011-11-05 05:53:47 +00:00 |
customlistbox.inc
|
LCL: Register some new Delphi properties to be skipped by form loader. Issue #20273
|
2012-01-19 18:26:48 +00:00 |
customlistview.inc
|
LCL: TListView update FSelectedIdx in multiselect mode too. issue #21389
|
2012-02-28 19:11:20 +00:00 |
custommemo.inc
|
|
|
customnotebook.inc
|
LCL: TPageControl.Pages.Move reduce autosize overhead
|
2012-03-19 16:33:57 +00:00 |
custompage.inc
|
LCL: reverted r33958 #32c69a923e since it raises problems
|
2011-12-05 07:00:17 +00:00 |
custompanel.inc
|
Adds accessibility info for TPanel and TSplitter. Adds current accessibility descriptions to the LCL translations. Fixes a bug in the Carbon handling of AXChildren for TCustomControl descendents: Add TControl children to the Array
|
2012-02-04 22:36:41 +00:00 |
customsplitter.inc
|
Adds accessibility info for TPanel and TSplitter. Adds current accessibility descriptions to the LCL translations. Fixes a bug in the Carbon handling of AXChildren for TCustomControl descendents: Add TControl children to the Array
|
2012-02-04 22:36:41 +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: Add up/down control OnChangingEx event
|
2011-12-28 17:35:19 +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, fix dbnavigator not hidding buttons at design time, also fix dbnavigator do not react on changing Options property, issue #21305
|
2012-03-17 08:40:10 +00:00 |
dbedit.inc
|
lcl: use Field EditMask in TDBEdit (delphi compatible). Add CustomEditMask property to switch to old behavior
|
2012-03-24 20:43:03 +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: workaround to sqldb behavior of RecordCount not being reliable after open. Issue #21393 (avoid many memory reallocations as occurs in previous approach)
|
2012-03-06 01:31:15 +00:00 |
dblookupcombobox.inc
|
lcl: move Lookup initialization from InitializeWnd to Loaded. Just update Items address in InitializeWnd. This allows KeyValue work between Loaded and handle creation
|
2012-01-13 00:35:34 +00:00 |
dblookuplistbox.inc
|
lcl: move Lookup initialization from InitializeWnd to Loaded. Just update Items address in InitializeWnd. This allows KeyValue work between Loaded and handle creation
|
2012-01-13 00:35:34 +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: formatting
|
2012-01-24 14:10:19 +00:00 |
dbtext.inc
|
LCL: formatting
|
2012-01-24 14:10:19 +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:
|
2012-02-07 07:49:42 +00:00 |
dragobject.inc
|
|
|
filedialog.inc
|
IDE: added file filter options page
|
2011-11-14 17:20:51 +00:00 |
finddialog.inc
|
LCL: TFindOption: frHideEntireScope, feature 19619
|
2011-06-24 10:54:51 +00:00 |
font.inc
|
LCL: less warnings
|
2011-12-19 20:37:58 +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
|
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: 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: cleanup hintwindow
|
2012-02-06 07:58:27 +00:00 |
icnsicon.inc
|
|
|
icon.inc
|
patch from bug #19747: Masked property not set correctly when assigning TIcon to TBitmap
|
2011-10-17 07:08:29 +00:00 |
idletimer.inc
|
|
|
imglist.inc
|
lcl: remove ver2_2_x defines
|
2012-03-27 07:16:11 +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 a capability for Accessibility support
|
2012-03-17 12:23:40 +00:00 |
intfbaselcl.inc
|
Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog
|
2012-03-01 15:30:26 +00:00 |
intfbasewinapi.inc
|
LCL: fixed wrong result of GetTextExtentExPoint() when string param is nil or empty an string.
|
2012-03-17 20:46:08 +00:00 |
jpegimage.inc
|
|
|
lcl_defines.inc
|
Moves the selection of cwstring vs paswstring vs windows string manager into the widgetsets
|
2011-12-02 23:00:48 +00:00 |
lclaction.inc
|
|
|
lclcolordialog.inc
|
lcl: fixed fpgui compilation
|
2011-01-27 17:27:05 +00:00 |
lclintf.inc
|
Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog
|
2012-03-01 15:30:26 +00:00 |
lclintfh.inc
|
Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog
|
2012-03-01 15:30:26 +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: call Clear to clear the sub items list on destroy (bug #0021431)
|
2012-03-14 08:54:54 +00:00 |
listitems.inc
|
LCL: trigger TCustomListView.DoSelectItem after ItemIndex is invalidated for Delphi compatibility. issue #21346
|
2012-02-23 15:12:51 +00:00 |
mainmenu.inc
|
lcl: send CM_MENUCHANGED and CM_TABSTOPCHANGED messages
|
2010-10-29 07:28:13 +00:00 |
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
|
customdrawn-ws: Starts implementing TPageControl
|
2011-12-07 14:47:51 +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 cursor in modal dialog after loading error. Issue #21060, patch from Anton
|
2012-01-10 23:01:45 +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
|
Adds TRadioGroup.OnSelectionChanged see bug #21155
|
2012-01-26 15:35:43 +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: do not mess fsMDIForm and it's mdi children on TScreen.RestoreLastActive.
|
2012-02-21 19:32:44 +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: implement Delphi compatible AutoScrollEnabled function
|
2011-12-28 16:57:14 +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
|
LCL: added TWSControl.ConstraintWidth/Height
|
2010-07-07 20:28:13 +00:00 |
speedbutton.inc
|
lcl: TSpeedButton: implemented AutoSize=true
|
2011-12-25 00:05:58 +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: 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
|
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
|
Adds BiDi to tab controls and removes the old TTabControl implementation for simplification
|
2011-12-14 14:51:04 +00:00 |
tabsheet.inc
|
LCL: Register TTabSheet.Visible to be skipped by form loader.
|
2012-01-15 16:46:35 +00:00 |
tiffimage.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: initialized toolbar height with default value, fixes issue #20132
|
2012-03-16 11:39:00 +00:00 |
toolbutton.inc
|
LCL: set csCaptureMouse on TToolButton only when it's style is tbsDropDown. issue #19688
|
2012-03-23 10:38:24 +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
|
Adds a capability for Accessibility support
|
2012-03-17 12:23:40 +00:00 |
winapi.inc
|
Patch from bug #20611: Changes GetRGBValues into having out parameters instead of var parameters
|
2011-11-18 10:32:16 +00:00 |
winapih.inc
|
Patch from bug #20611: Changes GetRGBValues into having out parameters instead of var parameters
|
2011-11-18 10:32:16 +00:00 |
wincontrol.inc
|
lcl: move condition to top to reduce amount of executed code
|
2012-03-21 02:53:00 +00:00 |