.. |
forms
|
LCL: rename TControl.ScaleCoord* methods
|
2017-05-20 10:02:25 +00:00 |
images
|
lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn)
|
2017-11-12 14:25:09 +00:00 |
include
|
LCL: TreeView.GetNodeAt must return a node also when cursor is in front of a child node. HitTest returns htOnIndent then.
|
2017-12-02 16:37:06 +00:00 |
interfaces
|
cocoa: implemenating a storage of stringValue for a custom control (in order to keep text of the control for TPanels). related to #30801
|
2017-12-03 05:44:09 +00:00 |
languages
|
Translations: Hungarian translation update by Péter Gábor, bug #32764
|
2017-12-04 00:08:30 +00:00 |
nonwin32
|
lcl: comment
|
2017-09-02 09:14:44 +00:00 |
templates
|
|
|
tests
|
|
|
widgetset
|
LCL: combo box: deprecate ReadOnly property
|
2017-06-05 19:07:31 +00:00 |
actnlist.pas
|
|
|
alllclunits.pp
|
lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
|
2017-02-15 08:58:35 +00:00 |
arrow.pp
|
LCL: Publish TArrow.Enabled. Issue #31326.
|
2017-02-04 19:58:05 +00:00 |
asyncprocess.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
btn_icons.res
|
|
|
buttonpanel.pas
|
lcl: buttonpanel: fix min button sizes in High-DPI. Issue #31557
|
2017-03-17 18:45:51 +00:00 |
buttons.pp
|
|
|
calendar.pp
|
LCL: In TCustomcalendar, always SetProps in InitializeWnd (issue #0032379). Patch by soner.
|
2017-09-08 21:56:24 +00:00 |
checklst.pas
|
LCL: Publish CheckListBox.ParentColor. Issue #31316.
|
2017-02-01 23:54:58 +00:00 |
clipbrd.pp
|
LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194.
|
2017-11-24 18:02:15 +00:00 |
colorbox.pas
|
LCL: combobox, listbox: fix drawing of customdrawn items. Change TOwnerDrawStateType.odPainted to odBackgroundPainted
|
2017-06-10 11:43:19 +00:00 |
comboex.pas
|
lcl: TCustomCheckCombo: changed TCheckComboItemState to class, added checks if Items.Objects is TCheckComboItemState, async raise error to avoid freezing X
|
2017-11-30 14:25:13 +00:00 |
comctrls.pp
|
lcl: TTreeView: cleaned up TNodeState, removed not used nsInTree, added nsVisible
|
2017-11-24 16:50:16 +00:00 |
controls.pp
|
Fix issue #32711 TWinControl.flipchildren does not flip anchored controls
|
2017-11-19 21:24:58 +00:00 |
cursor_hourglass.res
|
|
|
cursors.res
|
LCL: GTK2: High-DPI cursor crNo.
|
2017-09-07 21:13:46 +00:00 |
customdrawn_android.pas
|
|
|
customdrawn_common.pas
|
|
|
customdrawn_mac.pas
|
|
|
customdrawn_winxp.pas
|
|
|
customdrawncontrols.pas
|
|
|
customdrawndrawers.pas
|
|
|
customtimer.pas
|
|
|
dbactns.pp
|
|
|
dbctrls.pp
|
LCL: dbgrids: publish properties. Patch by Michal Gawrycki, issue #32445
|
2017-10-09 06:20:43 +00:00 |
dbextctrls.pp
|
|
|
dbgrids.pas
|
LCL, dbgrids: dgDisplayMemoText allows field editing too.
|
2017-11-22 21:51:48 +00:00 |
defaulttranslator.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
dialog_icons.res
|
|
|
dialogs.pp
|
lcl: TOpenDialog: deprecated DereferenceLinks, added ResolveLinks, added ofNoResolveLinks, docs, ofNoDereferenceLinks now behaves Delphi compatible
|
2017-11-05 23:51:00 +00:00 |
editbtn.pas
|
LCL: revert r56162, r56031, r55890 #9ac706fc7a (TabStop handling)
|
2017-11-10 08:19:00 +00:00 |
extctrls.pp
|
LCL: TPanel: add ParentBackground property. Issue #32085
|
2017-09-03 09:55:22 +00:00 |
extdlgs.pas
|
|
|
extgraphics.pas
|
|
|
filectrl.pp
|
FileListBox: publish properties Color, ParentColor and Enabled. Issues #0031328 and #0031329.
|
2017-02-02 12:17:15 +00:00 |
forms.pp
|
LCL: Improve giving focus to docked windows from Windows menu. Issue #32659, patch from Pascal Riekenberg.
|
2017-11-16 11:19:00 +00:00 |
fpmake.pp
|
lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
|
2017-02-15 08:58:35 +00:00 |
graphics.pp
|
lcl: graphics: make FindGraphicClassWithFileExt class function
|
2017-05-26 12:08:52 +00:00 |
graphmath.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
graphtype.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
graphutil.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
grids.pas
|
LazUtils: Rename TArray -> TPointerPointerArray.
|
2017-11-13 17:33:36 +00:00 |
groupededit.pp
|
LCL: revert r56162, r56031, r55890 #9ac706fc7a (TabStop handling)
|
2017-11-10 08:19:00 +00:00 |
helpintfs.pas
|
|
|
icnstypes.pas
|
|
|
imagelistcache.pas
|
|
|
imglist.pp
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
industrialbase.pp
|
|
|
inipropstorage.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
interfacebase.pp
|
Reduce typecasts. Use TIntegerList and TByteList where appropriate.
|
2017-11-13 23:20:44 +00:00 |
intfgraphics.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
jsonpropstorage.pas
|
Fixes compilation with FPC 2.6
|
2017-02-20 11:28:08 +00:00 |
LAYOUT.txt
|
|
|
lazcanvas.pas
|
lazcanvas: Implements some abstract routines to avoid warnings
|
2017-01-03 15:51:43 +00:00 |
lazdeviceapis.pas
|
|
|
lazdialogs.pas
|
|
|
lazfreetypeintfdrawer.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
lazhelphtml.pas
|
lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options
|
2017-11-11 14:21:11 +00:00 |
lazhelpintf.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
lazregions.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
lcl_calc_images.res
|
|
|
lcl_dbgrid_images.res
|
|
|
lcl_dbnav_images.res
|
|
|
lcl_dock_images.res
|
|
|
lcl_dock_to_images.res
|
|
|
lcl_edbtnimg.res
|
lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn)
|
2017-11-12 14:25:09 +00:00 |
lcl_grid_images.res
|
lcl: Interchange icons sortasc and sortdesc in resource lcl_grid_images.res
|
2017-04-27 10:13:55 +00:00 |
lclbase.lpk
|
lclbase: added missing include/comboex.inc
|
2017-11-30 14:22:11 +00:00 |
lclclasses.pp
|
lcl: comment
|
2017-10-26 14:16:50 +00:00 |
lclintf.pas
|
Make LCL and LazUtils compile for Amiga systems (NoGUI). Issue #31186, patch from Marcus Sackrow.
|
2017-01-03 12:01:49 +00:00 |
lclmemmanager.pas
|
|
|
lclmessageglue.pas
|
|
|
lclplatformdef.pas
|
LCL: Add support for MUI widgetset (AmigaOS, MorphOS, AROS) by Marcus Sackrow.
|
2017-01-14 09:55:59 +00:00 |
lclproc.pas
|
LCL: Use CompareText function in IsFontNameDefault.
|
2017-06-04 21:52:34 +00:00 |
lclrescache.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
lclstrconsts.pas
|
lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options
|
2017-11-11 14:21:11 +00:00 |
lcltaskdialog.pas
|
lcl: taskdialog: fix default font size for darwin after r54453 #20a9ecf1d5. Issue #31037
|
2017-03-22 09:47:23 +00:00 |
lcltranslator.pas
|
lcl: lcltranslator: use typeinfo instead of type name
|
2017-10-18 12:00:30 +00:00 |
lcltype.pp
|
LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194.
|
2017-11-24 18:02:15 +00:00 |
lclunicodedata.pas
|
|
|
lclversion.pas
|
IDE: Add revision to lclversion.pas.
|
2017-11-01 21:34:39 +00:00 |
ldocktree.pas
|
|
|
lmessages.pp
|
lcl: added constant LM_MOUSEHWHEEL
|
2017-11-30 12:00:16 +00:00 |
lresources.pp
|
Order uses sections again to see dependencies better.
|
2016-12-20 16:26:44 +00:00 |
Makefile
|
lcl: updated make file
|
2017-01-15 18:01:52 +00:00 |
Makefile_win.compiled
|
|
|
Makefile.compiled
|
|
|
Makefile.fpc
|
lcl: fixed default LCL interface, bug #31228
|
2017-01-15 18:11:58 +00:00 |
maskedit.pp
|
LCL: customedit: rewrite TextHint emulation, use WinAPI if available.
|
2016-11-14 14:19:14 +00:00 |
menus.pp
|
lcl: menus: add DoDrawItem and DoMeasureItem virtual functions
|
2017-07-19 07:28:20 +00:00 |
pairsplitter.pas
|
|
|
popupnotifier.pas
|
|
|
postscriptcanvas.pas
|
LCL: Use IntegerList in PostScriptCanvas.
|
2017-11-13 17:33:34 +00:00 |
postscriptprinter.pas
|
LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
|
2016-12-17 22:58:08 +00:00 |
postscriptunicode.pas
|
Order uses sections again to see dependencies better.
|
2016-12-20 16:26:44 +00:00 |
printers.pas
|
|
|
propertystorage.pas
|
|
|
registerlcl.pas
|
lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
|
2017-02-15 08:58:35 +00:00 |
rubberband.pas
|
|
|
shellctrls.pas
|
Amiga: removed some warnings
|
2017-06-20 09:24:14 +00:00 |
spin.pp
|
LCL: Publish TSpinEdit/TFloatSpinEdit property ParentColor. Issue #31325.
|
2017-02-02 10:29:59 +00:00 |
stdactns.pas
|
|
|
stdctrls.pp
|
LCL: Change a counter to boolean FTextChangedLock, used for firing events right. Issue #32630.
|
2017-11-24 20:44:02 +00:00 |
themes.pas
|
lcl: themes: High-DPI: scale default (hard-coded) detail sizes. Solves issue #31557 on Qt+Gtk2
|
2017-03-18 07:58:07 +00:00 |
tmschema.pas
|
|
|
toolwin.pp
|
|
|
update_allunits.lpi
|
|
|
update_allunits.lpr
|
|
|
utrace.pp
|
Order uses sections again to see dependencies better.
|
2016-12-20 16:26:44 +00:00 |
valedit.pas
|
|
|
xmlpropstorage.pas
|
|
|