lazarus/lcl/interfaces/cocoa
2018-10-27 03:26:26 +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: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoacaret.pas cocoa: fix the compiler warning 2018-09-20 02:55:46 +00:00
cocoadatepicker.pas cocoa: reduce the amount of focus (responders) related code. Process the focus handling in NSWindow only (rather than each control individually). Update tab switch notification to report tab change prior to focus switch 2018-09-17 01:33:50 +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: additional methods for handling fpc issue #34411 2018-10-21 04:31:32 +00:00
cocoalclintf.inc cocoa: improve tracking of menu changes when modal dialogs are switching. Merged menu routines from coocaojbect.inc into cocoaint.pas 2018-09-22 17:11:40 +00:00
cocoalclintfh.inc cocoa: implementation of DesignDC for forms 2018-01-14 06:14:12 +00:00
cocoaobject.inc cocoa: additional methods for handling fpc issue #34411 2018-10-21 04:31:32 +00:00
cocoaprivate.pas cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoascrollers.pas cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +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: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoatextedits.pas cocoa: additional methods for handling fpc issue #34411 2018-10-21 04:31:32 +00:00
cocoathemes.pas cocoa: supporting additional theme styles 2018-08-25 03:09:36 +00:00
cocoatrayicon.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
cocoautils.pas cocoa: using Device colorspace, instead of Calibrated colorspace for GDI objects. #34427 2018-10-27 03:26:26 +00:00
cocoawinapi.inc cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoawinapih.inc cocoa: fixing ExcludeClipRect on Cocoa side. #34196 2018-09-06 02:53:29 +00:00
cocoawindows.pas cocoa: additional methods for handling fpc issue #34411 2018-10-21 04:31:32 +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: adding support for borderstyle of a customchecklist box 2018-09-16 01:25:37 +00:00
cocoawsclipboard.pas cocoa: fixing compiler warnings 2018-08-16 23:58:49 +00:00
cocoawscomctrls.pas cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +00:00
cocoawscommon.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
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: workaround for a problem with 64-bit boolean parameter passing (see fpc issue #34411 for details) 2018-10-21 03:45:35 +00:00
cocoawsspin.pas cocoa: fix controls leaking spinedit 2018-10-03 02:52:04 +00:00
cocoawsstdctrls.pas cocoa: additional methods (nsview, nscontrol, nsbuttons, nstextfield) for handling fpc issue #34411 2018-10-21 05:32:52 +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 lcl: updated makefiles 2016-03-20 13:05:51 +00:00
Makefile.compiled
Makefile.fpc