.. |
forms
|
|
|
images
|
LCL: Add missing dialog shield icon (by Roland Hahn).
|
2021-11-20 11:29:39 +01:00 |
include
|
LCL/FloatSpinEdit: Fix KeyPress swallowing the 'e' of exponential notation.
|
2022-06-10 17:21:36 +02:00 |
interfaces
|
GTK3: Document that the native calendar does not support a MinDate or MaxDate.
|
2022-07-20 22:25:35 +02:00 |
languages
|
TCalendar: nicer errormessage if a date is smaller than MinDateTime or larger than MaxDateTime.
|
2022-07-19 10:37:43 +02:00 |
nonwin32
|
|
|
templates
|
|
|
tests
|
|
|
widgetset
|
Win32 and WinCE; The WS calendar only accepts lowe limits > 1601-01-01
|
2022-07-19 10:21:59 +02:00 |
actnlist.pas
|
|
|
alllclunits.pp
|
|
|
arrow.pp
|
|
|
asyncprocess.pp
|
|
|
btn_icons.res
|
IDE/LCL: Modify some high-DPI icons for more consistent style (Roland Hahn)
|
2018-10-17 09:07:32 +00:00 |
buttonpanel.pas
|
TButtonPanel.DefaultButton: no default button support
|
2021-11-18 18:31:13 +01:00 |
buttons.pp
|
LCL: Delete TCustomSpeedButton.DoMouseUp. Part of merge request !21.
|
2022-06-03 12:52:45 +03:00 |
calendar.pp
|
TCalendar: move widgetset code for setting Min/MaxDate to SetProps (because is needs a handle).
|
2022-07-19 19:35:34 +02:00 |
checklst.pas
|
|
|
clipbrd.pp
|
|
|
colorbox.pas
|
LCL/TColorBox, TColorListbox: Add missing Notification procedure. Issue #39518.
|
2021-12-16 14:06:26 +01: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/ListView: implement incremental search in virtual mode for Windows. Issue #39748.
|
2022-05-13 11:06:11 +02:00 |
controls.pp
|
lcl: protected TControl.DoMouseUp/Down
|
2022-05-07 20:39:15 +02:00 |
cursor_hourglass.res
|
|
|
cursors.res
|
|
|
customdrawn_android.pas
|
|
|
customdrawn_common.pas
|
|
|
customdrawn_mac.pas
|
|
|
customdrawn_winxp.pas
|
|
|
customdrawncontrols.pas
|
|
|
customdrawndrawers.pas
|
|
|
customtimer.pas
|
|
|
dbactns.pp
|
|
|
dbctrls.pp
|
LCL: Publish TDBEdit.TextHint. Issue #39470.
|
2021-11-17 18:45:16 +02:00 |
dbextctrls.pp
|
|
|
dbgrids.pas
|
LCL: Prevent double painting CustomDBGrid. Merge request !65 by Petr Kristan.
|
2022-01-30 00:18:49 +02:00 |
defaulttranslator.pas
|
|
|
dialog_icons.res
|
LCL: Add missing dialog shield icon (by Roland Hahn).
|
2021-11-20 11:29:39 +01:00 |
dialogs.pp
|
LCL: implement PromptForFileName in a Delphi compatible way (even though the function is badly designed IMHO). Issue #39740.
|
2022-05-18 22:51:52 +02:00 |
editbtn.pas
|
Don't raise an exception when date in the edit is out of bounds. Issue #39825.
|
2022-07-17 09:57:36 +02:00 |
extctrls.pp
|
TPanel: publish OnChangeBounds
|
2022-03-09 18:23:12 +01:00 |
extdlgs.pas
|
|
|
extgraphics.pas
|
|
|
filectrl.pp
|
|
|
forms.pp
|
LCL: Use const for parameters. Patch by Alexey Torgashin. Issue #39617.
|
2022-02-02 13:57:38 +01:00 |
fpmake.pp
|
LCLBase: Fpmake.pp, messages unit is non-windows only
|
2021-08-28 00:09:45 +02:00 |
graphics.pp
|
* for FPC 3.2.3 and newer alias GraphType.TGraphicsColor to System.UITypes.TColor, Graphics.PColor to System.UITypes.PColor and LCLType.COLORREF to System.UITypes.TColorRef to avoid type conflicts when both System.UITypes and the LCL units are used
|
2021-11-16 00:27:36 +03: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: Prevent an exception with MouseDown on a Grid which lost focus. Issue #39730, patch by Soner.
|
2022-05-18 00:27:27 +03:00 |
groupededit.pp
|
|
|
helpintfs.pas
|
LCL: Implement TApplication.HelpShowTableOfContents. Issue #25905.
|
2021-07-20 19:44:31 +00:00 |
icnstypes.pas
|
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
|
2013-05-24 18:30:06 +00:00 |
imagelistcache.pas
|
|
|
imglist.pp
|
|
|
industrialbase.pp
|
|
|
inipropstorage.pas
|
|
|
interfacebase.pp
|
LCL: Consider that MemSize can return 0 with a custom MemoryManager. Merge request !27 by Sergey Larin.
|
2021-10-28 11:23:36 +03:00 |
intfgraphics.pas
|
lcl: undo alpha reverse with comment
|
2022-03-18 14:29:24 +01:00 |
jsonpropstorage.pas
|
|
|
LAYOUT.txt
|
|
|
lazcanvas.pas
|
LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding.
|
2018-07-25 13:38:59 +00:00 |
lazdeviceapis.pas
|
|
|
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
|
|
|
lazhelpintf.pas
|
lcl: comments
|
2022-04-05 13:36:35 +02: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
|
Revert "Disable PEEPHOLE opt in fpc 3.2.0 to fpc 3.2.3 => there is a bug that can cause crashed in fpdebug/lazutils"
|
2021-10-16 13:41:59 +02:00 |
lclclasses.pp
|
|
|
lclexceptionstacktrace.pas
|
|
|
lclintf.pas
|
|
|
lclmemmanager.pas
|
|
|
lclmessageglue.pas
|
|
|
lclplatformdef.pas
|
LazBuild: Default to Carbon widgetset on PowerPC. Issue #39293, patch by PascalDragon.
|
2021-12-26 15:04:30 +02:00 |
lclproc.pas
|
LCL: Remove tests for define WithOldDebugln. It has been there since 2012.
|
2021-10-31 09:51:28 +02: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
|
LCL: TaskDialog: Use no icon for tdiNone, not a placeholder icon, see issue #39172. Suggested by Jamie Philbrook
|
2021-07-08 08:02:23 +00:00 |
lcltranslator.pas
|
Revert unintentionally committed files
|
2022-05-24 15:38:36 +02:00 |
lcltype.pp
|
* for FPC 3.2.3 and newer alias GraphType.TGraphicsColor to System.UITypes.TColor, Graphics.PColor to System.UITypes.PColor and LCLType.COLORREF to System.UITypes.TColorRef to avoid type conflicts when both System.UITypes and the LCL units are used
|
2021-11-16 00:27:36 +03:00 |
lclunicodedata.pas
|
|
|
lclversion.pas
|
|
|
ldocktree.pas
|
|
|
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
|
|
|
Makefile
|
|
|
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
|
|
|
maskedit.pp
|
|
|
menus.pp
|
|
|
pairsplitter.pas
|
|
|
popupnotifier.pas
|
make TPopupNotifier.BidiMode as Application.BidiMode
|
2022-03-18 18:18:54 +02:00 |
postscriptcanvas.pas
|
|
|
postscriptprinter.pas
|
|
|
postscriptunicode.pas
|
|
|
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: Prevent an occational range error in ShellListView. Remove useless checks.
|
2022-03-04 12:50:22 +02:00 |
spin.pp
|
LCL Spin: fix case of Integer/string types
|
2022-01-06 14:16:30 +01:00 |
stdactns.pas
|
|
|
stdctrls.pp
|
lcl TLabel: unbind Color and Transparent to fix ParentColor issues (fixes)
|
2022-05-03 20:42:26 +02:00 |
themes.pas
|
Fix TTabControl background color #25468
|
2022-02-24 16:14:17 +02:00 |
tmschema.pas
|
|
|
toolwin.pp
|
|
|
update_allunits.lpi
|
|
|
update_allunits.lpr
|
|
|
utrace.pp
|
|
|
valedit.pas
|
LCL: fix TValueListEditor LoadContent in case of exceptions, issue #36182
|
2021-08-24 02:24:27 -05:00 |
xmlpropstorage.pas
|
|
|