lazarus/lcl
2018-06-05 07:10:54 +00:00
..
forms LCL: TimePopup: better DoubleBuffered 2018-06-03 20:52:42 +00:00
images LCL: grids: remove checkbox images 2018-05-13 19:44:29 +00:00
include LCL: TLCLGlyphs: use gmrIgnoreAll as default MissingResources 2018-06-05 07:10:54 +00:00
interfaces Qt, Qt5: check Icon.Handle instead of Icon.HandleAllocated which returns false inside internalUpdate(). Possible part of issue #33821 2018-06-04 12:17:30 +00:00
languages Translations: fixed typo in Brazilian Portuguese translation (atuak -> atual). Hint by Jean Patrick, bug #33773. 2018-05-22 22:58:25 +00:00
nonwin32 lcl: comment 2017-09-02 09:14:44 +00:00
templates
tests
widgetset LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
actnlist.pas
alllclunits.pp LCL: add LCLExceptionStacktrace.pas 2018-06-02 16:23:17 +00:00
arrow.pp LCL: Support horizontal mouse wheel messages. Issue #32753, patch from AlexeyT. 2017-12-05 21:30:57 +00:00
asyncprocess.pp
btn_icons.res LCL: Replace "ignore" icon to avoid duplication of "cancel" icon. 2018-05-07 07:53:05 +00:00
buttonpanel.pas
buttons.pp Qt, Qt5: fix crash if glyph is available but hidden with ShowMode 2018-05-13 12:28:28 +00:00
calendar.pp LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
checklst.pas
clipbrd.pp LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194. 2017-11-24 18:02:15 +00:00
colorbox.pas LCL: combobox, listbox: fix drawing of customdrawn items. Change TOwnerDrawStateType.odPainted to odBackgroundPainted 2017-06-10 11:43:19 +00:00
comboex.pas LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
comctrls.pp LCL: toolbar: fix endless align/autosize loop. Issue #33575 2018-04-19 14:49:39 +00:00
controls.pp LCL: scale control default size when needed. Solves issue #32702 2018-06-04 15:35:01 +00:00
cursor_hourglass.res
cursors.res LCL: GTK2: High-DPI cursor crNo. 2017-09-07 21:13:46 +00:00
customdrawn_android.pas
customdrawn_common.pas
customdrawn_mac.pas
customdrawn_winxp.pas
customdrawncontrols.pas lcl: customdrawncontrols: disable DoubleBuffered for TCDControl 2018-02-07 17:00:23 +00:00
customdrawndrawers.pas
customtimer.pas
dbactns.pp
dbctrls.pp LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
dbextctrls.pp
dbgrids.pas LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
defaulttranslator.pas
dialog_icons.res
dialogs.pp Dialogs: overload CreateMessageDlg function with parameter to set dialog caption. 2018-02-24 16:01:21 +00:00
editbtn.pas LCL: editbtn: use LCLGlyphName 2018-05-02 07:29:27 +00:00
extctrls.pp LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
extdlgs.pas
extgraphics.pas
filectrl.pp
forms.pp LCL: forms: flag TApplication.DoubleBuffered as platform-dependent 2018-06-04 01:11:25 +00:00
fpmake.pp
graphics.pp lcl: removed comment 2018-04-30 16:39:45 +00:00
graphmath.pp
graphtype.pp
graphutil.pp
grids.pas LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
groupededit.pp Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak. 2018-01-15 10:53:48 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas LCL: image list cache: fix TSpeedButton NumGlyphs>0. Issue #33105 2018-02-01 13:55:21 +00:00
imglist.pp LCL: TLCLGlyphs: use gmrIgnoreAll as default MissingResources 2018-06-05 07:10:54 +00:00
industrialbase.pp
inipropstorage.pas LCL: inipropstorage: fix FPC trunk encoding problem. Issue #33112 2018-02-02 11:46:07 +00:00
interfacebase.pp LCL: WS: flag TWidgetSet.AppHandle as platform-dependent, remove DebugLn 2018-06-04 01:03:43 +00:00
intfgraphics.pas LCL: Fix out-of-range access to Colors array in LazIntfImages.CopyPixels (Issue #27144). 2018-04-13 12:36:50 +00:00
jsonpropstorage.pas
LAYOUT.txt
lazcanvas.pas
lazdeviceapis.pas
lazdialogs.pas
lazfreetypeintfdrawer.pas
lazhelphtml.pas lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options 2017-11-11 14:21:11 +00:00
lazhelpintf.pas
lazregions.pas
lcl_calc_images.res
lcl_dbnav_images.res LCL: Replace some lcl images by more well-known ones (in several Hi-DPI resolutions, by Roland Hahn). Fix grids.pas not compiling with png instead of xpm images. 2018-04-30 08:42:11 +00:00
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res lcl: Minor revision of HiRes images of lcl controls (by Roland Hahn) 2017-11-12 14:25:09 +00:00
lcl_grid_images.res LCL: images: register sortasc and sortdesc lower resolutions. 2018-05-01 13:54:38 +00:00
lclbase.lpk LCL: add LCLExceptionStacktrace.pas 2018-06-02 16:23:17 +00:00
lclclasses.pp lcl: comment 2017-10-26 14:16:50 +00:00
lclexceptionstacktrace.pas LCL: better exception debug messages 2018-06-02 17:42:16 +00:00
lclintf.pas
lclmemmanager.pas
lclmessageglue.pas lcl: debug 2018-03-10 16:32:56 +00:00
lclplatformdef.pas
lclproc.pas LCL: use LazLoggerBase instead of LazLogger 2018-06-02 15:59:13 +00:00
lclrescache.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
lclstrconsts.pas lcl: THTMLHelpDatabase: added published readonly property BuiltInBaseURL to show the default in the IDE options 2017-11-11 14:21:11 +00:00
lcltaskdialog.pas
lcltranslator.pas lcl: translations: fixed getting duplicate msg from .mo file, issue #33173 2018-02-17 10:44:33 +00:00
lcltype.pp LCL: Listview: Add some missing notifications. 2018-05-02 20:31:48 +00:00
lclunicodedata.pas
lclversion.pas LazUtils: Add unit LazVersion. Use it also for LCLVersion. Issue #33418, patch from Zoran Vučenović. 2018-03-14 08:21:54 +00:00
ldocktree.pas
lmessages.pp LCL: Win32: TPageControl, TTabControl: Fixed Tabs of PageControl flickers. Issue #33824 2018-06-04 10:33:24 +00:00
lresources.pp
Makefile
Makefile_win.compiled
Makefile.compiled
Makefile.fpc
maskedit.pp LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
menus.pp LCL: Support TMenuItem.Assign(TMenuItem) and TMenu.Assign(TMenu). Issue #33345, patch from AlexeyT. 2018-03-23 10:15:47 +00:00
pairsplitter.pas
popupnotifier.pas lcl: Make popupnotifier dpi-aware. 2018-02-27 23:33:01 +00:00
postscriptcanvas.pas LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas
propertystorage.pas
registerlcl.pas
rubberband.pas
shellctrls.pas Amiga: removed some warnings 2017-06-20 09:24:14 +00:00
spin.pp LCL: float spin (ex): fix streaming of Increment and MaxValue properties in FPC trunk. Issue #33567 2018-04-05 10:19:34 +00:00
stdactns.pas
stdctrls.pp LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
themes.pas LCL: themes: high-DPI DrawIcon 2018-05-13 21:25:07 +00:00
tmschema.pas LCL: themes: use original constants 2018-05-01 09:04:13 +00:00
toolwin.pp
update_allunits.lpi
update_allunits.lpr
utrace.pp
valedit.pas LCL/ValuelistEditor: Change column titles from "Key"/"Name" to "Key"/"Value" 2018-02-24 11:45:10 +00:00
xmlpropstorage.pas