| .. |
|
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
|
TScrollBox: fix flicker when Form.AutoSizeAll is called. Do not call ShowScrollBar when nothing changed.
|
2023-10-11 19:53:19 +02:00 |
|
interfaces
|
GTK3: Fixed function return type and got rid of deprecated function call.
|
2023-11-16 00:33:35 +01:00 |
|
languages
|
Translations: Chinese translation update by ACTom, merge request !247
|
2023-10-31 01:45:39 +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/TShape: clarify deprecation notes added in 144bdc06af
|
2023-09-12 20:02:15 +02:00 |
|
.gitignore
|
lcl: gitignore update_allunits
|
2023-07-20 14:53:14 +02:00 |
|
actnlist.pas
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
alllclunits.pp
|
LCL: add TaskDlgEmulation unit (skeleton).
|
2023-07-17 12:48:02 +02:00 |
|
arrow.pp
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
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/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
buttons.pp
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
calendar.pp
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
checklst.pas
|
LCL/TCheckListbox: Add missing deprecation note, fix typo
|
2023-09-14 12:29:05 +02:00 |
|
clipbrd.pp
|
LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them.
|
2023-07-03 11:17:01 +03:00 |
|
colorbox.pas
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
comboex.pas
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
comctrls.pp
|
TTaskDialog: start implementing TTaskDialogProgressBar: skeleton only, does not communicate with the dialog yet.
|
2023-08-23 13:10:52 +02:00 |
|
controls.pp
|
lcl: fixed compile with fpc 3.3.1
|
2023-11-02 18:24:49 +01: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
|
Reserve "On..." prefix for events and name functions differently.
|
2023-07-25 11:07:57 +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
|
LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them.
|
2023-07-03 11:17:01 +03:00 |
|
dbactns.pp
|
|
|
|
dbctrls.pp
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
dbextctrls.pp
|
|
|
|
dbgrids.pas
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02: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
|
lcl: fixed compile with fpc 3.3.1
|
2023-11-02 18:24:49 +01:00 |
|
editbtn.pas
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
extctrls.pp
|
LCL/TShape: Replace new type TShapePoints by already existing TPointArray
|
2023-09-12 18:20:49 +02:00 |
|
extdlgs.pas
|
LCL/TCalendarDialog: Expose calendar's property FirstDayOfWeek.
|
2023-09-09 23:46:28 +02:00 |
|
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
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
forms.pp
|
TScrollBox: fix flicker when Form.AutoSizeAll is called. Do not call ShowScrollBar when nothing changed.
|
2023-10-11 19:53:19 +02:00 |
|
fpmake.pp
|
|
|
|
graphics.pp
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +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
|
LCL/Grids: Add grid option goCopyWithoutTrailingLinebreak to avoid copying cells to the clipboard with trailing linebreak.
|
2023-11-06 18:36:49 +01:00 |
|
groupededit.pp
|
TCustomAbstractGroupedEdit: assign PopupMenu also to FBuddy (if this does not have a separate PopupMenu by itself).
|
2023-11-06 13:22:36 +01: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
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
industrialbase.pp
|
|
|
|
inipropstorage.pas
|
Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION.
|
2023-07-07 17:39:03 +03:00 |
|
interfacebase.pp
|
LCL: WidgetSet.BeginMessageProcess/EndMessageProcess added
|
2023-08-26 23:48:04 +08:00 |
|
intfgraphics.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
jsonpropstorage.pas
|
|
|
|
LAYOUT.txt
|
|
|
|
lazcanvas.pas
|
Remove obsolete checks for FPC versions earlier then 3.0.
|
2023-07-07 17:39:02 +03:00 |
|
lazdeviceapis.pas
|
|
|
|
lazdialogs.pas
|
|
|
|
lazfreetypeintfdrawer.pas
|
|
|
|
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
|
lazutils: added TPointArray to graphtype, added EllipsePolygon to GraphMath
|
2023-07-10 23:19:21 +02: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
|
LCL: add TaskDlgEmulation unit (skeleton).
|
2023-07-17 12:48:02 +02:00 |
|
lclclasses.pp
|
LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them.
|
2023-07-03 11:17:01 +03:00 |
|
lclexceptionstacktrace.pas
|
|
|
|
lclintf.pas
|
LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them.
|
2023-07-03 11:17:01 +03:00 |
|
lclmemmanager.pas
|
Remove obsolete checks for FPC versions earlier then 3.0.
|
2023-07-07 17:39:02 +03:00 |
|
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
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
lclrescache.pas
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
lclstrconsts.pas
|
TaskDialog: TLCLTaskDialog: use resourcestring for default Expand/Collapse buttons.
|
2023-08-17 17:20:07 +02:00 |
|
lcltaskdialog.pas
|
Refactoring change deprecated message for LCLTaskDialog unit, as suggested by Maxim.
|
2023-07-24 20:17:55 +02: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-13 02:36:37 +03:00 |
|
lcltype.pp
|
lcl: fixed compile with fpc 3.3.1
|
2023-11-02 18:24:49 +01: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
|
LazUtils, LCL: Move LCLProc.CompareRect() -> GraphMath.SameRect(). Deprecate LCLProc.CompareRect().
|
2023-07-03 16:54:10 +03:00 |
|
lmessages.pp
|
TTaskDialog: partially implemented TTaskDialogProgressBar.Initialize.
|
2023-08-23 15:23:43 +02:00 |
|
lresources.pp
|
LResources: deprecate TUtf8Parser class. It's not needed anymore.
|
2023-11-15 16:42:03 +01:00 |
|
Makefile
|
updated makefiles
|
2023-08-14 20:31:20 +02:00 |
|
Makefile_win.compiled
|
updated makefiles
|
2023-09-12 16:25:55 +02:00 |
|
Makefile.compiled
|
updated makefiles
|
2023-09-12 16:25:55 +02:00 |
|
Makefile.fpc
|
updated makefiles
|
2023-08-14 20:31:20 +02:00 |
|
maskedit.pp
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
menus.pp
|
Reserve "On..." prefix for events and name functions differently.
|
2023-07-25 11:07:57 +03:00 |
|
pairsplitter.pas
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
popupnotifier.pas
|
|
|
|
postscriptcanvas.pas
|
Reduce compiler warnings.
|
2023-07-03 06:23:49 +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/ShellCtrls: Avoid unnecessary updates of the ListView by TShellTreeView.UpdateView.
|
2023-11-13 19:51:08 +01:00 |
|
spin.pp
|
LCL/all units with controls: stream events at the end.
|
2023-08-12 14:55:46 +02:00 |
|
stdactns.pas
|
|
|
|
stdctrls.pp
|
StdCtrls: stream events in the end
|
2023-08-12 12:28:44 +02:00 |
|
taskdlgemulation.pp
|
LCLIntf: small optimizations to LParamExtractLoHiWord and LParamHiWord as suggested by Maxim.
|
2023-08-27 22:23:12 +02:00 |
|
themes.pas
|
Reduce compiler warnings.
|
2023-07-03 06:23:49 +03:00 |
|
tmschema.pas
|
|
|
|
toolwin.pp
|
|
|
|
update_allunits.lpi
|
|
|
|
update_allunits.lpr
|
lcl: update_allunits: omit warning used not used
|
2023-07-20 14:53:55 +02:00 |
|
utrace.pp
|
|
|
|
valedit.pas
|
|
|
|
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 |