lazarus/lcl/interfaces/carbon
dmitry 4475bded43 carbon: fix font selection
git-svn-id: trunk@27254 -
2010-09-02 21:49:33 +00:00
..
objc carbon intf: renamed unit objc to lobjc to avoid name conflict with fpc 2009-11-25 10:56:10 +00:00
pascocoa carbon: removed objcparser from pascocoa 2010-03-20 09:57:06 +00:00
agl.pp
carbonbars.pp
carbonbuttons.pp carbon: fixes for Luiz's RadioButton changes 2010-08-11 05:44:16 +00:00
carboncalendar.pas carbon: fix for #15603 2010-03-01 06:34:52 +00:00
carboncalendarview.pas carbon: fixed calendar drawing 2009-09-23 04:26:32 +00:00
carboncanvas.pp carbon: final fixes for LineTo 1-pixel line drawing 2010-08-10 08:39:10 +00:00
carboncaret.pas carbon: fix for emulated caret and releasing widgetset 2010-02-16 14:39:39 +00:00
carbonclipboard.pp carbon: report image/bmp format available on clipboard, if any image available 2010-06-06 16:24:35 +00:00
carbondbgconsts.pp
carbondebug.pp
carbondef.pp removed OldAutoSize 2010-05-04 19:16:18 +00:00
carbondefines.inc
carbonedits.pp carbon: implement BorderStyle for CarbonMemo, fix #17039 2010-07-29 08:19:56 +00:00
carbongdiobjects.pp carbon: code cleanup 2010-08-23 07:35:36 +00:00
carbonint.pas carbon: don't start the event loop, if application has been terminated. bug #16896 2010-08-29 16:09:32 +00:00
carbonlclintf.inc carbon: fixed main bar menu enabling/disabling on modal form shown. Revert carbon hilight colors changed eariler today 2010-04-23 20:30:18 +00:00
carbonlclintfh.inc lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
carbonlistviews.pp carbon: fixed setting initial ListView Multiselect value. Fixed MakeVisible for listview item. bug #17082 2010-08-14 09:11:37 +00:00
carbonmenus.pp carbon: implement keyboard processing before menu fire event (LCL compatible). fixes #17205 and probably some other issues 2010-08-26 23:25:31 +00:00
carbonobject.inc carbon: don't start the event loop, if application has been terminated. bug #16896 2010-08-29 16:09:32 +00:00
carbonprivate.pp carbon: implement keyboard processing before menu fire event (LCL compatible). fixes #17205 and probably some other issues 2010-08-26 23:25:31 +00:00
carbonprivatecommon.inc carbon: fix incorrect mouseup emulation. (mouseup was reported even if mousebutton was not released) 2010-07-26 21:40:56 +00:00
carbonprivatecontrol.inc carbon: fix inproper scrollbars showing #16613 2010-07-14 08:19:46 +00:00
carbonprivatewindow.inc carbon: implement keyboard processing before menu fire event (LCL compatible). fixes #17205 and probably some other issues 2010-08-26 23:25:31 +00:00
carbonproc.pp carbon: fix font selection 2010-09-02 21:49:33 +00:00
carbonstrings.pp carbon: fix for #15624 2010-02-16 10:49:51 +00:00
carbontabs.pp carbon: cleanup 2010-05-13 12:58:08 +00:00
carbonthemes.pas carbon: implemented theme tree item drawing. changed highlight colors 2010-04-23 13:56:40 +00:00
carbontrayicon.inc carbon: cleanup 2010-05-13 12:58:08 +00:00
carbonutils.pas
carbonwinapi.inc carbon: fix compilation due to GetStockObject result type changes 2010-07-11 16:10:58 +00:00
carbonwinapih.inc carbon: fix compilation due to GetStockObject result type changes 2010-07-11 16:10:58 +00:00
carbonwsarrow.pp
carbonwsbuttons.pp carbon: fix bitbtn SetGlyph by C Western 2009-11-16 07:06:39 +00:00
carbonwscalendar.pp carbon: added GetDate/SetDate for carbon calendar 2009-09-22 13:24:16 +00:00
carbonwschecklst.pp
carbonwscomctrls.pp carbon: fixed setting initial ListView Multiselect value. Fixed MakeVisible for listview item. bug #17082 2010-08-14 09:11:37 +00:00
carbonwscontrols.pp carbon: added delayed widget desctruction. Support added for focus switch and keyboard events. todo: add for all event processing. fix for #14237 2010-03-20 10:04:28 +00:00
carbonwsdialogs.pp
carbonwsextctrls.pp carbon: change preferred size for groupbox and custompanel to return size excluding clientarea. bug #16337 2010-06-27 14:29:29 +00:00
carbonwsextdlgs.pp
carbonwsfactory.pas carbon: change preferred size for groupbox and custompanel to return size excluding clientarea. bug #16337 2010-06-27 14:29:29 +00:00
carbonwsfilectrl.pp
carbonwsforms.pp carbon: modified CarbonWSForm handle creation to use CreateParams for PopupParent 2010-09-01 20:11:57 +00:00
carbonwsgrids.pp
carbonwsimglist.pp
carbonwsmenus.pp
carbonwspairsplitter.pp
carbonwsspin.pp
carbonwsstdctrls.pp carbon: fixes for Luiz's RadioButton changes 2010-08-11 05:44:16 +00:00
glgrab.pas
interfaces.pas
issues.xml
mackeycodes.inc
Makefile
Makefile.fpc
opengl.pas
README.txt

This directory contains the LCL Carbon interface source. Carbon is native Mac OS X interface.
The LCL Carbon interface is not yet completed.

For more info see: http://wiki.lazarus.freepascal.org/Carbon_Interface

For state of implementation of individual parts visit:
http://wiki.lazarus.freepascal.org/Roadmap#Status_of_features_on_each_widgetset
http://wiki.lazarus.freepascal.org/Roadmap#Status_of_components_on_each_widgetset

If you want to help with the LCL Carbon interface development visit
http://wiki.lazarus.freepascal.org/Carbon_interface_internals
and contact Lazarus mailing list.