lazarus/lcl
2021-03-01 18:17:11 +00:00
..
forms LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions. 2020-12-12 11:41:07 +00:00
images
include TTabControl: "fix" x/y in Mouse(move/down/up/Drag) messages. Issue #0038403 see note 0129133 amends rev 64424 #ed6e087523,64436 #dfa3fe0ea4 2021-02-27 15:14:31 +00:00
interfaces cocoa: update list of patreons. Thank you all for your support 2021-03-01 18:17:11 +00:00
languages LCL: regenerated translations 2021-02-28 21:36:55 +00:00
nonwin32
templates
tests LazUtils: Move unit test project for Masks from LCL dir to LazUtils dir. 2021-02-23 14:06:34 +00:00
widgetset LCL-GTK2: Paint a form with one color also after scrolling. Issue #16183, patch from Joeny Ang. 2020-11-30 20:52:19 +00:00
actnlist.pas
alllclunits.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
arrow.pp
asyncprocess.pp
btn_icons.res
buttonpanel.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
buttons.pp Publish OnContextPopup and OnResize for some controls to improve Delphi compatibility or compatibility with related controls. Issue #38453, based on patch by Reinhard Kalinke. 2021-02-09 18:40:00 +00:00
calendar.pp LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek 2020-05-25 14:16:57 +00:00
checklst.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
clipbrd.pp
colorbox.pas Optimise string manipulation. Reduce calls to Copy(). 2021-02-11 14:08:24 +00:00
comboex.pas LCL: Implement TextHint for TComboBox. Issue #30682. 2020-08-13 11:23:38 +00:00
comctrls.pp TTabControl: "fix" x/y in Mouse(move/down/up/Drag) messages. Issue #0038403 see note 0129133 amends rev 64424 #ed6e087523,64436 #dfa3fe0ea4 2021-02-27 15:14:31 +00:00
controls.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
cursor_hourglass.res
cursors.res
customdrawn_android.pas
customdrawn_common.pas
customdrawn_mac.pas
customdrawn_winxp.pas
customdrawncontrols.pas Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
customdrawndrawers.pas
customtimer.pas LCL: handle exceptions in OnTimer for all widgetsets 2020-10-17 06:29:13 +00:00
dbactns.pp
dbctrls.pp Publish OnContextPopup and OnResize for some controls to improve Delphi compatibility or compatibility with related controls. Issue #38453, based on patch by Reinhard Kalinke. 2021-02-09 18:40:00 +00:00
dbextctrls.pp
dbgrids.pas LCL, fix DbGrid with multiselect option will cause AV on application exit, issue #38303 2021-01-12 06:18:00 +00:00
defaulttranslator.pas
dialog_icons.res
dialogs.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
editbtn.pas EditButton: publish OnContextPopup. Patch by Reinhard Kalinke. Issue #0037832. 2020-09-28 20:03:35 +00:00
extctrls.pp Publish OnContextPopup and OnResize for some controls to improve Delphi compatibility or compatibility with related controls. Issue #38453, based on patch by Reinhard Kalinke. 2021-02-09 18:40:00 +00:00
extdlgs.pas LCL: Use TMaskList always for ShellListView.Mask. Enable all TMask syntax including sets. 2021-02-24 20:04:15 +00:00
extgraphics.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
filectrl.pp LCL: Use TMaskList always for ShellListView.Mask. Enable all TMask syntax including sets. 2021-02-24 20:04:15 +00:00
forms.pp LCL: Fix ReleaseComponents hang with modal window. Issue #0021451 2021-01-29 18:53:45 +00:00
fpmake.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
graphics.pp LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
graphutil.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
grids.pas LCL: fix grids bidi TAB behaviour as by Zaher Dirkey comments, issue #38186 2021-01-17 19:08:22 +00:00
groupededit.pp EditButton: implement OnContextPopup. 2020-09-28 19:58:25 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
industrialbase.pp
inipropstorage.pas
interfacebase.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
intfgraphics.pas LCL: Eliminate a nested loop in TLazIntfImage.CopyPixels. 2021-01-20 22:00:02 +00:00
jsonpropstorage.pas LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-11-10 09:50:20 +00:00
LAYOUT.txt
lazcanvas.pas
lazdeviceapis.pas
lazdialogs.pas
lazfreetypeintfdrawer.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
lazhelphtml.pas Cleanup. 2020-10-30 09:23:50 +00:00
lazhelpintf.pas LazUtils: New function UTF8CompareLatinTextFast. Use in IDE instead of UTF8CompareText. 2021-01-14 13:52:23 +00:00
lazregions.pas
lcl_calc_images.res
lcl_dbnav_images.res
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res
lcl_grid_images.res
lclbase.lpk Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
lclclasses.pp LCL: NewInstance, search for WsClass, always call RegisterNewWSComp(Self). Issue #37360 Note 0124494 2020-08-04 11:20:05 +00:00
lclexceptionstacktrace.pas
lclintf.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclplatformdef.pas lcl: cocoa no longer beta 2020-07-03 10:40:59 +00:00
lclproc.pas LCL: less hints 2021-02-28 08:51:17 +00:00
lclrescache.pas
lclstrconsts.pas LazUtils: Replace TMask with a faster and better version from José Mejuto. 2021-02-26 16:17:16 +00:00
lcltaskdialog.pas LCL: Fix compilation on Windows. "Rect" is in unit Windows and unit Classes. Issue #38427. 2021-01-30 21:07:07 +00:00
lcltranslator.pas
lcltype.pp LCLType: enable DT_HIDEPREFIX and DT_PREFIXONLY - even if they are ToDos on non-Windows platforms 2020-12-06 09:46:04 +00:00
lclunicodedata.pas
lclversion.pas
ldocktree.pas
lmessages.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
lresources.pp New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar. 2021-02-15 08:43:50 +00:00
Makefile Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
Makefile_win.compiled
Makefile.compiled
Makefile.fpc Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
maskedit.pp MaskEdit: only use the workaround for issue #0038505 (r64617) if compiler version < 3.2.2. 2021-02-20 08:34:06 +00:00
menus.pp LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos, attempt 2 2020-03-12 09:28:38 +00:00
pairsplitter.pas IdeIntf, Designer: Improve deleting components from OI's tree. Make a special case for PairSplitterSide. Issue #38235. 2020-12-20 14:46:02 +00:00
popupnotifier.pas
postscriptcanvas.pas LCL: Use a faster compare method for case-insensitive StringList. 2021-01-30 18:36:54 +00:00
postscriptprinter.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
postscriptunicode.pas LCL: Use a faster compare method for case-insensitive StringList. 2021-01-30 18:36:54 +00:00
printers.pas LCL: Use a faster compare method for case-insensitive StringList. 2021-01-30 18:36:54 +00:00
propertystorage.pas
registerlcl.pas
rubberband.pas
shellctrls.pas LCL/ShellCtrls: Fix ShellTreeView crashing when a node is opened. 2021-02-28 22:37:39 +00:00
spin.pp
stdactns.pas
stdctrls.pp Publish OnContextPopup and OnResize for some controls to improve Delphi compatibility or compatibility with related controls. Issue #38453, based on patch by Reinhard Kalinke. 2021-02-09 18:40:00 +00:00
themes.pas Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
tmschema.pas
toolwin.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
update_allunits.lpi
update_allunits.lpr
utrace.pp
valedit.pas TValueListEditor: raise an exception when setting RowCount < FixedRows. 2021-02-17 17:35:57 +00:00
xmlpropstorage.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00