mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-12 15:20:47 +00:00
X11 cleanup, OpenGL enabled windows for QuartzCore, OpenGL rendered windows
This commit is contained in:
parent
26e2436105
commit
121ce922b8
@ -27,23 +27,18 @@
|
||||
A1CC70491005371100DB9974 /* NSTextFieldBinder.m in Sources */ = {isa = PBXBuildFile; fileRef = A1CC70411005371100DB9974 /* NSTextFieldBinder.m */; };
|
||||
C81BEA0F0EA6038800478D50 /* O2Context_cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = C81BEA0D0EA6038800478D50 /* O2Context_cairo.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C81BEA100EA6038800478D50 /* O2Context_cairo.m in Sources */ = {isa = PBXBuildFile; fileRef = C81BEA0E0EA6038800478D50 /* O2Context_cairo.m */; };
|
||||
C8283E4B0F0AEE3B009E89C4 /* X11InputSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C8283E490F0AEE3B009E89C4 /* X11InputSource.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8283E4C0F0AEE3B009E89C4 /* X11InputSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C8283E4A0F0AEE3B009E89C4 /* X11InputSource.m */; };
|
||||
C8283E4D0F0AEE3B009E89C4 /* X11InputSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C8283E490F0AEE3B009E89C4 /* X11InputSource.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8283E4E0F0AEE3B009E89C4 /* X11InputSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C8283E4A0F0AEE3B009E89C4 /* X11InputSource.m */; };
|
||||
C84909370E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C84909350E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C84909380E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = C84909360E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.m */; };
|
||||
C85D91950EE6A806004EBAEA /* NSDictionaryController.h in Headers */ = {isa = PBXBuildFile; fileRef = C85D91930EE6A806004EBAEA /* NSDictionaryController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
C85D91960EE6A806004EBAEA /* NSDictionaryController.m in Sources */ = {isa = PBXBuildFile; fileRef = C85D91940EE6A806004EBAEA /* NSDictionaryController.m */; };
|
||||
C85D91970EE6A806004EBAEA /* NSDictionaryController.h in Headers */ = {isa = PBXBuildFile; fileRef = C85D91930EE6A806004EBAEA /* NSDictionaryController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
C85D91980EE6A806004EBAEA /* NSDictionaryController.m in Sources */ = {isa = PBXBuildFile; fileRef = C85D91940EE6A806004EBAEA /* NSDictionaryController.m */; };
|
||||
C8746B290EA379CE007A6BE2 /* NSPlatform_linux.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746B280EA379CE007A6BE2 /* NSPlatform_linux.m */; };
|
||||
C8746B2E0EA379DE007A6BE2 /* X11Display.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746B2C0EA379DE007A6BE2 /* X11Display.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8746B2F0EA379DE007A6BE2 /* X11Display.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746B2D0EA379DE007A6BE2 /* X11Display.m */; };
|
||||
C8746B410EA396D0007A6BE2 /* X11Window.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746B3F0EA396D0007A6BE2 /* X11Window.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8746B420EA396D0007A6BE2 /* X11Window.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746B400EA396D0007A6BE2 /* X11Window.m */; };
|
||||
C8746BAD0EA3EE11007A6BE2 /* TTFFont.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746BAB0EA3EE11007A6BE2 /* TTFFont.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8746BAE0EA3EE11007A6BE2 /* TTFFont.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746BAC0EA3EE11007A6BE2 /* TTFFont.m */; };
|
||||
C8746BAD0EA3EE11007A6BE2 /* KTFont_FT.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746BAB0EA3EE11007A6BE2 /* KTFont_FT.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8746BAE0EA3EE11007A6BE2 /* KTFont_FT.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746BAC0EA3EE11007A6BE2 /* KTFont_FT.m */; };
|
||||
C88974240EA0BF3100D0A0A2 /* AppKitExport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B53FA0976075200DA0954 /* AppKitExport.h */; settings = {ATTRIBUTES = (Public, Project, ); }; };
|
||||
C88974250EA0BF3100D0A0A2 /* AppKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B53FC0976075200DA0954 /* AppKit.h */; settings = {ATTRIBUTES = (Public, Project, ); }; };
|
||||
C88974260EA0BF3100D0A0A2 /* NSActionCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B53FE0976075200DA0954 /* NSActionCell.h */; settings = {ATTRIBUTES = (Public, Project, ); }; };
|
||||
@ -189,7 +184,6 @@
|
||||
C88974B30EA0BF3100D0A0A2 /* NSBrowserCellColorList.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55EE0976075300DA0954 /* NSBrowserCellColorList.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C88974B40EA0BF3100D0A0A2 /* NSColorPickerSliders.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55F00976075300DA0954 /* NSColorPickerSliders.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
C88974B50EA0BF3100D0A0A2 /* Win32Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56370976075400DA0954 /* Win32Cursor.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C88974B60EA0BF3100D0A0A2 /* O2DeviceContext_gdi_ddb.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563B0976075400DA0954 /* O2DeviceContext_gdi_ddb.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
C88974B70EA0BF3100D0A0A2 /* Win32DeviceContextPrinter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563D0976075400DA0954 /* Win32DeviceContextPrinter.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
C88974B80EA0BF3100D0A0A2 /* Win32DeviceContextWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563F0976075400DA0954 /* Win32DeviceContextWindow.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C88974B90EA0BF3100D0A0A2 /* Win32Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56410976075400DA0954 /* Win32Display.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
@ -863,7 +857,6 @@
|
||||
C8A2E3340F07EA1F0054397C /* NSBrowserCellColorList.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55EE0976075300DA0954 /* NSBrowserCellColorList.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E3350F07EA1F0054397C /* NSColorPickerSliders.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55F00976075300DA0954 /* NSColorPickerSliders.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
C8A2E3360F07EA1F0054397C /* Win32Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56370976075400DA0954 /* Win32Cursor.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E3370F07EA1F0054397C /* O2DeviceContext_gdi_ddb.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563B0976075400DA0954 /* O2DeviceContext_gdi_ddb.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
C8A2E3380F07EA1F0054397C /* Win32DeviceContextPrinter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563D0976075400DA0954 /* Win32DeviceContextPrinter.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
C8A2E3390F07EA1F0054397C /* Win32DeviceContextWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563F0976075400DA0954 /* Win32DeviceContextWindow.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E33A0F07EA1F0054397C /* Win32Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56410976075400DA0954 /* Win32Display.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
@ -1054,7 +1047,7 @@
|
||||
C8A2E3FC0F07EA1F0054397C /* NSUserDefaultsControllerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C84909350E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E3FE0F07EA1F0054397C /* X11Display.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746B2C0EA379DE007A6BE2 /* X11Display.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E3FF0F07EA1F0054397C /* X11Window.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746B3F0EA396D0007A6BE2 /* X11Window.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E4000F07EA1F0054397C /* TTFFont.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746BAB0EA3EE11007A6BE2 /* TTFFont.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E4000F07EA1F0054397C /* KTFont_FT.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746BAB0EA3EE11007A6BE2 /* KTFont_FT.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E4030F07EA1F0054397C /* O2Font.h in Headers */ = {isa = PBXBuildFile; fileRef = FE25FF600EE58712009C91B1 /* O2Font.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8A2E4040F07EA1F0054397C /* NSDictionaryController.h in Headers */ = {isa = PBXBuildFile; fileRef = C85D91930EE6A806004EBAEA /* NSDictionaryController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
C8A2E4050F07EA1F0054397C /* NSOpenGLDrawable.h in Headers */ = {isa = PBXBuildFile; fileRef = FE54BEC70EEB086900B4559F /* NSOpenGLDrawable.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
@ -1358,7 +1351,7 @@
|
||||
C8A2E5370F07EA1F0054397C /* NSUserDefaultsControllerProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = C84909360E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.m */; };
|
||||
C8A2E5390F07EA1F0054397C /* X11Display.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746B2D0EA379DE007A6BE2 /* X11Display.m */; };
|
||||
C8A2E53A0F07EA1F0054397C /* X11Window.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746B400EA396D0007A6BE2 /* X11Window.m */; };
|
||||
C8A2E53B0F07EA1F0054397C /* TTFFont.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746BAC0EA3EE11007A6BE2 /* TTFFont.m */; };
|
||||
C8A2E53B0F07EA1F0054397C /* KTFont_FT.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746BAC0EA3EE11007A6BE2 /* KTFont_FT.m */; };
|
||||
C8A2E53E0F07EA1F0054397C /* O2Font.m in Sources */ = {isa = PBXBuildFile; fileRef = FE25FF610EE58712009C91B1 /* O2Font.m */; };
|
||||
C8A2E53F0F07EA1F0054397C /* NSDictionaryController.m in Sources */ = {isa = PBXBuildFile; fileRef = C85D91940EE6A806004EBAEA /* NSDictionaryController.m */; };
|
||||
C8A2E5400F07EA1F0054397C /* CTFont.m in Sources */ = {isa = PBXBuildFile; fileRef = FE337FC90EE77A6C00D4A751 /* CTFont.m */; };
|
||||
@ -1405,7 +1398,6 @@
|
||||
C8A2E56A0F07EA1F0054397C /* NSSystemInfoPanel.nib in Resources */ = {isa = PBXBuildFile; fileRef = FE82867A0D34727900F7489F /* NSSystemInfoPanel.nib */; };
|
||||
C8A2E56B0F07EA1F0054397C /* NSImageNameRefreshTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEED24790EC9E8F200A5B07E /* NSImageNameRefreshTemplate.pdf */; };
|
||||
C8A2E56D0F07EA1F0054397C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E2B575B0976075500DA0954 /* Foundation.framework */; };
|
||||
C8A2E5900F07EB600054397C /* NSPlatform_darwin.m in Sources */ = {isa = PBXBuildFile; fileRef = C8A2E58F0F07EB600054397C /* NSPlatform_darwin.m */; };
|
||||
C8A2E6080F07F4540054397C /* O2Context_cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = C81BEA0D0EA6038800478D50 /* O2Context_cairo.h */; };
|
||||
C8AB730A0F40C21A00D93B96 /* NSControllerMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AB73080F40C21A00D93B96 /* NSControllerMarker.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8AB730B0F40C21A00D93B96 /* NSControllerMarker.m in Sources */ = {isa = PBXBuildFile; fileRef = C8AB73090F40C21A00D93B96 /* NSControllerMarker.m */; };
|
||||
@ -1415,14 +1407,6 @@
|
||||
C8AB730F0F40C21A00D93B96 /* NSControllerMarker.m in Sources */ = {isa = PBXBuildFile; fileRef = C8AB73090F40C21A00D93B96 /* NSControllerMarker.m */; };
|
||||
C8C52C8F0E7ED1FF003F03B5 /* NSObservationProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C52C8D0E7ED1FF003F03B5 /* NSObservationProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8C52C900E7ED1FF003F03B5 /* NSObservationProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C52C8E0E7ED1FF003F03B5 /* NSObservationProxy.m */; };
|
||||
C8C995BD0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C995BB0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8C995BE0F0BB2B100A0A091 /* X11AsyncInputSourceSet.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C995BC0F0BB2B100A0A091 /* X11AsyncInputSourceSet.m */; };
|
||||
C8C995BF0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C995BB0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8C995C00F0BB2B100A0A091 /* X11AsyncInputSourceSet.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C995BC0F0BB2B100A0A091 /* X11AsyncInputSourceSet.m */; };
|
||||
C8C995DA0F0BB36700A0A091 /* X11AsyncInputSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C995D80F0BB36700A0A091 /* X11AsyncInputSource.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8C995DB0F0BB36700A0A091 /* X11AsyncInputSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C995D90F0BB36700A0A091 /* X11AsyncInputSource.m */; };
|
||||
C8C995DC0F0BB36700A0A091 /* X11AsyncInputSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C995D80F0BB36700A0A091 /* X11AsyncInputSource.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8C995DD0F0BB36700A0A091 /* X11AsyncInputSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C995D90F0BB36700A0A091 /* X11AsyncInputSource.m */; };
|
||||
C8E0BDF00F0E4F5200677729 /* NSOpenGLDrawable_X11.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E0BDEE0F0E4F5200677729 /* NSOpenGLDrawable_X11.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
C8E0BDF10F0E4F5200677729 /* NSOpenGLDrawable_X11.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E0BDEF0F0E4F5200677729 /* NSOpenGLDrawable_X11.m */; };
|
||||
C8E0BDF20F0E4F5200677729 /* NSOpenGLDrawable_X11.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E0BDEE0F0E4F5200677729 /* NSOpenGLDrawable_X11.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
@ -1578,7 +1562,6 @@
|
||||
FE01A8A00C5D9BCB00AEA51A /* NSBrowserCellColorList.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55EE0976075300DA0954 /* NSBrowserCellColorList.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE01A8A10C5D9BCB00AEA51A /* NSColorPickerSliders.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55F00976075300DA0954 /* NSColorPickerSliders.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FE01A8A20C5D9BCB00AEA51A /* Win32Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56370976075400DA0954 /* Win32Cursor.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE01A8A40C5D9BCB00AEA51A /* O2DeviceContext_gdi_ddb.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563B0976075400DA0954 /* O2DeviceContext_gdi_ddb.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FE01A8A50C5D9BCB00AEA51A /* Win32DeviceContextPrinter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563D0976075400DA0954 /* Win32DeviceContextPrinter.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FE01A8A60C5D9BCB00AEA51A /* Win32DeviceContextWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563F0976075400DA0954 /* Win32DeviceContextWindow.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE01A8A70C5D9BCB00AEA51A /* Win32Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56410976075400DA0954 /* Win32Display.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
@ -1871,7 +1854,6 @@
|
||||
FE01A9E10C5D9BCB00AEA51A /* NSBrowserCellColorList.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B55E50976075300DA0954 /* NSBrowserCellColorList.m */; settings = {ATTRIBUTES = (); }; };
|
||||
FE01A9E20C5D9BCB00AEA51A /* NSColorPickerSliders.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B55E70976075300DA0954 /* NSColorPickerSliders.m */; settings = {ATTRIBUTES = (); }; };
|
||||
FE01A9E30C5D9BCB00AEA51A /* Win32Cursor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B560A0976075300DA0954 /* Win32Cursor.m */; settings = {ATTRIBUTES = (); }; };
|
||||
FE01A9E50C5D9BCB00AEA51A /* O2DeviceContext_gdi_ddb.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B560E0976075300DA0954 /* O2DeviceContext_gdi_ddb.m */; settings = {ATTRIBUTES = (); }; };
|
||||
FE01A9E60C5D9BCB00AEA51A /* Win32DeviceContextPrinter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B56100976075300DA0954 /* Win32DeviceContextPrinter.m */; settings = {ATTRIBUTES = (); }; };
|
||||
FE01A9E70C5D9BCB00AEA51A /* Win32DeviceContextWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B56120976075300DA0954 /* Win32DeviceContextWindow.m */; settings = {ATTRIBUTES = (); }; };
|
||||
FE01A9E80C5D9BCB00AEA51A /* Win32Display.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B56140976075300DA0954 /* Win32Display.m */; settings = {ATTRIBUTES = (); }; };
|
||||
@ -2370,7 +2352,6 @@
|
||||
FE5A896A10C6F50E005E348A /* NSBrowserCellColorList.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55EE0976075300DA0954 /* NSBrowserCellColorList.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A896B10C6F50E005E348A /* NSColorPickerSliders.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55F00976075300DA0954 /* NSColorPickerSliders.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FE5A896C10C6F50E005E348A /* Win32Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56370976075400DA0954 /* Win32Cursor.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A896D10C6F50E005E348A /* O2DeviceContext_gdi_ddb.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563B0976075400DA0954 /* O2DeviceContext_gdi_ddb.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FE5A896E10C6F50E005E348A /* Win32DeviceContextPrinter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563D0976075400DA0954 /* Win32DeviceContextPrinter.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FE5A896F10C6F50E005E348A /* Win32DeviceContextWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563F0976075400DA0954 /* Win32DeviceContextWindow.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A897010C6F50E005E348A /* Win32Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56410976075400DA0954 /* Win32Display.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
@ -2561,16 +2542,13 @@
|
||||
FE5A8A2910C6F50E005E348A /* NSUserDefaultsControllerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C84909350E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A2A10C6F50E005E348A /* X11Display.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746B2C0EA379DE007A6BE2 /* X11Display.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A2B10C6F50E005E348A /* X11Window.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746B3F0EA396D0007A6BE2 /* X11Window.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A2C10C6F50E005E348A /* TTFFont.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746BAB0EA3EE11007A6BE2 /* TTFFont.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A2C10C6F50E005E348A /* KTFont_FT.h in Headers */ = {isa = PBXBuildFile; fileRef = C8746BAB0EA3EE11007A6BE2 /* KTFont_FT.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A2D10C6F50E005E348A /* O2Context_cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = C81BEA0D0EA6038800478D50 /* O2Context_cairo.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A2F10C6F50E005E348A /* O2Font.h in Headers */ = {isa = PBXBuildFile; fileRef = FE25FF600EE58712009C91B1 /* O2Font.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A3010C6F50E005E348A /* NSDictionaryController.h in Headers */ = {isa = PBXBuildFile; fileRef = C85D91930EE6A806004EBAEA /* NSDictionaryController.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
FE5A8A3110C6F50E005E348A /* NSOpenGLDrawable.h in Headers */ = {isa = PBXBuildFile; fileRef = FE54BEC70EEB086900B4559F /* NSOpenGLDrawable.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A3210C6F50E005E348A /* gif_lib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE669C8C0F12B1A600534F46 /* gif_lib.h */; };
|
||||
FE5A8A3310C6F50E005E348A /* O2ImageSource_GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC0C77F0F146AF800903F6D /* O2ImageSource_GIF.h */; };
|
||||
FE5A8A3410C6F50E005E348A /* X11InputSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C8283E490F0AEE3B009E89C4 /* X11InputSource.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A3510C6F50E005E348A /* X11AsyncInputSourceSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C995BB0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A3610C6F50E005E348A /* X11AsyncInputSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C995D80F0BB36700A0A091 /* X11AsyncInputSource.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A3710C6F50E005E348A /* NSOpenGLDrawable_X11.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E0BDEE0F0E4F5200677729 /* NSOpenGLDrawable_X11.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A3810C6F50E005E348A /* NSToolbarItemView.h in Headers */ = {isa = PBXBuildFile; fileRef = FE38749A0F4333D600EC9F00 /* NSToolbarItemView.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5A8A3910C6F50E005E348A /* NSToolbarItemGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = FE6BE4440F446B92007D7F3F /* NSToolbarItemGroup.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
@ -2902,7 +2880,7 @@
|
||||
FE5A8B8010C6F50E005E348A /* NSUserDefaultsControllerProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = C84909360E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.m */; };
|
||||
FE5A8B8210C6F50E005E348A /* X11Display.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746B2D0EA379DE007A6BE2 /* X11Display.m */; };
|
||||
FE5A8B8310C6F50E005E348A /* X11Window.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746B400EA396D0007A6BE2 /* X11Window.m */; };
|
||||
FE5A8B8410C6F50E005E348A /* TTFFont.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746BAC0EA3EE11007A6BE2 /* TTFFont.m */; };
|
||||
FE5A8B8410C6F50E005E348A /* KTFont_FT.m in Sources */ = {isa = PBXBuildFile; fileRef = C8746BAC0EA3EE11007A6BE2 /* KTFont_FT.m */; };
|
||||
FE5A8B8510C6F50E005E348A /* O2Context_cairo.m in Sources */ = {isa = PBXBuildFile; fileRef = C81BEA0E0EA6038800478D50 /* O2Context_cairo.m */; };
|
||||
FE5A8B8710C6F50E005E348A /* O2Font.m in Sources */ = {isa = PBXBuildFile; fileRef = FE25FF610EE58712009C91B1 /* O2Font.m */; };
|
||||
FE5A8B8810C6F50E005E348A /* NSDictionaryController.m in Sources */ = {isa = PBXBuildFile; fileRef = C85D91940EE6A806004EBAEA /* NSDictionaryController.m */; };
|
||||
@ -2910,9 +2888,6 @@
|
||||
FE5A8B8A10C6F50E005E348A /* NSOpenGLDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = FE54BEC80EEB086900B4559F /* NSOpenGLDrawable.m */; };
|
||||
FE5A8B8B10C6F50E005E348A /* gif_lib.m in Sources */ = {isa = PBXBuildFile; fileRef = FE669C840F12B1A600534F46 /* gif_lib.m */; };
|
||||
FE5A8B8C10C6F50E005E348A /* O2ImageSource_GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC0C7800F146AF800903F6D /* O2ImageSource_GIF.m */; };
|
||||
FE5A8B8D10C6F50E005E348A /* X11InputSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C8283E4A0F0AEE3B009E89C4 /* X11InputSource.m */; };
|
||||
FE5A8B8E10C6F50E005E348A /* X11AsyncInputSourceSet.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C995BC0F0BB2B100A0A091 /* X11AsyncInputSourceSet.m */; };
|
||||
FE5A8B8F10C6F50E005E348A /* X11AsyncInputSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C995D90F0BB36700A0A091 /* X11AsyncInputSource.m */; };
|
||||
FE5A8B9010C6F50E005E348A /* NSOpenGLDrawable_X11.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E0BDEF0F0E4F5200677729 /* NSOpenGLDrawable_X11.m */; };
|
||||
FE5A8B9110C6F50E005E348A /* NSOpenGLContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B56B20976075400DA0954 /* NSOpenGLContext.m */; };
|
||||
FE5A8B9210C6F50E005E348A /* NSOpenGLPixelFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2B56B40976075400DA0954 /* NSOpenGLPixelFormat.m */; };
|
||||
@ -2989,7 +2964,6 @@
|
||||
FE5A8BDA10C6F50E005E348A /* NSImageNameRefreshTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEED24790EC9E8F200A5B07E /* NSImageNameRefreshTemplate.pdf */; };
|
||||
FE5A8BDB10C6F50E005E348A /* NSToolbarOverflowArrow.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEE36B7F0F4B20C5005AEBBF /* NSToolbarOverflowArrow.pdf */; };
|
||||
FE5A8BDD10C6F50E005E348A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E2B575B0976075500DA0954 /* Foundation.framework */; };
|
||||
FE5A8CDA10C82921005E348A /* NSPlatform_bsd.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5A8CD910C82921005E348A /* NSPlatform_bsd.m */; };
|
||||
FE5C69A10D76039F00098551 /* O2DeviceContext_gdiDIBSection.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5C699F0D76039F00098551 /* O2DeviceContext_gdiDIBSection.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE5C69A20D76039F00098551 /* O2DeviceContext_gdiDIBSection.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5C69A00D76039F00098551 /* O2DeviceContext_gdiDIBSection.m */; };
|
||||
FE669C920F12B1A600534F46 /* gif_lib.m in Sources */ = {isa = PBXBuildFile; fileRef = FE669C840F12B1A600534F46 /* gif_lib.m */; };
|
||||
@ -3017,6 +2991,18 @@
|
||||
FE6EE28F0DB91FDF005503A1 /* O2Surface.m in Sources */ = {isa = PBXBuildFile; fileRef = FE6EE28D0DB91FDF005503A1 /* O2Surface.m */; };
|
||||
FE6EE2E50DB92B11005503A1 /* VGPath.h in Headers */ = {isa = PBXBuildFile; fileRef = FE6EE2E30DB92B11005503A1 /* VGPath.h */; };
|
||||
FE6EE2E60DB92B11005503A1 /* VGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = FE6EE2E40DB92B11005503A1 /* VGPath.m */; };
|
||||
FE7AA0CD10F9788100FEDD9C /* CABackingRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7AA0CB10F9788100FEDD9C /* CABackingRenderer.h */; };
|
||||
FE7AA0CE10F9788100FEDD9C /* CABackingRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7AA0CC10F9788100FEDD9C /* CABackingRenderer.m */; };
|
||||
FE7AA13110F97E3300FEDD9C /* CALayer.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3110E13DCA00A2A651 /* CALayer.m */; };
|
||||
FE7AA13210F97E3300FEDD9C /* CARenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3210E13DCA00A2A651 /* CARenderer.m */; };
|
||||
FE7AA13310F97E3300FEDD9C /* CATransform3D.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3310E13DCA00A2A651 /* CATransform3D.m */; };
|
||||
FE7AA13410F97E3300FEDD9C /* CABackingRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7AA0CB10F9788100FEDD9C /* CABackingRenderer.h */; };
|
||||
FE7AA13510F97E3300FEDD9C /* CABackingRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7AA0CC10F9788100FEDD9C /* CABackingRenderer.m */; };
|
||||
FE7AA13610F97E3300FEDD9C /* CALayer.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3110E13DCA00A2A651 /* CALayer.m */; };
|
||||
FE7AA13710F97E3300FEDD9C /* CARenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3210E13DCA00A2A651 /* CARenderer.m */; };
|
||||
FE7AA13810F97E3300FEDD9C /* CATransform3D.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3310E13DCA00A2A651 /* CATransform3D.m */; };
|
||||
FE7AA13910F97E3300FEDD9C /* CABackingRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7AA0CB10F9788100FEDD9C /* CABackingRenderer.h */; };
|
||||
FE7AA13A10F97E3300FEDD9C /* CABackingRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7AA0CC10F9788100FEDD9C /* CABackingRenderer.m */; };
|
||||
FE7ABEBE0DC2C9BA0060D15B /* CGPDFDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7ABEBD0DC2C9BA0060D15B /* CGPDFDocument.m */; };
|
||||
FE82867F0D34727900F7489F /* NSApplicationIcon.tiff in Resources */ = {isa = PBXBuildFile; fileRef = FE8286770D34727900F7489F /* NSApplicationIcon.tiff */; };
|
||||
FE8286800D34727900F7489F /* NSSystemInfoPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = FE8286780D34727900F7489F /* NSSystemInfoPanel.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
@ -3047,6 +3033,12 @@
|
||||
FE8D95210CE4057300AFB060 /* NSMultipleValueBinder.m in Sources */ = {isa = PBXBuildFile; fileRef = FE8D951F0CE4057300AFB060 /* NSMultipleValueBinder.m */; };
|
||||
FE8F9F2A0C9C5D0000270AEE /* O2zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE8F9F260C9C5D0000270AEE /* O2zlib.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE8F9F2B0C9C5D0000270AEE /* O2zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = FE8F9F270C9C5D0000270AEE /* O2zlib.m */; };
|
||||
FE9131D810E93C0500FFF5D7 /* X11Event.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9131D610E93C0500FFF5D7 /* X11Event.h */; };
|
||||
FE9131D910E93C0600FFF5D7 /* X11Event.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9131D710E93C0500FFF5D7 /* X11Event.m */; };
|
||||
FE9131DA10E93C0600FFF5D7 /* X11Event.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9131D610E93C0500FFF5D7 /* X11Event.h */; };
|
||||
FE9131DB10E93C0600FFF5D7 /* X11Event.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9131D710E93C0500FFF5D7 /* X11Event.m */; };
|
||||
FE9131DC10E93C0600FFF5D7 /* X11Event.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9131D610E93C0500FFF5D7 /* X11Event.h */; };
|
||||
FE9131DD10E93C0600FFF5D7 /* X11Event.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9131D710E93C0500FFF5D7 /* X11Event.m */; };
|
||||
FE953DDA103B0EA0008A71F0 /* NSEvent_other.h in Headers */ = {isa = PBXBuildFile; fileRef = FE953DD8103B0EA0008A71F0 /* NSEvent_other.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE953DDB103B0EA0008A71F0 /* NSEvent_other.m in Sources */ = {isa = PBXBuildFile; fileRef = FE953DD9103B0EA0008A71F0 /* NSEvent_other.m */; };
|
||||
FE953DDC103B0EA0008A71F0 /* NSEvent_other.h in Headers */ = {isa = PBXBuildFile; fileRef = FE953DD8103B0EA0008A71F0 /* NSEvent_other.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
@ -3214,7 +3206,6 @@
|
||||
FEA314080FD5667D00F480D4 /* NSBrowserCellColorList.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55EE0976075300DA0954 /* NSBrowserCellColorList.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FEA314090FD5667D00F480D4 /* NSColorPickerSliders.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B55F00976075300DA0954 /* NSColorPickerSliders.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FEA3140A0FD5667D00F480D4 /* Win32Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56370976075400DA0954 /* Win32Cursor.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FEA3140B0FD5667D00F480D4 /* O2DeviceContext_gdi_ddb.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563B0976075400DA0954 /* O2DeviceContext_gdi_ddb.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FEA3140C0FD5667D00F480D4 /* Win32DeviceContextPrinter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563D0976075400DA0954 /* Win32DeviceContextPrinter.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
FEA3140D0FD5667D00F480D4 /* Win32DeviceContextWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B563F0976075400DA0954 /* Win32DeviceContextWindow.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FEA3140E0FD5667D00F480D4 /* Win32Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2B56410976075400DA0954 /* Win32Display.h */; settings = {ATTRIBUTES = (Project, Private, ); }; };
|
||||
@ -3667,11 +3658,17 @@
|
||||
FEC0C7830F146AF800903F6D /* O2ImageSource_GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC0C77F0F146AF800903F6D /* O2ImageSource_GIF.h */; };
|
||||
FEC0C7840F146AF800903F6D /* O2ImageSource_GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC0C7800F146AF800903F6D /* O2ImageSource_GIF.m */; };
|
||||
FED35B6F104DF8C10038ED7C /* CGLContext.m in Sources */ = {isa = PBXBuildFile; fileRef = FED35B6E104DF8C10038ED7C /* CGLContext.m */; };
|
||||
FED38C3410E13DCA00A2A651 /* CALayer.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3110E13DCA00A2A651 /* CALayer.m */; };
|
||||
FED38C3510E13DCA00A2A651 /* CARenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3210E13DCA00A2A651 /* CARenderer.m */; };
|
||||
FED38C3610E13DCA00A2A651 /* CATransform3D.m in Sources */ = {isa = PBXBuildFile; fileRef = FED38C3310E13DCA00A2A651 /* CATransform3D.m */; };
|
||||
FEDF951F0CAF43E7009DC96F /* O2PDFContext.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDF951B0CAF43E7009DC96F /* O2PDFContext.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FEDF95200CAF43E7009DC96F /* O2PDFContext.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDF951C0CAF43E7009DC96F /* O2PDFContext.m */; };
|
||||
FEE36B800F4B20C6005AEBBF /* NSToolbarOverflowArrow.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEE36B7F0F4B20C5005AEBBF /* NSToolbarOverflowArrow.pdf */; };
|
||||
FEE36B810F4B20C6005AEBBF /* NSToolbarOverflowArrow.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEE36B7F0F4B20C5005AEBBF /* NSToolbarOverflowArrow.pdf */; };
|
||||
FEE36B820F4B20C6005AEBBF /* NSToolbarOverflowArrow.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEE36B7F0F4B20C5005AEBBF /* NSToolbarOverflowArrow.pdf */; };
|
||||
FEE7E0B710E26487004A50F8 /* CGLContext.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE7E0B610E26487004A50F8 /* CGLContext.m */; };
|
||||
FEE7E0B810E26487004A50F8 /* CGLContext.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE7E0B610E26487004A50F8 /* CGLContext.m */; };
|
||||
FEE7E0B910E26487004A50F8 /* CGLContext.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE7E0B610E26487004A50F8 /* CGLContext.m */; };
|
||||
FEED247A0EC9E8F200A5B07E /* NSImageNameRefreshTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEED24790EC9E8F200A5B07E /* NSImageNameRefreshTemplate.pdf */; };
|
||||
FEED247B0EC9E8F200A5B07E /* NSImageNameRefreshTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = FEED24790EC9E8F200A5B07E /* NSImageNameRefreshTemplate.pdf */; };
|
||||
FEF0889F10C5B06400D38A2F /* CGImageDestination.m in Sources */ = {isa = PBXBuildFile; fileRef = FEF0889E10C5B06400D38A2F /* CGImageDestination.m */; };
|
||||
@ -3886,6 +3883,20 @@
|
||||
remoteGlobalIDString = FE01AAE20C5D9BF900AEA51A;
|
||||
remoteInfo = "ApplicationServices-Windows-i386";
|
||||
};
|
||||
FECA81A410EBB232003472F1 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = FECA81A110EBB231003472F1;
|
||||
remoteInfo = "QuartzCore-FreeBSD-i386 copy";
|
||||
};
|
||||
FECA81A810EBB286003472F1 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = FECA819410EBB231003472F1;
|
||||
remoteInfo = "QuartzCore-Windows-i386";
|
||||
};
|
||||
FECAF4D00DB710EE00BA2A8E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FECAF4C80DB710EE00BA2A8E /* ApplicationServices.xcodeproj */;
|
||||
@ -3893,6 +3904,34 @@
|
||||
remoteGlobalIDString = FE01AAED0C5D9BF900AEA51A;
|
||||
remoteInfo = "ApplicationServices-Windows-i386";
|
||||
};
|
||||
FED38C3F10E13DDF00A2A651 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
|
||||
remoteInfo = "QuartzCore-FreeBSD-i386";
|
||||
};
|
||||
FED38C4110E13E0800A2A651 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
|
||||
remoteInfo = "QuartzCore-FreeBSD-i386";
|
||||
};
|
||||
FED38C5010E13E2E00A2A651 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = FED38C4D10E13E1000A2A651;
|
||||
remoteInfo = "QuartzCore-FreeBSD-i386 copy";
|
||||
};
|
||||
FED38C5510E13E5A00A2A651 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = FED38C4310E13E1000A2A651;
|
||||
remoteInfo = "QuartzCore-FreeBSD-i386 copy";
|
||||
};
|
||||
FED5359B0FE061B200F02667 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6E46FEBE0A2D2DCF004CD27E /* Foundation.xcodeproj */;
|
||||
@ -3914,6 +3953,13 @@
|
||||
remoteGlobalIDString = FED70FB70C3C09C7000CBE5B;
|
||||
remoteInfo = "Foundation-Darwin-ppc";
|
||||
};
|
||||
FEE7E14410E2722B004A50F8 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = FE0C4EB81041CF2100D8C100 /* OpenGL.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = C8E0BE7D0F0E544700677729;
|
||||
remoteInfo = "OpenGL-Darwin-i386";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@ -4236,7 +4282,6 @@
|
||||
6E2B55FE0976075300DA0954 /* NSColorPickerSlidersRGB.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = NSColorPickerSlidersRGB.tiff; sourceTree = "<group>"; };
|
||||
6E2B56000976075300DA0954 /* NSColorPickerSlidersGray.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = NSColorPickerSlidersGray.tiff; sourceTree = "<group>"; };
|
||||
6E2B560A0976075300DA0954 /* Win32Cursor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Win32Cursor.m; sourceTree = "<group>"; };
|
||||
6E2B560E0976075300DA0954 /* O2DeviceContext_gdi_ddb.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = O2DeviceContext_gdi_ddb.m; sourceTree = "<group>"; };
|
||||
6E2B56100976075300DA0954 /* Win32DeviceContextPrinter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Win32DeviceContextPrinter.m; sourceTree = "<group>"; };
|
||||
6E2B56120976075300DA0954 /* Win32DeviceContextWindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Win32DeviceContextWindow.m; sourceTree = "<group>"; };
|
||||
6E2B56140976075300DA0954 /* Win32Display.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Win32Display.m; sourceTree = "<group>"; };
|
||||
@ -4249,7 +4294,6 @@
|
||||
6E2B562E0976075400DA0954 /* NSSavePanel-Win32.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSSavePanel-Win32.m"; sourceTree = "<group>"; };
|
||||
6E2B56300976075400DA0954 /* NSOpenPanel-Win32.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSOpenPanel-Win32.m"; sourceTree = "<group>"; };
|
||||
6E2B56370976075400DA0954 /* Win32Cursor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Win32Cursor.h; sourceTree = "<group>"; };
|
||||
6E2B563B0976075400DA0954 /* O2DeviceContext_gdi_ddb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = O2DeviceContext_gdi_ddb.h; sourceTree = "<group>"; };
|
||||
6E2B563D0976075400DA0954 /* Win32DeviceContextPrinter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Win32DeviceContextPrinter.h; sourceTree = "<group>"; };
|
||||
6E2B563F0976075400DA0954 /* Win32DeviceContextWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Win32DeviceContextWindow.h; sourceTree = "<group>"; };
|
||||
6E2B56410976075400DA0954 /* Win32Display.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Win32Display.h; sourceTree = "<group>"; };
|
||||
@ -4370,31 +4414,23 @@
|
||||
A1CC70411005371100DB9974 /* NSTextFieldBinder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSTextFieldBinder.m; sourceTree = "<group>"; };
|
||||
C81BEA0D0EA6038800478D50 /* O2Context_cairo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = O2Context_cairo.h; sourceTree = "<group>"; };
|
||||
C81BEA0E0EA6038800478D50 /* O2Context_cairo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = O2Context_cairo.m; sourceTree = "<group>"; };
|
||||
C8283E490F0AEE3B009E89C4 /* X11InputSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = X11InputSource.h; sourceTree = "<group>"; };
|
||||
C8283E4A0F0AEE3B009E89C4 /* X11InputSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = X11InputSource.m; sourceTree = "<group>"; };
|
||||
C84909350E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSUserDefaultsControllerProxy.h; sourceTree = "<group>"; };
|
||||
C84909360E8D1FB900BA6D3A /* NSUserDefaultsControllerProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSUserDefaultsControllerProxy.m; sourceTree = "<group>"; };
|
||||
C85D91930EE6A806004EBAEA /* NSDictionaryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSDictionaryController.h; sourceTree = "<group>"; };
|
||||
C85D91940EE6A806004EBAEA /* NSDictionaryController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSDictionaryController.m; sourceTree = "<group>"; };
|
||||
C8746B280EA379CE007A6BE2 /* NSPlatform_linux.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSPlatform_linux.m; sourceTree = "<group>"; };
|
||||
C8746B2C0EA379DE007A6BE2 /* X11Display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = X11Display.h; sourceTree = "<group>"; };
|
||||
C8746B2D0EA379DE007A6BE2 /* X11Display.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = X11Display.m; sourceTree = "<group>"; };
|
||||
C8746B3F0EA396D0007A6BE2 /* X11Window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = X11Window.h; sourceTree = "<group>"; };
|
||||
C8746B400EA396D0007A6BE2 /* X11Window.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = X11Window.m; sourceTree = "<group>"; };
|
||||
C8746BAB0EA3EE11007A6BE2 /* TTFFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTFFont.h; sourceTree = "<group>"; };
|
||||
C8746BAC0EA3EE11007A6BE2 /* TTFFont.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTFFont.m; sourceTree = "<group>"; };
|
||||
C8746BAB0EA3EE11007A6BE2 /* KTFont_FT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KTFont_FT.h; sourceTree = "<group>"; };
|
||||
C8746BAC0EA3EE11007A6BE2 /* KTFont_FT.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KTFont_FT.m; sourceTree = "<group>"; };
|
||||
C889770C0EA0BF3100D0A0A2 /* AppKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AppKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C8A2E5730F07EA1F0054397C /* AppKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AppKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C8A2E58F0F07EB600054397C /* NSPlatform_darwin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSPlatform_darwin.m; sourceTree = "<group>"; };
|
||||
C8AB73080F40C21A00D93B96 /* NSControllerMarker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSControllerMarker.h; sourceTree = "<group>"; };
|
||||
C8AB73090F40C21A00D93B96 /* NSControllerMarker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSControllerMarker.m; sourceTree = "<group>"; };
|
||||
C8B239A20BF8EEB500CA33AF /* defaultBindingOptions.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = defaultBindingOptions.plist; sourceTree = "<group>"; };
|
||||
C8C52C8D0E7ED1FF003F03B5 /* NSObservationProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSObservationProxy.h; sourceTree = "<group>"; };
|
||||
C8C52C8E0E7ED1FF003F03B5 /* NSObservationProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSObservationProxy.m; sourceTree = "<group>"; };
|
||||
C8C995BB0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = X11AsyncInputSourceSet.h; sourceTree = "<group>"; };
|
||||
C8C995BC0F0BB2B100A0A091 /* X11AsyncInputSourceSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = X11AsyncInputSourceSet.m; sourceTree = "<group>"; };
|
||||
C8C995D80F0BB36700A0A091 /* X11AsyncInputSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = X11AsyncInputSource.h; sourceTree = "<group>"; };
|
||||
C8C995D90F0BB36700A0A091 /* X11AsyncInputSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = X11AsyncInputSource.m; sourceTree = "<group>"; };
|
||||
C8E0BDEE0F0E4F5200677729 /* NSOpenGLDrawable_X11.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSOpenGLDrawable_X11.h; sourceTree = "<group>"; };
|
||||
C8E0BDEF0F0E4F5200677729 /* NSOpenGLDrawable_X11.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSOpenGLDrawable_X11.m; sourceTree = "<group>"; };
|
||||
C8E4F57F0BFF7A8A0076D5E6 /* NSAffineTransform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSAffineTransform.h; sourceTree = "<group>"; };
|
||||
@ -4548,7 +4584,6 @@
|
||||
FE57FAB50C47F2010078FFC1 /* NSPrintPanel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NSPrintPanel.h; sourceTree = "<group>"; };
|
||||
FE57FAB60C47F2010078FFC1 /* NSPrintPanel.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = NSPrintPanel.m; sourceTree = "<group>"; };
|
||||
FE5A8BE310C6F50E005E348A /* AppKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AppKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
FE5A8CD910C82921005E348A /* NSPlatform_bsd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSPlatform_bsd.m; sourceTree = "<group>"; };
|
||||
FE5C699F0D76039F00098551 /* O2DeviceContext_gdiDIBSection.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = O2DeviceContext_gdiDIBSection.h; sourceTree = "<group>"; };
|
||||
FE5C69A00D76039F00098551 /* O2DeviceContext_gdiDIBSection.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = O2DeviceContext_gdiDIBSection.m; sourceTree = "<group>"; };
|
||||
FE6466E10B2C611D00B302B0 /* NSMutableParagraphStyle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NSMutableParagraphStyle.h; sourceTree = "<group>"; };
|
||||
@ -4637,6 +4672,8 @@
|
||||
FE7247A50C0622F2007CBC51 /* NSTextAttachmentCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = NSTextAttachmentCell.m; sourceTree = "<group>"; };
|
||||
FE72484F0C0676AA007CBC51 /* NSTypesetter_concrete.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NSTypesetter_concrete.h; sourceTree = "<group>"; };
|
||||
FE7248500C0676AA007CBC51 /* NSTypesetter_concrete.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = NSTypesetter_concrete.m; sourceTree = "<group>"; };
|
||||
FE7AA0CB10F9788100FEDD9C /* CABackingRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CABackingRenderer.h; path = ../QuartzCore/CABackingRenderer.h; sourceTree = SOURCE_ROOT; };
|
||||
FE7AA0CC10F9788100FEDD9C /* CABackingRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CABackingRenderer.m; path = ../QuartzCore/CABackingRenderer.m; sourceTree = SOURCE_ROOT; };
|
||||
FE7ABEBD0DC2C9BA0060D15B /* CGPDFDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGPDFDocument.m; sourceTree = "<group>"; };
|
||||
FE8286770D34727900F7489F /* NSApplicationIcon.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = NSApplicationIcon.tiff; sourceTree = "<group>"; };
|
||||
FE8286780D34727900F7489F /* NSSystemInfoPanel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NSSystemInfoPanel.h; sourceTree = "<group>"; };
|
||||
@ -4667,6 +4704,8 @@
|
||||
FE8D951F0CE4057300AFB060 /* NSMultipleValueBinder.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = NSMultipleValueBinder.m; sourceTree = "<group>"; };
|
||||
FE8F9F260C9C5D0000270AEE /* O2zlib.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = O2zlib.h; sourceTree = "<group>"; };
|
||||
FE8F9F270C9C5D0000270AEE /* O2zlib.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = O2zlib.m; sourceTree = "<group>"; };
|
||||
FE9131D610E93C0500FFF5D7 /* X11Event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = X11Event.h; sourceTree = "<group>"; };
|
||||
FE9131D710E93C0500FFF5D7 /* X11Event.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = X11Event.m; sourceTree = "<group>"; };
|
||||
FE953DD8103B0EA0008A71F0 /* NSEvent_other.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSEvent_other.h; sourceTree = "<group>"; };
|
||||
FE953DD9103B0EA0008A71F0 /* NSEvent_other.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSEvent_other.m; sourceTree = "<group>"; };
|
||||
FEA25F960EECCE4D008750D0 /* NSSound_win32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSSound_win32.h; sourceTree = "<group>"; };
|
||||
@ -4723,9 +4762,14 @@
|
||||
FED310DF0BCC027200552615 /* NSViewAnimation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NSViewAnimation.h; sourceTree = "<group>"; };
|
||||
FED310E00BCC027200552615 /* NSViewAnimation.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = NSViewAnimation.m; sourceTree = "<group>"; };
|
||||
FED35B6E104DF8C10038ED7C /* CGLContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGLContext.m; sourceTree = "<group>"; };
|
||||
FED38C3110E13DCA00A2A651 /* CALayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CALayer.m; path = ../QuartzCore/CALayer.m; sourceTree = SOURCE_ROOT; };
|
||||
FED38C3210E13DCA00A2A651 /* CARenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CARenderer.m; path = ../QuartzCore/CARenderer.m; sourceTree = SOURCE_ROOT; };
|
||||
FED38C3310E13DCA00A2A651 /* CATransform3D.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CATransform3D.m; path = ../QuartzCore/CATransform3D.m; sourceTree = SOURCE_ROOT; };
|
||||
FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QuartzCore.xcodeproj; path = ../QuartzCore/QuartzCore.xcodeproj; sourceTree = SOURCE_ROOT; };
|
||||
FEDF951B0CAF43E7009DC96F /* O2PDFContext.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = O2PDFContext.h; sourceTree = "<group>"; };
|
||||
FEDF951C0CAF43E7009DC96F /* O2PDFContext.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = O2PDFContext.m; sourceTree = "<group>"; };
|
||||
FEE36B7F0F4B20C5005AEBBF /* NSToolbarOverflowArrow.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = NSToolbarOverflowArrow.pdf; sourceTree = "<group>"; };
|
||||
FEE7E0B610E26487004A50F8 /* CGLContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGLContext.m; sourceTree = "<group>"; };
|
||||
FEED24790EC9E8F200A5B07E /* NSImageNameRefreshTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = NSImageNameRefreshTemplate.pdf; sourceTree = "<group>"; };
|
||||
FEEF00580B96441800069FD1 /* CGPDFPage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGPDFPage.m; sourceTree = "<group>"; };
|
||||
FEF0889E10C5B06400D38A2F /* CGImageDestination.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGImageDestination.m; sourceTree = "<group>"; };
|
||||
@ -4799,6 +4843,7 @@
|
||||
FE0C4EB81041CF2100D8C100 /* OpenGL.xcodeproj */,
|
||||
6E46FEBE0A2D2DCF004CD27E /* Foundation.xcodeproj */,
|
||||
FECAF4C80DB710EE00BA2A8E /* ApplicationServices.xcodeproj */,
|
||||
FED38C2610E1305700A2A651 /* QuartzCore */,
|
||||
6E2B53240976075200DA0954 /* Classes */,
|
||||
6E2B54DE0976075300DA0954 /* Interfaces */,
|
||||
6E2B54E60976075300DA0954 /* Images */,
|
||||
@ -5130,7 +5175,7 @@
|
||||
6E2B53E50976075200DA0954 /* NSWindowController.m */,
|
||||
6E2B54C80976075300DA0954 /* NSWorkspace.h */,
|
||||
6E2B53E70976075200DA0954 /* NSWorkspace.m */,
|
||||
6E2B56B00976075400DA0954 /* OpenGL */,
|
||||
6E2B56B00976075400DA0954 /* NSOpenGL */,
|
||||
6E2B56C30976075400DA0954 /* RTF */,
|
||||
6E2B56060976075300DA0954 /* Win32 */,
|
||||
6E2B57550976075500DA0954 /* X11 */,
|
||||
@ -5495,35 +5540,33 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FED35B6E104DF8C10038ED7C /* CGLContext.m */,
|
||||
FEA661210FF5C6F200E2C03B /* O2Font_gdi.h */,
|
||||
FEA661220FF5C6F200E2C03B /* O2Font_gdi.m */,
|
||||
FEA25F960EECCE4D008750D0 /* NSSound_win32.h */,
|
||||
FEA25F970EECCE4D008750D0 /* NSSound_win32.m */,
|
||||
FE1CEA6B0C8F12F800184630 /* opengl_dll.h */,
|
||||
FE1CEA6C0C8F12F800184630 /* opengl_dll.m */,
|
||||
FEF2EC330C891E7C001FC5A8 /* NSOpenGLDrawable_gdiView.h */,
|
||||
FEF2EC790C8A03CC001FC5A8 /* NSOpenGLDrawable_gdiView.m */,
|
||||
FEF9CCC10E1416C4003502ED /* O2Context_builtin_gdi.h */,
|
||||
FEF9CCC20E1416C4003502ED /* O2Context_builtin_gdi.m */,
|
||||
6E2B56620976075400DA0954 /* dllmain.m */,
|
||||
FEABD6030CB9D0C90035F828 /* O2Context_gdi.h */,
|
||||
FEABD6040CB9D0C90035F828 /* O2Context_gdi.m */,
|
||||
FE57F8D00C46B68C0078FFC1 /* O2DeviceContext_gdi.h */,
|
||||
FE57F8D10C46B68C0078FFC1 /* O2DeviceContext_gdi.m */,
|
||||
6E2B563B0976075400DA0954 /* O2DeviceContext_gdi_ddb.h */,
|
||||
6E2B560E0976075300DA0954 /* O2DeviceContext_gdi_ddb.m */,
|
||||
FE5C699F0D76039F00098551 /* O2DeviceContext_gdiDIBSection.h */,
|
||||
FE5C69A00D76039F00098551 /* O2DeviceContext_gdiDIBSection.m */,
|
||||
FE311FA40CCC430200EBD696 /* KTFont_gdi.h */,
|
||||
FE311FA50CCC430200EBD696 /* KTFont_gdi.m */,
|
||||
FEF9CAE70E133FF2003502ED /* O2Surface_DIBSection.h */,
|
||||
FEF9CAE80E133FF2003502ED /* O2Surface_DIBSection.m */,
|
||||
FE4434020BB9833B00411464 /* NSGraphicsStyle_uxtheme.h */,
|
||||
FE4434030BB9833B00411464 /* NSGraphicsStyle_uxtheme.m */,
|
||||
FEF2EC330C891E7C001FC5A8 /* NSOpenGLDrawable_gdiView.h */,
|
||||
FEF2EC790C8A03CC001FC5A8 /* NSOpenGLDrawable_gdiView.m */,
|
||||
6E2B565D0976075400DA0954 /* NSOpenPanel-Win32.h */,
|
||||
6E2B56300976075400DA0954 /* NSOpenPanel-Win32.m */,
|
||||
6E2B565B0976075400DA0954 /* NSSavePanel-Win32.h */,
|
||||
6E2B562E0976075400DA0954 /* NSSavePanel-Win32.m */,
|
||||
FEA25F960EECCE4D008750D0 /* NSSound_win32.h */,
|
||||
FEA25F970EECCE4D008750D0 /* NSSound_win32.m */,
|
||||
FEF9CCC10E1416C4003502ED /* O2Context_builtin_gdi.h */,
|
||||
FEF9CCC20E1416C4003502ED /* O2Context_builtin_gdi.m */,
|
||||
FEABD6030CB9D0C90035F828 /* O2Context_gdi.h */,
|
||||
FEABD6040CB9D0C90035F828 /* O2Context_gdi.m */,
|
||||
FE57F8D00C46B68C0078FFC1 /* O2DeviceContext_gdi.h */,
|
||||
FE57F8D10C46B68C0078FFC1 /* O2DeviceContext_gdi.m */,
|
||||
FE5C699F0D76039F00098551 /* O2DeviceContext_gdiDIBSection.h */,
|
||||
FE5C69A00D76039F00098551 /* O2DeviceContext_gdiDIBSection.m */,
|
||||
FEA661210FF5C6F200E2C03B /* O2Font_gdi.h */,
|
||||
FEA661220FF5C6F200E2C03B /* O2Font_gdi.m */,
|
||||
FEF9CAE70E133FF2003502ED /* O2Surface_DIBSection.h */,
|
||||
FEF9CAE80E133FF2003502ED /* O2Surface_DIBSection.m */,
|
||||
FE1CEA6B0C8F12F800184630 /* opengl_dll.h */,
|
||||
FE1CEA6C0C8F12F800184630 /* opengl_dll.m */,
|
||||
6E2B56370976075400DA0954 /* Win32Cursor.h */,
|
||||
6E2B560A0976075300DA0954 /* Win32Cursor.m */,
|
||||
6E2B563D0976075400DA0954 /* Win32DeviceContextPrinter.h */,
|
||||
@ -5590,7 +5633,7 @@
|
||||
path = Win32DraggingManager.subproj;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6E2B56B00976075400DA0954 /* OpenGL */ = {
|
||||
6E2B56B00976075400DA0954 /* NSOpenGL */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FE4478071039F64E00ECD6A6 /* NSOpenGL.h */,
|
||||
@ -5605,8 +5648,7 @@
|
||||
6E2B56BD0976075400DA0954 /* NSOpenGLView.h */,
|
||||
6E2B56B60976075400DA0954 /* NSOpenGLView.m */,
|
||||
);
|
||||
name = OpenGL;
|
||||
path = OpenGL.subproj;
|
||||
path = NSOpenGL;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6E2B56C30976075400DA0954 /* RTF */ = {
|
||||
@ -5724,11 +5766,11 @@
|
||||
6E2B57550976075500DA0954 /* X11 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FE9131D610E93C0500FFF5D7 /* X11Event.h */,
|
||||
FE9131D710E93C0500FFF5D7 /* X11Event.m */,
|
||||
FEE7E0B610E26487004A50F8 /* CGLContext.m */,
|
||||
C8E0BDEE0F0E4F5200677729 /* NSOpenGLDrawable_X11.h */,
|
||||
C8E0BDEF0F0E4F5200677729 /* NSOpenGLDrawable_X11.m */,
|
||||
FE5A8CD910C82921005E348A /* NSPlatform_bsd.m */,
|
||||
C8A2E58F0F07EB600054397C /* NSPlatform_darwin.m */,
|
||||
C8746B280EA379CE007A6BE2 /* NSPlatform_linux.m */,
|
||||
FEA2CD4410D6D870003C8FF5 /* O2Context_builtin_FT.h */,
|
||||
FEA2CD4510D6D870003C8FF5 /* O2Context_builtin_FT.m */,
|
||||
C81BEA0D0EA6038800478D50 /* O2Context_cairo.h */,
|
||||
@ -5739,16 +5781,10 @@
|
||||
FE881E7F10D57CFD00C73204 /* O2FontState_cairo.m */,
|
||||
FEA2CD1C10D6C1C0003C8FF5 /* O2Surface_cairo.h */,
|
||||
FEA2CD1D10D6C1C0003C8FF5 /* O2Surface_cairo.m */,
|
||||
C8746BAB0EA3EE11007A6BE2 /* TTFFont.h */,
|
||||
C8746BAC0EA3EE11007A6BE2 /* TTFFont.m */,
|
||||
C8C995D80F0BB36700A0A091 /* X11AsyncInputSource.h */,
|
||||
C8C995D90F0BB36700A0A091 /* X11AsyncInputSource.m */,
|
||||
C8C995BB0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h */,
|
||||
C8C995BC0F0BB2B100A0A091 /* X11AsyncInputSourceSet.m */,
|
||||
C8746BAB0EA3EE11007A6BE2 /* KTFont_FT.h */,
|
||||
C8746BAC0EA3EE11007A6BE2 /* KTFont_FT.m */,
|
||||
C8746B2C0EA379DE007A6BE2 /* X11Display.h */,
|
||||
C8746B2D0EA379DE007A6BE2 /* X11Display.m */,
|
||||
C8283E490F0AEE3B009E89C4 /* X11InputSource.h */,
|
||||
C8283E4A0F0AEE3B009E89C4 /* X11InputSource.m */,
|
||||
C8746B3F0EA396D0007A6BE2 /* X11Window.h */,
|
||||
C8746B400EA396D0007A6BE2 /* X11Window.m */,
|
||||
);
|
||||
@ -5971,6 +6007,29 @@
|
||||
path = NSAnimation;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
FED38C2610E1305700A2A651 /* QuartzCore */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */,
|
||||
FED38C3110E13DCA00A2A651 /* CALayer.m */,
|
||||
FED38C3210E13DCA00A2A651 /* CARenderer.m */,
|
||||
FED38C3310E13DCA00A2A651 /* CATransform3D.m */,
|
||||
FE7AA0CB10F9788100FEDD9C /* CABackingRenderer.h */,
|
||||
FE7AA0CC10F9788100FEDD9C /* CABackingRenderer.m */,
|
||||
);
|
||||
name = QuartzCore;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
FED38C3C10E13DDF00A2A651 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FED38C4010E13DDF00A2A651 /* QuartzCore.framework */,
|
||||
FED38C5110E13E2E00A2A651 /* QuartzCore.framework */,
|
||||
FECA81A510EBB232003472F1 /* QuartzCore.framework */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
@ -6123,7 +6182,6 @@
|
||||
C88974B30EA0BF3100D0A0A2 /* NSBrowserCellColorList.h in Headers */,
|
||||
C88974B40EA0BF3100D0A0A2 /* NSColorPickerSliders.h in Headers */,
|
||||
C88974B50EA0BF3100D0A0A2 /* Win32Cursor.h in Headers */,
|
||||
C88974B60EA0BF3100D0A0A2 /* O2DeviceContext_gdi_ddb.h in Headers */,
|
||||
C88974B70EA0BF3100D0A0A2 /* Win32DeviceContextPrinter.h in Headers */,
|
||||
C88974B80EA0BF3100D0A0A2 /* Win32DeviceContextWindow.h in Headers */,
|
||||
C88974B90EA0BF3100D0A0A2 /* Win32Display.h in Headers */,
|
||||
@ -6314,16 +6372,13 @@
|
||||
C889757B0EA0BF3100D0A0A2 /* NSUserDefaultsControllerProxy.h in Headers */,
|
||||
C8746B2E0EA379DE007A6BE2 /* X11Display.h in Headers */,
|
||||
C8746B410EA396D0007A6BE2 /* X11Window.h in Headers */,
|
||||
C8746BAD0EA3EE11007A6BE2 /* TTFFont.h in Headers */,
|
||||
C8746BAD0EA3EE11007A6BE2 /* KTFont_FT.h in Headers */,
|
||||
C81BEA0F0EA6038800478D50 /* O2Context_cairo.h in Headers */,
|
||||
FE25FF640EE58712009C91B1 /* O2Font.h in Headers */,
|
||||
C85D91950EE6A806004EBAEA /* NSDictionaryController.h in Headers */,
|
||||
FE54BECB0EEB086900B4559F /* NSOpenGLDrawable.h in Headers */,
|
||||
FE669CA80F12B1A600534F46 /* gif_lib.h in Headers */,
|
||||
FEC0C7830F146AF800903F6D /* O2ImageSource_GIF.h in Headers */,
|
||||
C8283E4D0F0AEE3B009E89C4 /* X11InputSource.h in Headers */,
|
||||
C8C995BF0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h in Headers */,
|
||||
C8C995DC0F0BB36700A0A091 /* X11AsyncInputSource.h in Headers */,
|
||||
C8E0BDF00F0E4F5200677729 /* NSOpenGLDrawable_X11.h in Headers */,
|
||||
FE38749E0F4333D600EC9F00 /* NSToolbarItemView.h in Headers */,
|
||||
FE6BE4480F446B92007D7F3F /* NSToolbarItemGroup.h in Headers */,
|
||||
@ -6358,6 +6413,8 @@
|
||||
FE881E8410D57CFD00C73204 /* O2FontState_cairo.h in Headers */,
|
||||
FEA2CD2210D6C1C0003C8FF5 /* O2Surface_cairo.h in Headers */,
|
||||
FEA2CD4A10D6D870003C8FF5 /* O2Context_builtin_FT.h in Headers */,
|
||||
FE9131DC10E93C0600FFF5D7 /* X11Event.h in Headers */,
|
||||
FE7AA13910F97E3300FEDD9C /* CABackingRenderer.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -6510,7 +6567,6 @@
|
||||
C8A2E3340F07EA1F0054397C /* NSBrowserCellColorList.h in Headers */,
|
||||
C8A2E3350F07EA1F0054397C /* NSColorPickerSliders.h in Headers */,
|
||||
C8A2E3360F07EA1F0054397C /* Win32Cursor.h in Headers */,
|
||||
C8A2E3370F07EA1F0054397C /* O2DeviceContext_gdi_ddb.h in Headers */,
|
||||
C8A2E3380F07EA1F0054397C /* Win32DeviceContextPrinter.h in Headers */,
|
||||
C8A2E3390F07EA1F0054397C /* Win32DeviceContextWindow.h in Headers */,
|
||||
C8A2E33A0F07EA1F0054397C /* Win32Display.h in Headers */,
|
||||
@ -6701,14 +6757,11 @@
|
||||
C8A2E3FC0F07EA1F0054397C /* NSUserDefaultsControllerProxy.h in Headers */,
|
||||
C8A2E3FE0F07EA1F0054397C /* X11Display.h in Headers */,
|
||||
C8A2E3FF0F07EA1F0054397C /* X11Window.h in Headers */,
|
||||
C8A2E4000F07EA1F0054397C /* TTFFont.h in Headers */,
|
||||
C8A2E4000F07EA1F0054397C /* KTFont_FT.h in Headers */,
|
||||
C8A2E4030F07EA1F0054397C /* O2Font.h in Headers */,
|
||||
C8A2E4040F07EA1F0054397C /* NSDictionaryController.h in Headers */,
|
||||
C8A2E4050F07EA1F0054397C /* NSOpenGLDrawable.h in Headers */,
|
||||
C8A2E6080F07F4540054397C /* O2Context_cairo.h in Headers */,
|
||||
C8283E4B0F0AEE3B009E89C4 /* X11InputSource.h in Headers */,
|
||||
C8C995BD0F0BB2B100A0A091 /* X11AsyncInputSourceSet.h in Headers */,
|
||||
C8C995DA0F0BB36700A0A091 /* X11AsyncInputSource.h in Headers */,
|
||||
C8E0BDF20F0E4F5200677729 /* NSOpenGLDrawable_X11.h in Headers */,
|
||||
FE3874A00F4333D600EC9F00 /* NSToolbarItemView.h in Headers */,
|
||||
FE6BE44A0F446B92007D7F3F /* NSToolbarItemGroup.h in Headers */,
|
||||
@ -6744,6 +6797,8 @@
|
||||
FE881EBD10D5812100C73204 /* O2Font_FT.h in Headers */,
|
||||
FEA2CD2010D6C1C0003C8FF5 /* O2Surface_cairo.h in Headers */,
|
||||
FEA2CD4810D6D870003C8FF5 /* O2Context_builtin_FT.h in Headers */,
|
||||
FE9131DA10E93C0600FFF5D7 /* X11Event.h in Headers */,
|
||||
FE7AA13410F97E3300FEDD9C /* CABackingRenderer.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -6896,7 +6951,6 @@
|
||||
FE01A8A00C5D9BCB00AEA51A /* NSBrowserCellColorList.h in Headers */,
|
||||
FE01A8A10C5D9BCB00AEA51A /* NSColorPickerSliders.h in Headers */,
|
||||
FE01A8A20C5D9BCB00AEA51A /* Win32Cursor.h in Headers */,
|
||||
FE01A8A40C5D9BCB00AEA51A /* O2DeviceContext_gdi_ddb.h in Headers */,
|
||||
FE01A8A50C5D9BCB00AEA51A /* Win32DeviceContextPrinter.h in Headers */,
|
||||
FE01A8A60C5D9BCB00AEA51A /* Win32DeviceContextWindow.h in Headers */,
|
||||
FE01A8A70C5D9BCB00AEA51A /* Win32Display.h in Headers */,
|
||||
@ -7274,7 +7328,6 @@
|
||||
FE5A896A10C6F50E005E348A /* NSBrowserCellColorList.h in Headers */,
|
||||
FE5A896B10C6F50E005E348A /* NSColorPickerSliders.h in Headers */,
|
||||
FE5A896C10C6F50E005E348A /* Win32Cursor.h in Headers */,
|
||||
FE5A896D10C6F50E005E348A /* O2DeviceContext_gdi_ddb.h in Headers */,
|
||||
FE5A896E10C6F50E005E348A /* Win32DeviceContextPrinter.h in Headers */,
|
||||
FE5A896F10C6F50E005E348A /* Win32DeviceContextWindow.h in Headers */,
|
||||
FE5A897010C6F50E005E348A /* Win32Display.h in Headers */,
|
||||
@ -7465,16 +7518,13 @@
|
||||
FE5A8A2910C6F50E005E348A /* NSUserDefaultsControllerProxy.h in Headers */,
|
||||
FE5A8A2A10C6F50E005E348A /* X11Display.h in Headers */,
|
||||
FE5A8A2B10C6F50E005E348A /* X11Window.h in Headers */,
|
||||
FE5A8A2C10C6F50E005E348A /* TTFFont.h in Headers */,
|
||||
FE5A8A2C10C6F50E005E348A /* KTFont_FT.h in Headers */,
|
||||
FE5A8A2D10C6F50E005E348A /* O2Context_cairo.h in Headers */,
|
||||
FE5A8A2F10C6F50E005E348A /* O2Font.h in Headers */,
|
||||
FE5A8A3010C6F50E005E348A /* NSDictionaryController.h in Headers */,
|
||||
FE5A8A3110C6F50E005E348A /* NSOpenGLDrawable.h in Headers */,
|
||||
FE5A8A3210C6F50E005E348A /* gif_lib.h in Headers */,
|
||||
FE5A8A3310C6F50E005E348A /* O2ImageSource_GIF.h in Headers */,
|
||||
FE5A8A3410C6F50E005E348A /* X11InputSource.h in Headers */,
|
||||
FE5A8A3510C6F50E005E348A /* X11AsyncInputSourceSet.h in Headers */,
|
||||
FE5A8A3610C6F50E005E348A /* X11AsyncInputSource.h in Headers */,
|
||||
FE5A8A3710C6F50E005E348A /* NSOpenGLDrawable_X11.h in Headers */,
|
||||
FE5A8A3810C6F50E005E348A /* NSToolbarItemView.h in Headers */,
|
||||
FE5A8A3910C6F50E005E348A /* NSToolbarItemGroup.h in Headers */,
|
||||
@ -7510,6 +7560,8 @@
|
||||
FE881E8010D57CFD00C73204 /* O2FontState_cairo.h in Headers */,
|
||||
FEA2CD1E10D6C1C0003C8FF5 /* O2Surface_cairo.h in Headers */,
|
||||
FEA2CD4610D6D870003C8FF5 /* O2Context_builtin_FT.h in Headers */,
|
||||
FE9131D810E93C0500FFF5D7 /* X11Event.h in Headers */,
|
||||
FE7AA0CD10F9788100FEDD9C /* CABackingRenderer.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -7659,7 +7711,6 @@
|
||||
FEA314080FD5667D00F480D4 /* NSBrowserCellColorList.h in Headers */,
|
||||
FEA314090FD5667D00F480D4 /* NSColorPickerSliders.h in Headers */,
|
||||
FEA3140A0FD5667D00F480D4 /* Win32Cursor.h in Headers */,
|
||||
FEA3140B0FD5667D00F480D4 /* O2DeviceContext_gdi_ddb.h in Headers */,
|
||||
FEA3140C0FD5667D00F480D4 /* Win32DeviceContextPrinter.h in Headers */,
|
||||
FEA3140D0FD5667D00F480D4 /* Win32DeviceContextWindow.h in Headers */,
|
||||
FEA3140E0FD5667D00F480D4 /* Win32Display.h in Headers */,
|
||||
@ -7857,6 +7908,8 @@
|
||||
dependencies = (
|
||||
C8A2E5760F07EA440054397C /* PBXTargetDependency */,
|
||||
FE07750D0F2D54470074EE75 /* PBXTargetDependency */,
|
||||
FED38C5610E13E5A00A2A651 /* PBXTargetDependency */,
|
||||
FEE7E14510E2722B004A50F8 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "AppKit-Darwin-i386";
|
||||
productInstallPath = /Library/Frameworks;
|
||||
@ -7881,6 +7934,7 @@
|
||||
FE01AACC0C5D9BE700AEA51A /* PBXTargetDependency */,
|
||||
FE6EDEBD0DB7AF94005503A1 /* PBXTargetDependency */,
|
||||
FE0C4EC51041CF3200D8C100 /* PBXTargetDependency */,
|
||||
FECA81A910EBB286003472F1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "AppKit-Windows-i386";
|
||||
productInstallPath = /Library/Frameworks;
|
||||
@ -7905,6 +7959,7 @@
|
||||
FE5A8BE610C6F546005E348A /* PBXTargetDependency */,
|
||||
FE5A8BE810C6F54B005E348A /* PBXTargetDependency */,
|
||||
FE5A8BF610C75AC7005E348A /* PBXTargetDependency */,
|
||||
FED38C4210E13E0800A2A651 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "AppKit-FreeBSD-i386";
|
||||
productInstallPath = /Library/Frameworks;
|
||||
@ -7956,6 +8011,10 @@
|
||||
ProductGroup = FE0C4EB91041CF2100D8C100 /* Products */;
|
||||
ProjectRef = FE0C4EB81041CF2100D8C100 /* OpenGL.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = FED38C3C10E13DDF00A2A651 /* Products */;
|
||||
ProjectRef = FED38C3B10E13DDF00A2A651 /* QuartzCore.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
@ -8053,6 +8112,13 @@
|
||||
remoteRef = FE65206E0FBE3D3D00464BFD /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
FECA81A510EBB232003472F1 /* QuartzCore.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
path = QuartzCore.framework;
|
||||
remoteRef = FECA81A410EBB232003472F1 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
FECAF4D10DB710EE00BA2A8E /* ApplicationServices.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
@ -8060,6 +8126,20 @@
|
||||
remoteRef = FECAF4D00DB710EE00BA2A8E /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
FED38C4010E13DDF00A2A651 /* QuartzCore.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
path = QuartzCore.framework;
|
||||
remoteRef = FED38C3F10E13DDF00A2A651 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
FED38C5110E13E2E00A2A651 /* QuartzCore.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
path = QuartzCore.framework;
|
||||
remoteRef = FED38C5010E13E2E00A2A651 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
FED5359C0FE061B200F02667 /* Foundation.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
@ -8672,10 +8752,9 @@
|
||||
C88976D90EA0BF3100D0A0A2 /* NSObservationProxy.m in Sources */,
|
||||
C88976DA0EA0BF3100D0A0A2 /* NSGradient.m in Sources */,
|
||||
C88976DB0EA0BF3100D0A0A2 /* NSUserDefaultsControllerProxy.m in Sources */,
|
||||
C8746B290EA379CE007A6BE2 /* NSPlatform_linux.m in Sources */,
|
||||
C8746B2F0EA379DE007A6BE2 /* X11Display.m in Sources */,
|
||||
C8746B420EA396D0007A6BE2 /* X11Window.m in Sources */,
|
||||
C8746BAE0EA3EE11007A6BE2 /* TTFFont.m in Sources */,
|
||||
C8746BAE0EA3EE11007A6BE2 /* KTFont_FT.m in Sources */,
|
||||
C81BEA100EA6038800478D50 /* O2Context_cairo.m in Sources */,
|
||||
FE25FF650EE58712009C91B1 /* O2Font.m in Sources */,
|
||||
C85D91960EE6A806004EBAEA /* NSDictionaryController.m in Sources */,
|
||||
@ -8683,9 +8762,6 @@
|
||||
FE54BECC0EEB086900B4559F /* NSOpenGLDrawable.m in Sources */,
|
||||
FE669CA00F12B1A600534F46 /* gif_lib.m in Sources */,
|
||||
FEC0C7840F146AF800903F6D /* O2ImageSource_GIF.m in Sources */,
|
||||
C8283E4E0F0AEE3B009E89C4 /* X11InputSource.m in Sources */,
|
||||
C8C995C00F0BB2B100A0A091 /* X11AsyncInputSourceSet.m in Sources */,
|
||||
C8C995DD0F0BB36700A0A091 /* X11AsyncInputSource.m in Sources */,
|
||||
C8E0BDF10F0E4F5200677729 /* NSOpenGLDrawable_X11.m in Sources */,
|
||||
C8E0BE9D0F0E54B500677729 /* NSOpenGLContext.m in Sources */,
|
||||
C8E0BE9E0F0E54B500677729 /* NSOpenGLPixelFormat.m in Sources */,
|
||||
@ -8722,6 +8798,12 @@
|
||||
FE881E8510D57CFD00C73204 /* O2FontState_cairo.m in Sources */,
|
||||
FEA2CD2310D6C1C0003C8FF5 /* O2Surface_cairo.m in Sources */,
|
||||
FEA2CD4B10D6D870003C8FF5 /* O2Context_builtin_FT.m in Sources */,
|
||||
FEE7E0B910E26487004A50F8 /* CGLContext.m in Sources */,
|
||||
FE9131DD10E93C0600FFF5D7 /* X11Event.m in Sources */,
|
||||
FE7AA13610F97E3300FEDD9C /* CALayer.m in Sources */,
|
||||
FE7AA13710F97E3300FEDD9C /* CARenderer.m in Sources */,
|
||||
FE7AA13810F97E3300FEDD9C /* CATransform3D.m in Sources */,
|
||||
FE7AA13A10F97E3300FEDD9C /* CABackingRenderer.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -9029,16 +9111,12 @@
|
||||
C8A2E5370F07EA1F0054397C /* NSUserDefaultsControllerProxy.m in Sources */,
|
||||
C8A2E5390F07EA1F0054397C /* X11Display.m in Sources */,
|
||||
C8A2E53A0F07EA1F0054397C /* X11Window.m in Sources */,
|
||||
C8A2E53B0F07EA1F0054397C /* TTFFont.m in Sources */,
|
||||
C8A2E53B0F07EA1F0054397C /* KTFont_FT.m in Sources */,
|
||||
C8A2E53E0F07EA1F0054397C /* O2Font.m in Sources */,
|
||||
C8A2E53F0F07EA1F0054397C /* NSDictionaryController.m in Sources */,
|
||||
C8A2E5400F07EA1F0054397C /* CTFont.m in Sources */,
|
||||
C8A2E5410F07EA1F0054397C /* NSOpenGLDrawable.m in Sources */,
|
||||
C8A2E5900F07EB600054397C /* NSPlatform_darwin.m in Sources */,
|
||||
C8A2379A0F09AC6300A3EC80 /* O2Context_cairo.m in Sources */,
|
||||
C8283E4C0F0AEE3B009E89C4 /* X11InputSource.m in Sources */,
|
||||
C8C995BE0F0BB2B100A0A091 /* X11AsyncInputSourceSet.m in Sources */,
|
||||
C8C995DB0F0BB36700A0A091 /* X11AsyncInputSource.m in Sources */,
|
||||
C8E0BDF30F0E4F5200677729 /* NSOpenGLDrawable_X11.m in Sources */,
|
||||
C8E0BE9A0F0E54B500677729 /* NSOpenGLContext.m in Sources */,
|
||||
C8E0BE9B0F0E54B500677729 /* NSOpenGLPixelFormat.m in Sources */,
|
||||
@ -9076,6 +9154,12 @@
|
||||
FE881E8310D57CFD00C73204 /* O2FontState_cairo.m in Sources */,
|
||||
FEA2CD2110D6C1C0003C8FF5 /* O2Surface_cairo.m in Sources */,
|
||||
FEA2CD4910D6D870003C8FF5 /* O2Context_builtin_FT.m in Sources */,
|
||||
FEE7E0B810E26487004A50F8 /* CGLContext.m in Sources */,
|
||||
FE9131DB10E93C0600FFF5D7 /* X11Event.m in Sources */,
|
||||
FE7AA13110F97E3300FEDD9C /* CALayer.m in Sources */,
|
||||
FE7AA13210F97E3300FEDD9C /* CARenderer.m in Sources */,
|
||||
FE7AA13310F97E3300FEDD9C /* CATransform3D.m in Sources */,
|
||||
FE7AA13510F97E3300FEDD9C /* CABackingRenderer.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -9226,7 +9310,6 @@
|
||||
FE01A9E10C5D9BCB00AEA51A /* NSBrowserCellColorList.m in Sources */,
|
||||
FE01A9E20C5D9BCB00AEA51A /* NSColorPickerSliders.m in Sources */,
|
||||
FE01A9E30C5D9BCB00AEA51A /* Win32Cursor.m in Sources */,
|
||||
FE01A9E50C5D9BCB00AEA51A /* O2DeviceContext_gdi_ddb.m in Sources */,
|
||||
FE01A9E60C5D9BCB00AEA51A /* Win32DeviceContextPrinter.m in Sources */,
|
||||
FE01A9E70C5D9BCB00AEA51A /* Win32DeviceContextWindow.m in Sources */,
|
||||
FE01A9E80C5D9BCB00AEA51A /* Win32Display.m in Sources */,
|
||||
@ -9768,7 +9851,7 @@
|
||||
FE5A8B8010C6F50E005E348A /* NSUserDefaultsControllerProxy.m in Sources */,
|
||||
FE5A8B8210C6F50E005E348A /* X11Display.m in Sources */,
|
||||
FE5A8B8310C6F50E005E348A /* X11Window.m in Sources */,
|
||||
FE5A8B8410C6F50E005E348A /* TTFFont.m in Sources */,
|
||||
FE5A8B8410C6F50E005E348A /* KTFont_FT.m in Sources */,
|
||||
FE5A8B8510C6F50E005E348A /* O2Context_cairo.m in Sources */,
|
||||
FE5A8B8710C6F50E005E348A /* O2Font.m in Sources */,
|
||||
FE5A8B8810C6F50E005E348A /* NSDictionaryController.m in Sources */,
|
||||
@ -9776,9 +9859,6 @@
|
||||
FE5A8B8A10C6F50E005E348A /* NSOpenGLDrawable.m in Sources */,
|
||||
FE5A8B8B10C6F50E005E348A /* gif_lib.m in Sources */,
|
||||
FE5A8B8C10C6F50E005E348A /* O2ImageSource_GIF.m in Sources */,
|
||||
FE5A8B8D10C6F50E005E348A /* X11InputSource.m in Sources */,
|
||||
FE5A8B8E10C6F50E005E348A /* X11AsyncInputSourceSet.m in Sources */,
|
||||
FE5A8B8F10C6F50E005E348A /* X11AsyncInputSource.m in Sources */,
|
||||
FE5A8B9010C6F50E005E348A /* NSOpenGLDrawable_X11.m in Sources */,
|
||||
FE5A8B9110C6F50E005E348A /* NSOpenGLContext.m in Sources */,
|
||||
FE5A8B9210C6F50E005E348A /* NSOpenGLPixelFormat.m in Sources */,
|
||||
@ -9812,11 +9892,16 @@
|
||||
FE5A8BAE10C6F50E005E348A /* O2ImageDestination.m in Sources */,
|
||||
FE5A8BAF10C6F50E005E348A /* O2Encoder_TIFF.m in Sources */,
|
||||
FE5A8BB010C6F50E005E348A /* CGImageDestination.m in Sources */,
|
||||
FE5A8CDA10C82921005E348A /* NSPlatform_bsd.m in Sources */,
|
||||
FE34054B10CAB38F00A989F0 /* O2Font_FT.m in Sources */,
|
||||
FE881E8110D57CFD00C73204 /* O2FontState_cairo.m in Sources */,
|
||||
FEA2CD1F10D6C1C0003C8FF5 /* O2Surface_cairo.m in Sources */,
|
||||
FEA2CD4710D6D870003C8FF5 /* O2Context_builtin_FT.m in Sources */,
|
||||
FED38C3410E13DCA00A2A651 /* CALayer.m in Sources */,
|
||||
FED38C3510E13DCA00A2A651 /* CARenderer.m in Sources */,
|
||||
FED38C3610E13DCA00A2A651 /* CATransform3D.m in Sources */,
|
||||
FEE7E0B710E26487004A50F8 /* CGLContext.m in Sources */,
|
||||
FE9131D910E93C0600FFF5D7 /* X11Event.m in Sources */,
|
||||
FE7AA0CE10F9788100FEDD9C /* CABackingRenderer.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -10125,6 +10210,26 @@
|
||||
name = "ApplicationServices-Windows-i386";
|
||||
targetProxy = FE6EDEBC0DB7AF94005503A1 /* PBXContainerItemProxy */;
|
||||
};
|
||||
FECA81A910EBB286003472F1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "QuartzCore-Windows-i386";
|
||||
targetProxy = FECA81A810EBB286003472F1 /* PBXContainerItemProxy */;
|
||||
};
|
||||
FED38C4210E13E0800A2A651 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "QuartzCore-FreeBSD-i386";
|
||||
targetProxy = FED38C4110E13E0800A2A651 /* PBXContainerItemProxy */;
|
||||
};
|
||||
FED38C5610E13E5A00A2A651 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "QuartzCore-FreeBSD-i386 copy";
|
||||
targetProxy = FED38C5510E13E5A00A2A651 /* PBXContainerItemProxy */;
|
||||
};
|
||||
FEE7E14510E2722B004A50F8 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "OpenGL-Darwin-i386";
|
||||
targetProxy = FEE7E14410E2722B004A50F8 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
@ -10337,16 +10442,15 @@
|
||||
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
|
||||
GCC_VERSION = 4.2;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
/Developer/Cocotron/1.0/Darwin/i386/include,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/include/X11,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/include/cairo,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/include/freetype2,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/include/X11/fontconfig,
|
||||
/usr/X11/include/fontconfig,
|
||||
/usr/X11/include/freetype2,
|
||||
/usr/X11/include/cairo,
|
||||
/usr/X11/include,
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_MODE_FLAG = "og-w,a+rX";
|
||||
INSTALL_PATH = /Developer/Cocotron/1.0/Darwin/i386/Frameworks;
|
||||
LIBRARY_SEARCH_PATHS = /Developer/Cocotron/1.0/Darwin/i386/lib;
|
||||
LIBRARY_SEARCH_PATHS = /usr/X11/lib;
|
||||
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/CoreGraphics.subproj\"";
|
||||
OTHER_CFLAGS = (
|
||||
"-DAPPKIT_INSIDE_BUILD",
|
||||
@ -10358,16 +10462,16 @@
|
||||
"-Wreturn-type",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libfontconfig.a,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libcairo.a,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libfreetype.a,
|
||||
"-lfontconfig",
|
||||
"-lcairo",
|
||||
"-lfreetype",
|
||||
"$(OTHER_LDFLAGS_QUOTED_FOR_TARGET_1)",
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libpng12.a,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libX11.a,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libXrender.a,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libXext.a,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libexpat.a,
|
||||
/Developer/Cocotron/1.0/Darwin/i386/lib/libGL.a,
|
||||
"-lpng12",
|
||||
"-lX11",
|
||||
"-lXrender",
|
||||
"-lXext",
|
||||
"-lexpat",
|
||||
"-lGL",
|
||||
"-lz",
|
||||
);
|
||||
OTHER_LDFLAGS_QUOTED_FOR_TARGET_1 = "\"/Developer/Cocotron/1.0/Darwin/i386/lib/libpixman-1.a\"";
|
||||
@ -10456,6 +10560,7 @@
|
||||
INSTALL_MODE_FLAG = "og-w,a+rX";
|
||||
INSTALL_PATH = /Developer/Cocotron/1.0/Windows/i386/Frameworks;
|
||||
OTHER_CFLAGS = (
|
||||
"-DQUARTZCORE_INSIDE_BUILD",
|
||||
"-DAPPKIT_INSIDE_BUILD",
|
||||
"-DCORETEXT_INSIDE_BUILD",
|
||||
"-DCOREGRAPHICS_INSIDE_BUILD",
|
||||
|
@ -1,4 +1,5 @@
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <OpenGL/OpenGL.h>
|
||||
|
||||
@class NSOpenGLPixelFormat,NSView;
|
||||
|
||||
@ -6,12 +7,12 @@
|
||||
|
||||
-initWithPixelFormat:(NSOpenGLPixelFormat *)pixelFormat view:(NSView *)view;
|
||||
|
||||
-(void *)createGLContext;
|
||||
-(CGLContextObj)createGLContext;
|
||||
|
||||
-(void)invalidate;
|
||||
-(void)updateWithView:(NSView *)view;
|
||||
-(void)makeCurrentWithGLContext:(void *)glContext;
|
||||
-(void)clearCurrentWithGLContext:(void *)glContext;
|
||||
-(void)makeCurrentWithGLContext:(CGLContextObj)glContext;
|
||||
-(void)clearCurrentWithGLContext:(CGLContextObj)glContext;
|
||||
-(void)swapBuffers;
|
||||
|
||||
@end
|
@ -6,7 +6,7 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
-(void *)createGLContext {
|
||||
-(CGLContextObj)createGLContext {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
-(void)updateWithView:(NSView *)view {
|
||||
}
|
||||
|
||||
-(void)makeCurrentWithGLContext:(void *)glContext {
|
||||
-(void)makeCurrentWithGLContext:(CGLContextObj)glContext {
|
||||
}
|
||||
|
||||
-(void)clearCurrentWithGLContext:(void *)glContext {
|
||||
-(void)clearCurrentWithGLContext:(CGLContextObj)glContext {
|
||||
}
|
||||
|
||||
-(void)swapBuffers {
|
@ -37,9 +37,7 @@ CGL_EXPORT CGLError CGLSetCurrentContext(CGLContextObj context) {
|
||||
return kCGLNoError;
|
||||
}
|
||||
|
||||
CGL_EXPORT CGLError CGLCreateContext(CGLPixelFormatObj pixelFormat,CGLContextObj other,CGLContextObj *resultp) {
|
||||
// FIXME: yes, this is bogus
|
||||
HDC dc=(HDC)other;
|
||||
CGL_EXPORT CGLError CGLCreateContext(CGLPixelFormatObj pixelFormat,HDC dc,CGLContextObj *resultp) {
|
||||
CGLContextObj result=NSZoneMalloc(NULL,sizeof(struct _CGLContextObj));
|
||||
|
||||
InitializeCriticalSection(&(result->lock));
|
||||
|
@ -194,11 +194,15 @@ static void pfdFromPixelFormat(PIXELFORMATDESCRIPTOR *pfd,NSOpenGLPixelFormat *p
|
||||
return _dc;
|
||||
}
|
||||
|
||||
-(void *)createGLContext {
|
||||
-(CGLContextObj)createGLContext {
|
||||
CGLContextObj result=NULL;
|
||||
|
||||
CGLCreateContext(NULL,(void *)[self dc],&result);
|
||||
|
||||
CGLError error;
|
||||
|
||||
CGL_EXPORT CGLError CGLCreateContext(CGLPixelFormatObj pixelFormat,HDC dc,CGLContextObj *resultp);
|
||||
|
||||
if((error=CGLCreateContext(NULL,[self dc],&result))!=kCGLNoError)
|
||||
NSLog(@"CGLCreateContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -13,6 +13,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
|
||||
@interface O2Context_gdi : O2Context {
|
||||
O2DeviceContext_gdi *_deviceContext;
|
||||
O2Surface *_surface;
|
||||
HDC _dc;
|
||||
BOOL _isAdvanced;
|
||||
Win32Font *_gdiFont;
|
||||
|
@ -8,7 +8,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
#import "O2Context_gdi.h"
|
||||
#import "Win32Window.h"
|
||||
#import "Win32DeviceContextPrinter.h"
|
||||
#import "O2DeviceContext_gdi_ddb.h"
|
||||
#import "O2DeviceContext_gdiDIBSection.h"
|
||||
#import "O2Surface_DIBSection.h"
|
||||
#import "Win32DeviceContextWindow.h"
|
||||
@ -119,21 +118,20 @@ static inline O2GState *currentState(O2Context *self){
|
||||
-initWithHWND:(HWND)handle {
|
||||
O2DeviceContext_gdi *deviceContext=[[[Win32DeviceContextWindow alloc] initWithWindowHandle:handle] autorelease];
|
||||
NSSize size=[deviceContext pixelSize];
|
||||
O2AffineTransform flip={1,0,0,-1,0,size.height};
|
||||
O2GState *initialState=[[[O2GState alloc] initWithDeviceTransform:flip] autorelease];
|
||||
O2GState *gState=[[[O2GState alloc] initFlippedWithDeviceHeight:size.height] autorelease];
|
||||
|
||||
return [self initWithGraphicsState:initialState deviceContext:deviceContext];
|
||||
return [self initWithGraphicsState:gState deviceContext:deviceContext];
|
||||
}
|
||||
|
||||
-initWithPrinterDC:(HDC)printer auxiliaryInfo:(NSDictionary *)auxiliaryInfo {
|
||||
O2DeviceContext_gdi *deviceContext=[[[Win32DeviceContextPrinter alloc] initWithDC:printer] autorelease];
|
||||
NSSize pointSize=[deviceContext pointSize];
|
||||
NSSize pixelsPerInch=[deviceContext pixelsPerInch];
|
||||
O2AffineTransform flip={1,0,0,-1,0, pointSize.height};
|
||||
O2AffineTransform scale=O2AffineTransformConcat(flip,O2AffineTransformMakeScale(pixelsPerInch.width/72.0,pixelsPerInch.height/72.0));
|
||||
O2GState *initialState=[[[O2GState alloc] initWithDeviceTransform:scale] autorelease];
|
||||
|
||||
O2AffineTransform scale=O2AffineTransformMakeScale(pixelsPerInch.width/72.0,pixelsPerInch.height/72.0);
|
||||
O2GState *gState=[[[O2GState alloc] initFlippedWithDeviceHeight:pointSize.height concat:scale] autorelease];
|
||||
|
||||
if([self initWithGraphicsState:initialState deviceContext:deviceContext]==nil)
|
||||
if([self initWithGraphicsState:gState deviceContext:deviceContext]==nil)
|
||||
return nil;
|
||||
|
||||
NSString *title=[auxiliaryInfo objectForKey:kO2PDFContextTitle];
|
||||
@ -147,22 +145,23 @@ static inline O2GState *currentState(O2Context *self){
|
||||
}
|
||||
|
||||
-initWithSize:(NSSize)size window:(CGWindow *)window {
|
||||
O2GState *gState=[[[O2GState alloc] initFlippedWithDeviceHeight:size.height] autorelease];
|
||||
HWND handle=[(Win32Window *)window windowHandle];
|
||||
O2DeviceContext_gdi *deviceContext=[[[Win32DeviceContextWindow alloc] initWithWindowHandle:handle] autorelease];
|
||||
O2AffineTransform flip={1,0,0,-1,0,size.height};
|
||||
O2GState *initialState=[[[O2GState alloc] initWithDeviceTransform:flip] autorelease];
|
||||
|
||||
return [self initWithGraphicsState:initialState deviceContext:deviceContext];
|
||||
return [self initWithGraphicsState:gState deviceContext:deviceContext];
|
||||
}
|
||||
|
||||
-initWithSize:(NSSize)size context:(O2Context *)otherX {
|
||||
O2Context_gdi *other=(O2Context_gdi *)otherX;
|
||||
// O2DeviceContext_gdi *deviceContext=[[[O2DeviceContext_gdi_ddb alloc] initWithSize:size deviceContext:[other deviceContext]] autorelease];
|
||||
O2DeviceContext_gdi *deviceContext=[[[O2DeviceContext_gdiDIBSection alloc] initWithWidth:size.width height:size.height deviceContext:[other deviceContext]] autorelease];
|
||||
O2AffineTransform flip={1,0,0,-1,0,size.height};
|
||||
O2GState *initialState=[[[O2GState alloc] initWithDeviceTransform:flip] autorelease];
|
||||
O2GState *gState=[[[O2GState alloc] initFlippedWithDeviceHeight:size.height] autorelease];
|
||||
O2Context_gdi *other=(O2Context_gdi *)otherX;
|
||||
O2Surface_DIBSection *surface=[[O2Surface_DIBSection alloc] initWithWidth:size.width height:size.height compatibleWithDeviceContext:[other deviceContext]];
|
||||
|
||||
return [self initWithGraphicsState:initialState deviceContext:deviceContext];
|
||||
self=[self initWithGraphicsState:gState deviceContext:[surface deviceContext]];
|
||||
|
||||
_surface=surface;
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
-(void)dealloc {
|
||||
@ -191,6 +190,10 @@ static inline O2GState *currentState(O2Context *self){
|
||||
return [_gdiFont fontHandle];
|
||||
}
|
||||
|
||||
-(O2Surface *)surface {
|
||||
return _surface;
|
||||
}
|
||||
|
||||
-(O2DeviceContext_gdi *)deviceContext {
|
||||
return _deviceContext;
|
||||
}
|
||||
|
@ -1,19 +0,0 @@
|
||||
/* Copyright (c) 2006-2007 Christopher J. W. Lloyd
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <AppKit/O2DeviceContext_gdi.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
|
||||
@interface O2DeviceContext_gdi_ddb : O2DeviceContext_gdi {
|
||||
O2DeviceContext_gdi *_compatible;
|
||||
HBITMAP _bitmap;
|
||||
}
|
||||
|
||||
-initWithSize:(NSSize)size deviceContext:(O2DeviceContext_gdi *)compatible;
|
||||
|
||||
@end
|
@ -1,34 +0,0 @@
|
||||
/* Copyright (c) 2006-2007 Christopher J. W. Lloyd
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <AppKit/O2DeviceContext_gdi_ddb.h>
|
||||
#import <AppKit/Win32Display.h>
|
||||
#import <AppKit/O2Context_gdi.h>
|
||||
|
||||
@implementation O2DeviceContext_gdi_ddb
|
||||
|
||||
-initWithSize:(NSSize)size deviceContext:(O2DeviceContext_gdi *)compatible {
|
||||
[self initWithDC:CreateCompatibleDC([compatible dc])];
|
||||
_compatible=[compatible retain];
|
||||
_bitmap=CreateCompatibleBitmap([compatible dc],size.width,size.height);
|
||||
SelectObject(_dc,_bitmap);
|
||||
return self;
|
||||
}
|
||||
|
||||
-(void)dealloc {
|
||||
[_compatible release];
|
||||
DeleteObject(_bitmap);
|
||||
DeleteDC(_dc);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
-(Win32DeviceContextWindow *)windowDeviceContext {
|
||||
return [_compatible windowDeviceContext];
|
||||
}
|
||||
|
||||
@end
|
@ -8,6 +8,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
|
||||
#import <AppKit/CGWindow.h>
|
||||
#import <AppKit/NSDragging.h>
|
||||
#import <OpenGL/OpenGL.h>
|
||||
|
||||
#import <windows.h>
|
||||
|
||||
@ -21,8 +22,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
|
||||
CGSBackingStoreType _backingType;
|
||||
O2Context *_backingContext;
|
||||
CGLContextObj _cglContext;
|
||||
|
||||
BOOL _isLayered;
|
||||
BOOL _isOpenGL;
|
||||
BOOL _ignoreMinMaxMessage;
|
||||
BOOL _sentBeginSizing;
|
||||
|
||||
|
@ -13,12 +13,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
#import <AppKit/Win32Display.h>
|
||||
#import <Foundation/NSString_win32.h>
|
||||
#import <CoreGraphics/O2Context.h>
|
||||
#import <CoreGraphics/O2Surface.h>
|
||||
#import <AppKit/O2Context_gdi.h>
|
||||
|
||||
#import <AppKit/NSWindow.h>
|
||||
#import <AppKit/NSPanel.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <AppKit/NSDrawerWindow.h>
|
||||
#import <QuartzCore/CABackingRenderer.h>
|
||||
|
||||
@implementation Win32Window
|
||||
|
||||
@ -148,21 +150,42 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
_styleMask=styleMask;
|
||||
_isPanel=isPanel;
|
||||
_isLayered=NO;
|
||||
_isOpenGL=NO;
|
||||
|
||||
DWORD style=[self win32Style];
|
||||
DWORD extendStyle=[self win32ExtendedStyle];
|
||||
NSRect win32Frame=[self win32FrameForRect:frame];
|
||||
const char *className=[self win32ClassName];
|
||||
|
||||
{
|
||||
DWORD style=[self win32Style];
|
||||
DWORD extendStyle=[self win32ExtendedStyle];
|
||||
NSRect win32Frame=[self win32FrameForRect:frame];
|
||||
const char *className=[self win32ClassName];
|
||||
|
||||
_handle=CreateWindowEx(extendStyle,className,"", style,
|
||||
win32Frame.origin.x, win32Frame.origin.y,
|
||||
win32Frame.size.width, win32Frame.size.height,
|
||||
NULL,NULL, GetModuleHandle (NULL),NULL);
|
||||
}
|
||||
_handle=CreateWindowEx(extendStyle,className,"", style,
|
||||
win32Frame.origin.x, win32Frame.origin.y,
|
||||
win32Frame.size.width, win32Frame.size.height,
|
||||
NULL,NULL, GetModuleHandle (NULL),NULL);
|
||||
|
||||
SetProp(_handle,"self",self);
|
||||
|
||||
if(_isOpenGL){
|
||||
PIXELFORMATDESCRIPTOR pfd;
|
||||
|
||||
memset(&pfd,0,sizeof(pfd));
|
||||
|
||||
pfd.nSize=sizeof(PIXELFORMATDESCRIPTOR);
|
||||
pfd.nVersion=1;
|
||||
pfd.dwFlags=PFD_SUPPORT_OPENGL|PFD_DOUBLEBUFFER|PFD_GENERIC_ACCELERATED|PFD_DRAW_TO_WINDOW;
|
||||
pfd.iPixelType=PFD_TYPE_RGBA;
|
||||
pfd.cColorBits=24;
|
||||
pfd.cAlphaBits=8;
|
||||
pfd.iLayerType=PFD_MAIN_PLANE;
|
||||
|
||||
HDC dc=GetDC(_handle);
|
||||
int pfIndex=ChoosePixelFormat(dc,&pfd);
|
||||
|
||||
if(!SetPixelFormat(dc,pfIndex,&pfd))
|
||||
NSLog(@"SetPixelFormat failed at %s %d",__FILE__,__LINE__);
|
||||
|
||||
ReleaseDC(_handle,dc);
|
||||
}
|
||||
|
||||
_size=frame.size;
|
||||
_cgContext=nil;
|
||||
|
||||
@ -341,7 +364,53 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
return IsIconic(_handle);
|
||||
}
|
||||
|
||||
-(CGLContextObj)createCGLContextObjIfNeeded {
|
||||
if(_cglContext==NULL){
|
||||
CGLError error;
|
||||
HDC dc=GetDC(_handle);
|
||||
|
||||
CGL_EXPORT CGLError CGLCreateContext(CGLPixelFormatObj pixelFormat,HDC dc,CGLContextObj *resultp);
|
||||
|
||||
if((error=CGLCreateContext(NULL,dc,&_cglContext))!=kCGLNoError)
|
||||
NSLog(@"CGLCreateContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
|
||||
ReleaseDC(_handle,dc);
|
||||
}
|
||||
|
||||
return _cglContext;
|
||||
}
|
||||
|
||||
-(BOOL)openGLFlushBuffer {
|
||||
CGLError error;
|
||||
O2Surface *surface=[_backingContext surface];
|
||||
|
||||
if(surface==nil){
|
||||
NSLog(@"no surface on %@",_backingContext);
|
||||
return NO;
|
||||
}
|
||||
|
||||
[self createCGLContextObjIfNeeded];
|
||||
|
||||
CABackingRenderer *renderer=(CABackingRenderer *)[NSClassFromString(@"CABackingRenderer") rendererWithCGLContext:_cglContext options:nil];
|
||||
|
||||
if(renderer==nil)
|
||||
return NO;
|
||||
|
||||
[renderer renderWithSurface:surface];
|
||||
|
||||
HDC dc=GetDC(_handle);
|
||||
SwapBuffers(dc);
|
||||
ReleaseDC(_handle,dc);
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
-(void)flushBuffer {
|
||||
if(_isOpenGL){
|
||||
if([self openGLFlushBuffer])
|
||||
return;
|
||||
}
|
||||
|
||||
if(_isLayered){
|
||||
BLENDFUNCTION blend = {0,0,0,0};
|
||||
blend.BlendOp = AC_SRC_OVER;
|
||||
|
87
AppKit/X11.subproj/CGLContext.m
Normal file
87
AppKit/X11.subproj/CGLContext.m
Normal file
@ -0,0 +1,87 @@
|
||||
#import <OpenGL/OpenGL.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#import <X11/X.h>
|
||||
#import <X11/Xlib.h>
|
||||
#import <GL/gl.h>
|
||||
#import <GL/glx.h>
|
||||
#import <pthread.h>
|
||||
|
||||
struct _CGLContextObj {
|
||||
pthread_mutex_t lock;
|
||||
Display *dpy;
|
||||
XVisualInfo *vis;
|
||||
Window window;
|
||||
GLXContext glc;
|
||||
};
|
||||
|
||||
static pthread_key_t cglContextKey;
|
||||
|
||||
static void make_key(){
|
||||
pthread_key_create(&cglContextKey,NULL);
|
||||
}
|
||||
|
||||
static pthread_key_t cglThreadKey(){
|
||||
static pthread_once_t key_once=PTHREAD_ONCE_INIT;
|
||||
|
||||
pthread_once(&key_once,make_key);
|
||||
|
||||
return cglContextKey;
|
||||
}
|
||||
|
||||
CGL_EXPORT CGLContextObj CGLGetCurrentContext(void) {
|
||||
CGLContextObj result=pthread_getspecific(cglThreadKey());
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
CGL_EXPORT CGLError CGLSetCurrentContext(CGLContextObj context) {
|
||||
pthread_setspecific(cglThreadKey(), context);
|
||||
|
||||
if(context==NULL)
|
||||
;//glXMakeCurrent(NULL, None, NULL); // FIXME: NULL for display? probably crashes
|
||||
else
|
||||
glXMakeCurrent(context->dpy, context->window, context->glc);
|
||||
|
||||
return kCGLNoError;
|
||||
}
|
||||
|
||||
CGL_EXPORT CGLError CGLCreateContext(CGLPixelFormatObj pixelFormat,Display *dpy,XVisualInfo *vis,Window window,CGLContextObj *resultp) {
|
||||
if(vis==NULL)
|
||||
return kCGLBadDisplay;
|
||||
|
||||
CGLContextObj result=NSZoneMalloc(NULL,sizeof(struct _CGLContextObj));
|
||||
|
||||
pthread_mutex_init(&(result->lock),NULL);
|
||||
result->dpy=dpy;
|
||||
result->vis=vis;
|
||||
result->window=window;
|
||||
result->glc=glXCreateContext(result->dpy,result->vis,NULL,GL_TRUE);
|
||||
*resultp=result;
|
||||
|
||||
return kCGLNoError;
|
||||
}
|
||||
|
||||
CGL_EXPORT CGLError CGLDestroyContext(CGLContextObj context) {
|
||||
if(context!=NULL){
|
||||
if(CGLGetCurrentContext()==context)
|
||||
CGLSetCurrentContext(NULL);
|
||||
|
||||
pthread_mutex_destroy(&(context->lock));
|
||||
glXDestroyContext(context->dpy, context->glc);
|
||||
NSZoneFree(NULL,context);
|
||||
}
|
||||
|
||||
return kCGLNoError;
|
||||
}
|
||||
|
||||
CGL_EXPORT CGLError CGLLockContext(CGLContextObj context) {
|
||||
pthread_mutex_lock(&(context->lock));
|
||||
return kCGLNoError;
|
||||
}
|
||||
|
||||
CGL_EXPORT CGLError CGLUnlockContext(CGLContextObj context) {
|
||||
pthread_mutex_unlock(&(context->lock));
|
||||
return kCGLNoError;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ typedef int ptrdiff_t;
|
||||
|
||||
@class NSSet;
|
||||
|
||||
@interface TTFFont : KTFont
|
||||
@interface KTFont_FT : KTFont
|
||||
|
||||
-(CGPoint)positionOfGlyph:(CGGlyph)current precededByGlyph:(CGGlyph)previous isNominal:(BOOL *)isNominalp;
|
||||
-(void)getAdvancements:(CGSize *)advancements forGlyphs:(const CGGlyph *)glyphs count:(unsigned)count;
|
@ -6,20 +6,20 @@
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import "TTFFont.h"
|
||||
#import "KTFont_FT.h"
|
||||
#import <AppKit/KTFont.h>
|
||||
#import <AppKit/NSRaise.h>
|
||||
#import "O2Font_FT.h"
|
||||
#import <AppKit/NSFontTypeface.h>
|
||||
|
||||
@implementation KTFont(TTFFont)
|
||||
@implementation KTFont(KTFont_FT)
|
||||
+(id)allocWithZone:(NSZone*)zone
|
||||
{
|
||||
return NSAllocateObject([TTFFont class], 0, NULL);
|
||||
return NSAllocateObject([KTFont_FT class], 0, NULL);
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation TTFFont
|
||||
@implementation KTFont_FT
|
||||
|
||||
|
||||
-initWithUIFontType:(CTFontUIFontType)uiFontType size:(CGFloat)size language:(NSString *)language {
|
@ -12,16 +12,15 @@
|
||||
#include <X11/Xlib.h>
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glx.h>
|
||||
//#include <GL/glu.h>
|
||||
|
||||
@class NSView,NSOpenGLPixelFormat;
|
||||
|
||||
@interface NSOpenGLDrawable_X11 : NSOpenGLDrawable {
|
||||
NSOpenGLPixelFormat *_format;
|
||||
Display *_dpy;
|
||||
XVisualInfo *_vi;
|
||||
Window _window;
|
||||
Window _lastParent;
|
||||
Display *_display;
|
||||
XVisualInfo *_visualInfo;
|
||||
Window _window;
|
||||
Window _lastParent;
|
||||
}
|
||||
|
||||
@end
|
||||
|
@ -13,14 +13,10 @@
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <GL/gl.h>
|
||||
#import <OpenGL/OpenGL.h>
|
||||
#include <GL/glx.h>
|
||||
//#include <GL/glu.h>
|
||||
|
||||
void CGLDestroyContext(void *glContext)
|
||||
{
|
||||
glXDestroyContext([(X11Display*)[NSDisplay currentDisplay] display], glContext);
|
||||
}
|
||||
CGL_EXPORT CGLError CGLCreateContext(CGLPixelFormatObj pixelFormat,Display *dpy,XVisualInfo *vis,Window window,CGLContextObj *resultp);
|
||||
|
||||
@implementation NSOpenGLDrawable(X11)
|
||||
|
||||
@ -34,32 +30,58 @@ void CGLDestroyContext(void *glContext)
|
||||
|
||||
-initWithPixelFormat:(NSOpenGLPixelFormat *)pixelFormat view:(NSView *)view {
|
||||
if(self = [super init]) {
|
||||
|
||||
_format=[pixelFormat retain];
|
||||
_dpy=[(X11Display*)[NSDisplay currentDisplay] display];
|
||||
_display=[(X11Display*)[NSDisplay currentDisplay] display];
|
||||
|
||||
GLint att[] = {
|
||||
GLX_RGBA,
|
||||
GLX_DEPTH_SIZE, 15,
|
||||
None
|
||||
GLint att[] = {
|
||||
GLX_RGBA,
|
||||
GLX_DOUBLEBUFFER,
|
||||
GLX_RED_SIZE, 4,
|
||||
GLX_GREEN_SIZE, 4,
|
||||
GLX_BLUE_SIZE, 4,
|
||||
GLX_DEPTH_SIZE, 4,
|
||||
None
|
||||
};
|
||||
_vi = glXChooseVisual(_dpy, 0, att);
|
||||
|
||||
if(!_vi) {
|
||||
[self release];
|
||||
return nil;
|
||||
int screen = DefaultScreen(_display);
|
||||
|
||||
if((_visualInfo=glXChooseVisual(_display,screen,att))==NULL){
|
||||
NSLog(@"glXChooseVisual failed");
|
||||
[self dealloc];
|
||||
return nil;;
|
||||
}
|
||||
|
||||
Colormap cmap = XCreateColormap(_dpy, DefaultRootWindow(_dpy), _vi->visual, AllocNone);
|
||||
Colormap cmap = XCreateColormap(_display, RootWindow(_display, _visualInfo->screen), _visualInfo->visual, AllocNone);
|
||||
|
||||
XSetWindowAttributes xattr;
|
||||
xattr.colormap=cmap;
|
||||
xattr.event_mask = ExposureMask | KeyPressMask;
|
||||
_window = XCreateWindow(_dpy, DefaultRootWindow(_dpy), 0, 0, 100, 100, 0, _vi->depth, InputOutput, _vi->visual, CWColormap | CWEventMask, &xattr);
|
||||
XSetWindowBackgroundPixmap(_dpy, _window, None);
|
||||
[X11Window removeDecorationForWindow:_window onDisplay:_dpy];
|
||||
if(cmap<0){
|
||||
NSLog(@"XCreateColormap failed");
|
||||
[self dealloc];
|
||||
return nil;
|
||||
}
|
||||
|
||||
[self updateWithView:view];
|
||||
XMapWindow(_dpy, _window);
|
||||
XSetWindowAttributes xattr;
|
||||
|
||||
bzero(&xattr,sizeof(xattr));
|
||||
|
||||
xattr.colormap=cmap;
|
||||
xattr.border_pixel = 0;
|
||||
xattr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask | StructureNotifyMask;
|
||||
|
||||
NSRect frame=[view frame];
|
||||
|
||||
Window parent=[(X11Window*)[[view window] platformWindow] drawable];
|
||||
|
||||
if(parent==0)
|
||||
parent=RootWindow(_display, _visualInfo->screen);
|
||||
|
||||
_window = XCreateWindow(_display,parent, frame.origin.x, frame.origin.y, frame.size.width,frame.size.height, 0, _visualInfo->depth, InputOutput, _visualInfo->visual, CWBorderPixel | CWColormap | CWEventMask, &xattr);
|
||||
|
||||
|
||||
// XSetWindowBackgroundPixmap(_display, _window, None);
|
||||
// [X11Window removeDecorationForWindow:_window onDisplay:_display];
|
||||
|
||||
XMapWindow(_display, _window);
|
||||
|
||||
}
|
||||
return self;
|
||||
@ -67,25 +89,26 @@ void CGLDestroyContext(void *glContext)
|
||||
|
||||
-(void)dealloc {
|
||||
if(_window)
|
||||
XDestroyWindow(_dpy, _window);
|
||||
XDestroyWindow(_display, _window);
|
||||
[_format release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
-(void *)createGLContext {
|
||||
GLXContext glc;
|
||||
-(CGLContextObj)createGLContext {
|
||||
CGLContextObj result=NULL;
|
||||
CGLError error;
|
||||
|
||||
if(!_vi)
|
||||
return NULL;
|
||||
glc = glXCreateContext(_dpy, _vi, NULL, GL_TRUE);
|
||||
if((error=CGLCreateContext(NULL,_display,_visualInfo,_window,&result))!=kCGLNoError)
|
||||
NSLog(@"CGLCreateContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
|
||||
return glc;
|
||||
return result;
|
||||
}
|
||||
|
||||
-(void)invalidate {
|
||||
}
|
||||
|
||||
-(void)updateWithView:(NSView *)view {
|
||||
|
||||
NSRect frame=[view frame];
|
||||
frame=[[view superview] convertRect:frame toView:nil];
|
||||
|
||||
@ -94,20 +117,30 @@ void CGLDestroyContext(void *glContext)
|
||||
|
||||
frame.origin.y=wndFrame.size.height-(frame.origin.y+frame.size.height);
|
||||
|
||||
XMoveResizeWindow(_dpy, _window, frame.origin.x, frame.origin.y, frame.size.width, frame.size.height);
|
||||
XMoveResizeWindow(_display, _window, frame.origin.x, frame.origin.y, frame.size.width, frame.size.height);
|
||||
Window viewWindow=[(X11Window*)[[view window] platformWindow] drawable];
|
||||
if(_lastParent!=viewWindow) {
|
||||
XReparentWindow(_dpy, _window, viewWindow, frame.origin.x, frame.origin.y);
|
||||
XReparentWindow(_display, _window, viewWindow, frame.origin.x, frame.origin.y);
|
||||
_lastParent=viewWindow;
|
||||
}
|
||||
}
|
||||
|
||||
-(void)makeCurrentWithGLContext:(void *)glContext {
|
||||
glXMakeCurrent(_dpy, _window, (GLXContext)glContext);
|
||||
-(void)makeCurrentWithGLContext:(CGLContextObj)glContext {
|
||||
CGLError error;
|
||||
|
||||
if((error=CGLSetCurrentContext(glContext))!=kCGLNoError)
|
||||
NSLog(@"CGLSetCurrentContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
}
|
||||
|
||||
-(void)clearCurrentWithGLContext:(CGLContextObj)glContext {
|
||||
CGLError error;
|
||||
|
||||
if((error=CGLSetCurrentContext(NULL))!=kCGLNoError)
|
||||
NSLog(@"CGLSetCurrentContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
}
|
||||
|
||||
-(void)swapBuffers {
|
||||
glXSwapBuffers(_dpy, _window);
|
||||
glXSwapBuffers(_display, _window);
|
||||
}
|
||||
|
||||
@end
|
||||
|
@ -1,20 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <Foundation/NSPlatform_bsd.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <AppKit/X11AsyncInputSourceSet.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
|
||||
@implementation NSPlatform_bsd(GTKAppKit)
|
||||
|
||||
-(id)asynchronousInputSourceSets {
|
||||
return [NSArray arrayWithObject:[[X11AsyncInputSourceSet new] autorelease]];
|
||||
}
|
||||
|
||||
@end
|
@ -1,20 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <Foundation/NSPlatform_darwin.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <AppKit/NSDisplay.h>
|
||||
#import <AppKit/X11AsyncInputSourceSet.h>
|
||||
|
||||
@implementation NSPlatform_darwin (GTKAppKit)
|
||||
|
||||
-(id)asynchronousInputSourceSets {
|
||||
return [NSArray arrayWithObject:[[X11AsyncInputSourceSet new] autorelease]];
|
||||
}
|
||||
|
||||
@end
|
@ -1,20 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <Foundation/NSPlatform_linux.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <AppKit/X11AsyncInputSourceSet.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
|
||||
@implementation NSPlatform_linux (GTKAppKit)
|
||||
|
||||
-(id)asynchronousInputSourceSets {
|
||||
return [NSArray arrayWithObject:[[X11AsyncInputSourceSet new] autorelease]];
|
||||
}
|
||||
|
||||
@end
|
@ -12,7 +12,7 @@
|
||||
#import <CoreGraphics/O2Color.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <CoreGraphics/O2GraphicsState.h>
|
||||
#import <AppKit/TTFFont.h>
|
||||
#import <AppKit/KTFont_FT.h>
|
||||
#import <CoreGraphics/O2ColorSpace.h>
|
||||
#import <CoreGraphics/O2Surface.h>
|
||||
#import <Foundation/NSException.h>
|
||||
|
@ -1,18 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <Foundation/NSInputSource.h>
|
||||
|
||||
@class X11Display;
|
||||
|
||||
@interface X11AsyncInputSource : NSInputSource {
|
||||
@public
|
||||
X11Display *_display;
|
||||
}
|
||||
|
||||
@end
|
@ -1,18 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import "X11AsyncInputSource.h"
|
||||
#import <AppKit/X11Display.h>
|
||||
|
||||
@implementation X11AsyncInputSource
|
||||
-(BOOL)processInputImmediately {
|
||||
return [_display processX11Event];
|
||||
}
|
||||
|
||||
|
||||
@end
|
@ -1,17 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
|
||||
#import <Foundation/NSInputSourceSet.h>
|
||||
|
||||
|
||||
@interface X11AsyncInputSourceSet : NSInputSourceSet {
|
||||
|
||||
}
|
||||
|
||||
@end
|
@ -1,24 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <AppKit/X11AsyncInputSourceSet.h>
|
||||
#import <AppKit/X11AsyncInputSource.h>
|
||||
|
||||
@implementation X11AsyncInputSourceSet
|
||||
-(BOOL)recognizesInputSource:(NSInputSource *)source {
|
||||
if([source isKindOfClass:[X11AsyncInputSource class]])
|
||||
return YES;
|
||||
return NO;
|
||||
}
|
||||
|
||||
-(void)waitInBackgroundInMode:(NSString *)mode {
|
||||
|
||||
}
|
||||
|
||||
|
||||
@end
|
@ -10,12 +10,20 @@
|
||||
#import <X11/Xlib.h>
|
||||
|
||||
@interface X11Display : NSDisplay {
|
||||
Display* _display;
|
||||
Display *_display;
|
||||
int _fileDescriptor;
|
||||
NSSelectInputSource *_inputSource;
|
||||
NSMutableDictionary *_windowsByID;
|
||||
|
||||
id lastFocusedWindow;
|
||||
NSTimeInterval lastClickTimeStamp;
|
||||
int clickCount;
|
||||
}
|
||||
-(Display*)display;
|
||||
|
||||
-(Display *)display;
|
||||
|
||||
-(void)setWindow:(id)window forID:(XID)i;
|
||||
-(BOOL)processX11Event;
|
||||
|
||||
-(float)doubleClickInterval;
|
||||
-(int)handleError:(XErrorEvent*)errorEvent;
|
||||
@end
|
||||
|
@ -11,16 +11,18 @@
|
||||
#import "X11Window.h"
|
||||
#import <AppKit/NSScreen.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <AppKit/X11InputSource.h>
|
||||
#import <Foundation/NSSelectInputSource.h>
|
||||
#import <Foundation/NSSocket_bsd.h>
|
||||
#import <AppKit/NSColor.h>
|
||||
#import <AppKit/NSImage.h>
|
||||
#import <AppKit/TTFFont.h>
|
||||
#import <AppKit/KTFont_FT.h>
|
||||
#import <AppKit/NSRaise.h>
|
||||
#import <AppKit/O2Font_FT.h>
|
||||
#import <AppKit/NSFontManager.h>
|
||||
#import <AppKit/NSFontTypeface.h>
|
||||
#import <fcntl.h>
|
||||
#import <fontconfig.h>
|
||||
#import <X11/Xutil.h>
|
||||
|
||||
@implementation NSDisplay(X11)
|
||||
|
||||
@ -32,37 +34,47 @@
|
||||
|
||||
@implementation X11Display
|
||||
|
||||
static int errorHandler(Display* display,
|
||||
XErrorEvent* errorEvent) {
|
||||
static int errorHandler(Display *display,XErrorEvent *errorEvent) {
|
||||
return [(X11Display*)[X11Display currentDisplay] handleError:errorEvent];
|
||||
}
|
||||
|
||||
-(id)init
|
||||
{
|
||||
if(self=[super init])
|
||||
{
|
||||
_display=XOpenDisplay(NULL);
|
||||
if(!_display)
|
||||
_display=XOpenDisplay(":0");
|
||||
|
||||
if(!_display) {
|
||||
[self release];
|
||||
return nil;
|
||||
}
|
||||
-init {
|
||||
if(self=[super init]){
|
||||
|
||||
_display=XOpenDisplay(NULL);
|
||||
|
||||
if(_display==NULL){
|
||||
_display=XOpenDisplay(":0");
|
||||
}
|
||||
|
||||
if(_display==NULL) {
|
||||
[self dealloc];
|
||||
return nil;
|
||||
}
|
||||
|
||||
if(NSDebugEnabled)
|
||||
XSynchronize(_display, True);
|
||||
|
||||
XSetErrorHandler(errorHandler);
|
||||
|
||||
if(NSDebugEnabled)
|
||||
XSynchronize(_display, True);
|
||||
XSetErrorHandler(errorHandler);
|
||||
_windowsByID=[NSMutableDictionary new];
|
||||
[self performSelector:@selector(setupEventHandling) withObject:nil afterDelay:0.0];
|
||||
_fileDescriptor=ConnectionNumber(_display);
|
||||
_inputSource=[[NSSelectInputSource socketInputSourceWithSocket:[NSSocket_bsd socketWithDescriptor:_fileDescriptor]] retain];
|
||||
[_inputSource setDelegate:self];
|
||||
[_inputSource setSelectEventMask:NSSelectReadEvent];
|
||||
|
||||
_windowsByID=[NSMutableDictionary new];
|
||||
|
||||
lastFocusedWindow=nil;
|
||||
lastClickTimeStamp=0.0;
|
||||
clickCount=0;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
-(void)dealloc
|
||||
{
|
||||
-(void)dealloc {
|
||||
if(_display)
|
||||
XCloseDisplay(_display);
|
||||
XCloseDisplay(_display);
|
||||
|
||||
[_windowsByID release];
|
||||
[super dealloc];
|
||||
}
|
||||
@ -71,14 +83,11 @@ static int errorHandler(Display* display,
|
||||
return [[[X11Window alloc] initWithFrame:frame styleMask:styleMask isPanel:NO backingType:backingType] autorelease];
|
||||
}
|
||||
|
||||
|
||||
-(CGWindow *)panelWithFrame:(NSRect)frame styleMask:(unsigned)styleMask backingType:(unsigned)backingType {
|
||||
return [[[X11Window alloc] initWithFrame:frame styleMask:styleMask isPanel:YES backingType:backingType] autorelease];
|
||||
}
|
||||
|
||||
|
||||
-(Display*)display
|
||||
{
|
||||
-(Display *)display {
|
||||
return _display;
|
||||
}
|
||||
|
||||
@ -300,43 +309,277 @@ static int errorHandler(Display* display,
|
||||
return [_windowsByID objectForKey:[NSNumber numberWithUnsignedLong:i]];
|
||||
}
|
||||
|
||||
-(void)setupEventHandling {
|
||||
[X11InputSource addInputSourceWithDisplay:self];
|
||||
-(NSEvent *)nextEventMatchingMask:(unsigned)mask untilDate:(NSDate *)untilDate inMode:(NSString *)mode dequeue:(BOOL)dequeue {
|
||||
NSEvent *result;
|
||||
|
||||
[[NSRunLoop currentRunLoop] addInputSource:_inputSource forMode:mode];
|
||||
result=[super nextEventMatchingMask:mask untilDate:untilDate inMode:mode dequeue:dequeue];
|
||||
[[NSRunLoop currentRunLoop] removeInputSource:_inputSource forMode:mode];
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
-(NSEvent *)nextEventMatchingMask:(unsigned)mask untilDate:(NSDate *)untilDate inMode:(NSString *)mode dequeue:(BOOL)dequeue;
|
||||
{
|
||||
[self processX11Event];
|
||||
return [super nextEventMatchingMask:mask untilDate:untilDate inMode:mode dequeue:dequeue];
|
||||
}
|
||||
|
||||
-(BOOL)processX11Event {
|
||||
XEvent e;
|
||||
int i;
|
||||
int numEvents;
|
||||
BOOL ret=NO;
|
||||
int connectionNumber=ConnectionNumber(_display);
|
||||
int flags=fcntl(connectionNumber, F_GETFL);
|
||||
flags&=~O_NONBLOCK;
|
||||
fcntl(connectionNumber, F_SETFL, flags | O_NONBLOCK);
|
||||
|
||||
NSMutableSet *windowsUsed=[NSMutableSet set];
|
||||
|
||||
while(numEvents=XEventsQueued(_display, QueuedAfterFlush)) {
|
||||
XNextEvent(_display, &e);
|
||||
|
||||
id window=[self windowForID:e.xany.window];
|
||||
[window handleEvent:&e fromDisplay:self];
|
||||
[windowsUsed addObject:window];
|
||||
ret=YES;
|
||||
}
|
||||
|
||||
fcntl(connectionNumber, F_SETFL, flags & ~O_NONBLOCK);
|
||||
|
||||
|
||||
-(unsigned int)modifierFlagsForState:(unsigned int)state {
|
||||
unsigned int ret=0;
|
||||
if(state & ShiftMask)
|
||||
ret|=NSShiftKeyMask;
|
||||
if(state & ControlMask)
|
||||
ret|=NSControlKeyMask;
|
||||
if(state & Mod2Mask)
|
||||
ret|=NSCommandKeyMask;
|
||||
// TODO: alt doesn't work; might want to track key presses/releases instead
|
||||
return ret;
|
||||
}
|
||||
|
||||
-(void)postXEvent:(XEvent *)ev {
|
||||
id window=[self windowForID:ev->xany.window];
|
||||
id delegate=[window delegate];
|
||||
|
||||
switch(ev->type) {
|
||||
case KeyPress:
|
||||
case KeyRelease:;
|
||||
unsigned int modifierFlags=[self modifierFlagsForState:ev->xkey.state];
|
||||
char buf[4]={0};
|
||||
|
||||
XLookupString((XKeyEvent*)ev, buf, 4, NULL, NULL);
|
||||
id str=[[NSString alloc] initWithCString:buf encoding:NSISOLatin1StringEncoding];
|
||||
NSPoint pos=[window transformPoint:NSMakePoint(ev->xkey.x, ev->xkey.y)];
|
||||
|
||||
id strIg=[str lowercaseString];
|
||||
if(ev->xkey.state) {
|
||||
ev->xkey.state=0;
|
||||
XLookupString((XKeyEvent*)ev, buf, 4, NULL, NULL);
|
||||
strIg=[[NSString alloc] initWithCString:buf encoding:NSISOLatin1StringEncoding];
|
||||
}
|
||||
|
||||
id event=[NSEvent keyEventWithType:ev->type == KeyPress ? NSKeyDown : NSKeyUp location:pos
|
||||
modifierFlags:modifierFlags
|
||||
timestamp:0.0
|
||||
windowNumber:(NSInteger)delegate
|
||||
context:nil
|
||||
characters:str
|
||||
charactersIgnoringModifiers:strIg
|
||||
isARepeat:NO
|
||||
keyCode:ev->xkey.keycode];
|
||||
|
||||
[self postEvent:event atStart:NO];
|
||||
|
||||
[str release];
|
||||
break;
|
||||
|
||||
case ButtonPress:;
|
||||
NSTimeInterval now=[[NSDate date] timeIntervalSinceReferenceDate];
|
||||
|
||||
if(now-lastClickTimeStamp<[self doubleClickInterval]) {
|
||||
clickCount++;
|
||||
}
|
||||
else {
|
||||
clickCount=1;
|
||||
}
|
||||
lastClickTimeStamp=now;
|
||||
|
||||
NSPoint pos=[window transformPoint:NSMakePoint(ev->xbutton.x, ev->xbutton.y)];
|
||||
|
||||
id event=[NSEvent mouseEventWithType:NSLeftMouseDown
|
||||
location:pos
|
||||
modifierFlags:[self modifierFlagsForState:ev->xbutton.state]
|
||||
window:delegate
|
||||
clickCount:clickCount deltaX:0.0 deltaY:0.0];
|
||||
[self postEvent:event atStart:NO];
|
||||
break;
|
||||
|
||||
case ButtonRelease:;
|
||||
NSPoint pos=[window transformPoint:NSMakePoint(ev->xbutton.x, ev->xbutton.y)];
|
||||
|
||||
id event=[NSEvent mouseEventWithType:NSLeftMouseUp
|
||||
location:pos
|
||||
modifierFlags:[self modifierFlagsForState:ev->xbutton.state]
|
||||
window:delegate
|
||||
clickCount:clickCount deltaX:0.0 deltaY:0.0];
|
||||
[self postEvent:event atStart:NO];
|
||||
break;
|
||||
|
||||
case MotionNotify:;
|
||||
NSPoint pos=[window transformPoint:NSMakePoint(ev->xmotion.x, ev->xmotion.y)];
|
||||
NSEventType type=NSMouseMoved;
|
||||
|
||||
if(ev->xmotion.state&Button1Mask) {
|
||||
type=NSLeftMouseDragged;
|
||||
}
|
||||
else if (ev->xmotion.state&Button2Mask) {
|
||||
type=NSRightMouseDragged;
|
||||
}
|
||||
|
||||
if(type==NSMouseMoved && ![delegate acceptsMouseMovedEvents])
|
||||
break;
|
||||
|
||||
id event=[NSEvent mouseEventWithType:type
|
||||
location:pos
|
||||
modifierFlags:[self modifierFlagsForState:ev->xmotion.state]
|
||||
window:delegate
|
||||
clickCount:1 deltaX:0.0 deltaY:0.0];
|
||||
[self postEvent:event atStart:NO];
|
||||
[self discardEventsMatchingMask:NSLeftMouseDraggedMask beforeEvent:event];
|
||||
break;
|
||||
|
||||
case EnterNotify:
|
||||
NSLog(@"EnterNotify");
|
||||
break;
|
||||
|
||||
case LeaveNotify:
|
||||
NSLog(@"LeaveNotify");
|
||||
break;
|
||||
|
||||
case FocusIn:
|
||||
if([delegate attachedSheet]) {
|
||||
[[delegate attachedSheet] makeKeyAndOrderFront:delegate];
|
||||
break;
|
||||
}
|
||||
if(lastFocusedWindow) {
|
||||
[lastFocusedWindow platformWindowDeactivated:window checkForAppDeactivation:NO];
|
||||
lastFocusedWindow=nil;
|
||||
}
|
||||
[delegate platformWindowActivated:window];
|
||||
lastFocusedWindow=delegate;
|
||||
break;
|
||||
|
||||
case FocusOut:
|
||||
[delegate platformWindowDeactivated:window checkForAppDeactivation:NO];
|
||||
lastFocusedWindow=nil;
|
||||
break;
|
||||
|
||||
case KeymapNotify:
|
||||
NSLog(@"KeymapNotify");
|
||||
break;
|
||||
|
||||
case Expose:;
|
||||
O2Rect rect=NSMakeRect(ev->xexpose.x, ev->xexpose.y, ev->xexpose.width, ev->xexpose.height);
|
||||
|
||||
rect.origin.y=[window frame].size.height-rect.origin.y-rect.size.height;
|
||||
// rect=NSInsetRect(rect, -10, -10);
|
||||
// [_backingContext addToDirtyRect:rect];
|
||||
if(ev->xexpose.count==0)
|
||||
[window flushBuffer];
|
||||
break;
|
||||
|
||||
case GraphicsExpose:
|
||||
NSLog(@"GraphicsExpose");
|
||||
break;
|
||||
|
||||
case NoExpose:
|
||||
NSLog(@"NoExpose");
|
||||
break;
|
||||
|
||||
case VisibilityNotify:
|
||||
NSLog(@"VisibilityNotify");
|
||||
break;
|
||||
|
||||
case CreateNotify:
|
||||
NSLog(@"CreateNotify");
|
||||
break;
|
||||
|
||||
case DestroyNotify:;
|
||||
// we should never get this message before the WM_DELETE_WINDOW ClientNotify
|
||||
// so normally, window should be nil here.
|
||||
[window invalidate];
|
||||
break;
|
||||
|
||||
case UnmapNotify:
|
||||
NSLog(@"UnmapNotify");
|
||||
break;
|
||||
|
||||
case MapNotify:
|
||||
NSLog(@"MapNotify");
|
||||
break;
|
||||
|
||||
case MapRequest:
|
||||
NSLog(@"MapRequest");
|
||||
break;
|
||||
|
||||
case ReparentNotify:
|
||||
NSLog(@"ReparentNotify");
|
||||
break;
|
||||
|
||||
case ConfigureNotify:
|
||||
[window frameChanged];
|
||||
[delegate platformWindow:window frameChanged:[window transformFrame:[window frame]] didSize:YES];
|
||||
break;
|
||||
|
||||
case ConfigureRequest:
|
||||
NSLog(@"ConfigureRequest");
|
||||
break;
|
||||
|
||||
case GravityNotify:
|
||||
NSLog(@"GravityNotify");
|
||||
break;
|
||||
|
||||
case ResizeRequest:
|
||||
NSLog(@"ResizeRequest");
|
||||
break;
|
||||
|
||||
case CirculateNotify:
|
||||
NSLog(@"CirculateNotify");
|
||||
break;
|
||||
|
||||
case CirculateRequest:
|
||||
NSLog(@"CirculateRequest");
|
||||
break;
|
||||
|
||||
case PropertyNotify:
|
||||
NSLog(@"PropertyNotify");
|
||||
break;
|
||||
|
||||
case SelectionClear:
|
||||
NSLog(@"SelectionClear");
|
||||
break;
|
||||
|
||||
case SelectionRequest:
|
||||
NSLog(@"SelectionRequest");
|
||||
break;
|
||||
|
||||
case SelectionNotify:
|
||||
NSLog(@"SelectionNotify");
|
||||
break;
|
||||
|
||||
case ColormapNotify:
|
||||
NSLog(@"ColormapNotify");
|
||||
break;
|
||||
|
||||
case ClientMessage:
|
||||
if(ev->xclient.format=32 && ev->xclient.data.l[0]==XInternAtom(_display, "WM_DELETE_WINDOW", False))
|
||||
[delegate platformWindowWillClose:window];
|
||||
break;
|
||||
|
||||
case MappingNotify:
|
||||
NSLog(@"MappingNotify");
|
||||
break;
|
||||
|
||||
case GenericEvent:
|
||||
NSLog(@"GenericEvent");
|
||||
break;
|
||||
|
||||
default:
|
||||
NSLog(@"Unknown X11 event type %i", ev->type);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
-(void)selectInputSource:(NSSelectInputSource *)inputSource selectEvent:(NSUInteger)selectEvent {
|
||||
int numEvents;
|
||||
|
||||
while((numEvents=XPending(_display))>0) {
|
||||
XEvent e;
|
||||
int error;
|
||||
|
||||
if((error=XNextEvent(_display, &e))!=0)
|
||||
NSLog(@"XNextEvent returned %d",error);
|
||||
else
|
||||
[self postXEvent:&e];
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
-(int)handleError:(XErrorEvent*)errorEvent {
|
||||
NSLog(@"************** ERROR");
|
||||
return 0;
|
||||
|
10
AppKit/X11.subproj/X11Event.h
Normal file
10
AppKit/X11.subproj/X11Event.h
Normal file
@ -0,0 +1,10 @@
|
||||
#import <AppKit/CGEvent.h>
|
||||
#import <X11/Xlib.h>
|
||||
|
||||
@interface X11Event : CGEvent {
|
||||
XEvent _event;
|
||||
}
|
||||
|
||||
-initWithXEvent:(XEvent)event;
|
||||
|
||||
@end
|
11
AppKit/X11.subproj/X11Event.m
Normal file
11
AppKit/X11.subproj/X11Event.m
Normal file
@ -0,0 +1,11 @@
|
||||
#import "X11Event.h"
|
||||
|
||||
@implementation X11Event
|
||||
|
||||
-initWithXEvent:(XEvent)event {
|
||||
_event=event;
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
@end
|
@ -1,17 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import <Foundation/NSSelectInputSource.h>
|
||||
|
||||
@class X11Display;
|
||||
|
||||
@interface X11InputSource : NSSelectInputSource {
|
||||
X11Display* _display;
|
||||
}
|
||||
+(void)addInputSourceWithDisplay:(X11Display*)display;
|
||||
@end
|
@ -1,47 +0,0 @@
|
||||
/* Copyright (c) 2008 Johannes Fortmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#import "X11InputSource.h"
|
||||
|
||||
@class NSSocket_bsd, NSSelectInputSource;
|
||||
#import <AppKit/X11Display.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSRunloop.h>
|
||||
#import <Foundation/NSSocket_bsd.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <AppKit/X11AsyncInputSource.h>
|
||||
#import <X11/Xlib.h>
|
||||
#import <fcntl.h>
|
||||
|
||||
@implementation X11InputSource
|
||||
|
||||
+(void)addInputSourceWithDisplay:(X11Display*)display {
|
||||
int connectionNumber=ConnectionNumber([display display]);
|
||||
int flags=fcntl(connectionNumber, F_GETFL);
|
||||
flags&=~O_NONBLOCK;
|
||||
fcntl(connectionNumber, F_SETFL, flags & ~O_NONBLOCK);
|
||||
|
||||
X11InputSource* synchro = [X11InputSource socketInputSourceWithSocket:
|
||||
[NSSocket_bsd socketWithDescriptor:connectionNumber]];
|
||||
X11AsyncInputSource* async=[X11AsyncInputSource new];
|
||||
|
||||
[synchro setDelegate:synchro];
|
||||
[synchro setSelectEventMask:NSSelectReadEvent];
|
||||
synchro->_display=display;
|
||||
async->_display=display;
|
||||
|
||||
for(id mode in [NSArray arrayWithObjects:NSDefaultRunLoopMode, NSEventTrackingRunLoopMode, NSModalPanelRunLoopMode, nil]) {
|
||||
[[NSRunLoop currentRunLoop] addInputSource:synchro forMode:mode];
|
||||
[[NSRunLoop currentRunLoop] addInputSource:async forMode:mode];
|
||||
}
|
||||
}
|
||||
|
||||
-(BOOL)processImmediateEvents:(unsigned)selectEvent; {
|
||||
return [_display processX11Event];
|
||||
}
|
||||
@end
|
@ -9,16 +9,21 @@
|
||||
#import <AppKit/CGWindow.h>
|
||||
#import <CoreGraphics/O2Geometry.h>
|
||||
#import <X11/Xlib.h>
|
||||
#import <GL/glx.h>
|
||||
#import <OpenGL/OpenGL.h>
|
||||
|
||||
@class O2Context_cairo, X11Display;
|
||||
|
||||
@interface X11Window : CGWindow {
|
||||
id _delegate;
|
||||
Window _window;
|
||||
Display *_dpy;
|
||||
Display *_display;
|
||||
XVisualInfo *_visualInfo;
|
||||
Window _window;
|
||||
id _delegate;
|
||||
CGSBackingStoreType _backingType;
|
||||
O2Context *_backingContext;
|
||||
O2Context *_context;
|
||||
O2Context *_backingContext;
|
||||
O2Context *_context;
|
||||
CGLContextObj _cglContext;
|
||||
|
||||
NSMutableDictionary *_deviceDictionary;
|
||||
O2Rect _frame;
|
||||
BOOL _mapped;
|
||||
@ -32,5 +37,5 @@
|
||||
-(O2Rect)transformFrame:(O2Rect)frame;
|
||||
|
||||
-(void)frameChanged;
|
||||
-(void)handleEvent:(XEvent*)ev fromDisplay:(X11Display*)display;
|
||||
|
||||
@end
|
||||
|
@ -12,12 +12,15 @@
|
||||
#import <AppKit/X11Display.h>
|
||||
#import <AppKit/NSRaise.h>
|
||||
#import <X11/Xutil.h>
|
||||
#import "O2Context_cairo.h"
|
||||
#import <Foundation/NSException.h>
|
||||
#import <CoreGraphics/O2Context.h>
|
||||
#import <CoreGraphics/O2Surface.h>
|
||||
#import <QuartzCore/CARenderer.h>
|
||||
|
||||
CGL_EXPORT CGLError CGLCreateContext(CGLPixelFormatObj pixelFormat,Display *dpy,XVisualInfo *vis,Window window,CGLContextObj *resultp);
|
||||
|
||||
@implementation X11Window
|
||||
|
||||
|
||||
+(Visual*)visual {
|
||||
static Visual* ret=NULL;
|
||||
|
||||
@ -48,35 +51,60 @@
|
||||
-initWithFrame:(O2Rect)frame styleMask:(unsigned)styleMask isPanel:(BOOL)isPanel backingType:(NSUInteger)backingType {
|
||||
_backingType=backingType;
|
||||
_deviceDictionary=[NSMutableDictionary new];
|
||||
_dpy=[(X11Display*)[NSDisplay currentDisplay] display];
|
||||
int s = DefaultScreen(_dpy);
|
||||
_display=[(X11Display*)[NSDisplay currentDisplay] display];
|
||||
int s = DefaultScreen(_display);
|
||||
_frame=[self transformFrame:frame];
|
||||
if(isPanel && styleMask&NSDocModalWindowMask)
|
||||
styleMask=NSBorderlessWindowMask;
|
||||
|
||||
GLint att[] = {
|
||||
GLX_RGBA,
|
||||
GLX_DOUBLEBUFFER,
|
||||
GLX_RED_SIZE, 4,
|
||||
GLX_GREEN_SIZE, 4,
|
||||
GLX_BLUE_SIZE, 4,
|
||||
GLX_DEPTH_SIZE, 4,
|
||||
None
|
||||
};
|
||||
|
||||
int screen = DefaultScreen(_display);
|
||||
|
||||
if((_visualInfo=glXChooseVisual(_display,screen,att))==NULL){
|
||||
NSLog(@"glXChooseVisual failed at %s %d",__FILE__,__LINE__);
|
||||
}
|
||||
|
||||
Colormap cmap = XCreateColormap(_display, RootWindow(_display, _visualInfo->screen), _visualInfo->visual, AllocNone);
|
||||
|
||||
if(cmap<0){
|
||||
NSLog(@"XCreateColormap failed");
|
||||
[self dealloc];
|
||||
return nil;
|
||||
}
|
||||
|
||||
XSetWindowAttributes xattr;
|
||||
unsigned long xattr_mask;
|
||||
xattr.override_redirect = styleMask == NSBorderlessWindowMask ? True : False;
|
||||
xattr_mask = CWOverrideRedirect;
|
||||
|
||||
_window = XCreateWindow(_dpy, DefaultRootWindow(_dpy),
|
||||
xattr_mask = CWOverrideRedirect|CWColormap;
|
||||
xattr.colormap=cmap;
|
||||
|
||||
_window = XCreateWindow(_display, DefaultRootWindow(_display),
|
||||
_frame.origin.x, _frame.origin.y, _frame.size.width, _frame.size.height,
|
||||
0, CopyFromParent, InputOutput,
|
||||
CopyFromParent,
|
||||
0, (_visualInfo==NULL)?CopyFromParent:_visualInfo->depth, InputOutput,
|
||||
(_visualInfo==NULL)?CopyFromParent:_visualInfo->visual,
|
||||
xattr_mask, &xattr);
|
||||
|
||||
XSelectInput(_dpy, _window, ExposureMask | KeyPressMask | KeyReleaseMask | StructureNotifyMask |
|
||||
XSelectInput(_display, _window, ExposureMask | KeyPressMask | KeyReleaseMask | StructureNotifyMask |
|
||||
ButtonPressMask | ButtonReleaseMask | ButtonMotionMask | VisibilityChangeMask | FocusChangeMask | SubstructureRedirectMask );
|
||||
|
||||
Atom atm=XInternAtom(_dpy, "WM_DELETE_WINDOW", False);
|
||||
XSetWMProtocols(_dpy, _window, &atm , 1);
|
||||
Atom atm=XInternAtom(_display, "WM_DELETE_WINDOW", False);
|
||||
XSetWMProtocols(_display, _window, &atm , 1);
|
||||
|
||||
XSetWindowBackgroundPixmap(_dpy, _window, None);
|
||||
XSetWindowBackgroundPixmap(_display, _window, None);
|
||||
|
||||
[(X11Display*)[NSDisplay currentDisplay] setWindow:self forID:_window];
|
||||
|
||||
if(styleMask == NSBorderlessWindowMask){
|
||||
[isa removeDecorationForWindow:_window onDisplay:_dpy];
|
||||
[isa removeDecorationForWindow:_window onDisplay:_display];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
@ -111,7 +139,7 @@
|
||||
|
||||
-(void)ensureMapped {
|
||||
if(!_mapped){
|
||||
XMapWindow(_dpy, _window);
|
||||
XMapWindow(_display, _window);
|
||||
_mapped=YES;
|
||||
}
|
||||
}
|
||||
@ -132,7 +160,7 @@
|
||||
|
||||
if(_window) {
|
||||
[(X11Display*)[NSDisplay currentDisplay] setWindow:nil forID:_window];
|
||||
XDestroyWindow(_dpy, _window);
|
||||
XDestroyWindow(_display, _window);
|
||||
_window=0;
|
||||
}
|
||||
}
|
||||
@ -186,12 +214,12 @@
|
||||
XTextProperty prop;
|
||||
const char* text=[title cString];
|
||||
XStringListToTextProperty((char**)&text, 1, &prop);
|
||||
XSetWMName(_dpy, _window, &prop);
|
||||
XSetWMName(_display, _window, &prop);
|
||||
}
|
||||
|
||||
-(void)setFrame:(O2Rect)frame {
|
||||
frame=[self transformFrame:frame];
|
||||
XMoveResizeWindow(_dpy, _window, frame.origin.x, frame.origin.y, frame.size.width, frame.size.height);
|
||||
XMoveResizeWindow(_display, _window, frame.origin.x, frame.origin.y, frame.size.width, frame.size.height);
|
||||
[self invalidateContextsWithNewSize:frame.size];
|
||||
}
|
||||
|
||||
@ -204,7 +232,7 @@
|
||||
}
|
||||
|
||||
-(void)hideWindow {
|
||||
XUnmapWindow(_dpy, _window);
|
||||
XUnmapWindow(_display, _window);
|
||||
_mapped=NO;
|
||||
}
|
||||
|
||||
@ -212,11 +240,11 @@
|
||||
[self ensureMapped];
|
||||
|
||||
if(!other) {
|
||||
XRaiseWindow(_dpy, _window);
|
||||
XRaiseWindow(_display, _window);
|
||||
}
|
||||
else {
|
||||
Window w[2]={_window, other->_window};
|
||||
XRestackWindows(_dpy, w, 1);
|
||||
XRestackWindows(_display, w, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@ -224,17 +252,17 @@
|
||||
[self ensureMapped];
|
||||
|
||||
if(!other) {
|
||||
XLowerWindow(_dpy, _window);
|
||||
XLowerWindow(_display, _window);
|
||||
}
|
||||
else {
|
||||
Window w[2]={other->_window, _window};
|
||||
XRestackWindows(_dpy, w, 1);
|
||||
XRestackWindows(_display, w, 1);
|
||||
}
|
||||
}
|
||||
|
||||
-(void)makeKey {
|
||||
[self ensureMapped];
|
||||
XRaiseWindow(_dpy, _window);
|
||||
XRaiseWindow(_display, _window);
|
||||
}
|
||||
|
||||
-(void)captureEvents {
|
||||
@ -254,6 +282,46 @@
|
||||
return NO;
|
||||
}
|
||||
|
||||
-(CGLContextObj)createCGLContextObjIfNeeded {
|
||||
if(_cglContext==NULL){
|
||||
CGLError error;
|
||||
|
||||
if((error=CGLCreateContext(NULL,_display,_visualInfo,_window,&_cglContext))!=kCGLNoError)
|
||||
NSLog(@"CGLCreateContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
}
|
||||
|
||||
return _cglContext;
|
||||
}
|
||||
|
||||
-(void)openGLFlushBuffer {
|
||||
CGLError error;
|
||||
|
||||
[self createCGLContextObjIfNeeded];
|
||||
|
||||
if((error=CGLSetCurrentContext(_cglContext))!=kCGLNoError)
|
||||
NSLog(@"CGLSetCurrentContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
|
||||
O2Surface *surface=[_backingContext surface];
|
||||
size_t width=O2ImageGetWidth(surface);
|
||||
size_t height=O2ImageGetHeight(surface);
|
||||
|
||||
// prepare
|
||||
glEnable(GL_DEPTH_TEST);
|
||||
glShadeModel(GL_SMOOTH);
|
||||
|
||||
// reshape
|
||||
glViewport(0,0,width,height);
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
glLoadIdentity();
|
||||
glOrtho (0, width, 0, height, -1, 1);
|
||||
|
||||
CARenderer *renderer=[CARenderer rendererWithCGLContext:_cglContext options:nil];
|
||||
|
||||
[renderer renderWithSurface:surface];
|
||||
|
||||
glFlush();
|
||||
glXSwapBuffers(_display, _window);
|
||||
}
|
||||
|
||||
-(void)flushBuffer {
|
||||
|
||||
@ -267,8 +335,13 @@
|
||||
case CGSBackingStoreBuffered:
|
||||
if(_backingContext!=nil){
|
||||
O2ContextFlush(_backingContext);
|
||||
[_context drawBackingContext:_backingContext size:_frame.size];
|
||||
O2ContextFlush(_context);
|
||||
|
||||
if(1)
|
||||
[self openGLFlushBuffer];
|
||||
else {
|
||||
[_context drawBackingContext:_backingContext size:_frame.size];
|
||||
O2ContextFlush(_context);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
@ -309,8 +382,8 @@ static int ignoreBadWindow(Display* display,
|
||||
// recursively get geometry to get absolute position
|
||||
BOOL success=YES;
|
||||
while(window && success) {
|
||||
XGetGeometry(_dpy, window, &root, &x, &y, &w, &h, &b, &d);
|
||||
success = XQueryTree(_dpy, window, &root, &parent, &children, &nchild);
|
||||
XGetGeometry(_display, window, &root, &x, &y, &w, &h, &b, &d);
|
||||
success = XQueryTree(_display, window, &root, &parent, &children, &nchild);
|
||||
if(children)
|
||||
XFree(children);
|
||||
|
||||
@ -330,7 +403,7 @@ static int ignoreBadWindow(Display* display,
|
||||
}
|
||||
|
||||
-(Visual*)visual {
|
||||
return DefaultVisual(_dpy, DefaultScreen(_dpy));
|
||||
return DefaultVisual(_display, DefaultScreen(_display));
|
||||
}
|
||||
|
||||
-(Drawable)drawable {
|
||||
@ -342,7 +415,7 @@ static int ignoreBadWindow(Display* display,
|
||||
}
|
||||
|
||||
-(O2Rect)transformFrame:(O2Rect)frame {
|
||||
return NSMakeRect(frame.origin.x, DisplayHeight(_dpy, DefaultScreen(_dpy)) - frame.origin.y - frame.size.height, fmax(frame.size.width, 1.0), fmax(frame.size.height, 1.0));
|
||||
return NSMakeRect(frame.origin.x, DisplayHeight(_display, DefaultScreen(_display)) - frame.origin.y - frame.size.height, fmax(frame.size.width, 1.0), fmax(frame.size.height, 1.0));
|
||||
}
|
||||
|
||||
-(NSPoint)transformPoint:(NSPoint)pos;
|
||||
@ -350,168 +423,5 @@ static int ignoreBadWindow(Display* display,
|
||||
return NSMakePoint(pos.x, _frame.size.height-pos.y);
|
||||
}
|
||||
|
||||
-(unsigned int)modifierFlagsForState:(unsigned int)state {
|
||||
unsigned int ret=0;
|
||||
if(state & ShiftMask)
|
||||
ret|=NSShiftKeyMask;
|
||||
if(state & ControlMask)
|
||||
ret|=NSControlKeyMask;
|
||||
if(state & Mod2Mask)
|
||||
ret|=NSCommandKeyMask;
|
||||
// TODO: alt doesn't work; might want to track key presses/releases instead
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
-(void)handleEvent:(XEvent*)ev fromDisplay:(X11Display*)display {
|
||||
static id lastFocusedWindow=nil;
|
||||
static NSTimeInterval lastClickTimeStamp=0.0;
|
||||
static int clickCount=0;
|
||||
|
||||
|
||||
switch(ev->type) {
|
||||
case DestroyNotify:
|
||||
{
|
||||
// we should never get this message before the WM_DELETE_WINDOW ClientNotify
|
||||
// so normally, window should be nil here.
|
||||
[self invalidate];
|
||||
break;
|
||||
}
|
||||
case ConfigureNotify:
|
||||
{
|
||||
[self frameChanged];
|
||||
[_delegate platformWindow:self frameChanged:[self transformFrame:_frame] didSize:YES];
|
||||
break;
|
||||
}
|
||||
case Expose:
|
||||
{
|
||||
O2Rect rect=NSMakeRect(ev->xexpose.x, ev->xexpose.y, ev->xexpose.width, ev->xexpose.height);
|
||||
rect.origin.y=_frame.size.height-rect.origin.y-rect.size.height;
|
||||
// rect=NSInsetRect(rect, -10, -10);
|
||||
// [_backingContext addToDirtyRect:rect];
|
||||
if(ev->xexpose.count==0)
|
||||
[self flushBuffer];
|
||||
break;
|
||||
}
|
||||
case ButtonPress:
|
||||
{
|
||||
NSTimeInterval now=[[NSDate date] timeIntervalSinceReferenceDate];
|
||||
if(now-lastClickTimeStamp<[display doubleClickInterval]) {
|
||||
clickCount++;
|
||||
}
|
||||
else {
|
||||
clickCount=1;
|
||||
}
|
||||
lastClickTimeStamp=now;
|
||||
|
||||
NSPoint pos=[self transformPoint:NSMakePoint(ev->xbutton.x, ev->xbutton.y)];
|
||||
|
||||
id event=[NSEvent mouseEventWithType:NSLeftMouseDown
|
||||
location:pos
|
||||
modifierFlags:[self modifierFlagsForState:ev->xbutton.state]
|
||||
window:_delegate
|
||||
clickCount:clickCount];
|
||||
[display postEvent:event atStart:NO];
|
||||
break;
|
||||
}
|
||||
case ButtonRelease:
|
||||
{
|
||||
NSPoint pos=[self transformPoint:NSMakePoint(ev->xbutton.x, ev->xbutton.y)];
|
||||
|
||||
id event=[NSEvent mouseEventWithType:NSLeftMouseUp
|
||||
location:pos
|
||||
modifierFlags:[self modifierFlagsForState:ev->xbutton.state]
|
||||
window:_delegate
|
||||
clickCount:clickCount];
|
||||
[display postEvent:event atStart:NO];
|
||||
break;
|
||||
}
|
||||
case MotionNotify:
|
||||
{
|
||||
NSPoint pos=[self transformPoint:NSMakePoint(ev->xmotion.x, ev->xmotion.y)];
|
||||
NSEventType type=NSMouseMoved;
|
||||
|
||||
if(ev->xmotion.state&Button1Mask) {
|
||||
type=NSLeftMouseDragged;
|
||||
}
|
||||
else if (ev->xmotion.state&Button2Mask) {
|
||||
type=NSRightMouseDragged;
|
||||
}
|
||||
|
||||
if(type==NSMouseMoved &&
|
||||
![_delegate acceptsMouseMovedEvents])
|
||||
break;
|
||||
|
||||
id event=[NSEvent mouseEventWithType:type
|
||||
location:pos
|
||||
modifierFlags:[self modifierFlagsForState:ev->xmotion.state]
|
||||
window:_delegate
|
||||
clickCount:1];
|
||||
[display postEvent:event atStart:NO];
|
||||
[display discardEventsMatchingMask:NSLeftMouseDraggedMask beforeEvent:event];
|
||||
break;
|
||||
}
|
||||
case ClientMessage:
|
||||
{
|
||||
if(ev->xclient.format=32 &&
|
||||
ev->xclient.data.l[0]==XInternAtom(_dpy, "WM_DELETE_WINDOW", False))
|
||||
[_delegate platformWindowWillClose:self];
|
||||
break;
|
||||
}
|
||||
case KeyRelease:
|
||||
case KeyPress:
|
||||
{
|
||||
unsigned int modifierFlags=[self modifierFlagsForState:ev->xkey.state];
|
||||
char buf[4]={0};
|
||||
XLookupString((XKeyEvent*)ev, buf, 4, NULL, NULL);
|
||||
id str=[[NSString alloc] initWithCString:buf encoding:NSISOLatin1StringEncoding];
|
||||
NSPoint pos=[self transformPoint:NSMakePoint(ev->xkey.x, ev->xkey.y)];
|
||||
|
||||
id strIg=[str lowercaseString];
|
||||
if(ev->xkey.state) {
|
||||
ev->xkey.state=0;
|
||||
XLookupString((XKeyEvent*)ev, buf, 4, NULL, NULL);
|
||||
strIg=[[NSString alloc] initWithCString:buf encoding:NSISOLatin1StringEncoding];
|
||||
}
|
||||
|
||||
id event=[NSEvent keyEventWithType:ev->type == KeyPress ? NSKeyDown : NSKeyUp
|
||||
location:pos
|
||||
modifierFlags:modifierFlags
|
||||
timestamp:0.0
|
||||
windowNumber:(NSInteger)_delegate
|
||||
context:nil
|
||||
characters:str
|
||||
charactersIgnoringModifiers:strIg
|
||||
isARepeat:NO
|
||||
keyCode:ev->xkey.keycode];
|
||||
|
||||
[display postEvent:event atStart:NO];
|
||||
|
||||
[str release];
|
||||
break;
|
||||
}
|
||||
case FocusIn:
|
||||
if([_delegate attachedSheet]) {
|
||||
[[_delegate attachedSheet] makeKeyAndOrderFront:_delegate];
|
||||
break;
|
||||
}
|
||||
if(lastFocusedWindow) {
|
||||
[lastFocusedWindow platformWindowDeactivated:self checkForAppDeactivation:NO];
|
||||
lastFocusedWindow=nil;
|
||||
}
|
||||
[_delegate platformWindowActivated:self];
|
||||
lastFocusedWindow=_delegate;
|
||||
break;
|
||||
case FocusOut:
|
||||
[_delegate platformWindowDeactivated:self checkForAppDeactivation:NO];
|
||||
lastFocusedWindow=nil;
|
||||
break;
|
||||
|
||||
default:
|
||||
NSLog(@"type %i", ev->type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
8
QuartzCore/CABackingRenderer.h
Normal file
8
QuartzCore/CABackingRenderer.h
Normal file
@ -0,0 +1,8 @@
|
||||
#import <QuartzCore/CARenderer.h>
|
||||
|
||||
@interface CABackingRenderer : CARenderer {
|
||||
}
|
||||
|
||||
-(void)renderWithSurface:(O2Surface *)surface;
|
||||
|
||||
@end
|
85
QuartzCore/CABackingRenderer.m
Normal file
85
QuartzCore/CABackingRenderer.m
Normal file
@ -0,0 +1,85 @@
|
||||
#import <QuartzCore/CABackingRenderer.h>
|
||||
#import <OpenGL/OpenGL.h>
|
||||
#import <CoreGraphics/O2Surface.h>
|
||||
|
||||
@implementation CABackingRenderer
|
||||
|
||||
-(void)renderWithSurface:(O2Surface *)surface {
|
||||
size_t width=O2ImageGetWidth(surface);
|
||||
size_t height=O2ImageGetHeight(surface);
|
||||
|
||||
CGLError error;
|
||||
|
||||
if((error=CGLSetCurrentContext(_cglContext))!=kCGLNoError)
|
||||
NSLog(@"CGLSetCurrentContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
|
||||
// prepare
|
||||
glEnable(GL_DEPTH_TEST);
|
||||
glShadeModel(GL_SMOOTH);
|
||||
|
||||
// reshape
|
||||
glViewport(0,0,width,height);
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
glLoadIdentity();
|
||||
glOrtho (0, width, 0, height, -1, 1);
|
||||
|
||||
|
||||
// render
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glLoadIdentity();
|
||||
|
||||
glClearColor(0, 0, 0, 0);
|
||||
glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT);
|
||||
|
||||
glEnable( GL_TEXTURE_2D );
|
||||
glEnableClientState(GL_VERTEX_ARRAY);
|
||||
glEnableClientState(GL_TEXTURE_COORD_ARRAY);
|
||||
|
||||
glEnable (GL_BLEND);
|
||||
glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
|
||||
|
||||
size_t width=O2ImageGetWidth(surface);
|
||||
size_t height=O2ImageGetHeight(surface);
|
||||
|
||||
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, width, height, 0, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, [surface pixelBytes]);
|
||||
|
||||
glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
|
||||
|
||||
GLfloat vertices[4*2];
|
||||
GLfloat texture[4*2];
|
||||
|
||||
vertices[0]=0;
|
||||
vertices[1]=0;
|
||||
vertices[2]=width;
|
||||
vertices[3]=0;
|
||||
vertices[4]=0;
|
||||
vertices[5]=height;
|
||||
vertices[6]=width;
|
||||
vertices[7]=height;
|
||||
|
||||
texture[0]=0;
|
||||
texture[1]=1;
|
||||
texture[2]=1;
|
||||
texture[3]=1;
|
||||
texture[4]=0;
|
||||
texture[5]=0;
|
||||
texture[6]=1;
|
||||
texture[7]=0;
|
||||
|
||||
glPushMatrix();
|
||||
// glTranslatef(width/2,height/2,0);
|
||||
glTexCoordPointer(2, GL_FLOAT, 0, texture);
|
||||
glVertexPointer(2, GL_FLOAT, 0, vertices);
|
||||
// glTranslatef(center.x,center.y,0);
|
||||
// glRotatef(1,0,0,1);
|
||||
glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
|
||||
glPopMatrix();
|
||||
|
||||
glFlush();
|
||||
}
|
||||
|
||||
@end
|
@ -15,6 +15,5 @@
|
||||
+(CARenderer *)rendererWithCGLContext:(void *)cglContext options:(NSDictionary *)options;
|
||||
|
||||
-(void)render;
|
||||
-(void)renderWithSurface:(O2Surface *)surface;
|
||||
|
||||
@end
|
||||
|
@ -21,66 +21,4 @@
|
||||
-(void)render {
|
||||
}
|
||||
|
||||
-(void)renderWithSurface:(O2Surface *)surface {
|
||||
CGLError error;
|
||||
|
||||
if((error=CGLSetCurrentContext(_cglContext))!=kCGLNoError)
|
||||
NSLog(@"CGLSetCurrentContext failed with %d in %s %d",error,__FILE__,__LINE__);
|
||||
|
||||
// render
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glLoadIdentity();
|
||||
|
||||
glClearColor(0, 0, 0, 0);
|
||||
glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT);
|
||||
|
||||
glEnable( GL_TEXTURE_2D );
|
||||
glEnableClientState(GL_VERTEX_ARRAY);
|
||||
glEnableClientState(GL_TEXTURE_COORD_ARRAY);
|
||||
|
||||
glEnable (GL_BLEND);
|
||||
glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
|
||||
|
||||
size_t width=O2ImageGetWidth(surface);
|
||||
size_t height=O2ImageGetHeight(surface);
|
||||
|
||||
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, width, height, 0, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, [surface pixelBytes]);
|
||||
|
||||
glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
|
||||
|
||||
GLfloat vertices[4*2];
|
||||
GLfloat texture[4*2];
|
||||
|
||||
vertices[0]=0;
|
||||
vertices[1]=0;
|
||||
vertices[2]=width;
|
||||
vertices[3]=0;
|
||||
vertices[4]=0;
|
||||
vertices[5]=height;
|
||||
vertices[6]=width;
|
||||
vertices[7]=height;
|
||||
|
||||
texture[0]=0;
|
||||
texture[1]=1;
|
||||
texture[2]=1;
|
||||
texture[3]=1;
|
||||
texture[4]=0;
|
||||
texture[5]=0;
|
||||
texture[6]=1;
|
||||
texture[7]=0;
|
||||
|
||||
glPushMatrix();
|
||||
// glTranslatef(width/2,height/2,0);
|
||||
glTexCoordPointer(2, GL_FLOAT, 0, texture);
|
||||
glVertexPointer(2, GL_FLOAT, 0, vertices);
|
||||
// glTranslatef(center.x,center.y,0);
|
||||
// glRotatef(1,0,0,1);
|
||||
glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
|
||||
glPopMatrix();
|
||||
}
|
||||
|
||||
@end
|
||||
|
@ -8,6 +8,9 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
FE4477C01039EECB00ECD6A6 /* QuartzCore.h in Headers */ = {isa = PBXBuildFile; fileRef = FE4477BF1039EECB00ECD6A6 /* QuartzCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
FE7AA0ED10F97A6700FEDD9C /* CABackingRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7AA0EC10F97A6700FEDD9C /* CABackingRenderer.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE7AA0EE10F97A6700FEDD9C /* CABackingRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7AA0EC10F97A6700FEDD9C /* CABackingRenderer.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FE7AA0EF10F97A6700FEDD9C /* CABackingRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7AA0EC10F97A6700FEDD9C /* CABackingRenderer.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
FECA819810EBB231003472F1 /* CAAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF88C2B100CC45B00B15FD7 /* CAAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
FECA819910EBB231003472F1 /* CALayer.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF88C2C100CC45B00B15FD7 /* CALayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
FECA819A10EBB231003472F1 /* CATransform3D.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF88C2D100CC45B00B15FD7 /* CATransform3D.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
@ -112,9 +115,10 @@
|
||||
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
8DC2EF5B0486A6940098B216 /* QuartzCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QuartzCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
FE4477BF1039EECB00ECD6A6 /* QuartzCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuartzCore.h; sourceTree = "<group>"; };
|
||||
FE7AA0EB10F97A2A00FEDD9C /* CABackingRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CABackingRenderer.m; sourceTree = "<group>"; };
|
||||
FE7AA0EC10F97A6700FEDD9C /* CABackingRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABackingRenderer.h; sourceTree = "<group>"; };
|
||||
FEC3ED7710E1270C00511C18 /* CARenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CARenderer.m; sourceTree = "<group>"; };
|
||||
FECA81A110EBB231003472F1 /* QuartzCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QuartzCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
FECA81A210EBB232003472F1 /* Info copy.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info copy.plist"; sourceTree = "<group>"; };
|
||||
FED38BEA10E12BAB00A2A651 /* CARenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARenderer.h; sourceTree = "<group>"; };
|
||||
FED38C4D10E13E1000A2A651 /* QuartzCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QuartzCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
FED38C8D10E13FCC00A2A651 /* CABase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABase.h; sourceTree = "<group>"; };
|
||||
@ -141,6 +145,8 @@
|
||||
0867D691FE84028FC02AAC07 /* QuartzCore */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FE7AA0EC10F97A6700FEDD9C /* CABackingRenderer.h */,
|
||||
FE7AA0EB10F97A2A00FEDD9C /* CABackingRenderer.m */,
|
||||
FED38C8D10E13FCC00A2A651 /* CABase.h */,
|
||||
FED38BEA10E12BAB00A2A651 /* CARenderer.h */,
|
||||
FEC3ED7710E1270C00511C18 /* CARenderer.m */,
|
||||
@ -175,7 +181,6 @@
|
||||
children = (
|
||||
8DC2EF5A0486A6940098B216 /* Info.plist */,
|
||||
089C1666FE841158C02AAC07 /* InfoPlist.strings */,
|
||||
FECA81A210EBB232003472F1 /* Info copy.plist */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
@ -233,6 +238,7 @@
|
||||
FE4477C01039EECB00ECD6A6 /* QuartzCore.h in Headers */,
|
||||
FED38BEB10E12BAB00A2A651 /* CARenderer.h in Headers */,
|
||||
FED38C8E10E13FCC00A2A651 /* CABase.h in Headers */,
|
||||
FE7AA0ED10F97A6700FEDD9C /* CABackingRenderer.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -246,6 +252,7 @@
|
||||
FECA819B10EBB231003472F1 /* QuartzCore.h in Headers */,
|
||||
FECA819C10EBB231003472F1 /* CARenderer.h in Headers */,
|
||||
FECA819D10EBB231003472F1 /* CABase.h in Headers */,
|
||||
FE7AA0EF10F97A6700FEDD9C /* CABackingRenderer.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -259,6 +266,7 @@
|
||||
FED38C4810E13E1000A2A651 /* QuartzCore.h in Headers */,
|
||||
FED38C4910E13E1000A2A651 /* CARenderer.h in Headers */,
|
||||
FED38C8F10E13FCC00A2A651 /* CABase.h in Headers */,
|
||||
FE7AA0EE10F97A6700FEDD9C /* CABackingRenderer.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user