lazarus/lcl/interfaces/cocoa
2024-10-12 19:00:14 +08:00
..
agl.pp
alllclintfunits.pas
cocoa_extra.pas Cocoa: add AppKitVersion 12 and 13 2024-10-04 13:45:50 +08:00
cocoabuttons.pas Cocoa: Focus Ring config for Button applied 2024-08-16 20:29:21 +08:00
cocoacallback.pas Cocoa: decouple CocoaStatusBar from other control unit 2024-08-23 00:33:09 +08:00
cocoacaret.pas
cocoacollectionview.pas Cocoa/ListView: implement ItemExchange() #41124, patch by David Jenkins with modification 2024-09-07 15:00:24 +08:00
cocoaconfig.inc Cocoa: add TCocoaConfigAppMenu.onCreate for custom 2024-10-12 19:00:14 +08:00
cocoaconfig.pas Cocoa: add TCocoaConfigAppMenu.onCreate for custom 2024-10-12 19:00:14 +08:00
cocoaconfigfocusring.inc Cocoa: fix some FocusRing config 2024-09-11 23:13:14 +08:00
cocoaconst.pas Cocoa: add NSSTR_ATTACHMENT_CHARACTER to CocoaConst 2024-09-23 20:48:00 +08:00
cocoacursor.pas
cocoacustomcontrol.pas Cocoa: split BaseInputClient responsibility from TCocoaCustomControl into TCocoaCustomControlWithBaseInputClient 2024-08-23 00:33:23 +08:00
cocoadatepicker.pas Cocoa: remove circular unit references, add CocoaCallback/CocoaListView/CocoaWSListView unit 2024-07-28 22:41:11 +08:00
cocoadefines.inc
cocoafullcontroledit.pas Cocoa: fix the issue with abnormal parameters passed into Lookup Word from macOS 2024-09-03 21:30:54 +08:00
cocoagdiobjects.pas cocoa: fix some legacy transparent icon format issues #41131 2024-09-17 21:02:26 +08:00
cocoaint.pas Cocoa: add config to control TPanel's frame3d drawing mode #40545 2024-09-13 21:20:11 +08:00
cocoalclintf.inc Cocoa: clean up 2024-08-16 20:38:27 +08:00
cocoalclintfh.inc
cocoalistcontrol.pas Cocoa: fix the issue that item state not set before TListView.OnChange() calling, issue #41151 2024-09-25 00:40:50 +08:00
cocoalistview.pas Cocoa/ListView: improve callback clear 2024-09-19 20:52:27 +08:00
cocoamenus.pas Cocoa: add TCocoaConfigAppMenu.onCreate for custom 2024-10-12 19:00:14 +08:00
cocoaobject.inc Cocoa/Config: integrate various Menu config(TMacOS_AppMenuIntf/TMacOS_DockMenuIntf) into CocoaConfig.TCocoaConfigMenu 2024-08-22 21:04:53 +08:00
cocoaprivate.pas Cocoa: decouple CocoaCustomControl from CocoaPrivate unit to CocoaCustomControl unit 2024-08-23 00:32:37 +08:00
cocoascrollers.pas Revert "Cocoa: fix memory leak in LegacyScroller #41171" 2024-10-05 01:19:37 +08:00
cocoastatusbar.pas Cocoa: decouple CocoaStatusBar from other control unit 2024-08-23 00:33:09 +08:00
cocoatabcontrols.pas Cocoa: decouple CocoaCustomControl from CocoaPrivate unit to CocoaCustomControl unit 2024-08-23 00:32:37 +08:00
cocoatables.pas Cocoa: fix the issue that item state not set before TListView.OnChange() calling, issue #41151 2024-09-25 00:40:50 +08:00
cocoatextedits.pas Cocoa/ComboBox: csOwnerDrawVariable style supported 2024-08-31 18:16:21 +08:00
cocoathemes.pas Cocoa/Theme: improve on 60f7e4e 2024-09-25 20:01:26 +08:00
cocoatoolbar.inc Cocoa/ToolBar: fix the setting order for NSMenuToolBarItem 2024-09-12 23:45:45 +08:00
cocoatoolbar.pas Cocoa: The DisableCocoaModernForm macro is used at compile time to allow Lazarus running on macOS 11- to compile IDE and APP 2024-09-12 20:30:54 +08:00
cocoatrayicon.inc Cocoa/Config: turn Notification Config to the new Style 2024-08-21 22:19:09 +08:00
cocoautils.pas Cocoa: add util NSControlMoveCaretToTheEnd() 2024-09-19 20:52:26 +08:00
cocoawinapi.inc Cocoa: add config to control TPanel's frame3d drawing mode #40545 2024-09-13 21:20:11 +08:00
cocoawinapih.inc
cocoawindows.pas Cocoa: fix the issue that TCocoaWindowContent.contentSize may not be updated in time when the program and the user set the window size at the same time 2024-09-06 22:14:02 +08:00
cocoawsbuttons.pas Cocoa: fix the issue of NSButton with NSRegularSquareBezelStyle 2024-08-12 21:04:16 +08:00
cocoawschecklst.pas Cocoa: TCheckListBox.AllowGrayed supported at Design Time 2024-08-31 19:45:50 +08:00
cocoawsclipboard.pas
cocoawscomctrls.pas Cocoa: decouple CocoaStatusBar from other control unit 2024-08-23 00:33:09 +08:00
cocoawscommon.pas Cocoq: release two global variables issue #41170 2024-10-04 22:22:32 +08:00
cocoawsdatepicker.pas Cocoa: remove unused unit references 2024-07-28 22:41:19 +08:00
cocoawsdialogs.pas Cocoa: fix the issue in TCocoaFilterComboBox #41135 (patch by David Jenkins) 2024-09-13 21:19:31 +08:00
cocoawsextctrls.pas Cocoa: decouple CocoaCustomControl from CocoaPrivate unit to CocoaCustomControl unit 2024-08-23 00:32:37 +08:00
cocoawsfactory.pas Cocoa: remove circular unit references, add CocoaCallback/CocoaListView/CocoaWSListView unit 2024-07-28 22:41:11 +08:00
cocoawsforms.pas Cocoa: The DisableCocoaModernForm macro is used at compile time to allow Lazarus running on macOS 11- to compile IDE and APP 2024-09-12 20:30:54 +08:00
cocoawslistview.pas Cocoa/ListView: implement ItemExchange() #41124, patch by David Jenkins with modification 2024-09-07 15:00:24 +08:00
cocoawsmenus.pas Cocoa/Menu: fix the crash when insert a hidden separator after a visible MenuItem, introduced by e762d9b, see also #41028 2024-09-09 23:56:49 +08:00
cocoawsscrollers.pas Cocoq: release two global variables issue #41170 2024-10-04 22:22:32 +08:00
cocoawsspin.pas Cocoa: fix some FocusRing config 2024-09-11 23:13:14 +08:00
cocoawsstdctrls.pas Cocoa: fix an issue related to TListBox.ScrollWidth 2024-09-27 20:33:19 +08:00
interfaces.pas
issues.xml
Makefile
Makefile.compiled
Makefile.fpc
patrons.txt