From 7f2da3addeb22e7fa9c5665f18364e15b08b139d Mon Sep 17 00:00:00 2001 From: daboe01 Date: Wed, 26 Aug 2026 18:51:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20cappucci?= =?UTF-8?q?no/cappuccino@8134b6dff768d750c70a36b32084acf99212b1a0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppKit/Browser.environment/AppKit.sj | 10 +- .../AppKit/CommonJS.environment/AppKit.sj | 10 +- Resources/recipes.txt | 296 +++++++++--------- 3 files changed, 156 insertions(+), 160 deletions(-) diff --git a/Frameworks/AppKit/Browser.environment/AppKit.sj b/Frameworks/AppKit/Browser.environment/AppKit.sj index 6e8c2bfd0..d1af48444 100644 --- a/Frameworks/AppKit/Browser.environment/AppKit.sj +++ b/Frameworks/AppKit/Browser.environment/AppKit.sj @@ -52633,7 +52633,7 @@ class_addMethods(the_class, [new objj_method(sel_getUid("values"), function $CAK ,["id"])]); } -p;9;CALayer.jt;45526;@STATIC;1.0;I;21;Foundation/CPObject.jI;22;Foundation/CPRunLoop.ji;16;CABackingStore.ji;11;CGContext.ji;12;CGGeometry.ji;9;CPColor.ji;8;CPView.ji;23;CAMediaTimingFunction.jt;45346;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("Foundation/CPRunLoop.j", NO);objj_executeFile("CABackingStore.j", YES);objj_executeFile("CGContext.j", YES);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPColor.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CAMediaTimingFunction.j", YES);var CALayerGeometryBoundsMask = 1, +p;9;CALayer.jt;45542;@STATIC;1.0;I;21;Foundation/CPObject.jI;22;Foundation/CPRunLoop.ji;16;CABackingStore.ji;11;CGContext.ji;12;CGGeometry.ji;9;CPColor.ji;8;CPView.ji;23;CAMediaTimingFunction.jt;45362;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("Foundation/CPRunLoop.j", NO);objj_executeFile("CABackingStore.j", YES);objj_executeFile("CGContext.j", YES);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPColor.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CAMediaTimingFunction.j", YES);var CALayerGeometryBoundsMask = 1, CALayerGeometryPositionMask = 2, CALayerGeometryAnchorPointMask = 4, CALayerGeometryAffineTransformMask = 8, @@ -53002,7 +53002,6 @@ class_addMethods(the_class, [new objj_method(sel_getUid("init"), function $CALay (aLayer == null ? aLayer : (aLayer.isa.method_msgSend["removeFromSuperlayer"] || _objj_forward)(aLayer, "removeFromSuperlayer")); if (self._DOMContentsElement && aLayer._zPosition > self._DOMContentsElement.style.zIndex) self._DOMContentsElement.style.zIndex -= 100.0; -; ((___r1 = self._sublayers), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["insertObject:atIndex:"] || _objj_forward)(___r1, "insertObject:atIndex:", aLayer, anIndex)); if (anIndex >= self._sublayers.length - 1) self._DOMElement.appendChild(aLayer._DOMElement); @@ -53041,9 +53040,8 @@ class_addMethods(the_class, [new objj_method(sel_getUid("init"), function $CALay } if (self._DOMContentsElement && aLayer._zPosition > self._DOMContentsElement.style.zIndex) self._DOMContentsElement.style.zIndex -= 100.0; -; ((___r1 = self._sublayers), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["replaceObjectAtIndex:withObject:"] || _objj_forward)(___r1, "replaceObjectAtIndex:withObject:", ((___r2 = self._sublayers), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["indexOfObjectIdenticalTo:"] || _objj_forward)(___r2, "indexOfObjectIdenticalTo:", aSublayer)), aLayer)); - self._DOMElement.replaceChild(aSublayer._DOMElement, aLayer._DOMElement); + self._DOMElement.replaceChild(aLayer._DOMElement, aSublayer._DOMElement); var ___r1, ___r2; } @@ -53419,8 +53417,8 @@ _CALayerRecalculateGeometry = function(aLayer, aGeometryChange) aLayer._standardBackingStoreFrame = (aLayer == null ? aLayer : (aLayer.isa.method_msgSend["convertRect:toLayer:"] || _objj_forward)(aLayer, "convertRect:toLayer:", bounds, nil)); if (superlayer) { - var bounds = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["bounds"] || _objj_forward)(superlayer, "bounds")), - frame = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["convertRect:toLayer:"] || _objj_forward)(superlayer, "convertRect:toLayer:", bounds, nil)); + var superlayerBounds = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["bounds"] || _objj_forward)(superlayer, "bounds")), + frame = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["convertRect:toLayer:"] || _objj_forward)(superlayer, "convertRect:toLayer:", superlayerBounds, nil)); aLayer._standardBackingStoreFrame.origin.x -= CGRectGetMinX(frame); aLayer._standardBackingStoreFrame.origin.y -= CGRectGetMinY(frame); } diff --git a/Frameworks/AppKit/CommonJS.environment/AppKit.sj b/Frameworks/AppKit/CommonJS.environment/AppKit.sj index 3b276d951..f51cdceb9 100644 --- a/Frameworks/AppKit/CommonJS.environment/AppKit.sj +++ b/Frameworks/AppKit/CommonJS.environment/AppKit.sj @@ -50601,7 +50601,7 @@ class_addMethods(the_class, [new objj_method(sel_getUid("values"), function $CAK ,["id"])]); } -p;9;CALayer.jt;42254;@STATIC;1.0;I;21;Foundation/CPObject.jI;22;Foundation/CPRunLoop.ji;16;CABackingStore.ji;11;CGContext.ji;12;CGGeometry.ji;9;CPColor.ji;8;CPView.ji;23;CAMediaTimingFunction.jt;42074;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("Foundation/CPRunLoop.j", NO);objj_executeFile("CABackingStore.j", YES);objj_executeFile("CGContext.j", YES);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPColor.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CAMediaTimingFunction.j", YES);var CALayerGeometryBoundsMask = 1, +p;9;CALayer.jt;42270;@STATIC;1.0;I;21;Foundation/CPObject.jI;22;Foundation/CPRunLoop.ji;16;CABackingStore.ji;11;CGContext.ji;12;CGGeometry.ji;9;CPColor.ji;8;CPView.ji;23;CAMediaTimingFunction.jt;42090;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("Foundation/CPRunLoop.j", NO);objj_executeFile("CABackingStore.j", YES);objj_executeFile("CGContext.j", YES);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPColor.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CAMediaTimingFunction.j", YES);var CALayerGeometryBoundsMask = 1, CALayerGeometryPositionMask = 2, CALayerGeometryAnchorPointMask = 4, CALayerGeometryAffineTransformMask = 8, @@ -50933,7 +50933,6 @@ class_addMethods(the_class, [new objj_method(sel_getUid("init"), function $CALay (aLayer == null ? aLayer : (aLayer.isa.method_msgSend["removeFromSuperlayer"] || _objj_forward)(aLayer, "removeFromSuperlayer")); if (self._DOMContentsElement && aLayer._zPosition > self._DOMContentsElement.style.zIndex) self._DOMContentsElement.style.zIndex -= 100.0; -; ((___r1 = self._sublayers), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["insertObject:atIndex:"] || _objj_forward)(___r1, "insertObject:atIndex:", aLayer, anIndex)); aLayer._superlayer = self; if (self != superlayer) @@ -50968,9 +50967,8 @@ class_addMethods(the_class, [new objj_method(sel_getUid("init"), function $CALay } if (self._DOMContentsElement && aLayer._zPosition > self._DOMContentsElement.style.zIndex) self._DOMContentsElement.style.zIndex -= 100.0; -; ((___r1 = self._sublayers), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["replaceObjectAtIndex:withObject:"] || _objj_forward)(___r1, "replaceObjectAtIndex:withObject:", ((___r2 = self._sublayers), ___r2 == null ? ___r2 : (___r2.isa.method_msgSend["indexOfObjectIdenticalTo:"] || _objj_forward)(___r2, "indexOfObjectIdenticalTo:", aSublayer)), aLayer)); - self._DOMElement.replaceChild(aSublayer._DOMElement, aLayer._DOMElement); + self._DOMElement.replaceChild(aLayer._DOMElement, aSublayer._DOMElement); var ___r1, ___r2; } @@ -51322,8 +51320,8 @@ _CALayerRecalculateGeometry = function(aLayer, aGeometryChange) aLayer._standardBackingStoreFrame = (aLayer == null ? aLayer : (aLayer.isa.method_msgSend["convertRect:toLayer:"] || _objj_forward)(aLayer, "convertRect:toLayer:", bounds, nil)); if (superlayer) { - var bounds = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["bounds"] || _objj_forward)(superlayer, "bounds")), - frame = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["convertRect:toLayer:"] || _objj_forward)(superlayer, "convertRect:toLayer:", bounds, nil)); + var superlayerBounds = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["bounds"] || _objj_forward)(superlayer, "bounds")), + frame = (superlayer == null ? superlayer : (superlayer.isa.method_msgSend["convertRect:toLayer:"] || _objj_forward)(superlayer, "convertRect:toLayer:", superlayerBounds, nil)); aLayer._standardBackingStoreFrame.origin.x -= CGRectGetMinX(frame); aLayer._standardBackingStoreFrame.origin.y -= CGRectGetMinY(frame); } diff --git a/Resources/recipes.txt b/Resources/recipes.txt index 4ba341241..ceee5aa89 100644 --- a/Resources/recipes.txt +++ b/Resources/recipes.txt @@ -1,148 +1,148 @@ -1787770188776|ArrayController1| -1787770188789|ArrayControllerInitialSelectionTest| -1787770188801|ArrayControllerRemovingFirstTest| -1787770188813|AttachedSheet| -1787770188825|AttachedSheet2| -1787770188837|Bindings| -1787770188849|CGCanvasContext| -1787770188861|CGPath| -1787770188873|CPAlertTest| -1787770188885|CPAnimatablePropertyContainerTest| -1787770188898|CPAnimationContextTest| -1787770188910|CPAnimationTest| -1787770188922|CPBinder-echo-bug| -1787770188934|CPBoxCibTest| -1787770188947|CPBoxTest| -1787770188959|CPBrowserTest| -1787770188971|CPButtonBarTest| -1787770188984|CPButtonKeyEquivalentDefaultTest| -1787770188996|CPButtonTest| -1787770189008|CPByteCountFormatter| -1787770189021|CPCollectionViewNibTest| -1787770189033|CPColor-CPImage-description| -1787770189045|CPColorWellBindings| -1787770189058|CPComboBoxTest| -1787770189070|CPControlPerformClickExceptionTest| -1787770189082|CPControlSize| -1787770189094|CPCursor| -1787770189106|CPDateFormatterTest| -1787770189119|CPDatePickerTest| -1787770189131|CPDictionaryControllerTest| -1787770189143|CPDocumentControllerTest| -1787770189155|CPFormatterTest| -1787770189167|CPGraphicsTest| -1787770189180|CPImageAndTextViewImageScaling| -1787770189192|CPImageViewAlignmentScaling| -1787770189204|CPImageViewTest| -1787770189216|CPImageViewbindingsTest| -1787770189228|CPLanguageModelChatbot| -1787770189240|CPLevelIndicator| -1787770189253|CPLocalizationTest| -1787770189265|CPLogTest| -1787770189277|CPMarkdownParser| -1787770189289|CPMenuCALayerTest| -1787770189301|CPMenuEnabledBindingsTest| -1787770189314|CPMenuKeyEquivalents| -1787770189326|CPMenuRemoveAllTest| -1787770189338|CPMenuSubmenuPlacementConstraints| -1787770189350|CPMenuTest| -1787770189362|CPOutlineViewCibTest| -1787770189374|CPOutlineViewTest| -1787770189387|CPOutlineViewViewBasedCibTest| -1787770189399|CPPanelTest| -1787770189411|CPPlatformWindow| -1787770189423|CPPlattformWindowMinSize| -1787770189435|CPPopUpButtonBindings| -1787770189447|CPPopUpButtonTest| -1787770189459|CPPopover| -1787770189472|CPPredicateEditorCibTest| -1787770189484|CPProgressIndicator| -1787770189496|CPPropertyListSerializationTest| -1787770189508|CPRadioBindings| -1787770189520|CPRuleEditorCibTest| -1787770189533|CPRuleEditorTestI8N| -1787770189545|CPScrollView| -1787770189557|CPScrollView2| -1787770189569|CPSearchField| -1787770189581|CPSearchFieldPredicateBinding| -1787770189594|CPSegmentedControlBindings| -1787770189606|CPSegmentedControlTest| -1787770189618|CPSoundTest| -1787770189631|CPSplitViewDivider| -1787770189643|CPSplitViewTest| -1787770189655|CPStackViewTest| -1787770189667|CPStepperBindings| -1787770189679|CPStepperNibTest| -1787770189691|CPTabView2| -1787770189704|CPTabViewBindings| -1787770189716|CPTabViewNib| -1787770189728|CPTableViewGroupRows| -1787770189740|CPTextField| -1787770189752|CPTextFieldEditingStyleTest| -1787770189764|CPTextFieldHeightTest| -1787770189776|CPTextFieldMovementsTest| -1787770189789|CPTextFieldMultiline| -1787770189801|CPTextView| -1787770189813|CPTextViewCibTest| -1787770189825|CPTextViewDelegateAndNotifications| -1787770189837|CPTimeZone| -1787770189849|CPTokenFieldTest| -1787770189861|CPToolTip| -1787770189874|CPToolbarTest| -1787770189886|CPTreeControllerTest| -1787770189898|CPURLConnectionAsyncTest| -1787770189910|CPURLConnectionSynchronousTest| -1787770189922|CPUserDefaults| -1787770189934|CPUserDefaultsControllerTest| -1787770189947|CPUserNotificationTest| -1787770189959|CPViewController| -1787770189971|CPVisualEffectViewTest| -1787770189983|CPWebViewTest| -1787770189996|CPWebViewTest2| -1787770190008|CPWindowLiveResizeTest| -1787770190020|CPWindowMovableTest| -1787770190032|CPWindowResizeStyle| -1787770190044|ChildWindows| -1787770190056|CompilationTests| -1787770190069|ContinuouslyUpdatesValueBinding| -1787770190081|CopyAndPaste| -1787770190093|CrossOriginTest| -1787770190105|FF4096Test| -1787770190118|FontEnhancementTest| -1787770190130|FontMetricsExplorer| -1787770190142|KeyEquivalents| -1787770190155|KeyViewLoopTest| -1787770190167|KeyWindowInTheBackgroundActivation| -1787770190180|LayoutTest| -1787770190192|LoadTimeTest| -1787770190204|LongBindings| -1787770190217|MobileTest| -1787770190229|MultipleValueBindings| -1787770190241|NSBoxTest| -1787770190254|NSBrowserTest| -1787770190266|NewTextFieldBezel| -1787770190278|Nib2CibAlignment| -1787770190290|Nib2CibBaselineAlignementTest| -1787770190302|Nib2CibSubviewsOrderTest| -1787770190315|NibAppRemixed| -1787770190327|PatternFillTest| -1787770190339|PlatformWindows| -1787770190351|PopUpButtonEscTest| -1787770190363|ScalingTest| -1787770190376|ScalingTest2| -1787770190388|ScrollviewTheming| -1787770190400|SheetWindowOrderFrontIssue| -1787770190412|SimpleBindings2| -1787770190425|SmartFoldersDemo| -1787770190437|TableTest| -1787770190449|ThemeBrowser| -1787770190461|ThemeKitchenSink| -1787770190473|TrackingArea| -1787770190486|UndoRedoWithMenuUpdate| -1787770190498|UserlandNSTest| -1787770190510|layoutEphemeralSubviewTest| -1787770190522|loadDynamicFrameworks| -1787770190534|performKeyEquivalentTest| -1787770190546|predicateWithFormat| -1787770190559|resignFirstResponder-CPControlTextDidEndEditing| -1787770190571|sizeToFitFix| +1787770301598|ArrayController1| +1787770301613|ArrayControllerInitialSelectionTest| +1787770301627|ArrayControllerRemovingFirstTest| +1787770301641|AttachedSheet| +1787770301655|AttachedSheet2| +1787770301668|Bindings| +1787770301683|CGCanvasContext| +1787770301697|CGPath| +1787770301711|CPAlertTest| +1787770301724|CPAnimatablePropertyContainerTest| +1787770301738|CPAnimationContextTest| +1787770301752|CPAnimationTest| +1787770301766|CPBinder-echo-bug| +1787770301780|CPBoxCibTest| +1787770301794|CPBoxTest| +1787770301807|CPBrowserTest| +1787770301821|CPButtonBarTest| +1787770301835|CPButtonKeyEquivalentDefaultTest| +1787770301849|CPButtonTest| +1787770301863|CPByteCountFormatter| +1787770301877|CPCollectionViewNibTest| +1787770301891|CPColor-CPImage-description| +1787770301906|CPColorWellBindings| +1787770301920|CPComboBoxTest| +1787770301934|CPControlPerformClickExceptionTest| +1787770301949|CPControlSize| +1787770301963|CPCursor| +1787770301977|CPDateFormatterTest| +1787770301991|CPDatePickerTest| +1787770302005|CPDictionaryControllerTest| +1787770302020|CPDocumentControllerTest| +1787770302034|CPFormatterTest| +1787770302048|CPGraphicsTest| +1787770302062|CPImageAndTextViewImageScaling| +1787770302075|CPImageViewAlignmentScaling| +1787770302090|CPImageViewTest| +1787770302103|CPImageViewbindingsTest| +1787770302117|CPLanguageModelChatbot| +1787770302131|CPLevelIndicator| +1787770302145|CPLocalizationTest| +1787770302159|CPLogTest| +1787770302173|CPMarkdownParser| +1787770302186|CPMenuCALayerTest| +1787770302200|CPMenuEnabledBindingsTest| +1787770302214|CPMenuKeyEquivalents| +1787770302227|CPMenuRemoveAllTest| +1787770302241|CPMenuSubmenuPlacementConstraints| +1787770302255|CPMenuTest| +1787770302269|CPOutlineViewCibTest| +1787770302283|CPOutlineViewTest| +1787770302297|CPOutlineViewViewBasedCibTest| +1787770302311|CPPanelTest| +1787770302325|CPPlatformWindow| +1787770302339|CPPlattformWindowMinSize| +1787770302353|CPPopUpButtonBindings| +1787770302368|CPPopUpButtonTest| +1787770302382|CPPopover| +1787770302396|CPPredicateEditorCibTest| +1787770302410|CPProgressIndicator| +1787770302424|CPPropertyListSerializationTest| +1787770302438|CPRadioBindings| +1787770302452|CPRuleEditorCibTest| +1787770302466|CPRuleEditorTestI8N| +1787770302480|CPScrollView| +1787770302494|CPScrollView2| +1787770302508|CPSearchField| +1787770302522|CPSearchFieldPredicateBinding| +1787770302536|CPSegmentedControlBindings| +1787770302550|CPSegmentedControlTest| +1787770302564|CPSoundTest| +1787770302578|CPSplitViewDivider| +1787770302592|CPSplitViewTest| +1787770302606|CPStackViewTest| +1787770302620|CPStepperBindings| +1787770302634|CPStepperNibTest| +1787770302649|CPTabView2| +1787770302663|CPTabViewBindings| +1787770302677|CPTabViewNib| +1787770302691|CPTableViewGroupRows| +1787770302705|CPTextField| +1787770302718|CPTextFieldEditingStyleTest| +1787770302732|CPTextFieldHeightTest| +1787770302746|CPTextFieldMovementsTest| +1787770302761|CPTextFieldMultiline| +1787770302775|CPTextView| +1787770302789|CPTextViewCibTest| +1787770302803|CPTextViewDelegateAndNotifications| +1787770302817|CPTimeZone| +1787770302831|CPTokenFieldTest| +1787770302845|CPToolTip| +1787770302858|CPToolbarTest| +1787770302872|CPTreeControllerTest| +1787770302886|CPURLConnectionAsyncTest| +1787770302900|CPURLConnectionSynchronousTest| +1787770302914|CPUserDefaults| +1787770302928|CPUserDefaultsControllerTest| +1787770302942|CPUserNotificationTest| +1787770302956|CPViewController| +1787770302970|CPVisualEffectViewTest| +1787770302984|CPWebViewTest| +1787770302998|CPWebViewTest2| +1787770303012|CPWindowLiveResizeTest| +1787770303026|CPWindowMovableTest| +1787770303040|CPWindowResizeStyle| +1787770303054|ChildWindows| +1787770303068|CompilationTests| +1787770303082|ContinuouslyUpdatesValueBinding| +1787770303096|CopyAndPaste| +1787770303110|CrossOriginTest| +1787770303124|FF4096Test| +1787770303138|FontEnhancementTest| +1787770303152|FontMetricsExplorer| +1787770303166|KeyEquivalents| +1787770303180|KeyViewLoopTest| +1787770303194|KeyWindowInTheBackgroundActivation| +1787770303208|LayoutTest| +1787770303223|LoadTimeTest| +1787770303237|LongBindings| +1787770303251|MobileTest| +1787770303265|MultipleValueBindings| +1787770303279|NSBoxTest| +1787770303293|NSBrowserTest| +1787770303307|NewTextFieldBezel| +1787770303321|Nib2CibAlignment| +1787770303335|Nib2CibBaselineAlignementTest| +1787770303349|Nib2CibSubviewsOrderTest| +1787770303363|NibAppRemixed| +1787770303377|PatternFillTest| +1787770303391|PlatformWindows| +1787770303405|PopUpButtonEscTest| +1787770303419|ScalingTest| +1787770303433|ScalingTest2| +1787770303447|ScrollviewTheming| +1787770303461|SheetWindowOrderFrontIssue| +1787770303475|SimpleBindings2| +1787770303490|SmartFoldersDemo| +1787770303504|TableTest| +1787770303518|ThemeBrowser| +1787770303532|ThemeKitchenSink| +1787770303546|TrackingArea| +1787770303560|UndoRedoWithMenuUpdate| +1787770303574|UserlandNSTest| +1787770303588|layoutEphemeralSubviewTest| +1787770303601|loadDynamicFrameworks| +1787770303615|performKeyEquivalentTest| +1787770303629|predicateWithFormat| +1787770303644|resignFirstResponder-CPControlTextDidEndEditing| +1787770303657|sizeToFitFix|