mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-30 15:33:35 +00:00
Deploying to gh-pages from @ cappuccino/cappuccino@f31ac7cf21 🚀
This commit is contained in:
@@ -75094,7 +75094,7 @@ var meta_class = the_class.isa;class_addIvars(the_class, [new objj_ivar("_window
|
||||
|
||||
,["void"])]);
|
||||
}
|
||||
p;10;CPWindow.jt;208179;@STATIC;1.0;I;25;Foundation/CPCountedSet.jI;33;Foundation/CPNotificationCenter.jI;26;Foundation/CPUndoManager.ji;12;CGGeometry.ji;13;CPAnimation.ji;10;CPCursor.ji;14;CPDragServer.ji;9;CPEvent.ji;18;CPPlatformWindow.ji;22;CPPlatformWindow+DOM.ji;13;CPResponder.ji;10;CPScreen.ji;8;CPText.ji;16;CPTrackingArea.ji;8;CPView.ji;20;CPWindow_Constants.ji;31;_CPBorderlessBridgeWindowView.ji;25;_CPBorderlessWindowView.ji;23;_CPDocModalWindowView.ji;18;_CPHUDWindowView.ji;20;_CPModalWindowView.ji;22;_CPPopoverWindowView.ji;21;_CPShadowWindowView.ji;23;_CPStandardWindowView.ji;22;_CPToolTipWindowView.jt;207574;objj_executeFile("Foundation/CPCountedSet.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPUndoManager.j", NO);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPAnimation.j", YES);objj_executeFile("CPCursor.j", YES);objj_executeFile("CPDragServer.j", YES);objj_executeFile("CPEvent.j", YES);objj_executeFile("CPPlatformWindow.j", YES);objj_executeFile("CPPlatformWindow+DOM.j", YES);objj_executeFile("CPResponder.j", YES);objj_executeFile("CPScreen.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTrackingArea.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPBorderlessBridgeWindowView.j", YES);objj_executeFile("_CPBorderlessWindowView.j", YES);objj_executeFile("_CPDocModalWindowView.j", YES);objj_executeFile("_CPHUDWindowView.j", YES);objj_executeFile("_CPModalWindowView.j", YES);objj_executeFile("_CPPopoverWindowView.j", YES);objj_executeFile("_CPShadowWindowView.j", YES);objj_executeFile("_CPStandardWindowView.j", YES);objj_executeFile("_CPToolTipWindowView.j", YES);{var the_typedef = objj_allocateTypeDef("_CPWindowFullPlatformWindowSession");
|
||||
p;10;CPWindow.jt;208489;@STATIC;1.0;I;25;Foundation/CPCountedSet.jI;33;Foundation/CPNotificationCenter.jI;26;Foundation/CPUndoManager.ji;12;CGGeometry.ji;13;CPAnimation.ji;10;CPCursor.ji;14;CPDragServer.ji;9;CPEvent.ji;18;CPPlatformWindow.ji;22;CPPlatformWindow+DOM.ji;13;CPResponder.ji;10;CPScreen.ji;8;CPText.ji;16;CPTrackingArea.ji;8;CPView.ji;20;CPWindow_Constants.ji;31;_CPBorderlessBridgeWindowView.ji;25;_CPBorderlessWindowView.ji;23;_CPDocModalWindowView.ji;18;_CPHUDWindowView.ji;20;_CPModalWindowView.ji;22;_CPPopoverWindowView.ji;21;_CPShadowWindowView.ji;23;_CPStandardWindowView.ji;22;_CPToolTipWindowView.jt;207884;objj_executeFile("Foundation/CPCountedSet.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPUndoManager.j", NO);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPAnimation.j", YES);objj_executeFile("CPCursor.j", YES);objj_executeFile("CPDragServer.j", YES);objj_executeFile("CPEvent.j", YES);objj_executeFile("CPPlatformWindow.j", YES);objj_executeFile("CPPlatformWindow+DOM.j", YES);objj_executeFile("CPResponder.j", YES);objj_executeFile("CPScreen.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTrackingArea.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPBorderlessBridgeWindowView.j", YES);objj_executeFile("_CPBorderlessWindowView.j", YES);objj_executeFile("_CPDocModalWindowView.j", YES);objj_executeFile("_CPHUDWindowView.j", YES);objj_executeFile("_CPModalWindowView.j", YES);objj_executeFile("_CPPopoverWindowView.j", YES);objj_executeFile("_CPShadowWindowView.j", YES);objj_executeFile("_CPStandardWindowView.j", YES);objj_executeFile("_CPToolTipWindowView.j", YES);{var the_typedef = objj_allocateTypeDef("_CPWindowFullPlatformWindowSession");
|
||||
objj_registerTypeDef(the_typedef);
|
||||
}{var the_protocol = objj_allocateProtocol("CPWindowDelegate");
|
||||
var aProtocol = objj_getProtocol("CPObject");
|
||||
@@ -75760,6 +75760,8 @@ class_addMethods(the_class, [new objj_method(sel_getUid("_hasBeenOrderedIn"), fu
|
||||
((___r1 = self._contentView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["setFrame:"] || _objj_forward)(___r1, "setFrame:", (self.isa.method_msgSend["contentRectForFrameRect:"] || _objj_forward)(self, "contentRectForFrameRect:", bounds)));
|
||||
((___r1 = self._contentView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["setAutoresizingMask:"] || _objj_forward)(___r1, "setAutoresizingMask:", CPViewWidthSizable | CPViewHeightSizable));
|
||||
((___r1 = self._windowView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["addSubview:"] || _objj_forward)(___r1, "addSubview:", self._contentView));
|
||||
if (((___r1 = self._windowView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["respondsToSelector:"] || _objj_forward)(___r1, "respondsToSelector:", sel_getUid("tile"))))
|
||||
((___r1 = self._windowView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["tile"] || _objj_forward)(___r1, "tile"));
|
||||
if (self._initialFirstResponder && self._initialFirstResponder !== self)
|
||||
self._initialFirstResponder = self;
|
||||
var ___r1;
|
||||
|
||||
@@ -72718,7 +72718,7 @@ var meta_class = the_class.isa;class_addIvars(the_class, [new objj_ivar("_window
|
||||
|
||||
,["void"])]);
|
||||
}
|
||||
p;10;CPWindow.jt;201334;@STATIC;1.0;I;25;Foundation/CPCountedSet.jI;33;Foundation/CPNotificationCenter.jI;26;Foundation/CPUndoManager.ji;12;CGGeometry.ji;13;CPAnimation.ji;10;CPCursor.ji;14;CPDragServer.ji;9;CPEvent.ji;18;CPPlatformWindow.ji;13;CPResponder.ji;10;CPScreen.ji;8;CPText.ji;16;CPTrackingArea.ji;8;CPView.ji;20;CPWindow_Constants.ji;31;_CPBorderlessBridgeWindowView.ji;25;_CPBorderlessWindowView.ji;23;_CPDocModalWindowView.ji;18;_CPHUDWindowView.ji;20;_CPModalWindowView.ji;22;_CPPopoverWindowView.ji;21;_CPShadowWindowView.ji;23;_CPStandardWindowView.ji;22;_CPToolTipWindowView.jt;200756;objj_executeFile("Foundation/CPCountedSet.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPUndoManager.j", NO);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPAnimation.j", YES);objj_executeFile("CPCursor.j", YES);objj_executeFile("CPDragServer.j", YES);objj_executeFile("CPEvent.j", YES);objj_executeFile("CPPlatformWindow.j", YES);objj_executeFile("CPResponder.j", YES);objj_executeFile("CPScreen.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTrackingArea.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPBorderlessBridgeWindowView.j", YES);objj_executeFile("_CPBorderlessWindowView.j", YES);objj_executeFile("_CPDocModalWindowView.j", YES);objj_executeFile("_CPHUDWindowView.j", YES);objj_executeFile("_CPModalWindowView.j", YES);objj_executeFile("_CPPopoverWindowView.j", YES);objj_executeFile("_CPShadowWindowView.j", YES);objj_executeFile("_CPStandardWindowView.j", YES);objj_executeFile("_CPToolTipWindowView.j", YES);{var the_typedef = objj_allocateTypeDef("_CPWindowFullPlatformWindowSession");
|
||||
p;10;CPWindow.jt;201644;@STATIC;1.0;I;25;Foundation/CPCountedSet.jI;33;Foundation/CPNotificationCenter.jI;26;Foundation/CPUndoManager.ji;12;CGGeometry.ji;13;CPAnimation.ji;10;CPCursor.ji;14;CPDragServer.ji;9;CPEvent.ji;18;CPPlatformWindow.ji;13;CPResponder.ji;10;CPScreen.ji;8;CPText.ji;16;CPTrackingArea.ji;8;CPView.ji;20;CPWindow_Constants.ji;31;_CPBorderlessBridgeWindowView.ji;25;_CPBorderlessWindowView.ji;23;_CPDocModalWindowView.ji;18;_CPHUDWindowView.ji;20;_CPModalWindowView.ji;22;_CPPopoverWindowView.ji;21;_CPShadowWindowView.ji;23;_CPStandardWindowView.ji;22;_CPToolTipWindowView.jt;201066;objj_executeFile("Foundation/CPCountedSet.j", NO);objj_executeFile("Foundation/CPNotificationCenter.j", NO);objj_executeFile("Foundation/CPUndoManager.j", NO);objj_executeFile("CGGeometry.j", YES);objj_executeFile("CPAnimation.j", YES);objj_executeFile("CPCursor.j", YES);objj_executeFile("CPDragServer.j", YES);objj_executeFile("CPEvent.j", YES);objj_executeFile("CPPlatformWindow.j", YES);objj_executeFile("CPResponder.j", YES);objj_executeFile("CPScreen.j", YES);objj_executeFile("CPText.j", YES);objj_executeFile("CPTrackingArea.j", YES);objj_executeFile("CPView.j", YES);objj_executeFile("CPWindow_Constants.j", YES);objj_executeFile("_CPBorderlessBridgeWindowView.j", YES);objj_executeFile("_CPBorderlessWindowView.j", YES);objj_executeFile("_CPDocModalWindowView.j", YES);objj_executeFile("_CPHUDWindowView.j", YES);objj_executeFile("_CPModalWindowView.j", YES);objj_executeFile("_CPPopoverWindowView.j", YES);objj_executeFile("_CPShadowWindowView.j", YES);objj_executeFile("_CPStandardWindowView.j", YES);objj_executeFile("_CPToolTipWindowView.j", YES);{var the_typedef = objj_allocateTypeDef("_CPWindowFullPlatformWindowSession");
|
||||
objj_registerTypeDef(the_typedef);
|
||||
}{var the_protocol = objj_allocateProtocol("CPWindowDelegate");
|
||||
var aProtocol = objj_getProtocol("CPObject");
|
||||
@@ -73326,6 +73326,8 @@ class_addMethods(the_class, [new objj_method(sel_getUid("_hasBeenOrderedIn"), fu
|
||||
((___r1 = self._contentView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["setFrame:"] || _objj_forward)(___r1, "setFrame:", (self.isa.method_msgSend["contentRectForFrameRect:"] || _objj_forward)(self, "contentRectForFrameRect:", bounds)));
|
||||
((___r1 = self._contentView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["setAutoresizingMask:"] || _objj_forward)(___r1, "setAutoresizingMask:", CPViewWidthSizable | CPViewHeightSizable));
|
||||
((___r1 = self._windowView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["addSubview:"] || _objj_forward)(___r1, "addSubview:", self._contentView));
|
||||
if (((___r1 = self._windowView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["respondsToSelector:"] || _objj_forward)(___r1, "respondsToSelector:", sel_getUid("tile"))))
|
||||
((___r1 = self._windowView), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["tile"] || _objj_forward)(___r1, "tile"));
|
||||
if (self._initialFirstResponder && self._initialFirstResponder !== self)
|
||||
self._initialFirstResponder = self;
|
||||
var ___r1;
|
||||
|
||||
+143
-143
@@ -1,143 +1,143 @@
|
||||
1771756403921|ArrayController1|
|
||||
1771756403935|ArrayControllerInitialSelectionTest|
|
||||
1771756403948|ArrayControllerRemovingFirstTest|
|
||||
1771756403961|AttachedSheet|
|
||||
1771756403975|AttachedSheet2|
|
||||
1771756403988|Bindings|
|
||||
1771756404001|CGCanvasContext|
|
||||
1771756404014|CGPath|
|
||||
1771756404028|CPAlertTest|
|
||||
1771756404041|CPAnimatablePropertyContainerTest|
|
||||
1771756404054|CPAnimationContextTest|
|
||||
1771756404067|CPAnimationTest|
|
||||
1771756404081|CPBinder-echo-bug|
|
||||
1771756404094|CPBoxCibTest|
|
||||
1771756404107|CPBoxTest|
|
||||
1771756404120|CPBrowserTest|
|
||||
1771756404134|CPButtonKeyEquivalentDefaultTest|
|
||||
1771756404147|CPButtonTest|
|
||||
1771756404160|CPByteCountFormatter|
|
||||
1771756404173|CPCollectionViewNibTest|
|
||||
1771756404187|CPColor-CPImage-description|
|
||||
1771756404200|CPColorWellBindings|
|
||||
1771756404213|CPComboBoxTest|
|
||||
1771756404226|CPControlPerformClickExceptionTest|
|
||||
1771756404240|CPControlSize|
|
||||
1771756404253|CPCursor|
|
||||
1771756404266|CPDateFormatterTest|
|
||||
1771756404279|CPDatePickerTest|
|
||||
1771756404293|CPDictionaryControllerTest|
|
||||
1771756404306|CPDocumentControllerTest|
|
||||
1771756404319|CPFormatterTest|
|
||||
1771756404332|CPGraphicsTest|
|
||||
1771756404346|CPImageAndTextViewImageScaling|
|
||||
1771756404359|CPImageViewAlignmentScaling|
|
||||
1771756404372|CPImageViewTest|
|
||||
1771756404385|CPImageViewbindingsTest|
|
||||
1771756404399|CPLevelIndicator|
|
||||
1771756404412|CPLocalizationTest|
|
||||
1771756404425|CPLogTest|
|
||||
1771756404438|CPMenuCALayerTest|
|
||||
1771756404452|CPMenuEnabledBindingsTest|
|
||||
1771756404465|CPMenuKeyEquivalents|
|
||||
1771756404478|CPMenuRemoveAllTest|
|
||||
1771756404491|CPMenuSubmenuPlacementConstraints|
|
||||
1771756404505|CPMenuTest|
|
||||
1771756404518|CPOutlineViewCibTest|
|
||||
1771756404531|CPOutlineViewTest|
|
||||
1771756404544|CPOutlineViewViewBasedCibTest|
|
||||
1771756404557|CPPanelTest|
|
||||
1771756404571|CPPlatformWindow|
|
||||
1771756404584|CPPlattformWindowMinSize|
|
||||
1771756404597|CPPopUpButtonBindings|
|
||||
1771756404610|CPPopUpButtonTest|
|
||||
1771756404624|CPPopover|
|
||||
1771756404637|CPPredicateEditorCibTest|
|
||||
1771756404650|CPProgressIndicator|
|
||||
1771756404663|CPPropertyListSerializationTest|
|
||||
1771756404677|CPRadioBindings|
|
||||
1771756404690|CPRuleEditorCibTest|
|
||||
1771756404703|CPScrollView|
|
||||
1771756404716|CPScrollView2|
|
||||
1771756404730|CPSearchField|
|
||||
1771756404743|CPSearchFieldPredicateBinding|
|
||||
1771756404756|CPSegmentedControlBindings|
|
||||
1771756404769|CPSegmentedControlTest|
|
||||
1771756404783|CPSoundTest|
|
||||
1771756404796|CPSplitViewDivider|
|
||||
1771756404809|CPSplitViewTest|
|
||||
1771756404822|CPStackViewTest|
|
||||
1771756404835|CPStepperBindings|
|
||||
1771756404849|CPStepperNibTest|
|
||||
1771756404862|CPTabView2|
|
||||
1771756404875|CPTabViewBindings|
|
||||
1771756404888|CPTabViewNib|
|
||||
1771756404902|CPTableViewGroupRows|
|
||||
1771756404915|CPTextField|
|
||||
1771756404928|CPTextFieldEditingStyleTest|
|
||||
1771756404941|CPTextFieldHeightTest|
|
||||
1771756404955|CPTextFieldMovementsTest|
|
||||
1771756404968|CPTextFieldMultiline|
|
||||
1771756404981|CPTextView|
|
||||
1771756404995|CPTextViewCibTest|
|
||||
1771756405008|CPTextViewDelegateAndNotifications|
|
||||
1771756405021|CPTimeZone|
|
||||
1771756405034|CPTokenFieldTest|
|
||||
1771756405047|CPToolTip|
|
||||
1771756405061|CPToolbarTest|
|
||||
1771756405074|CPURLConnectionAsyncTest|
|
||||
1771756405087|CPURLConnectionSynchronousTest|
|
||||
1771756405101|CPUserDefaults|
|
||||
1771756405114|CPUserDefaultsControllerTest|
|
||||
1771756405127|CPUserNotificationTest|
|
||||
1771756405140|CPViewController|
|
||||
1771756405153|CPVisualEffectViewTest|
|
||||
1771756405167|CPWebViewTest|
|
||||
1771756405180|CPWebViewTest2|
|
||||
1771756405193|CPWindowLiveResizeTest|
|
||||
1771756405206|CPWindowMovableTest|
|
||||
1771756405220|CPWindowResizeStyle|
|
||||
1771756405233|ChildWindows|
|
||||
1771756405246|CompilationTests|
|
||||
1771756405259|ContinuouslyUpdatesValueBinding|
|
||||
1771756405273|CopyAndPaste|
|
||||
1771756405286|CrossOriginTest|
|
||||
1771756405299|FF4096Test|
|
||||
1771756405313|FontEnhancementTest|
|
||||
1771756405326|FontMetricsExplorer|
|
||||
1771756405339|KeyEquivalents|
|
||||
1771756405353|KeyViewLoopTest|
|
||||
1771756405366|KeyWindowInTheBackgroundActivation|
|
||||
1771756405379|LayoutTest|
|
||||
1771756405392|LoadTimeTest|
|
||||
1771756405406|LongBindings|
|
||||
1771756405419|MobileTest|
|
||||
1771756405432|MultipleValueBindings|
|
||||
1771756405445|NSBoxTest|
|
||||
1771756405459|NSBrowserTest|
|
||||
1771756405472|NewTextFieldBezel|
|
||||
1771756405486|Nib2CibAlignment|
|
||||
1771756405499|Nib2CibBaselineAlignementTest|
|
||||
1771756405512|Nib2CibSubviewsOrderTest|
|
||||
1771756405525|NibAppRemixed|
|
||||
1771756405539|PatternFillTest|
|
||||
1771756405552|PlatformWindows|
|
||||
1771756405565|PopUpButtonEscTest|
|
||||
1771756405579|ScalingTest|
|
||||
1771756405592|ScalingTest2|
|
||||
1771756405605|ScrollviewTheming|
|
||||
1771756405619|SheetWindowOrderFrontIssue|
|
||||
1771756405632|SimpleBindings2|
|
||||
1771756405645|SmartFoldersDemo|
|
||||
1771756405658|TableTest|
|
||||
1771756405672|ThemeBrowser|
|
||||
1771756405685|ThemeKitchenSink|
|
||||
1771756405698|TrackingArea|
|
||||
1771756405712|UndoRedoWithMenuUpdate|
|
||||
1771756405725|UserlandNSTest|
|
||||
1771756405738|layoutEphemeralSubviewTest|
|
||||
1771756405751|loadDynamicFrameworks|
|
||||
1771756405765|performKeyEquivalentTest|
|
||||
1771756405778|predicateWithFormat|
|
||||
1771756405791|resignFirstResponder-CPControlTextDidEndEditing|
|
||||
1771756405805|sizeToFitFix|
|
||||
1771774273561|ArrayController1|
|
||||
1771774273575|ArrayControllerInitialSelectionTest|
|
||||
1771774273589|ArrayControllerRemovingFirstTest|
|
||||
1771774273602|AttachedSheet|
|
||||
1771774273615|AttachedSheet2|
|
||||
1771774273629|Bindings|
|
||||
1771774273642|CGCanvasContext|
|
||||
1771774273655|CGPath|
|
||||
1771774273668|CPAlertTest|
|
||||
1771774273682|CPAnimatablePropertyContainerTest|
|
||||
1771774273695|CPAnimationContextTest|
|
||||
1771774273708|CPAnimationTest|
|
||||
1771774273722|CPBinder-echo-bug|
|
||||
1771774273735|CPBoxCibTest|
|
||||
1771774273748|CPBoxTest|
|
||||
1771774273761|CPBrowserTest|
|
||||
1771774273775|CPButtonKeyEquivalentDefaultTest|
|
||||
1771774273788|CPButtonTest|
|
||||
1771774273801|CPByteCountFormatter|
|
||||
1771774273815|CPCollectionViewNibTest|
|
||||
1771774273828|CPColor-CPImage-description|
|
||||
1771774273841|CPColorWellBindings|
|
||||
1771774273854|CPComboBoxTest|
|
||||
1771774273867|CPControlPerformClickExceptionTest|
|
||||
1771774273881|CPControlSize|
|
||||
1771774273894|CPCursor|
|
||||
1771774273907|CPDateFormatterTest|
|
||||
1771774273920|CPDatePickerTest|
|
||||
1771774273933|CPDictionaryControllerTest|
|
||||
1771774273947|CPDocumentControllerTest|
|
||||
1771774273960|CPFormatterTest|
|
||||
1771774273973|CPGraphicsTest|
|
||||
1771774273986|CPImageAndTextViewImageScaling|
|
||||
1771774274000|CPImageViewAlignmentScaling|
|
||||
1771774274013|CPImageViewTest|
|
||||
1771774274026|CPImageViewbindingsTest|
|
||||
1771774274039|CPLevelIndicator|
|
||||
1771774274053|CPLocalizationTest|
|
||||
1771774274066|CPLogTest|
|
||||
1771774274079|CPMenuCALayerTest|
|
||||
1771774274092|CPMenuEnabledBindingsTest|
|
||||
1771774274106|CPMenuKeyEquivalents|
|
||||
1771774274119|CPMenuRemoveAllTest|
|
||||
1771774274132|CPMenuSubmenuPlacementConstraints|
|
||||
1771774274145|CPMenuTest|
|
||||
1771774274159|CPOutlineViewCibTest|
|
||||
1771774274172|CPOutlineViewTest|
|
||||
1771774274185|CPOutlineViewViewBasedCibTest|
|
||||
1771774274198|CPPanelTest|
|
||||
1771774274212|CPPlatformWindow|
|
||||
1771774274225|CPPlattformWindowMinSize|
|
||||
1771774274238|CPPopUpButtonBindings|
|
||||
1771774274251|CPPopUpButtonTest|
|
||||
1771774274265|CPPopover|
|
||||
1771774274278|CPPredicateEditorCibTest|
|
||||
1771774274291|CPProgressIndicator|
|
||||
1771774274304|CPPropertyListSerializationTest|
|
||||
1771774274318|CPRadioBindings|
|
||||
1771774274331|CPRuleEditorCibTest|
|
||||
1771774274344|CPScrollView|
|
||||
1771774274357|CPScrollView2|
|
||||
1771774274371|CPSearchField|
|
||||
1771774274384|CPSearchFieldPredicateBinding|
|
||||
1771774274397|CPSegmentedControlBindings|
|
||||
1771774274411|CPSegmentedControlTest|
|
||||
1771774274424|CPSoundTest|
|
||||
1771774274437|CPSplitViewDivider|
|
||||
1771774274450|CPSplitViewTest|
|
||||
1771774274464|CPStackViewTest|
|
||||
1771774274477|CPStepperBindings|
|
||||
1771774274490|CPStepperNibTest|
|
||||
1771774274503|CPTabView2|
|
||||
1771774274517|CPTabViewBindings|
|
||||
1771774274530|CPTabViewNib|
|
||||
1771774274543|CPTableViewGroupRows|
|
||||
1771774274557|CPTextField|
|
||||
1771774274570|CPTextFieldEditingStyleTest|
|
||||
1771774274583|CPTextFieldHeightTest|
|
||||
1771774274596|CPTextFieldMovementsTest|
|
||||
1771774274609|CPTextFieldMultiline|
|
||||
1771774274623|CPTextView|
|
||||
1771774274636|CPTextViewCibTest|
|
||||
1771774274649|CPTextViewDelegateAndNotifications|
|
||||
1771774274662|CPTimeZone|
|
||||
1771774274676|CPTokenFieldTest|
|
||||
1771774274689|CPToolTip|
|
||||
1771774274702|CPToolbarTest|
|
||||
1771774274716|CPURLConnectionAsyncTest|
|
||||
1771774274729|CPURLConnectionSynchronousTest|
|
||||
1771774274742|CPUserDefaults|
|
||||
1771774274755|CPUserDefaultsControllerTest|
|
||||
1771774274769|CPUserNotificationTest|
|
||||
1771774274782|CPViewController|
|
||||
1771774274795|CPVisualEffectViewTest|
|
||||
1771774274809|CPWebViewTest|
|
||||
1771774274822|CPWebViewTest2|
|
||||
1771774274837|CPWindowLiveResizeTest|
|
||||
1771774274851|CPWindowMovableTest|
|
||||
1771774274865|CPWindowResizeStyle|
|
||||
1771774274878|ChildWindows|
|
||||
1771774274897|CompilationTests|
|
||||
1771774274911|ContinuouslyUpdatesValueBinding|
|
||||
1771774274924|CopyAndPaste|
|
||||
1771774274938|CrossOriginTest|
|
||||
1771774274951|FF4096Test|
|
||||
1771774274964|FontEnhancementTest|
|
||||
1771774274977|FontMetricsExplorer|
|
||||
1771774274991|KeyEquivalents|
|
||||
1771774275004|KeyViewLoopTest|
|
||||
1771774275017|KeyWindowInTheBackgroundActivation|
|
||||
1771774275030|LayoutTest|
|
||||
1771774275044|LoadTimeTest|
|
||||
1771774275057|LongBindings|
|
||||
1771774275070|MobileTest|
|
||||
1771774275084|MultipleValueBindings|
|
||||
1771774275097|NSBoxTest|
|
||||
1771774275110|NSBrowserTest|
|
||||
1771774275123|NewTextFieldBezel|
|
||||
1771774275137|Nib2CibAlignment|
|
||||
1771774275150|Nib2CibBaselineAlignementTest|
|
||||
1771774275164|Nib2CibSubviewsOrderTest|
|
||||
1771774275177|NibAppRemixed|
|
||||
1771774275190|PatternFillTest|
|
||||
1771774275203|PlatformWindows|
|
||||
1771774275217|PopUpButtonEscTest|
|
||||
1771774275230|ScalingTest|
|
||||
1771774275243|ScalingTest2|
|
||||
1771774275257|ScrollviewTheming|
|
||||
1771774275270|SheetWindowOrderFrontIssue|
|
||||
1771774275283|SimpleBindings2|
|
||||
1771774275297|SmartFoldersDemo|
|
||||
1771774275310|TableTest|
|
||||
1771774275323|ThemeBrowser|
|
||||
1771774275337|ThemeKitchenSink|
|
||||
1771774275350|TrackingArea|
|
||||
1771774275363|UndoRedoWithMenuUpdate|
|
||||
1771774275376|UserlandNSTest|
|
||||
1771774275390|layoutEphemeralSubviewTest|
|
||||
1771774275403|loadDynamicFrameworks|
|
||||
1771774275416|performKeyEquivalentTest|
|
||||
1771774275429|predicateWithFormat|
|
||||
1771774275443|resignFirstResponder-CPControlTextDidEndEditing|
|
||||
1771774275456|sizeToFitFix|
|
||||
|
||||
Reference in New Issue
Block a user