lazarus/lcl
2016-10-09 14:28:44 +00:00
..
forms CaculatorForm: fix TCalculatorPanel.FindButton for buttons after the Square root button. 2016-08-22 12:40:48 +00:00
images LCL: include LCLTaskDialog.pas, initial commit. Issue #30625 2016-09-21 16:06:29 +00:00
include TNoteBook: fix deleting pages. Issue #0030688. 2016-10-09 14:28:44 +00:00
interfaces win32: modified TWin32MemoStrings to write lines to .lfm based of the text rather than wordwrapped lines (related to r53052 #9ead143427, #30659) 2016-09-29 13:35:59 +00:00
languages Translations: Hungarian translation update by Péter Gábor, bug #30342 2016-07-05 22:12:22 +00:00
nonwin32
templates
tests
widgetset Dialogs: 2016-08-21 11:45:58 +00:00
actnlist.pas
alllclunits.pp LCL: include LCLTaskDialog.pas, initial commit. Issue #30625 2016-09-21 16:06:29 +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 LCL: include LCLTaskDialog.pas, initial commit. Issue #30625 2016-09-21 16:06:29 +00:00
buttonpanel.pas LCL: Publish TButtonPanel.Color. 2016-08-11 13:00:18 +00:00
buttons.pp
calendar.pp LCL: Implement TCustomCalendar.GetCalendarView. Patch by Zoran Vučenović. 2016-02-25 09:55:01 +00:00
checklst.pas LCL: Publish property OnSelectionChange for TCheckListBox. Patch from Sandro Cumerlato. 2016-07-30 13:30:49 +00:00
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: Make TCoolBar themed background optional. Issue #30464, patch from regs. 2016-09-13 19:44:43 +00:00
controls.pp revert r52494, r52500 #48fe37a204: they caused crashes in Carbon interface. Issue #30003 2016-07-17 04:12:46 +00:00
cursor_hourglass.res lcl: images: hourglass cursors: better hotspot (in the middle of hourglass) 2016-03-24 00:37:32 +00:00
cursors.res lcl: images: hourglass cursors: better hotspot (in the middle of hourglass) 2016-03-24 00:37:32 +00:00
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 cocoa: Fixes toolbar dropdown button, bug #28690 2016-08-01 19:59:20 +00:00
customdrawn_winxp.pas cocoa: Implements basic TSpeedButton look 2015-08-01 06:28:38 +00:00
customdrawncontrols.pas customdrawn: Fixes bug #21573 problems in TCDScrollBar slider mouse drag 2016-08-04 06:57:58 +00:00
customdrawndrawers.pas cocoa: Implements basic TSpeedButton look 2015-08-01 06:28:38 +00:00
customtimer.pas
dbactns.pp
dbctrls.pp LCL: Change TDBImage.UpdateData to virtual. Issue #24539. 2016-03-14 19:59:50 +00:00
dbextctrls.pp
dbgrids.pas LCL, DbGrids: Fix result of DBGrid.MyCompareBookmarks, from Luiz Americo, issue #28743 2016-07-17 19:30:48 +00:00
defaulttranslator.pas
dialog_icons.res LCL: include LCLTaskDialog.pas, initial commit. Issue #30625 2016-09-21 16:06:29 +00:00
dialogs.pp lcl: lcltaskdialog: fix execution parameters 2016-09-22 07:00:38 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas EditBtn: allow to clear TDateEdit.Text at designtime when DefaultToday=True and DirectInput=False. Issue #0030425. 2016-08-02 16:32:04 +00:00
extctrls.pp lcl: TCustomImage.StretchOutEnabled/StrechInEnabled, issue #29605, from Alexey Torgashin 2016-09-11 21:23:48 +00:00
extdlgs.pas ExtDlgs: implement TCalculatorDialog.OnCanClose. Part of Issue #0030449. 2016-08-22 10:36:50 +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: change OnExceptionCircle to OnCircularException, remove handler list. 2016-07-20 18:01:57 +00:00
fpmake.pp
graphics.pp Some time ago we decided (in the mailling list) against using reference instead of handle 2016-07-19 13:21:51 +00:00
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: fix TStringGrid copying a single empty cell to clipboard, issue #30607 2016-09-19 17:01:26 +00:00
groupededit.pp lcl: groupededit: use RealGetText/RealSetText overriden methods instead of new GetText/SetText to make use of TControl.Text property. 2016-04-08 11:05:53 +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 Implements support for radial gradient in Qt and the LCL with capability indicator 2016-02-08 19:18:10 +00:00
intfgraphics.pas LCL: Remove unused code in TLazIntfImage.Assign. 2016-09-29 08:35:07 +00:00
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 LazHelpHtml: UnQuotes the result of FinddefaultBrowser. Resolves issue #0030502. 2016-08-22 13:07:30 +00:00
lazhelpintf.pas Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +00:00
lazlinkedlist.pas
lazregions.pas
lcl_calc_images.res
lcl_dbgrid_images.res
lcl_dbnav_images.res lcl: images: cleaner tick images, Issue #29869 2016-03-23 09:04:03 +00:00
lcl_dock_images.res
lcl_dock_to_images.res lcl: images: replace dock images with Tango (some modified by myself). Issue #29869 2016-03-24 00:23:18 +00:00
lcl_edbtnimg.res lcl: images: better btnseldir.png 2016-03-23 09:11:09 +00:00
lcl_grid_images.res lcl: images: replace all Silk icons by public-domain Tango icons, Issue #29869 2016-03-23 08:08:15 +00:00
lclbase.lpk reverts wrong part of commit 2016-09-29 07:48:38 +00:00
lclclasses.pp LCL: Improve a debug msg when destroying a component with LCLRefCount>0. 2016-03-15 11:22:21 +00:00
lclintf.pas LCLIntf: refactor FindDefaultBrowser() for Windows. 2016-07-05 22:49:36 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclproc.pas LCL: Small optimization for ShortcutToText. Issue #30709, patch from Alexey Torgashin. 2016-10-09 13:12:13 +00:00
lclrescache.pas LCL: added check for issue #30661 2016-09-30 06:19:21 +00:00
lclstrconsts.pas lcl: use OK and Abort buttons in default exception dialog. Don't kill the application when ESC is pressed to close it. 2016-02-28 07:33:49 +00:00
lcltaskdialog.pas lcl: lcltaskdialog: fix non-windows compilation 2016-09-22 06:33:39 +00:00
lcltranslator.pas LCLTranslator: Fix FindLocaleFilename failing if optional directory is absolute or ends with a path delimiter. 2016-06-19 22:19:27 +00:00
lcltype.pp lcl: use ssDouble, ssTriple and ssQuad in MouseUp handlers 2016-02-10 15:35:03 +00:00
lclunicodedata.pas
lclversion.pas trunk: set version to 1.7 2015-11-30 19:06:17 +00:00
ldocktree.pas
lmessages.pp lcl: fix Linux compilation after r51821 #be5322bd6d, Issue #29766 2016-03-04 06:44:48 +00:00
lresources.pp Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +00:00
Makefile lcl: updated makefiles 2016-03-20 13:05:51 +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 MaskEdit: fix pasting text with spaces when maskchar is cMask_AlphaNum, cMask_Letter and cMask_Number or cMask_NumberPlusMin. Issue #0030481. 2016-08-19 21:07:42 +00:00
menus.pp LCL: menus: implement StripHotkey (Delphi compatibilty) 2016-05-15 09:26:48 +00:00
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 TCustomPropertyStorage: implement OnSaveException event. 2016-04-25 12:36:52 +00:00
registerlcl.pas
rubberband.pas
shellctrls.pas ShellCtrls: publish property Mask of TShellListView. 2016-04-11 09:37:19 +00:00
spin.pp
stdactns.pas LCL: Publish TCommonDialogAction.OnUpdate. Issue #30196, patch from Rolf Wetjen. 2016-06-16 11:06:05 +00:00
stdctrls.pp LCL: Make the initial height of ToggleBox match with Button. Issue #30536, patch from Alexey Torgashin. 2016-09-13 12:42:03 +00:00
stringhashlist.pas
textstrings.pas memo: Changes the LFM writer to store the lines without wordwrap so that this information is not lost, see bug #30659 2016-09-29 07:47:23 +00:00
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 unit: Improved lieending removal code clarity, added more comments. 2016-07-16 10:22:01 +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 ValEdit: fix infinite recursion introduced in r52157 #e6905bdc44. Issue #0029993. 2016-04-11 09:15:49 +00:00
xmlpropstorage.pas Order uses sections. 2016-03-15 21:16:43 +00:00