lazarus/lcl
2016-01-11 17:11:22 +00:00
..
forms LCL: TimePopupForm: keep the form in view when switchin to non-simple layout. 2015-09-19 14:22:00 +00:00
images DBNavigator: restore the icons for "delete" and "cancel" that got lost in r32029 #f6063bf57c. Issue #0029359. 2016-01-11 17:11:22 +00:00
include lcl, designer: add and use GetDesignerForm 2016-01-02 18:20:54 +00:00
interfaces win32: removed ComCtrls from win32proc. Replacing explicit TCustomTabControl check for a call to the added WindowInfo.ClientOffsetProc 2016-01-04 18:18:08 +00:00
languages Translations: French translation update by Gilles Vasseur, bug #29208 2015-12-18 23:55:17 +00:00
nonwin32
templates
tests
widgetset lcl: rewrite PopupMode/PopupParent 2015-12-25 15:37:10 +00:00
actnlist.pas
alllclunits.pp LCL: Add unit LCLTranslator to package LCLBase. 2015-10-12 16:13:50 +00:00
arrow.pp LCL: Improve TArrow more. Issue #28228, patch from Alexey Torgashin. 2015-06-05 17:10:58 +00:00
asyncprocess.pp
btn_icons.res
buttonpanel.pas
buttons.pp
calendar.pp LCL: exploded some With-blocks for fpc 3.1.1 2015-11-06 18:35:28 +00:00
checklst.pas
clipbrd.pp LCL: ClipBoard HTML functions: 2015-12-21 19:45:48 +00:00
colorbox.pas Revert r49699 #57795c6d42, "LCL: Prevent opening custom color selection dialog in ColorBox wrongly." 2015-09-23 09:19:55 +00:00
comboex.pas
comctrls.pp lcl: themes: add TThemeOption.toUseGlyphEffects. Use it for TToolButton, TSpeedButton, TBitBtn, TButtonGlyph 2015-12-21 05:37:05 +00:00
controls.pp LCL: Implement TCustomMemo.ScrollBy. Refactor widgetset ScrollBy from ScrollingWinControl to WinControl. Solves issue #29067. 2015-11-29 18:45:53 +00:00
cursor_hourglass.res
cursors.res
customdrawn_android.pas cocoa: Implements basic TSpeedButton look 2015-08-01 06:28:38 +00:00
customdrawn_common.pas cocoa: Implements basic TSpeedButton look 2015-08-01 06:28:38 +00:00
customdrawn_mac.pas lcl: fixed TCDDrawerMac.DrawMacSquareButton y 2015-08-11 12:28:07 +00:00
customdrawn_winxp.pas cocoa: Implements basic TSpeedButton look 2015-08-01 06:28:38 +00:00
customdrawncontrols.pas cocoa: Implements basic TSpeedButton look 2015-08-01 06:28:38 +00:00
customdrawndrawers.pas cocoa: Implements basic TSpeedButton look 2015-08-01 06:28:38 +00:00
customtimer.pas
dbactns.pp
dbctrls.pp LCL: Reduce warnings by replacing deprecated TField's "Lookup" with "FieldKind=fkLookup". 2015-12-26 18:55:45 +00:00
dbextctrls.pp
dbgrids.pas LCL: Reduce warnings by replacing deprecated TField's "Lookup" with "FieldKind=fkLookup". 2015-12-26 18:55:45 +00:00
defaulttranslator.pas
dialog_icons.res
dialogs.pp LCL: when DefaultQuestionDialog is closed with ESC key or system close button, return ModalResult from cancel button (compatibility with WinAPI) 2015-12-13 18:38:25 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas LCL: fix comment language 2015-12-15 08:05:24 +00:00
extctrls.pp lcl: splitter: use default cursor if splitter isn't enabled 2016-01-02 13:20:30 +00:00
extdlgs.pas LCL: exploded some With-blocks for fpc 3.1.1 2015-11-06 18:35:28 +00:00
extendedstrings.pas
extgraphics.pas lcl: removed example PaintSwastika 2016-01-07 12:53:41 +00:00
filectrl.pp LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
forms.pp lcl, designer: add and use GetDesignerForm 2016-01-02 18:20:54 +00:00
fpmake.pp
graphics.pp
graphmath.pp LCL: exploded some With-blocks for fpc 3.1.1 2015-11-06 18:35:28 +00:00
graphtype.pp lcl: fixed typos 2015-12-05 23:29:47 +00:00
graphutil.pp LCL: Improve conversion routines HLStoRGB and RGBtoHLS. Issue #28423, patch from Vojtech Cihak. 2015-08-03 23:06:27 +00:00
grids.pas lcl: grids: fix Wrong Alignment in TCustomGrid for Editor. Issue #29243, patch by Michl 2015-12-31 09:47:35 +00:00
helpintfs.pas
icnstypes.pas
imagelistcache.pas
imglist.pp
industrialbase.pp LCL: exploded some With-blocks for fpc 3.1.1 2015-11-06 18:35:28 +00:00
inipropstorage.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
interfacebase.pp
intfgraphics.pas
LAYOUT.txt
lazcanvas.pas LCL: exploded some With-blocks for fpc 3.1.1 2015-11-06 18:35:28 +00:00
lazdeviceapis.pas
lazdialogs.pas
lazfreetypeintfdrawer.pas LCL: Glyph drawer for LazFreeType. Issue #28079, patch from Johann. 2015-05-19 16:13:42 +00:00
lazhelphtml.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
lazhelpintf.pas lcl: help intf: debug 2015-12-06 14:41:23 +00:00
lazlinkedlist.pas
lazregions.pas
lcl_calc_images.res
lcl_dbgrid_images.res
lcl_dbnav_images.res DBNavigator: restore the icons for "delete" and "cancel" that got lost in r32029 #f6063bf57c. Issue #0029359. 2016-01-11 17:11:22 +00:00
lcl_dock_images.res
lcl_dock_to_images.res
lcl_edbtnimg.res LCL: Implement TTimeEdit. Patch by Michael Fuchs, modified by me. 2015-07-25 13:11:10 +00:00
lcl_grid_images.res
lclbase.lpk LCL: ClipBoard HTML functions: 2015-12-21 19:45:48 +00:00
lclclasses.pp
lclintf.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclproc.pas Tools: Reorder and clean uses sections. Prevent "deprecated" warnings. 2015-08-08 21:06:51 +00:00
lclrescache.pas
lclstrconsts.pas Calculator: Add menu for copy/paste. Issue #28551, patch from Alexey Torgashin 2015-08-23 22:20:02 +00:00
lcltranslator.pas LCL: lcltranslator: when switching language call datamodules too, bug #28946, patch from fbiazi 2015-11-02 21:47:06 +00:00
lcltype.pp
lclunicodedata.pas
lclversion.pas trunk: set version to 1.7 2015-11-30 19:06:17 +00:00
ldocktree.pas
lmessages.pp
lresources.pp LCL: Prevent "Abstract method called" also with FPC 3.0.0. Issue #27754. 2015-08-26 09:07:27 +00:00
Makefile IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile_win.compiled
Makefile.compiled
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
maps.pp
maskedit.pp LCL: in TMaskEdit.RestoreMask only clear the control if it is actually masked. Issue #0028477. 2015-08-05 11:22:25 +00:00
menus.pp
pairsplitter.pas
popupnotifier.pas
postscriptcanvas.pas LCL: exploded some With-blocks for fpc 3.1.1 2015-11-06 18:35:28 +00:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas LCL: exploded some With-blocks for fpc 3.1.1 2015-11-06 18:35:28 +00:00
propertystorage.pas
registerlcl.pas
rubberband.pas
shellctrls.pas ShellListView: allow for case-sensitive masks. Issue #0029255. Patch by ruewa, modified by me. 2015-12-26 12:30:59 +00:00
spin.pp
stdactns.pas
stdctrls.pp LCL: Implement TCustomMemo.ScrollBy. Refactor widgetset ScrollBy from ScrollingWinControl to WinControl. Solves issue #29067. 2015-11-29 18:45:53 +00:00
stringhashlist.pas
textstrings.pas
themes.pas lcl: themes: add TThemeOption.toUseGlyphEffects. Use it for TToolButton, TSpeedButton, TBitBtn, TButtonGlyph 2015-12-21 05:37:05 +00:00
tmschema.pas cocoa: Fixes wrong interpretation of toolbar winapi constants 2015-04-24 18:46:23 +00:00
toolwin.pp
translations.pas lcl: translations: comments 2015-12-14 17:31:48 +00:00
update_allunits.lpi
update_allunits.lpr
utrace.pp LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
valedit.pas ValueListEditor: Revert r45782 #8f01bb744d. It is not a proper fix, and the issue cannot be reproduced anymore. Issue #0026449. 2015-12-02 12:53:52 +00:00
xmlpropstorage.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00