mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-30 15:33:35 +00:00
Deploying to gh-pages from @ cappuccino/cappuccino@b349b23b81 🚀
This commit is contained in:
@@ -17619,7 +17619,7 @@ var _CPFontNormalizedNameArray = function(aName)
|
||||
names[i] = names[i].replace(_CPFontStripRegExp, "");
|
||||
return names;
|
||||
};
|
||||
p;15;CPFontManager.jt;20963;@STATIC;1.0;I;21;Foundation/CPObject.ji;11;CPControl.ji;8;CPFont.ji;18;CPFontDescriptor.jt;20866;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("CPControl.j", YES);objj_executeFile("CPFont.j", YES);objj_executeFile("CPFontDescriptor.j", YES);CPItalicFontMask = 1 << 0;
|
||||
p;15;CPFontManager.jt;21140;@STATIC;1.0;I;21;Foundation/CPObject.ji;11;CPControl.ji;8;CPFont.ji;18;CPFontDescriptor.jt;21043;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("CPControl.j", YES);objj_executeFile("CPFont.j", YES);objj_executeFile("CPFontDescriptor.j", YES);CPItalicFontMask = 1 << 0;
|
||||
CPBoldFontMask = 1 << 1;
|
||||
CPUnboldFontMask = 1 << 2;
|
||||
CPNonStandardCharacterSetFontMask = 1 << 3;
|
||||
@@ -17757,7 +17757,9 @@ class_addMethods(the_class, [new objj_method(sel_getUid("target"), function $CPF
|
||||
|
||||
,["CPFont","CPFont","CPString"]), new objj_method(sel_getUid("addFontTrait:"), function $CPFontManager__addFontTrait_(self, _cmd, sender)
|
||||
{
|
||||
var tag = (sender == null ? sender : (sender.isa.method_msgSend["tag"] || _objj_forward)(sender, "tag"));
|
||||
var tag = sender;
|
||||
if ((sender == null ? sender : (sender.isa.method_msgSend["respondsToSelector:"] || _objj_forward)(sender, "respondsToSelector:", sel_getUid("tag"))))
|
||||
tag = (sender == null ? sender : (sender.isa.method_msgSend["tag"] || _objj_forward)(sender, "tag"));
|
||||
self._activeChange = tag == nil ? (___r1 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["init"] || _objj_forward)(___r1, "init")) : (___r1 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["initWithObjects:forKeys:"] || _objj_forward)(___r1, "initWithObjects:forKeys:", [tag], ["addTraits"]));
|
||||
self._fontAction = CPAddTraitFontAction;
|
||||
(self.isa.method_msgSend["sendAction"] || _objj_forward)(self, "sendAction");
|
||||
|
||||
@@ -17060,7 +17060,7 @@ var _CPFontNormalizedNameArray = function(aName)
|
||||
names[i] = names[i].replace(_CPFontStripRegExp, "");
|
||||
return names;
|
||||
};
|
||||
p;15;CPFontManager.jt;20213;@STATIC;1.0;I;21;Foundation/CPObject.ji;11;CPControl.ji;8;CPFont.ji;18;CPFontDescriptor.jt;20116;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("CPControl.j", YES);objj_executeFile("CPFont.j", YES);objj_executeFile("CPFontDescriptor.j", YES);CPItalicFontMask = 1 << 0;
|
||||
p;15;CPFontManager.jt;20390;@STATIC;1.0;I;21;Foundation/CPObject.ji;11;CPControl.ji;8;CPFont.ji;18;CPFontDescriptor.jt;20293;objj_executeFile("Foundation/CPObject.j", NO);objj_executeFile("CPControl.j", YES);objj_executeFile("CPFont.j", YES);objj_executeFile("CPFontDescriptor.j", YES);CPItalicFontMask = 1 << 0;
|
||||
CPBoldFontMask = 1 << 1;
|
||||
CPUnboldFontMask = 1 << 2;
|
||||
CPNonStandardCharacterSetFontMask = 1 << 3;
|
||||
@@ -17184,7 +17184,9 @@ class_addMethods(the_class, [new objj_method(sel_getUid("target"), function $CPF
|
||||
|
||||
,["CPFont","CPFont","CPString"]), new objj_method(sel_getUid("addFontTrait:"), function $CPFontManager__addFontTrait_(self, _cmd, sender)
|
||||
{
|
||||
var tag = (sender == null ? sender : (sender.isa.method_msgSend["tag"] || _objj_forward)(sender, "tag"));
|
||||
var tag = sender;
|
||||
if ((sender == null ? sender : (sender.isa.method_msgSend["respondsToSelector:"] || _objj_forward)(sender, "respondsToSelector:", sel_getUid("tag"))))
|
||||
tag = (sender == null ? sender : (sender.isa.method_msgSend["tag"] || _objj_forward)(sender, "tag"));
|
||||
self._activeChange = tag == nil ? (___r1 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["init"] || _objj_forward)(___r1, "init")) : (___r1 = (CPDictionary.isa.method_msgSend["alloc"] || _objj_forward)(CPDictionary, "alloc"), ___r1 == null ? ___r1 : (___r1.isa.method_msgSend["initWithObjects:forKeys:"] || _objj_forward)(___r1, "initWithObjects:forKeys:", [tag], ["addTraits"]));
|
||||
self._fontAction = CPAddTraitFontAction;
|
||||
(self.isa.method_msgSend["sendAction"] || _objj_forward)(self, "sendAction");
|
||||
|
||||
+143
-143
@@ -1,143 +1,143 @@
|
||||
1769631904363|ArrayController1|
|
||||
1769631904378|ArrayControllerInitialSelectionTest|
|
||||
1769631904391|ArrayControllerRemovingFirstTest|
|
||||
1769631904405|AttachedSheet|
|
||||
1769631904418|AttachedSheet2|
|
||||
1769631904431|Bindings|
|
||||
1769631904445|CGCanvasContext|
|
||||
1769631904458|CGPath|
|
||||
1769631904471|CPAlertTest|
|
||||
1769631904484|CPAnimatablePropertyContainerTest|
|
||||
1769631904498|CPAnimationContextTest|
|
||||
1769631904511|CPAnimationTest|
|
||||
1769631904525|CPBinder-echo-bug|
|
||||
1769631904538|CPBoxCibTest|
|
||||
1769631904552|CPBoxTest|
|
||||
1769631904565|CPBrowserTest|
|
||||
1769631904578|CPButtonKeyEquivalentDefaultTest|
|
||||
1769631904592|CPButtonTest|
|
||||
1769631904605|CPByteCountFormatter|
|
||||
1769631904618|CPCollectionViewNibTest|
|
||||
1769631904632|CPColor-CPImage-description|
|
||||
1769631904645|CPColorWellBindings|
|
||||
1769631904658|CPComboBoxTest|
|
||||
1769631904671|CPControlPerformClickExceptionTest|
|
||||
1769631904685|CPControlSize|
|
||||
1769631904698|CPCursor|
|
||||
1769631904711|CPDateFormatterTest|
|
||||
1769631904724|CPDatePickerTest|
|
||||
1769631904738|CPDictionaryControllerTest|
|
||||
1769631904751|CPDocumentControllerTest|
|
||||
1769631904765|CPFormatterTest|
|
||||
1769631904778|CPGraphicsTest|
|
||||
1769631904791|CPImageAndTextViewImageScaling|
|
||||
1769631904804|CPImageViewAlignmentScaling|
|
||||
1769631904818|CPImageViewTest|
|
||||
1769631904831|CPImageViewbindingsTest|
|
||||
1769631904844|CPLevelIndicator|
|
||||
1769631904858|CPLocalizationTest|
|
||||
1769631904871|CPLogTest|
|
||||
1769631904884|CPMenuCALayerTest|
|
||||
1769631904898|CPMenuEnabledBindingsTest|
|
||||
1769631904911|CPMenuKeyEquivalents|
|
||||
1769631904924|CPMenuRemoveAllTest|
|
||||
1769631904938|CPMenuSubmenuPlacementConstraints|
|
||||
1769631904951|CPMenuTest|
|
||||
1769631904964|CPOutlineViewCibTest|
|
||||
1769631904978|CPOutlineViewTest|
|
||||
1769631904991|CPOutlineViewViewBasedCibTest|
|
||||
1769631905004|CPPanelTest|
|
||||
1769631905018|CPPlatformWindow|
|
||||
1769631905031|CPPlattformWindowMinSize|
|
||||
1769631905044|CPPopUpButtonBindings|
|
||||
1769631905058|CPPopUpButtonTest|
|
||||
1769631905071|CPPopover|
|
||||
1769631905084|CPPredicateEditorCibTest|
|
||||
1769631905097|CPProgressIndicator|
|
||||
1769631905111|CPPropertyListSerializationTest|
|
||||
1769631905124|CPRadioBindings|
|
||||
1769631905137|CPRuleEditorCibTest|
|
||||
1769631905151|CPScrollView|
|
||||
1769631905164|CPScrollView2|
|
||||
1769631905177|CPSearchField|
|
||||
1769631905191|CPSearchFieldPredicateBinding|
|
||||
1769631905204|CPSegmentedControlBindings|
|
||||
1769631905217|CPSegmentedControlTest|
|
||||
1769631905230|CPSoundTest|
|
||||
1769631905244|CPSplitViewDivider|
|
||||
1769631905257|CPSplitViewTest|
|
||||
1769631905270|CPStackViewTest|
|
||||
1769631905284|CPStepperBindings|
|
||||
1769631905297|CPStepperNibTest|
|
||||
1769631905310|CPTabView2|
|
||||
1769631905324|CPTabViewBindings|
|
||||
1769631905337|CPTabViewNib|
|
||||
1769631905350|CPTableViewGroupRows|
|
||||
1769631905364|CPTextField|
|
||||
1769631905377|CPTextFieldEditingStyleTest|
|
||||
1769631905390|CPTextFieldHeightTest|
|
||||
1769631905403|CPTextFieldMovementsTest|
|
||||
1769631905417|CPTextFieldMultiline|
|
||||
1769631905430|CPTextView|
|
||||
1769631905443|CPTextViewCibTest|
|
||||
1769631905457|CPTextViewDelegateAndNotifications|
|
||||
1769631905470|CPTimeZone|
|
||||
1769631905483|CPTokenFieldTest|
|
||||
1769631905497|CPToolTip|
|
||||
1769631905510|CPToolbarTest|
|
||||
1769631905524|CPURLConnectionAsyncTest|
|
||||
1769631905537|CPURLConnectionSynchronousTest|
|
||||
1769631905550|CPUserDefaults|
|
||||
1769631905564|CPUserDefaultsControllerTest|
|
||||
1769631905577|CPUserNotificationTest|
|
||||
1769631905590|CPViewController|
|
||||
1769631905603|CPVisualEffectViewTest|
|
||||
1769631905617|CPWebViewTest|
|
||||
1769631905630|CPWebViewTest2|
|
||||
1769631905643|CPWindowLiveResizeTest|
|
||||
1769631905657|CPWindowMovableTest|
|
||||
1769631905670|CPWindowResizeStyle|
|
||||
1769631905683|ChildWindows|
|
||||
1769631905696|CompilationTests|
|
||||
1769631905710|ContinuouslyUpdatesValueBinding|
|
||||
1769631905723|CopyAndPaste|
|
||||
1769631905736|CrossOriginTest|
|
||||
1769631905750|FF4096Test|
|
||||
1769631905763|FontEnhancementTest|
|
||||
1769631905776|FontMetricsExplorer|
|
||||
1769631905790|KeyEquivalents|
|
||||
1769631905803|KeyViewLoopTest|
|
||||
1769631905816|KeyWindowInTheBackgroundActivation|
|
||||
1769631905830|LayoutTest|
|
||||
1769631905843|LoadTimeTest|
|
||||
1769631905856|LongBindings|
|
||||
1769631905869|MobileTest|
|
||||
1769631905882|MultipleValueBindings|
|
||||
1769631905896|NSBoxTest|
|
||||
1769631905909|NSBrowserTest|
|
||||
1769631905922|NewTextFieldBezel|
|
||||
1769631905936|Nib2CibAlignment|
|
||||
1769631905949|Nib2CibBaselineAlignementTest|
|
||||
1769631905962|Nib2CibSubviewsOrderTest|
|
||||
1769631905976|NibAppRemixed|
|
||||
1769631905989|PatternFillTest|
|
||||
1769631906002|PlatformWindows|
|
||||
1769631906016|PopUpButtonEscTest|
|
||||
1769631906029|ScalingTest|
|
||||
1769631906043|ScalingTest2|
|
||||
1769631906056|ScrollviewTheming|
|
||||
1769631906069|SheetWindowOrderFrontIssue|
|
||||
1769631906083|SimpleBindings2|
|
||||
1769631906096|SmartFoldersDemo|
|
||||
1769631906109|TableTest|
|
||||
1769631906123|ThemeBrowser|
|
||||
1769631906136|ThemeKitchenSink|
|
||||
1769631906149|TrackingArea|
|
||||
1769631906162|UndoRedoWithMenuUpdate|
|
||||
1769631906176|UserlandNSTest|
|
||||
1769631906189|layoutEphemeralSubviewTest|
|
||||
1769631906202|loadDynamicFrameworks|
|
||||
1769631906216|performKeyEquivalentTest|
|
||||
1769631906229|predicateWithFormat|
|
||||
1769631906242|resignFirstResponder-CPControlTextDidEndEditing|
|
||||
1769631906256|sizeToFitFix|
|
||||
1769632946219|ArrayController1|
|
||||
1769632946233|ArrayControllerInitialSelectionTest|
|
||||
1769632946246|ArrayControllerRemovingFirstTest|
|
||||
1769632946259|AttachedSheet|
|
||||
1769632946273|AttachedSheet2|
|
||||
1769632946286|Bindings|
|
||||
1769632946299|CGCanvasContext|
|
||||
1769632946312|CGPath|
|
||||
1769632946326|CPAlertTest|
|
||||
1769632946339|CPAnimatablePropertyContainerTest|
|
||||
1769632946352|CPAnimationContextTest|
|
||||
1769632946366|CPAnimationTest|
|
||||
1769632946379|CPBinder-echo-bug|
|
||||
1769632946392|CPBoxCibTest|
|
||||
1769632946405|CPBoxTest|
|
||||
1769632946419|CPBrowserTest|
|
||||
1769632946431|CPButtonKeyEquivalentDefaultTest|
|
||||
1769632946445|CPButtonTest|
|
||||
1769632946458|CPByteCountFormatter|
|
||||
1769632946471|CPCollectionViewNibTest|
|
||||
1769632946485|CPColor-CPImage-description|
|
||||
1769632946499|CPColorWellBindings|
|
||||
1769632946512|CPComboBoxTest|
|
||||
1769632946525|CPControlPerformClickExceptionTest|
|
||||
1769632946539|CPControlSize|
|
||||
1769632946552|CPCursor|
|
||||
1769632946565|CPDateFormatterTest|
|
||||
1769632946578|CPDatePickerTest|
|
||||
1769632946591|CPDictionaryControllerTest|
|
||||
1769632946605|CPDocumentControllerTest|
|
||||
1769632946618|CPFormatterTest|
|
||||
1769632946632|CPGraphicsTest|
|
||||
1769632946645|CPImageAndTextViewImageScaling|
|
||||
1769632946658|CPImageViewAlignmentScaling|
|
||||
1769632946671|CPImageViewTest|
|
||||
1769632946685|CPImageViewbindingsTest|
|
||||
1769632946698|CPLevelIndicator|
|
||||
1769632946711|CPLocalizationTest|
|
||||
1769632946725|CPLogTest|
|
||||
1769632946738|CPMenuCALayerTest|
|
||||
1769632946751|CPMenuEnabledBindingsTest|
|
||||
1769632946764|CPMenuKeyEquivalents|
|
||||
1769632946777|CPMenuRemoveAllTest|
|
||||
1769632946790|CPMenuSubmenuPlacementConstraints|
|
||||
1769632946803|CPMenuTest|
|
||||
1769632946817|CPOutlineViewCibTest|
|
||||
1769632946830|CPOutlineViewTest|
|
||||
1769632946843|CPOutlineViewViewBasedCibTest|
|
||||
1769632946855|CPPanelTest|
|
||||
1769632946868|CPPlatformWindow|
|
||||
1769632946882|CPPlattformWindowMinSize|
|
||||
1769632946895|CPPopUpButtonBindings|
|
||||
1769632946908|CPPopUpButtonTest|
|
||||
1769632946921|CPPopover|
|
||||
1769632946934|CPPredicateEditorCibTest|
|
||||
1769632946947|CPProgressIndicator|
|
||||
1769632946960|CPPropertyListSerializationTest|
|
||||
1769632946974|CPRadioBindings|
|
||||
1769632946987|CPRuleEditorCibTest|
|
||||
1769632947000|CPScrollView|
|
||||
1769632947013|CPScrollView2|
|
||||
1769632947027|CPSearchField|
|
||||
1769632947040|CPSearchFieldPredicateBinding|
|
||||
1769632947054|CPSegmentedControlBindings|
|
||||
1769632947067|CPSegmentedControlTest|
|
||||
1769632947082|CPSoundTest|
|
||||
1769632947095|CPSplitViewDivider|
|
||||
1769632947109|CPSplitViewTest|
|
||||
1769632947122|CPStackViewTest|
|
||||
1769632947135|CPStepperBindings|
|
||||
1769632947149|CPStepperNibTest|
|
||||
1769632947162|CPTabView2|
|
||||
1769632947175|CPTabViewBindings|
|
||||
1769632947188|CPTabViewNib|
|
||||
1769632947201|CPTableViewGroupRows|
|
||||
1769632947214|CPTextField|
|
||||
1769632947228|CPTextFieldEditingStyleTest|
|
||||
1769632947241|CPTextFieldHeightTest|
|
||||
1769632947254|CPTextFieldMovementsTest|
|
||||
1769632947267|CPTextFieldMultiline|
|
||||
1769632947280|CPTextView|
|
||||
1769632947293|CPTextViewCibTest|
|
||||
1769632947306|CPTextViewDelegateAndNotifications|
|
||||
1769632947319|CPTimeZone|
|
||||
1769632947333|CPTokenFieldTest|
|
||||
1769632947346|CPToolTip|
|
||||
1769632947359|CPToolbarTest|
|
||||
1769632947372|CPURLConnectionAsyncTest|
|
||||
1769632947385|CPURLConnectionSynchronousTest|
|
||||
1769632947399|CPUserDefaults|
|
||||
1769632947412|CPUserDefaultsControllerTest|
|
||||
1769632947425|CPUserNotificationTest|
|
||||
1769632947438|CPViewController|
|
||||
1769632947451|CPVisualEffectViewTest|
|
||||
1769632947465|CPWebViewTest|
|
||||
1769632947478|CPWebViewTest2|
|
||||
1769632947491|CPWindowLiveResizeTest|
|
||||
1769632947505|CPWindowMovableTest|
|
||||
1769632947518|CPWindowResizeStyle|
|
||||
1769632947531|ChildWindows|
|
||||
1769632947544|CompilationTests|
|
||||
1769632947557|ContinuouslyUpdatesValueBinding|
|
||||
1769632947570|CopyAndPaste|
|
||||
1769632947583|CrossOriginTest|
|
||||
1769632947596|FF4096Test|
|
||||
1769632947610|FontEnhancementTest|
|
||||
1769632947623|FontMetricsExplorer|
|
||||
1769632947636|KeyEquivalents|
|
||||
1769632947649|KeyViewLoopTest|
|
||||
1769632947662|KeyWindowInTheBackgroundActivation|
|
||||
1769632947675|LayoutTest|
|
||||
1769632947688|LoadTimeTest|
|
||||
1769632947701|LongBindings|
|
||||
1769632947714|MobileTest|
|
||||
1769632947727|MultipleValueBindings|
|
||||
1769632947740|NSBoxTest|
|
||||
1769632947753|NSBrowserTest|
|
||||
1769632947766|NewTextFieldBezel|
|
||||
1769632947779|Nib2CibAlignment|
|
||||
1769632947793|Nib2CibBaselineAlignementTest|
|
||||
1769632947806|Nib2CibSubviewsOrderTest|
|
||||
1769632947819|NibAppRemixed|
|
||||
1769632947832|PatternFillTest|
|
||||
1769632947845|PlatformWindows|
|
||||
1769632947858|PopUpButtonEscTest|
|
||||
1769632947871|ScalingTest|
|
||||
1769632947884|ScalingTest2|
|
||||
1769632947897|ScrollviewTheming|
|
||||
1769632947910|SheetWindowOrderFrontIssue|
|
||||
1769632947923|SimpleBindings2|
|
||||
1769632947936|SmartFoldersDemo|
|
||||
1769632947949|TableTest|
|
||||
1769632947963|ThemeBrowser|
|
||||
1769632947976|ThemeKitchenSink|
|
||||
1769632947989|TrackingArea|
|
||||
1769632948002|UndoRedoWithMenuUpdate|
|
||||
1769632948015|UserlandNSTest|
|
||||
1769632948028|layoutEphemeralSubviewTest|
|
||||
1769632948041|loadDynamicFrameworks|
|
||||
1769632948054|performKeyEquivalentTest|
|
||||
1769632948068|predicateWithFormat|
|
||||
1769632948085|resignFirstResponder-CPControlTextDidEndEditing|
|
||||
1769632948098|sizeToFitFix|
|
||||
|
||||
Reference in New Issue
Block a user