.. |
forms
|
LCL/TDateEdit: Remove TCalendarPopupForm.Paint (not needed any more, and destroys dark mode in macOS). Issue #39930.
|
2022-09-27 15:46:20 +02:00 |
images
|
Images: Improved images (adjusted green tone, improved "close", "run without debugger" and "reset debugger"). By Roland Hahn.
|
2023-01-20 16:06:20 +01:00 |
include
|
LCL: Do not force-clear mouse capture flag on creation of TCustomEdit and TCustomComboBox, issue #40379.
|
2023-12-05 20:45:14 +03:00 |
interfaces
|
LCL-Win32: Do not change window Z-order when minimizing and then restoring IDE with opened form designers. Patch by Red_prig (Pavel), issue #40576.
|
2023-12-06 02:51:44 +03:00 |
languages
|
Translations: Chinese translation update by ACTom, merge request !247
|
2023-10-31 01:55:59 +03:00 |
nonwin32
|
|
|
templates
|
|
|
tests
|
LCL: Restore TestAll project but this time in lcl/tests directory.
|
2023-02-17 16:27:37 +02:00 |
widgetset
|
LCL/WS: change LazLogger to LazLoggerBase
|
2023-12-03 15:59:32 +01:00 |
actnlist.pas
|
LCL: Improve Checkbox / TAction synchronization. Issue #39869.
|
2022-09-08 10:21:59 +03:00 |
alllclunits.pp
|
LCL: committed automatically regenerated file
|
2022-09-30 01:03:45 +03:00 |
arrow.pp
|
|
|
asyncprocess.pp
|
|
|
btn_icons.res
|
Images: Improved images (adjusted green tone, improved "close", "run without debugger" and "reset debugger"). By Roland Hahn.
|
2023-01-20 16:06:20 +01:00 |
buttonpanel.pas
|
LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280 .
|
2023-04-27 17:23:33 +03:00 |
buttons.pp
|
IDE: load High-DPI images
|
2022-09-29 00:59:16 +02:00 |
calendar.pp
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
checklst.pas
|
LCL/TCheckListbox: Deprecate event OnItemClick (duplicate of Delphi-compatible event OnClickCheck) and related methods, issue #38933. Fix KeyDown method to result in the same order of events as in Delphi (manually merged parts of 144bdc06 , 9fc52412 and 2d81eb05 )
|
2023-09-14 12:32:49 +02:00 |
clipbrd.pp
|
|
|
colorbox.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
comboex.pas
|
LCL/TCustomGrid, TCustomCheckBoxEx: Add missing Notification method to react on destruction of TitleImageList and Images, respectively.
|
2021-12-16 14:52:01 +01:00 |
comctrls.pp
|
LCL: fix TTreeview ShowSeparators default value.
|
2023-06-28 16:06:37 +03:00 |
controls.pp
|
Lazutils, LCL: fixed compilation with FPC 3.2.3
|
2023-11-30 19:49:10 +03:00 |
cursor_hourglass.res
|
|
|
cursors.res
|
|
|
customdrawn_android.pas
|
|
|
customdrawn_common.pas
|
Customdrawn: Implement multiline for TCDPageControl tabs. Merge request !136 by Andrew Haines.
|
2023-04-15 10:45:11 +03:00 |
customdrawn_mac.pas
|
|
|
customdrawn_winxp.pas
|
|
|
customdrawncontrols.pas
|
Customdrawn: Implement multiline for TCDPageControl tabs. Merge request !136 by Andrew Haines.
|
2023-04-15 10:45:11 +03:00 |
customdrawndrawers.pas
|
Customdrawn: Implement multiline for TCDPageControl tabs. Merge request !136 by Andrew Haines.
|
2023-04-15 10:45:11 +03:00 |
customtimer.pas
|
Restored LCLType dependency for the proper THandle type.
|
2023-06-21 12:00:49 +02:00 |
dbactns.pp
|
|
|
dbctrls.pp
|
LCL: Make TDBCheckbox events consistent with VCL and with TCheckBox. Issue #39917, patch by Arioch The.
|
2022-10-04 16:59:38 +03:00 |
dbextctrls.pp
|
|
|
dbgrids.pas
|
Revert "Grids: uses const paramterers for strings where applicable. Patch by Alexey Torgashin. Issue #39851."
|
2023-07-08 18:58:24 +03:00 |
defaulttranslator.pas
|
|
|
dialog_icons.res
|
Images: Reworked lcl dialog images, by Roland Hahn.
|
2022-11-19 15:55:59 +01:00 |
dialogres.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
dialogs.pp
|
Lazutils, LCL: fixed compilation with FPC 3.2.3
|
2023-11-30 19:49:10 +03:00 |
editbtn.pas
|
LCL, LazControls: Fix order of calling OnKeyDown in FilterEdit controls. Issue #40601, patch by n7800.
|
2023-12-01 03:07:21 +03:00 |
extctrls.pp
|
LCL: fix crash when using freeing a component of a TRadioGroup or TCheckGroup. Issue #40261.
|
2023-05-20 14:42:36 +02:00 |
extdlgs.pas
|
|
|
extgraphics.pas
|
LCL/extgraphics: Avoid separate calculation of sin() and cos() in rotated polygon calculations. Issue #39983.
|
2022-11-02 17:40:24 +01:00 |
filectrl.pp
|
|
|
forms.pp
|
TScrollBox: fix flicker when Form.AutoSizeAll is called. Do not call ShowScrollBar when nothing changed.
|
2023-10-13 13:37:10 +02:00 |
fpmake.pp
|
LCLBase: Fpmake.pp, messages unit is non-windows only
|
2021-08-28 00:09:45 +02:00 |
graphics.pp
|
LCL: Add to graphics.pp missing aliases for TFPBrushStyle enumeration values in FPCanvas. Patch by Don Siders, issue #40271.
|
2023-05-19 18:42:20 +03:00 |
graphutil.pp
|
LCL/graphutil: Add procedure BitmapGrayscale to convert a bitmap to gray-scale with weighting of color channels (provided by Roland Hahn).
|
2022-11-03 13:28:42 +01:00 |
grids.pas
|
Revert "LCL: Do not Invalidate a CustomGrid in every MouseUp. Merge request !66 by Petr Kristan."
|
2023-10-20 15:15:17 +00:00 |
groupededit.pp
|
TCustomAbstractGroupedEdit: assign PopupMenu also to FBuddy (if this does not have a separate PopupMenu by itself).
|
2023-11-07 14:29:59 +00:00 |
helpintfs.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
icnstypes.pas
|
|
|
imagelistcache.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
imglist.pp
|
LCL: Made TCustomImageList more extensible. Based on idea from merge request !202.
|
2023-06-19 16:11:00 +03:00 |
industrialbase.pp
|
|
|
inipropstorage.pas
|
|
|
interfacebase.pp
|
LCL: fixed compilation
|
2023-08-27 23:25:20 +03:00 |
intfgraphics.pas
|
lcl: undo alpha reverse with comment
|
2022-03-18 14:29:24 +01:00 |
jsonpropstorage.pas
|
|
|
LAYOUT.txt
|
|
|
lazcanvas.pas
|
LCL: Fix fpc version check in LazCanvas' polygon fill routine.
|
2023-06-27 16:51:55 +03:00 |
lazdeviceapis.pas
|
Corrections for spelling errors in LCL and Components. Issue #38986, patch by Don Siders.
|
2021-06-11 07:11:44 +00:00 |
lazdialogs.pas
|
|
|
lazfreetypeintfdrawer.pas
|
Examples: Improve LazFreetype demo UI layout. Issue #39281, patch by CudaText man.
|
2021-07-22 12:16:14 +00:00 |
lazhelphtml.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
lazhelpintf.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
lazregions.pas
|
LCL: Fix incorrect clipping by ellipse in TLazCanvas.
|
2023-06-27 17:05:57 +03:00 |
lcl_calc_images.res
|
|
|
lcl_dbnav_images.res
|
|
|
lcl_dock_images.res
|
|
|
lcl_dock_to_images.res
|
|
|
lcl_edbtnimg.res
|
Images: New general-purpose images by Roland Hahn (calendar)
|
2022-09-12 12:45:42 +02:00 |
lcl_grid_images.res
|
|
|
lclbase.lpk
|
set fixes version to 3.0RC2
|
2023-10-08 21:13:37 +02:00 |
lclclasses.pp
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
lclexceptionstacktrace.pas
|
|
|
lclintf.pas
|
Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils).
|
2023-06-05 15:48:01 +03:00 |
lclmemmanager.pas
|
|
|
lclmessageglue.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
lclplatformdef.pas
|
Allow query of LCLWidgetTypeName without LCL. Turn BuildLCLWidgetType into const and fix comment.
|
2023-06-15 16:46:47 +03:00 |
lclproc.pas
|
LCL: Add a wrapper for Types.OffsetRect() into LCLProc.
|
2023-06-06 22:31:46 +03:00 |
lclrescache.pas
|
|
|
lclstrconsts.pas
|
TCalendar: nicer errormessage if a date is smaller than MinDateTime or larger than MaxDateTime.
|
2022-07-19 10:37:43 +02:00 |
lcltaskdialog.pas
|
TTaskDialog: make the flag tfNoDefaultRadioButton actually work both.
|
2023-08-07 16:05:13 +03:00 |
lcltranslator.pas
|
LCL, LCLTranslator: Do not check if a property has a setter before even attempting to read what it is and thus ignoring classes (with translatable properties) returned by properties without setters. Check if a property setter is present only just before actually writing to it.
|
2023-10-12 23:45:15 +00:00 |
lcltype.pp
|
lcl: fixed compile with fpc 3.3.1
|
2023-11-13 02:22:06 +03:00 |
lclunicodedata.pas
|
|
|
lclversion.pas
|
LCL: Remove obsolete ifdefs from LCLVersion. Issue #40275, patch by Alexey Torgashin.
|
2023-05-21 12:32:48 +03:00 |
ldocktree.pas
|
lcl: fixed comments about TDockTree and TLazDockTree
|
2023-02-17 19:57:09 +01:00 |
lmessages.pp
|
LCL: Change message numbers from decimal to hexadecimal. Issue #38938, patch by CudaText man.
|
2021-06-30 22:04:13 +00:00 |
lresources.pp
|
LResources: deprecate TUtf8Parser class. It's not needed anymore.
|
2023-11-18 20:49:15 +03:00 |
Makefile
|
updated makefile
|
2023-08-17 09:34:11 +02:00 |
Makefile_win.compiled
|
lcl: updated Makefile.compiled
|
2021-07-08 07:44:20 +00:00 |
Makefile.compiled
|
lcl: updated Makefile.compiled
|
2021-07-08 07:43:25 +00:00 |
Makefile.fpc
|
updated makefile
|
2023-08-17 09:34:11 +02:00 |
maskedit.pp
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
menus.pp
|
LCL: Declare TMenu.FHint as TTranslateString rather than string. Issue #40220.
|
2023-05-12 23:30:37 +02:00 |
pairsplitter.pas
|
|
|
popupnotifier.pas
|
make TPopupNotifier.BidiMode as Application.BidiMode
|
2022-03-18 18:18:54 +02:00 |
postscriptcanvas.pas
|
Reduce compiler warnings.
|
2023-07-03 16:39:15 +03:00 |
postscriptprinter.pas
|
|
|
postscriptunicode.pas
|
|
|
printers.pas
|
FPC: Extend System.UITypes
|
2022-12-18 08:50:17 +01:00 |
propertystorage.pas
|
|
|
registerlcl.pas
|
|
|
rubberband.pas
|
|
|
shellctrls.pas
|
LCL: Restore a class procedure TCustomShellTreeView.GetFilesInDir. Rename a helper procedure to avoid name clash.
|
2023-12-06 02:51:44 +03:00 |
spin.pp
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |
stdactns.pas
|
|
|
stdctrls.pp
|
StdCtrls: stream events in the end
|
2023-08-12 13:07:31 +02:00 |
themes.pas
|
Reduce compiler warnings.
|
2023-07-03 16:39:15 +03:00 |
tmschema.pas
|
|
|
toolwin.pp
|
|
|
update_allunits.lpi
|
|
|
update_allunits.lpr
|
Qt6: added to lclplatforms
|
2022-11-11 16:17:17 +01:00 |
utrace.pp
|
|
|
valedit.pas
|
LCL: fix TValueListEditor LoadContent in case of exceptions, issue #36182
|
2021-08-24 02:24:27 -05:00 |
xmlpropstorage.pas
|
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
|
2023-06-18 14:57:06 +03:00 |