lazarus/lcl/interfaces/cocoa
2018-04-20 02:20:12 +00:00
..
agl.pp lcl: added cocoa/agl.pp 2016-11-08 15:36:00 +00:00
alllclintfunits.pas cocoa: Restricts reloading the NSPanel Browser only for Mac OS X versions that are affected by the Mac bug, while adding an utility function to get the OS version also refactored the two utility units into one 2017-06-27 20:51:24 +00:00
cocoa_extra.pas cocoa: moved backingScaleFactor to cocoa_extra unit into NSWindowFix category. Removed conflicting (and hacky) NSWindow redeclaration 2018-04-20 00:42:27 +00:00
cocoacaret.pas
cocoadefines.inc
cocoagdiobjects.pas Cocoa: revert r56761 #8474c9858e, issue #32175 and #33597 2018-04-19 09:03:49 +00:00
cocoaint.pas cocoa: making cocoa report 96ppi as a screen resolution for compatiblity with lcl 1.8 release 2018-04-20 02:20:12 +00:00
cocoalclintf.inc cocoa: implementation of DesignDC for forms 2018-01-14 06:14:12 +00:00
cocoalclintfh.inc cocoa: implementation of DesignDC for forms 2018-01-14 06:14:12 +00:00
cocoaobject.inc cocoa: making cocoa report 96ppi as a screen resolution for compatiblity with lcl 1.8 release 2018-04-20 02:20:12 +00:00
cocoaprivate.pp cocoa: moved backingScaleFactor to cocoa_extra unit into NSWindowFix category. Removed conflicting (and hacky) NSWindow redeclaration 2018-04-20 00:42:27 +00:00
cocoathemes.pas cocoa: update theme drawing for checkboxes using NSCell 2018-01-21 05:06:52 +00:00
cocoatrayicon.inc cocoa: cleaning up compiler warnings in cocoatrayicon 2018-01-02 11:31:26 +00:00
cocoautils.pas cocoa: hot keys handling for windowcontent view #33072 2018-01-27 04:49:42 +00:00
cocoawinapi.inc Cocoa: fix system font height. Issue #32175 2018-04-19 09:10:41 +00:00
cocoawinapih.inc cocoa: rework TCocoaScrollBar implementation - removed direct binding to LCL control. Initial implementation of ScrollWindowsEx. added scrolling messages for TCocoaManualScrollView 2018-01-04 02:54:59 +00:00
cocoawsbuttons.pp cocoa: using RoundedBezel for Tbutton and RegularSquarBezel for TBitBtn. #32174 2017-12-17 04:22:43 +00:00
cocoawschecklst.pas cocoa: checklistbox to have separate columns for the checkbox and checkbox title. #32845 2017-12-23 16:02:09 +00:00
cocoawscomctrls.pas cocoa: invalidating status bar on change event. #33103 2018-02-02 06:18:18 +00:00
cocoawscommon.pas cocoa: a better way of getting a selector to check 2018-04-20 01:02:53 +00:00
cocoawsdialogs.pp cocoa: supporting image file preview dialog. #33044 2018-01-30 04:26:37 +00:00
cocoawsextctrls.pas
cocoawsfactory.pas cocoa: remove CocoaWSControls. issue #33126 2018-02-04 22:29:57 +00:00
cocoawsforms.pp cocoa: update destroyHandle for Forms (closing window). removed Hint Window specific destroyHandle code 2018-04-16 00:03:00 +00:00
cocoawsmenus.pas cocoa: making sure that the proper NSMenu- class is created for a proper LCL item. #32987 2018-01-09 03:30:31 +00:00
cocoawsspin.pas cocoa: refactor CocoaSpinEdit implementation. Remove the use of Spin unit from CocoaPrivate. Change notifications during text change. #33047 2018-01-30 04:03:56 +00:00
cocoawsstdctrls.pp cocoa: proper fix for #33172 (groupbox components should use the same callback) and fix for #33579 (revert extra resize notification) 2018-04-07 18:13:41 +00:00
interfaces.pas
mackeycodes.inc cocoa: additional key code mapping 2018-01-07 07:03:03 +00:00
Makefile
Makefile.compiled
Makefile.fpc