git clone git://github.com/Caged/gitnub.git
Add install (and related) tasks to the Rakefile
Remove grit & mimetypes from the other sources area as well
Add grit as a submodule and cleanup the directory structure a bit
I can totally draw a circle. Step up.
Testing out the quartz drawing. Getting some where
Implement an invisible tab view, prepping for expanding GitNub into other areas such as network graphs and jazz
Implement async load of gravatar images
Split messages into title/message so multi-line commits look better
Move nub to nub.sh. Fix conflicts with kevin's branch
Merge branch 'master' of git://github.com/Caged/gitnub
Respect users system time preferences as set in the International prefs [dustin]
Replace the nub subproject with a simple shell script
Added sparkle support.
Remove some custom icons in favor of some apple provided ones
Cleaned up the image and text cell so it's not insane
I guess these svn directories were in the default xcode project. Nuke them
Remove and ignore some autogenerated xcode project files
Updated the xcode project
Swap to XIB format and pray merges work better as a result
Use %M for minutes instead of %m to keep conspiracy theories to a minimum
Add manual refresh capability. Thanks to [frim].
Moved some things around in XCode
Change build architecture to support ppc and intel in XCode
Implement colored diffs, information panel and bundle mime-types to fix dependency issues
eh, forgot to remove an old icon for the xcode project
Add icons for diff list. Add date to diff view and prep for adding repo info
I pitty the fool who uses line breaks in their commit messages
Updated interface, now includes basic diff and detail view. Also bundle grit because the gem is old
Add commit paging UI and functionality
Don't cause the task to wait when launching from nub. Also no idea why the window won't order front
Add application icon
Add nub subproject
Will now accept the pwd from a seperate command line program as the repo location. Seperate commandline app coming next commit
Scrap big html view in favor of cocoa controls
About to remove the webview in favor of a table which has true cocoa events
Initial import