lazarus/lcl/interfaces/cocoa
2018-12-21 05:05:24 +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: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoabuttons.pas cocoa: updating LCL overrides to recognize different boolean types used in FPC headers. #34609 2018-12-04 04:18:34 +00:00
cocoacaret.pas cocoa: fix the compiler warning 2018-09-20 02:55:46 +00:00
cocoadatepicker.pas cocoa: cleanup in calendar (datepicker) component - removing unused units. #34609 2018-12-07 01:20:26 +00:00
cocoadefines.inc cocoa: workaround for a problem with 64-bit boolean parameter passing (see fpc issue #34411 for details) 2018-10-21 03:45:35 +00:00
cocoagdiobjects.pas cocoa: using Device colorspace, instead of Calibrated colorspace for GDI objects. #34427 2018-10-27 03:26:26 +00:00
cocoaint.pas cocoa: updating LCL overrides to recognize different boolean types used in FPC headers. #34609 2018-12-04 04:18:34 +00:00
cocoalclintf.inc cocoa: adding a windowcontroller to NSAlert to process Escape key, even if there's no cancel button present on the dialog 2018-12-21 05:05:24 +00:00
cocoalclintfh.inc cocoa: any font can utf8 (unicode)... even if it doesn't. #34594 2018-11-24 06:08:30 +00:00
cocoaobject.inc cocoa: additional methods for handling fpc issue #34411 2018-10-21 04:31:32 +00:00
cocoaprivate.pas cocoa: updating LCL overrides to recognize different boolean types used in FPC headers. #34609 2018-12-04 04:18:34 +00:00
cocoascrollers.pas cocoa: updating LCL overrides to recognize different boolean types used in FPC headers. #34609 2018-12-04 04:18:34 +00:00
cocoatabcontrols.pas cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoatables.pas cocoa: updating LCL overrides to recognize different boolean types used in FPC headers. #34609 2018-12-04 04:18:34 +00:00
cocoatextedits.pas cocoa: updating LCL overrides to recognize different boolean types used in FPC headers. #34609 2018-12-04 04:18:34 +00:00
cocoathemes.pas cocoa: supporting additional theme styles 2018-08-25 03:09:36 +00:00
cocoatrayicon.inc cocoa: additional code to handle unassigning of trayicon menu 2018-12-07 04:21:13 +00:00
cocoautils.pas cocoa: move NSResponderHotKeys to cocoawindows.pas unit. #34609 2018-12-07 01:12:21 +00:00
cocoawinapi.inc cocoa: update the behaviour of GetFocus function to use HandleView stored with callback object. #34450 2018-10-27 04:22:36 +00:00
cocoawinapih.inc cocoa: fixing ExcludeClipRect on Cocoa side. #34196 2018-09-06 02:53:29 +00:00
cocoawindows.pas cocoa: move NSResponderHotKeys to cocoawindows.pas unit. #34609 2018-12-07 01:12:21 +00:00
cocoawsbuttons.pas cocoa: renaming unit extenstions for consistency (using .pas instead of .pp) 2018-09-09 02:03:48 +00:00
cocoawschecklst.pas cocoa: using additional storage for keeping checked state of a checklist items. #34590 2018-11-24 04:03:40 +00:00
cocoawsclipboard.pas cocoa: fixing compiler warnings 2018-08-16 23:58:49 +00:00
cocoawscomctrls.pas cocoa: Fixes TTabControl, it previously was placing controls inside it with Left=0 as if they had Left=-20, because NSTabView is not meant to receive views inside it like that, we need a different handle for TTabControl and TPageControl 2018-11-22 19:08:01 +00:00
cocoawscommon.pas cocoa: update context menu handling for mouseclick+ctrl. based on a patch by AlexeyT. #34673 2018-12-21 04:31:15 +00:00
cocoawsdatepicker.pas cocoa: initial support for TCalendar. Original patch by Frank. (#33209). Changes to the patch: removed LCL (non widgetset) changes. Cleanup comments regarding changes. Added support for calendar contents scaling 2018-04-27 04:08:44 +00:00
cocoawsdialogs.pas cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoawsextctrls.pas cocoa: workaround for a problem with 64-bit boolean parameter passing (see fpc issue #34411 for details) 2018-10-21 03:45:35 +00:00
cocoawsfactory.pas cocoa: initial divider support for TSplitter 2018-08-18 16:57:10 +00:00
cocoawsforms.pas cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoawsmenus.pas cocoa: menus - fix cocoa app mem leak for allocated TcocoaMenuItems 2018-12-07 04:04:18 +00:00
cocoawsspin.pas cocoa: fix controls leaking spinedit 2018-10-03 02:52:04 +00:00
cocoawsstdctrls.pas cocoa: making sure that TEdit and TComboBox (editable) are trully single line 2018-12-07 04:46:06 +00:00
interfaces.pas
issues.xml LCL: Add a restriction for StateImages property in some widgetsets. Issue #21011, patch from AlexeyT. 2018-05-24 08:35:17 +00:00
mackeycodes.inc cocoa: additional key code mapping 2018-01-07 07:03:03 +00:00
Makefile
Makefile.compiled
Makefile.fpc