lazarus/lcl
2025-03-26 13:42:54 +01:00
..
forms
images Images: Fix interchanged sortasc and sortdesc images. 2024-09-11 14:39:03 +02:00
include LCL: reorder evaluation in DragStop. Patch by Artem Izmaylov. issue #41539 2025-03-19 15:40:12 +01:00
interfaces Gtk3: always pass right widget to the paint proc. 2025-03-26 13:42:54 +01:00
languages LCL: Added Sinhala (Sri Lanka) translation, merge request !444 2025-03-05 19:02:24 +03:00
nonwin32
templates
testcase LCL: ChildSizing, tests 2024-03-24 21:02:36 +01:00
tests LCL: Fix compilation of test5_1asyncprocess.lpi 2024-08-21 18:00:38 +00:00
widgetset replaced url http://wiki.freepascal.org with https 2025-02-13 08:49:48 +01:00
.gitignore lcl: gitignore update_allunits 2023-07-20 14:53:14 +02:00
actnlist.pas LCL: Workaround for RTL - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063 2024-12-17 12:26:34 +01: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
buttonpanel.pas LCL: Publish TButtonPanel.ShowHint. From n7800. 2024-02-26 10:31:26 +02:00
buttons.pp LCL: some changes to comments of enums in Buttons and ComCtrls unit. No functional changes. Patch by Alexey Torgashin, slightly modified by me. Part of Issue #41365. 2025-02-27 13:51:05 +01:00
calendar.pp LCL/all units with controls: stream events at the end. 2023-08-12 14:55:46 +02:00
checklst.pas LCL/ChecListBox: support Space key to switch to cbGrayed state 2024-09-06 23:09:17 +08:00
clipbrd.pp
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 LCL: some changes to comments of enums in Buttons and ComCtrls unit. No functional changes. Patch by Alexey Torgashin, slightly modified by me. Part of Issue #41365. 2025-02-27 13:51:05 +01:00
controls.pp LCL: Fix a comment about a deprecated variable, remove deprecated enum. Issue #41366. 2025-01-31 14:28:12 +02:00
cursor_hourglass.res
cursors.res
customdrawn_android.pas
customdrawn_common.pas
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
customtimer.pas
dbactns.pp
dbctrls.pp LCL: Delete commented property lines because they show in OI info box for the next property. Merge request !342. 2024-10-19 12:35:40 +03:00
dbextctrls.pp
dbgrids.pas DBGrids: fixed dgThumbTracking usage on dbgrid. issue #41451 2025-02-21 20:02:23 +01:00
defaulttranslator.pas
dialog_icons.res
dialogres.pas
dialogs.pp LCL: some changes to comments of enums in Dialogs and ExtCtrls unit. No functional changes. Patch by Alexey Torgashin, slightly modified by me. Part of Issue #41365. 2025-02-27 13:41:45 +01:00
editbtn.pas LazControls: Do not expand/collapse nodes uselessly. Issues #41454,#41455. 2025-03-06 12:53:58 +02:00
extctrls.pp LCL: some changes to comments of enums in Dialogs and ExtCtrls unit. No functional changes. Patch by Alexey Torgashin, slightly modified by me. Part of Issue #41365. 2025-02-27 13:41:45 +01:00
extdlgs.pas LCL/TCalendarDialog: Expose calendar's property FirstDayOfWeek. 2023-09-09 23:46:28 +02:00
extgraphics.pas
filectrl.pp TFileListBox: fix not adding filenames wich only differ in case, when the control doesn't have a handle yet (i.e. with Directry set in OI). Issue #41441 2025-02-19 20:29:52 +01:00
forms.pp LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1 2025-02-13 01:49:57 +01:00
fpmake.pp
graphics.pp LCL: Formatting. 2024-11-23 08:10:58 +02:00
graphutil.pp LCL/GraphUtil: Exit ScaleImg immediately when no size change of the image is needed. 2024-11-05 17:32:43 +01:00
grids.pas LCL: Formatting. 2024-11-23 08:10:58 +02: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
icnstypes.pas
imagelistcache.pas
imglist.pp LCL/ImageList: Fix update of images after reloading. Issue #41386, based on patch by Massimo Magnano. 2025-02-03 12:45:20 +01:00
industrialbase.pp
inipropstorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00
interfacebase.pp LCL: Formatting. 2024-11-23 08:10:58 +02:00
intfgraphics.pas IconFinder: Fix failure to display BMP icons. 2024-11-08 18:51:51 +01:00
jsonpropstorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00
LAYOUT.txt
lazcanvas.pas
lazdeviceapis.pas
lazdialogs.pas Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
lazfreetypeintfdrawer.pas
lazhelphtml.pas Revert unintentional changes in commit 33801729a2 2023-12-15 15:55:13 +01:00
lazhelpintf.pas LCL: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02: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 Images: New/updated icons by Roland Hahn (dbnavigator, some lcl icons, debugger, actions, some new general purpose) 2024-09-10 23:34:42 +02:00
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res Images: New/updated icons by Roland Hahn (dbnavigator, some lcl icons, debugger, actions, some new general purpose) 2024-09-10 23:34:42 +02:00
lcl_grid_images.res Images: Fix interchanged sortasc and sortdesc images. 2024-09-11 14:39:03 +02:00
lclbase.lpk lclbase: added inc 2025-01-06 12:24:55 +01:00
lclclasses.pp LCL: Cleanup. 2024-10-19 12:35:40 +03:00
lclexceptionstacktrace.pas
lclintf.pas LCL: Improve a comment for function SelectInFolder. Directories are shown in different ways in different systems. 2025-02-06 10:05:36 +02:00
lclmemmanager.pas
lclmessageglue.pas
lclplatformdef.pas Gtk3: gtk3 is not alpha anymore :) . 2025-03-21 17:45:24 +01:00
lclproc.pas LCL-GTK2&3: Improve handling of font stretch and weight in font name. Issue #29596, patch by Juliette. 2025-02-23 12:42:07 +02:00
lclrescache.pas
lclstrconsts.pas LCL/ShellCtrls: Change internal format string for displaying GB file sizes in TShellListView. 2025-01-19 19:17:13 +01: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-GTK2&3: Improve handling of font stretch and weight in font name. Issue #29596, patch by Juliette. 2025-02-23 12:42:07 +02:00
lclunicodedata.pas
lclversion.pas
ldocktree.pas
lmessages.pp TTaskDialog: partially implemented TTaskDialogProgressBar.Initialize. 2023-08-23 15:23:43 +02:00
lresources.pp LCL: Formatting. 2024-11-23 08:10:58 +02:00
Makefile lcl: consistent -g -gl 2024-10-24 12:30:13 +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 lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
maskedit.pp MaskEdit: adapt FormatMaskText for EnableSets. 2024-01-16 19:19:14 +01:00
menus.pp LCL, Menu: fix ownership of copied menu items. 2024-12-28 20:11:26 +01: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
postscriptprinter.pas
postscriptunicode.pas
printers.pas LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
propertystorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00
registerlcl.pas
rubberband.pas
shellctrls.pas Replace locally implement operator overload for method comparison by already available SameMethod. Proposed by n7800 in MR !431 2025-02-02 12:09:48 +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 LCL: Cleaning the unused class TMemoStrings 2025-02-24 23:07:10 +00:00
taskdlgemulation.pp LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
themes.pas
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 LCL: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
xmlpropstorage.pas LCL: Formatting. 2024-11-23 08:10:58 +02:00