lazarus/lcl
2018-10-19 16:13:03 +00:00
..
forms LCL: TimePopup: better DoubleBuffered 2018-06-03 20:52:42 +00:00
images IDE/LCL: Modify some high-DPI icons for more consistent style (Roland Hahn) 2018-10-17 09:07:32 +00:00
include LCL: Avoid SegFault of freshly created TCustomListview with owner-data (issue #34407, patch by Charles Grunwald). 2018-10-11 08:23:22 +00:00
interfaces LCL-GTK2: Fix icon scaling in menuitems. Patch from Ondrej. 2018-10-19 16:13:03 +00:00
languages Finnish translation. 2018-10-19 16:12:41 +00:00
nonwin32
templates
tests
widgetset LCL: Remove the fixed VIRTUAL_VMT_COUNT limit in RegisterWSComponent. Get the real VMT size dynamically. Issue #34408, patch from Bartek Dajewski. 2018-10-13 11:56:34 +00:00
actnlist.pas
alllclunits.pp Remove LCL dependency from unit GraphType and move it to LazUtils package. 2018-06-13 08:33:10 +00:00
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
buttons.pp Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
calendar.pp LCL: publish DoubleBuffered & ParentDoubleBuffered 2018-06-03 20:36:08 +00:00
checklst.pas
clipbrd.pp LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities. 2018-06-14 09:05:50 +00:00
colorbox.pas
comboex.pas LCL: Prevent a design-time crash in TCheckComboBox. Issue #33889, patch from Vojtěch Čihák. 2018-06-22 12:23:45 +00:00
comctrls.pp LCL: TTreeView: Make TOldTreeNodeInfo.Data 32/64Bit aware to prevent crash of TreeView.Items.Assign on 64bit. 2018-07-13 21:44:31 +00:00
controls.pp LCL: Raise a specialized ELayoutException for LCL layout related errors. Issue #34362, patch from accorp. 2018-10-09 14:00:34 +00: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: DbLookupCombobox: do not initialize lookup on datachange. 2018-09-12 18:03:34 +00:00
dbextctrls.pp
dbgrids.pas LCL: fix resizing the last dbgrid column while the mouse pointer is out of bounds, issue #34032 2018-09-11 17:46:07 +00:00
defaulttranslator.pas
dialog_icons.res
dialogs.pp TCommondialog: do not publish Widht/Height properties. Issue #0033480. Patch by AlexeyT. 2018-09-16 13:06:31 +00:00
editbtn.pas LazControls: Improve and optimize the filter controls. Issue #34057, patch from AlexeyT. 2018-10-02 09:47:13 +00:00
extctrls.pp IDEIntf: Tweak Object Inspector such that TFlowPanelControl items cannot be added and deleted in an incorrect way (issue #34286). 2018-09-22 17:48:14 +00:00
extdlgs.pas
extgraphics.pas
filectrl.pp
forms.pp Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
fpmake.pp
graphics.pp LCL: Define the old CLX colors only with "DefineCLXColors". They have been deprecated forever. 2018-09-30 15:24:34 +00:00
graphmath.pp
graphutil.pp
grids.pas LCL: Prevent a double validation message in TStringGrid. Issue #34306, patch from Tintinux. 2018-10-01 08:41:39 +00:00
groupededit.pp LCL: Improve SpinEditEx controls and their UpDownVisible property. 2018-06-19 22:42:51 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
industrialbase.pp
inipropstorage.pas
interfacebase.pp LCL: WS: flag TWidgetSet.AppHandle as platform-dependent, remove DebugLn 2018-06-04 01:03:43 +00:00
intfgraphics.pas LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities. 2018-06-14 09:05:50 +00: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
lazhelphtml.pas
lazhelpintf.pas Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
lazregions.pas
lcl_calc_images.res
lcl_dbnav_images.res LCL: De-saturate the color of the DBNavigator's cancel icon to get more uniform appearance of disabled navigator buttons. 2018-08-02 11:50:59 +00:00
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res
lcl_grid_images.res LCL: images: register sortasc and sortdesc lower resolutions. 2018-05-01 13:54:38 +00:00
lclbase.lpk set trunk version to 2.1.0 2018-09-15 19:46:38 +00:00
lclclasses.pp Delete old deprecated methods. 2018-09-28 11:06:40 +00:00
lclexceptionstacktrace.pas LCL: better exception debug messages 2018-06-02 17:42:16 +00:00
lclintf.pas LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding. 2018-07-25 13:38:59 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclplatformdef.pas IDE/Restriction Browser: Fix visibility of icon on customdrawn button. 2018-10-19 11:19:00 +00:00
lclproc.pas LCL: restored VK_HELP key i18n and made sure its resource string is not reused in button captions (added a separate resource string for them). Regenerated translations and updated Russian translation. 2018-08-27 23:06:05 +00:00
lclrescache.pas LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities. 2018-06-14 09:05:50 +00:00
lclstrconsts.pas LCL: restored VK_HELP key i18n and made sure its resource string is not reused in button captions (added a separate resource string for them). Regenerated translations and updated Russian translation. 2018-08-27 23:06:05 +00:00
lcltaskdialog.pas
lcltranslator.pas LCLTranslator, Translations units: when translating an item, return original value if translation is empty. Idea by Sergey Bulba. Also improved finding master .po file in LCLTranslator. Fixes bug #33095. 2018-09-13 22:03:54 +00:00
lcltype.pp LCL: Define the old CLX colors only with "DefineCLXColors". They have been deprecated forever. 2018-09-30 15:24:34 +00:00
lclunicodedata.pas
lclversion.pas
ldocktree.pas Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
lmessages.pp LCL: fix dbcombobox editing, issue #33164 2018-08-08 17:40:19 +00:00
lresources.pp Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
Makefile
Makefile_win.compiled
Makefile.compiled
Makefile.fpc
maskedit.pp
menus.pp Fix compilation of VirtualTreeView after r58939 #508a89d4af. Add a deprecated NewLine(). Issue #34250, patch from Pascal Riekenberg. 2018-09-11 08:22:23 +00:00
pairsplitter.pas LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities. 2018-06-14 09:05:50 +00:00
popupnotifier.pas
postscriptcanvas.pas
postscriptprinter.pas
postscriptunicode.pas
printers.pas
propertystorage.pas
registerlcl.pas
rubberband.pas
shellctrls.pas
spin.pp
stdactns.pas
stdctrls.pp LCL: TComboBox: Fixed OnEditingDone is fired twice when pressing ENTER. Issue #33992 2018-09-29 19:40:13 +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 TValueListEditor: fix DeleteRow (Issue #0034208) 2018-09-16 11:11:07 +00:00
xmlpropstorage.pas