.. |
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: update insertion and removal of rows in cocoa table (fix implementation from #34319)
|
2018-10-01 03:19:08 +00:00 |
cocoabuttons.pas
|
cocoa: using a single place to process keyDown event related to LCL callbacks
|
2018-09-29 04:27:41 +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: Makes the native modal mode selective via a define
|
2015-09-08 06:33:52 +00:00 |
cocoagdiobjects.pas
|
cocoa: adding a check for TCocoaTextLayout.Draw procedure. Do nothing if string is empty or invalid. Prevents SynEdit crashes for unicode characters
|
2018-09-30 20:14:02 +00:00 |
cocoaint.pas
|
cocoa: additional control over cocoa window levels
|
2018-09-29 21:33:29 +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: 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 |
cocoaprivate.pas
|
cocoa: updating drawing of ownerdrawn statusbar
|
2018-09-30 01:24:55 +00:00 |
cocoascrollers.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 |
cocoatabcontrols.pas
|
cocoa: removing tabControl workaround
|
2018-09-17 22:43:37 +00:00 |
cocoatables.pas
|
cocoa: update insertion and removal of rows in cocoa table (fix implementation from #34319)
|
2018-10-01 03:19:08 +00:00 |
cocoatextedits.pas
|
cocoa: fix controls leaking spinedit
|
2018-10-03 02:52:04 +00:00 |
cocoathemes.pas
|
cocoa: supporting additional theme styles
|
2018-08-25 03:09:36 +00:00 |
cocoatrayicon.inc
|
cocoa: cleaning up compiler warnings in cocoatrayicon
|
2018-01-02 11:31:26 +00:00 |
cocoautils.pas
|
cocoa: adding exception for processing key equivalents and return key, if a first responder is capable of processing the return key. #34354
|
2018-09-29 15:54:28 +00:00 |
cocoawinapi.inc
|
cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
|
2018-10-03 02:48:42 +00:00 |
cocoawinapih.inc
|
cocoa: fixing ExcludeClipRect on Cocoa side. #34196
|
2018-09-06 02:53:29 +00:00 |
cocoawindows.pas
|
cocoa: fix for a memory leak in overlay (designer) form
|
2018-10-03 02:50:07 +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: update insertion and removal of rows in cocoa table (fix implementation from #34319)
|
2018-10-01 03:19:08 +00:00 |
cocoawscommon.pas
|
cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
|
2018-10-03 02:51:30 +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: update the dialog filter, not to crash on macOS 10.6
|
2018-09-14 15:43:41 +00:00 |
cocoawsextctrls.pas
|
cocoa: rename frame view to handleview. HandleView would be used as HWND for any composed control
|
2018-09-15 20:21:23 +00:00 |
cocoawsfactory.pas
|
cocoa: initial divider support for TSplitter
|
2018-08-18 16:57:10 +00:00 |
cocoawsforms.pas
|
cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
|
2018-10-03 02:49:23 +00:00 |
cocoawsmenus.pas
|
cocoa: the first oddity of modal sessions. Context Menu would not call an action to indicate the menu item selected #34325
|
2018-09-25 04:21:13 +00:00 |
cocoawsspin.pas
|
cocoa: fix controls leaking spinedit
|
2018-10-03 02:52:04 +00:00 |
cocoawsstdctrls.pas
|
cocoa: adding support for focus rect of TMemo
|
2018-09-22 18:46:46 +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
|
IDE+lazbuild+makefiles: on darwin use -gw instead of -g
|
2015-10-01 18:40:54 +00:00 |