lazarus/lcl/interfaces/carbon
2008-02-14 12:17:01 +00:00
..
carbonbars.pp Carbon intf: fixed #0009686: Carbon TPanel.color ingored 2007-10-06 14:58:29 +00:00
carbonbuttons.pp LCL carbon: fixed using mask for TBitBtn and TMenuItem glyph 2008-01-22 13:18:39 +00:00
carboncanvas.pp LCL carbon: DrawGrid implementation 2008-02-07 10:57:02 +00:00
carboncaret.pas Carbon intf: implemented Caret 2007-11-16 16:20:10 +00:00
carbonclipboard.pp Carbon intf: TSynEdit fixed textout, improved scrolling 2007-10-17 20:00:01 +00:00
carbondbgconsts.pp Carbon intf: implemented Caret 2007-11-16 16:20:10 +00:00
carbondebug.inc Carbon intf.: fixed TSynEdit painting 2007-11-20 11:04:22 +00:00
carbondebug.pp * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
carbondef.pp PostMessage and SendMessage implementation for carbon 2007-12-20 07:31:37 +00:00
carbonedits.pp Carbon intf.: fixed TMemo.Font.Color 2007-11-18 14:50:18 +00:00
carbongdiobjects.pp LCL carbon: fixed another bug in text layout caching recalculations 2008-02-06 10:14:25 +00:00
carbonimages.lrs
carbonint.pas - gtk: move dialogs related stuff to gtkwsdialogs and gtk2wsdialogs 2007-12-27 09:51:27 +00:00
carbonlclintf.inc IDE carbon: improved designer drawing 2008-02-07 13:37:47 +00:00
carbonlclintfh.inc IDE carbon: improved designer drawing 2008-02-07 13:37:47 +00:00
carbonlistviews.pp LCL carbon: fixed clearing TListBox, added check when accessing TListBox.Items 2008-01-22 13:30:12 +00:00
carbonmenus.pp LCL carbon: fixed using mask for TBitBtn and TMenuItem glyph 2008-01-22 13:18:39 +00:00
carbonobject.inc - gtk: move dialogs related stuff to gtkwsdialogs and gtk2wsdialogs 2007-12-27 09:51:27 +00:00
carbonprivate.pp qt: follow carbon way of drawing designer items (though hintwindow is crashing sometimes) 2008-02-08 08:01:32 +00:00
carbonprivatecommon.inc PostMessage and SendMessage implementation for carbon 2007-12-20 07:31:37 +00:00
carbonprivatecontrol.inc IDE carbon: improved designer drawing 2008-02-07 13:37:47 +00:00
carbonprivatewindow.inc IDE carbon: improved designer drawing 2008-02-07 13:37:47 +00:00
carbonproc.pp Carbon intf: the user can finally select filter in file dialogs 2007-12-12 17:16:26 +00:00
carbonstrings.pp Carbon intf: TCustomListBox improved, started TListView 2007-11-08 11:45:39 +00:00
carbontabs.pp Carbon LCL: improved TPageControl page removing a bit 2008-02-14 12:17:01 +00:00
carbonthemes.pas change WideString to String in TThemeServices to prevent use of widestring manager 2007-11-16 02:25:06 +00:00
carbonutils.pas * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
carbonwinapi.inc PostMessage and SendMessage implementation for carbon 2007-12-20 07:31:37 +00:00
carbonwinapih.inc remove CreatePixmapIndirect 2007-12-15 15:45:49 +00:00
carbonwsactnlist.pp
carbonwsarrow.pp Carbon intf: 2007-09-04 11:31:47 +00:00
carbonwsbuttons.pp ImageList: 2007-11-08 08:36:03 +00:00
carbonwscalendar.pp
carbonwschecklst.pp trial to fix carbon compilation 2007-12-18 14:03:21 +00:00
carbonwsclistbox.pp
carbonwscomctrls.pp Carbon intf: TCustomListBox improved, started TListView 2007-11-08 11:45:39 +00:00
carbonwscontrols.pp Carbon intf: started implementation of TClipboard - pasting text is working 2007-10-08 11:25:00 +00:00
carbonwsdbctrls.pp
carbonwsdbgrids.pp
carbonwsdialogs.pp Carbon intf: the user can finally select filter in file dialogs 2007-12-12 17:16:26 +00:00
carbonwsdirsel.pp
carbonwseditbtn.pp
carbonwsextctrls.pp Carbon LCL: improved TPageControl page removing a bit 2008-02-14 12:17:01 +00:00
carbonwsextdlgs.pp
carbonwsfilectrl.pp
carbonwsforms.pp Carbon intf: TCustomListBox improved, started TListView 2007-11-08 11:45:39 +00:00
carbonwsgrids.pp
carbonwsimglist.pp
carbonwsmaskedit.pp
carbonwsmenus.pp Carbon intf: 2007-05-15 11:05:44 +00:00
carbonwspairsplitter.pp Carbon intf: 2007-09-04 11:31:47 +00:00
carbonwsspin.pp Carbon intf: 2007-06-05 13:28:23 +00:00
carbonwsstdctrls.pp Carbon intf: TCustomListBox improved, started TListView 2007-11-08 11:45:39 +00:00
carbonwstoolwin.pp
FontPanel.pas Carbon intf: added FontPanel headers from Free Pascal 2.1.4 to allow 2.0.4 compilation 2007-09-10 11:27:25 +00:00
interfaces.pas LCL:replace direct call of TXXWidgetset.Create by indirect CreateWidgetset(TXXWidgetset) to move some initialization code from units initialization (from graphics.pp) to that new procedure. This fix memory leaks in lazbuild tool which indirectly uses many lcl units but doesnot work with widgetset. 2007-11-28 10:03:28 +00:00
mackeycodes.inc Carbon intf: 2007-04-17 13:04:18 +00:00
Makefile regenerated Makefiles with fixed fpc 2.3 fpcmake 2007-11-12 23:00:57 +00:00
Makefile.fpc Makefiles: removed some fcl dependencies 2007-10-16 22:47:51 +00:00
README.txt Carbon: updated README.txt 2007-10-04 09:43:18 +00:00

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.