| .. |
|
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
|
clean up
|
2018-02-07 16:59:31 +00:00 |
|
interfaces
|
win32: do not force DoubleBuffered when themes are available. Issue #33123
|
2018-02-07 16:57:20 +00:00 |
|
languages
|
Translations: regenerated translations
|
2018-01-05 15:08:14 +00:00 |
|
nonwin32
|
lcl: comment
|
2017-09-02 09:14:44 +00:00 |
|
templates
|
|
|
|
tests
|
|
|
|
widgetset
|
LCL: high-dpi image list: support retina (for now Cocoa only)
|
2018-02-03 22:58:50 +00:00 |
|
actnlist.pas
|
IdeIntf: Sanitize and simplify ActionListEditor code. Don't use for-loop variable after loop. Fix potential bugs.
|
2016-10-11 20:04:52 +00:00 |
|
alllclunits.pp
|
lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
|
2017-02-15 08:58:35 +00:00 |
|
arrow.pp
|
LCL: Support horizontal mouse wheel messages. Issue #32753, patch from AlexeyT.
|
2017-12-05 21:30:57 +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
|
LCL: include LCLTaskDialog.pas, initial commit. Issue #30625
|
2016-09-21 16:06:29 +00:00 |
|
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: High-DPI ImageList: LCL runtime and win32
|
2018-01-10 12:46:42 +00:00 |
|
comctrls.pp
|
LCL: TCustomTabControl: update images on DPI change
|
2018-01-27 13:39:09 +00:00 |
|
controls.pp
|
LCL:fix scaling of font size set to <>0 in design time. Issue #33132, regression after r56962 #d7f8f5e5f6
|
2018-02-06 16:12:49 +00:00 |
|
cursor_hourglass.res
|
lcl: images: hourglass cursors: better hotspot (in the middle of hourglass)
|
2016-03-24 00:37:32 +00:00 |
|
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
|
cocoa: Fixes toolbar dropdown button, bug #28690
|
2016-08-01 19:59:20 +00:00 |
|
customdrawn_winxp.pas
|
|
|
|
customdrawncontrols.pas
|
lcl: customdrawncontrols: disable DoubleBuffered for TCDControl
|
2018-02-07 17:00:23 +00:00 |
|
customdrawndrawers.pas
|
|
|
|
customtimer.pas
|
|
|
|
dbactns.pp
|
|
|
|
dbctrls.pp
|
LCL: Publish property Aligment of TDBEdit.
|
2018-02-06 13:37:02 +00:00 |
|
dbextctrls.pp
|
|
|
|
dbgrids.pas
|
LCL: Reduce UTF8Length calls. Call UTF16Length instead where appropriate.
|
2017-12-05 21:30:47 +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
|
LCL: include LCLTaskDialog.pas, initial commit. Issue #30625
|
2016-09-21 16:06:29 +00:00 |
|
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: Support horizontal mouse wheel messages. Issue #32753, patch from AlexeyT.
|
2017-12-05 21:30:57 +00:00 |
|
extdlgs.pas
|
ExtDlgs: implement TCalculatorDialog.OnCanClose. Part of Issue #0030449.
|
2016-08-22 10:36:50 +00:00 |
|
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: High-DPI: fix font scaling and design-time scaling. Issues #32882 and #32944
|
2018-01-05 08:10:01 +00:00 |
|
fpmake.pp
|
lcl: added TJSONPropStorage, issue #31388, from Gustavo Carreno
|
2017-02-15 08:58:35 +00:00 |
|
graphics.pp
|
LCL: Icon: sort
|
2018-01-29 09:29:42 +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
|
LCL: fix compilation with FPC 3.0.0
|
2018-01-27 18:55:34 +00:00 |
|
groupededit.pp
|
Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
|
2018-01-15 10:53:48 +00:00 |
|
helpintfs.pas
|
|
|
|
icnstypes.pas
|
|
|
|
imagelistcache.pas
|
LCL: image list cache: fix TSpeedButton NumGlyphs>0. Issue #33105
|
2018-02-01 13:55:21 +00:00 |
|
imglist.pp
|
lcl: image list: better scaling
|
2018-02-04 01:14:30 +00:00 |
|
industrialbase.pp
|
|
|
|
inipropstorage.pas
|
LCL: inipropstorage: fix FPC trunk encoding problem. Issue #33112
|
2018-02-02 11:46:07 +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: images: replace dock images with Tango (some modified by myself). Issue #29869
|
2016-03-24 00:23:18 +00:00 |
|
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
|
Remove the wrapper functions from LazUtils.FileUtil, Lcl.LclProcs and Codetools.FileProcs completely. Simplify code.
|
2017-12-11 19:44:37 +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: High-DPI ImageList: LCL runtime and win32
|
2018-01-10 12:46:42 +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: Support horizontal mouse wheel messages. Issue #32753, patch from AlexeyT.
|
2017-12-05 21:30:57 +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
|
LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion.
|
2017-12-11 19:44:22 +00:00 |
|
menus.pp
|
LCL: High-DPI ImageList: rename *ForImagePPI to *ForPPI
|
2018-01-13 04:25:01 +00:00 |
|
pairsplitter.pas
|
|
|
|
popupnotifier.pas
|
|
|
|
postscriptcanvas.pas
|
LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion.
|
2017-12-11 19:44:22 +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
|
LCL: Use "out" parameter instead of "var" in Printer.Write() and derivatives. Issue #29950.
|
2016-10-12 13:37:37 +00:00 |
|
propertystorage.pas
|
TCustomPropertyStorage: implement OnSaveException event.
|
2016-04-25 12:36:52 +00:00 |
|
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
|
LCL: Publish TCommonDialogAction.OnUpdate. Issue #30196, patch from Rolf Wetjen.
|
2016-06-16 11:06:05 +00:00 |
|
stdctrls.pp
|
LCL: TCustomEdit: add OnChange handler list
|
2017-12-14 14:15:34 +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
|
lcl: added cocoa/agl.pp
|
2016-11-08 15:36:00 +00:00 |
|
update_allunits.lpr
|
lcl: update_allunits: add {%H-}
|
2016-11-08 15:31:35 +00:00 |
|
utrace.pp
|
Order uses sections again to see dependencies better.
|
2016-12-20 16:26:44 +00:00 |
|
valedit.pas
|
Remove the wrapper functions from LazUtils.FileUtil, Lcl.LclProcs and Codetools.FileProcs completely. Simplify code.
|
2017-12-11 19:44:37 +00:00 |
|
xmlpropstorage.pas
|
|
|