--- /dev/null
+<?xml version="1.0" encoding="UTF-16"?>
+<html><head>
+ <!--meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/-->
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+
+ <style>
+ body {
+ margin: 0;
+ padding: 0;
+ }
+
+ div {
+ background-color: black;
+ opacity: 0.3;
+ height: 480px;
+ }
+ </style>
+</head><body>
+ <div></div>
+</body></html>
}
}
+ for (size_t i(0), e([themes_ count]); i != e; ++i) {
+ NSString *theme = [themes_ objectAtIndex:(e - i - 1)];
+ NSString *html = [theme stringByAppendingPathComponent:@"Widget.html"];
+ if ([Manager_ fileExistsAtPath:html]) {
+ CGRect bounds = [self bounds];
+
+ UIWebDocumentView *view([[[UIWebDocumentView alloc] initWithFrame:bounds] autorelease]);
+ [view setAutoresizes:true];
+
+ NSURL *url = [NSURL fileURLWithPath:html];
+ [view loadRequest:[NSURLRequest requestWithURL:url]];
+
+ [[view webView] setDrawsBackground:false];
+ [view setBackgroundColor:[UIColor clearColor]];
+
+ [self addSubview:view];
+ }
+ }
+
return self;
}
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0"><dict>
+
+<key>UndockedIconLabelStyle</key>
+<string>color: transparent</string>
+
+</dict></plist>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0"><dict>
-
-<key>UndockedIconLabelStyle</key>
-<string>color: transparent</string>
-
-</dict></plist>
Section: System
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.2598-1
+Version: 0.9.2600-1
Description: more powerful, open-source SummerBoard
Name: WinterBoard
Depends: mobilesubstrate (>= 0.9.2587-1)