forked from codykrieger/gfxCardStatus
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Website updates in preparation for v2.3 launch.
- Loading branch information
1 parent
374965e
commit f5a0c69
Showing
21 changed files
with
1,102 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>gfxCardStatus v1.0</title> | ||
<style type="text/css"> | ||
body { | ||
font-family: Helvetica, sans-serif; | ||
font-size: 10pt; | ||
} | ||
h1 { | ||
padding: 0; | ||
margin: 5px; | ||
} | ||
ul { | ||
list-style-position: inside; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
#description { | ||
margin: 5px; | ||
font-style: italic; | ||
} | ||
#container { | ||
border: dotted 1px #777; | ||
} | ||
.header { | ||
background: #b6dbff; | ||
padding: 5px; | ||
border-top: dotted 1px #777; | ||
border-bottom: dotted 1px #777; | ||
font-weight: bold; | ||
font-size: 12pt; | ||
} | ||
.header:first-child { | ||
border-top: none; | ||
} | ||
.content { | ||
padding: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>gfxCardStatus, v1.0</h1> | ||
<div id="description"> | ||
by Cody Krieger, web: <a href="http://codykrieger.com">http://codykrieger.com</a>, email: cody [at] codykrieger [dot] com | ||
</div> | ||
<div id="container"> | ||
<div class="header"> | ||
New In This Version | ||
</div> | ||
<div class="content"> | ||
<ul> | ||
<li>Initial release</li> | ||
<li>Text-based status, located in menu bar</li> | ||
<li>Updates on application launch/terminate</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>gfxCardStatus v1.1</title> | ||
<style type="text/css"> | ||
body { | ||
font-family: Helvetica, sans-serif; | ||
font-size: 10pt; | ||
} | ||
h1 { | ||
padding: 0; | ||
margin: 5px; | ||
} | ||
ul { | ||
list-style-position: inside; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
#description { | ||
margin: 5px; | ||
font-style: italic; | ||
} | ||
#container { | ||
border: dotted 1px #777; | ||
} | ||
.header { | ||
background: #b6dbff; | ||
padding: 5px; | ||
border-top: dotted 1px #777; | ||
border-bottom: dotted 1px #777; | ||
font-weight: bold; | ||
font-size: 12pt; | ||
} | ||
.header:first-child { | ||
border-top: none; | ||
} | ||
.content { | ||
padding: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>gfxCardStatus, v1.1</h1> | ||
<div id="description"> | ||
by Cody Krieger, web: <a href="http://codykrieger.com">http://codykrieger.com</a>, email: cody [at] codykrieger [dot] com | ||
</div> | ||
<div id="container"> | ||
<div class="header"> | ||
New In This Version | ||
</div> | ||
<div class="content"> | ||
<ul> | ||
<li>Now has icons! "i" for Intel HD Graphics, "n" for NVIDIA GeForce GT 330M</li> | ||
<li>Added the ability to quit the app from the menu bar icon</li> | ||
<li>Added manual update feature, accessible from the menu bar icon</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>gfxCardStatus v1.2</title> | ||
<style type="text/css"> | ||
body { | ||
font-family: Helvetica, sans-serif; | ||
font-size: 10pt; | ||
} | ||
h1 { | ||
padding: 0; | ||
margin: 5px; | ||
} | ||
ul { | ||
list-style-position: inside; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
#description { | ||
margin: 5px; | ||
font-style: italic; | ||
} | ||
#container { | ||
border: dotted 1px #777; | ||
} | ||
.header { | ||
background: #b6dbff; | ||
padding: 5px; | ||
border-top: dotted 1px #777; | ||
border-bottom: dotted 1px #777; | ||
font-weight: bold; | ||
font-size: 12pt; | ||
} | ||
.header:first-child { | ||
border-top: none; | ||
} | ||
.content { | ||
padding: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>gfxCardStatus, v1.2</h1> | ||
<div id="description"> | ||
by Cody Krieger, web: <a href="http://codykrieger.com">http://codykrieger.com</a>, email: cody [at] codykrieger [dot] com | ||
</div> | ||
<div id="container"> | ||
<div class="header"> | ||
New In This Version | ||
</div> | ||
<div class="content"> | ||
<ul> | ||
<li>Now has an application icon!</li> | ||
<li>Allows for a user-set check on an interval in seconds</li> | ||
<li>Automatic updating!</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>gfxCardStatus v1.3</title> | ||
<style type="text/css"> | ||
body { | ||
font-family: Helvetica, sans-serif; | ||
font-size: 10pt; | ||
} | ||
h1 { | ||
padding: 0; | ||
margin: 5px; | ||
} | ||
ul { | ||
list-style-position: inside; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
#description { | ||
margin: 5px; | ||
font-style: italic; | ||
} | ||
#container { | ||
border: dotted 1px #777; | ||
} | ||
.header { | ||
background: #b6dbff; | ||
padding: 5px; | ||
border-top: dotted 1px #777; | ||
border-bottom: dotted 1px #777; | ||
font-weight: bold; | ||
font-size: 12pt; | ||
} | ||
.header:first-child { | ||
border-top: none; | ||
} | ||
.content { | ||
padding: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>gfxCardStatus, v1.3</h1> | ||
<div id="description"> | ||
by Cody Krieger, web: <a href="http://codykrieger.com">http://codykrieger.com</a>, email: cody [at] codykrieger [dot] com | ||
</div> | ||
<div id="container"> | ||
<div class="header"> | ||
New In This Version | ||
</div> | ||
<div class="content"> | ||
<ul> | ||
<li>Cleaned up code and made some performance increases</li> | ||
<li>Removed ability to set an interval in seconds for the app to update - it turns out that the app updates in real time as the GPU changes, and has since version 1.0, so there's no reason for it anymore</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>gfxCardStatus v1.4</title> | ||
<style type="text/css"> | ||
body { | ||
font-family: Helvetica, sans-serif; | ||
font-size: 10pt; | ||
} | ||
h1 { | ||
padding: 0; | ||
margin: 5px; | ||
} | ||
ul { | ||
list-style-position: inside; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
#description { | ||
margin: 5px; | ||
font-style: italic; | ||
} | ||
#container { | ||
border: dotted 1px #777; | ||
} | ||
.header { | ||
background: #b6dbff; | ||
padding: 5px; | ||
border-top: dotted 1px #777; | ||
border-bottom: dotted 1px #777; | ||
font-weight: bold; | ||
font-size: 12pt; | ||
} | ||
.header:first-child { | ||
border-top: none; | ||
} | ||
.content { | ||
padding: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>gfxCardStatus, v1.4</h1> | ||
<div id="description"> | ||
by Cody Krieger, web: <a href="http://codykrieger.com">http://codykrieger.com</a>, email: cody [at] codykrieger [dot] com | ||
</div> | ||
<div id="container"> | ||
<div class="header"> | ||
New In This Version | ||
</div> | ||
<div class="content"> | ||
<ul> | ||
<li>Growl support!</li> | ||
<li>Added a preference to turn on/off console logging - off by default</li> | ||
<li>More performance enhancements</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.