.. |
actionlink.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
application.inc
|
Merged revision(s) 55398 #cbdd120987 from trunk:
|
2017-06-26 23:09:51 +00:00 |
applicationproperties.inc
|
ApplicationProperties: fix setting ExceptionDialog in OI. Issue #0030210.
|
2016-07-31 14:11:37 +00:00 |
bevel.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
bitbtn.inc
|
lcl: TCustomBitBtn: do not store Glyph when set by Action, issue #27358, from BBaz
|
2015-01-26 11:02:42 +00:00 |
bitmap.inc
|
LCL: Fix BMP handling issues in big endian systems. Issue #27719, patch from Mark Morgan Lloyd.
|
2015-04-04 18:23:18 +00:00 |
bitmapcanvas.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
boundlabel.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
brush.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
buttoncontrol.inc
|
LCL: buttoncontrol: prevent double click invoke in case csClickEvents are set. affected was win32.
|
2016-02-16 10:16:32 +00:00 |
buttonglyph.inc
|
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled
|
2017-06-17 07:48:54 +00:00 |
buttons.inc
|
LCL: make TCustomButton.Click public. Issue #25870.
|
2014-03-16 22:45:52 +00:00 |
canvas.inc
|
LCL: Implemented ETO_RTLREADING for TCanvas.TextOut(). issue #30514
|
2017-01-01 12:04:11 +00:00 |
checkbox.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
clipbrd_html.inc
|
LCL: ClipBoard HTML functions:
|
2015-12-21 19:45:48 +00:00 |
clipbrd.inc
|
LCL: ClipBoard HTML functions:
|
2015-12-21 19:45:48 +00:00 |
colorbutton.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
comboex.inc
|
LCL: Fix TComboExItems.Insert. Issue #29302.
|
2016-01-01 14:17:37 +00:00 |
commondialog.inc
|
Dialogs:
|
2016-08-21 11:45:58 +00:00 |
containedaction.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
control.inc
|
lcl: control: high-DPI: correctly scale base bounds. Issue #31992
|
2017-07-24 12:25:12 +00:00 |
controlactionlink.inc
|
LCL: setting Action.OnExecute no longer changes the TMenuItem.OnClick
|
2013-05-26 12:47:37 +00:00 |
controlbar.inc
|
LCL: debg DisableAutoSizing
|
2016-12-12 19:40:31 +00:00 |
controlcanvas.inc
|
LCL: controlcanvas: protect TControlCanvas.CreateHandle debugln with an IFDEF
|
2016-11-01 19:18:42 +00:00 |
controlconsts.inc
|
revert r52338 #e26e156a5c
|
2016-05-22 10:06:52 +00:00 |
controlscrollbar.inc
|
lcl: controlscrollbar: set scroll message result as handled if position changed.
|
2016-06-02 16:28:55 +00:00 |
controlsproc.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
coolbar.inc
|
lcl: coolbar: check for Canvas.HandleAllocated in DoFontChanged
|
2017-02-21 23:51:31 +00:00 |
cursorimage.inc
|
lcl: icon, cursor: change array of char to array of byte
|
2016-03-23 23:42:40 +00:00 |
customaction.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
customactionlist.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
custombitmap.inc
|
LCL: TCustomBitmap.SetMonochrome contained unreachable code. Issue #21599, patch from u-boot.
|
2014-09-13 08:40:56 +00:00 |
customcheckbox.inc
|
LCL: support CM_CHANGED message (Delphi compatibility).
|
2016-05-17 16:41:32 +00:00 |
customcheckgroup.inc
|
LCL: BiDiMode and FlipChildren fixes for TRadioGroup, TCheckGroup and TCheckListbox, patch by wp, bug #25408
|
2013-12-21 14:20:20 +00:00 |
customcombobox.inc
|
Merged revision(s) 55598 #d1886ddb8d from trunk:
|
2017-08-01 22:39:23 +00:00 |
customcontrol.inc
|
lcl: customcontrol, graphiccontrol: High-DPI: assign PixelsPerInch to Canvas.Font
|
2017-02-21 14:00:23 +00:00 |
customdbcombobox.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
customdblistbox.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
customdesigncontrol.inc
|
Merged revision(s)
|
2017-05-16 18:29:52 +00:00 |
customdockform.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
customedit.inc
|
LCL: edit: use messages for emulated text hint (messages are also sent when parent form gets/loses focus).
|
2017-02-24 15:35:57 +00:00 |
customflowpanel.inc
|
lcl: flowpanel: add FlowLayout property.
|
2016-02-10 12:25:16 +00:00 |
customform.inc
|
LCL: form: force scale bounds in WM_DPICHANGED message handler. Issue #32162
|
2017-07-24 12:22:45 +00:00 |
customframe.inc
|
LCL: HighDPI: check Application.Scaled for auto-scaling
|
2017-02-24 12:07:07 +00:00 |
customgroupbox.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
customimage.inc
|
lcl: TCustomImage.StretchOutEnabled/StrechInEnabled, issue #29605, from Alexey Torgashin
|
2016-09-11 21:23:48 +00:00 |
customlabel.inc
|
Merged revision(s) 54948-54949 #b54495505b-#b54495505b, 54956 #9edd2d5ad2, 54964 #d208ef2dad, 54970 #aa4dfd880b, 55020 #da1e03941c from trunk:
|
2017-05-22 23:01:57 +00:00 |
customlabelededit.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
customlistbox.inc
|
Merged revision(s) 54810 #ee8a7ab7a7, 55109-55114 #3c692e825d-#3c692e825d, 55118 #dd3f611b28, 55122 #ff8b49aedd, 55126 #48dbf5c56d from trunk:
|
2017-06-01 22:51:43 +00:00 |
customlistview.inc
|
Merged revision(s) 55026 #ef3093eb1b from trunk:
|
2017-05-22 23:05:23 +00:00 |
custommemo.inc
|
LCL, win32: TMemo: remove Lines.BeginUpdate/EndUpdate for win32 for Delphi compatibility
|
2017-01-06 11:03:11 +00:00 |
customnotebook.inc
|
LCL: TCustomTabControl: Remove doubled, since revision 33537 #fa02b703f1 deprecated, types.
|
2017-01-25 21:13:49 +00:00 |
custompage.inc
|
lcl: TCustomPage: only allow TCustomTabControl as parent
|
2016-10-20 00:10:17 +00:00 |
custompanel.inc
|
LCL: TLabel, TPanel: draw themed grayed caption if disabled
|
2017-01-10 16:14:08 +00:00 |
customsplitter.inc
|
lcl: splitter: use default cursor if splitter isn't enabled
|
2016-01-02 13:20:30 +00:00 |
customstatictext.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
customtrayicon.inc
|
Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items.
|
2015-03-24 17:52:23 +00:00 |
customupdown.inc
|
Merged revision(s) 54810 #ee8a7ab7a7, 55109-55114 #3c692e825d-#3c692e825d, 55118 #dd3f611b28, 55122 #ff8b49aedd, 55126 #48dbf5c56d from trunk:
|
2017-06-01 22:51:43 +00:00 |
dbcalendar.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
dbcheckbox.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
dbcombobox.inc
|
lcl: update field data in select event (DBComboBox). Issue #30587
|
2016-09-21 00:44:52 +00:00 |
dbcustomnavigator.inc
|
LCL: Enable Refresh-Button in TDBNavigator when doing a Readonly-Query. Issue #24489, patch from Joe Merten.
|
2016-03-14 20:08:11 +00:00 |
dbdateedit.inc
|
LCL: Prevent TDBDateEdit interfering with other Data Aware Controls. Issue #27702, patch from Tony Whyman.
|
2015-03-25 20:34:21 +00:00 |
dbedit.inc
|
lcl: update DBEdit.Text in SetFocus when widgetset does not support clipboard messages. Issue #29693
|
2016-03-11 22:32:07 +00:00 |
dbgroupbox.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
dbimage.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
dblistbox.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
dblookup.inc
|
lcl: fixed TDbLookupCombobox showing blank items when used with a TSdfDataset and FPC 2.6.4, bug #30931, patch from Luca Olivetti
|
2017-05-17 14:36:50 +00:00 |
dblookupcombobox.inc
|
LCL: Fix autocomplete in TDBLookupComboBox. Issue #31447, patch from Artem Proskurnev.
|
2017-03-22 20:20:52 +00:00 |
dblookuplistbox.inc
|
lcl: DBLookupComboBox, DBLookupListBox: update Lookup on handle destroy. Issue #31486
|
2017-03-18 09:20:06 +00:00 |
dbmemo.inc
|
LCL: Fix MainUnit links in DB controls' include files.
|
2016-03-14 19:59:45 +00:00 |
dbradiogroup.inc
|
Merged revision(s) 55413 #f920626b08 from trunk:
|
2017-06-29 22:58:35 +00:00 |
dbtext.inc
|
LCL: Implement DBAction on DBControls. Issue #25988, patch from Luigi
|
2014-09-13 09:40:00 +00:00 |
docktree.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
dockzone.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
dragdock.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
dragimagelist.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
dragmanager.inc
|
lcl: move TWSControl.DragStart to TWSCustomListBox.DragStart because of limitation of TWS classes
|
2013-09-06 07:29:10 +00:00 |
dragobject.inc
|
lcl: added SM_LCLHasFormAlphaBlend to GetSystemMetrics, added OnDrawDockImage, when widgetset supports alphablend use a transparent hint window for dock (preview) image, patch #29426
|
2016-01-19 17:15:03 +00:00 |
filedialog.inc
|
Dialogs: fix several issues with OnShow/OnCanClose/OnClose events.
|
2016-08-13 18:05:25 +00:00 |
finddialog.inc
|
FindDialog: fix reading actual position the finddialogform for Left and Top. Issue #0030668.
|
2016-09-30 20:28:59 +00:00 |
font.inc
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
fontdialog.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
fpimagebitmap.inc
|
lcl: skip ';' char from extension when generating a mime-type, use 'jpeg' instead of 'jpg' as the first extension (issue #0024488)
|
2013-06-10 06:25:08 +00:00 |
gifimage.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
glyphlist.inc
|
|
|
graphic.inc
|
lcl: TGraphic: unicode file names
|
2014-11-12 18:54:56 +00:00 |
graphiccontrol.inc
|
lcl: customcontrol, graphiccontrol: High-DPI: assign PixelsPerInch to Canvas.Font
|
2017-02-21 14:00:23 +00:00 |
graphicsobject.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
headercontrol.inc
|
lcl: headercontrol: High-DPI. Issue #31429, patch by Anton Kavalenka
|
2017-02-21 13:58:19 +00:00 |
hintwindow.inc
|
LCL: hint window: fix default (theme) font after r54293 #2bac2f4e5a
|
2017-02-28 09:10:14 +00:00 |
icnsicon.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
icon.inc
|
lcl: icon, cursor: change array of char to array of byte
|
2016-03-23 23:42:40 +00:00 |
idletimer.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
imglist.inc
|
LCL: ImageList: call DestroyReference in Clear. Resolves Issue #0029905.
|
2016-03-28 13:57:56 +00:00 |
inputdialog.inc
|
lcl: dialogs: added InputCombo, from Michael Van Canneyt
|
2016-09-15 07:04:01 +00:00 |
interfacebase.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
intfbaselcl.inc
|
LCL: Fix default implementations of Arc, Chord and Pie functions. Issue #30194, patch from errno.
|
2016-05-28 19:52:38 +00:00 |
intfbasewinapi.inc
|
LCL: GetTextExtentExPoint() - always initialized MaxCount patch by accorp, code formatting by me. issue #31467
|
2017-03-02 15:43:09 +00:00 |
jpegimage.inc
|
lcl: skip ';' char from extension when generating a mime-type, use 'jpeg' instead of 'jpg' as the first extension (issue #0024488)
|
2013-06-10 06:25:08 +00:00 |
lcl_defines.inc
|
LCL: gtk2: disabled optimization REMOVEEMPTYPROCS for fpc 2.7.1
|
2013-02-14 23:34:15 +00:00 |
lclaction.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
lclcolordialog.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
lclintf.inc
|
customdrawn: Implements minimally functional popup menu and combobox item selection
|
2015-04-30 08:34:13 +00:00 |
lclintfh.inc
|
customdrawn: Implements minimally functional popup menu and combobox item selection
|
2015-04-30 08:34:13 +00:00 |
listcolumn.inc
|
LCL: TListView: Win32: use caption width, if there are no items to calculate the correct autosize width. Issue #29132
|
2016-12-22 11:51:15 +00:00 |
listcolumns.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
listitem.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
listitems.inc
|
LCL: listview: fix code style.
|
2016-02-11 05:39:03 +00:00 |
mainmenu.inc
|
LCL: add a MainMenu.Height property. Issue #26054
|
2014-04-28 12:50:44 +00:00 |
memoscrollbar.inc
|
LCL: Implement TCustomMemo.ScrollBy. Refactor widgetset ScrollBy from ScrollingWinControl to WinControl. Solves issue #29067.
|
2015-11-29 18:45:53 +00:00 |
memostrings.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
menu.inc
|
lcl: TMenu: raise exception if something else is freeing the FItems
|
2017-05-18 23:53:55 +00:00 |
menuactionlink.inc
|
LCL: setting Action.OnExecute no longer changes the TMenuItem.OnClick
|
2013-05-26 12:47:37 +00:00 |
menuitem.inc
|
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled
|
2017-06-17 07:48:54 +00:00 |
messagedialogs.inc
|
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled
|
2017-06-17 07:48:54 +00:00 |
monitor.inc
|
lcl: add TMonitor.PixelsPerInch
|
2016-12-15 08:18:10 +00:00 |
mouse.inc
|
LCL: Use "real" system capture for TMouse.capture property. Issue #28238, patch from Andrew G. Khodotov.
|
2015-06-03 17:23:21 +00:00 |
notebook.inc
|
LCL: TNotebook: fixed wrong index after deleting a page. Issue #29976
|
2016-12-17 18:49:14 +00:00 |
page.inc
|
IDEIntf: Add a functional TNoteBook.Pages property editor. Issue #30710, patch from Michl.
|
2016-10-30 18:16:52 +00:00 |
pagecontrol.inc
|
LCL: TCustomTabControl: cleaning up, making only needed methods visible for derivative
|
2017-01-22 19:14:21 +00:00 |
paintbox.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
patternbitmap.inc
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
pen.inc
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
picture.inc
|
lcl: TGraphic: unicode file names
|
2014-11-12 18:54:56 +00:00 |
pixmap.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
png.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
pnm.inc
|
LCL: Take care of empty stream in TPortableAnyMapGraphic.IsStreamFormatSupported. Issue #31160, patch from José Mejuto.
|
2017-01-03 14:37:25 +00:00 |
popupmenu.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
progressbar.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
promptdialog.inc
|
LCL: TPromptDialog: support ChangeScale
|
2017-07-24 12:23:37 +00:00 |
radiobutton.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
radiogroup.inc
|
LCL: Display RadioGroup items correctly when font size changes. Issue #29112, noticed by AlexeyT.
|
2016-12-13 09:42:32 +00:00 |
rasterimage.inc
|
LCL: clean up
|
2014-05-27 13:27:55 +00:00 |
reginifile.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
region.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
replacedialog.inc
|
LCL: Fix a potential crash-bug in TFindDialog. Issue #28101, patch from marc Baillifard.
|
2015-05-16 17:08:13 +00:00 |
rubberband.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
screen.inc
|
lcl: forms: UpdateScreen: read value from ScreenInfo. Issue #31037 (regression after r54453 #20a9ecf1d5)
|
2017-03-26 18:32:57 +00:00 |
scrollbar.inc
|
LCL: unified behaviour of win32,qt and gtk2 TScrollbar. issue #20127
|
2016-04-10 17:11:01 +00:00 |
scrollbox.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
scrollingwincontrol.inc
|
IDE: Revert revision 55249 #dd9bed2d96 as it breaks the scrolling of TScrollBox in designer. Issue #7114
|
2017-06-09 14:38:23 +00:00 |
shape.inc
|
lcl: less with-blocks for FPC 3.1.1
|
2015-11-11 12:55:40 +00:00 |
sharedcustombitmap.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
sharedimage.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
sharedrasterimage.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
shortcutlist.inc
|
Menu designer: Remove unused and unfunctional parameter.
|
2016-03-09 15:43:32 +00:00 |
sizeconstraints.inc
|
lcl: TControl: highDPI: scale margins and constraints.
|
2016-12-06 14:50:02 +00:00 |
speedbutton.inc
|
LCL: Fix TSpeedButton AutoSize with alignment. Issue #27396, patch from Michl.
|
2016-04-22 08:54:36 +00:00 |
spinedit.inc
|
SpinEdit: support setting Text property
|
2016-10-19 10:25:58 +00:00 |
statusbar.inc
|
LCL: HighDPI: use relative font scaling, not the absolute PPI (fix for r54210 #eb28e06e83). Issue #31276
|
2017-02-20 15:04:02 +00:00 |
statuspanel.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
statuspanels.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
sysenvapis_amiga.inc
|
Make LCL and LazUtils compile for Amiga systems (NoGUI). Issue #31186, patch from Marcus Sackrow.
|
2017-01-03 12:01:49 +00:00 |
sysenvapis_mac.inc
|
LclIntf: Fix OpenURL for file:// scheme with a local anchor (e.g. file://c:/foo.html#bar) on Windows. Issue #0030326.
|
2016-07-03 15:01:04 +00:00 |
sysenvapis_unix.inc
|
LclIntf: Fix OpenURL for file:// scheme with a local anchor (e.g. file://c:/foo.html#bar) on Windows. Issue #0030326.
|
2016-07-03 15:01:04 +00:00 |
sysenvapis_win.inc
|
LCLIntf: OpenURL (Windows)
|
2016-07-08 12:06:30 +00:00 |
sysenvapis.inc
|
LclIntf: Fix OpenURL for file:// scheme with a local anchor (e.g. file://c:/foo.html#bar) on Windows. Issue #0030326.
|
2016-07-03 15:01:04 +00:00 |
tabcontrol.inc
|
LCL: TCustomTabControl: Win32: Allow setting tab width and tab height. Issue #31109, patch from AlexeyT.
|
2017-01-25 17:42:06 +00:00 |
tabsheet.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
taskdialog.inc
|
dialogs: TTaskDialog: rename OnButtonClicked params. Issue #31404
|
2017-02-16 17:22:45 +00:00 |
tiffimage.inc
|
LCL: tiff: fixed combining date+time
|
2015-02-07 12:11:02 +00:00 |
togglebox.inc
|
LCL: Make the initial height of ToggleBox match with Button. Issue #30536, patch from Alexey Torgashin.
|
2016-09-13 12:42:03 +00:00 |
toolbar.inc
|
Merged revision(s) 54810 #ee8a7ab7a7, 55109-55114 #3c692e825d-#3c692e825d, 55118 #dd3f611b28, 55122 #ff8b49aedd, 55126 #48dbf5c56d from trunk:
|
2017-06-01 22:51:43 +00:00 |
toolbutton.inc
|
Merged revision(s) 54810 #ee8a7ab7a7, 55109-55114 #3c692e825d-#3c692e825d, 55118 #dd3f611b28, 55122 #ff8b49aedd, 55126 #48dbf5c56d from trunk:
|
2017-06-01 22:51:43 +00:00 |
toolwindow.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
trackbar.inc
|
Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-25 09:22:25 +00:00 |
treeview.inc
|
Merged revision(s) 55492 #3acd41371c, 55494-55496 #6b1b12d66d-#6b1b12d66d, 55498-55500 #6f5300c1e9-#6f5300c1e9, 55507-55516 #76cd4aa108-#76cd4aa108 from trunk:
|
2017-07-17 23:24:02 +00:00 |
winapi.inc
|
WS, win32: add GetDpiForMonitor
|
2016-12-15 08:16:09 +00:00 |
winapih.inc
|
WS, win32: add GetDpiForMonitor
|
2016-12-15 08:16:09 +00:00 |
wincontrol.inc
|
Merged revision(s) 55213 #f7785d9196 from trunk:
|
2017-06-05 22:41:40 +00:00 |