git clone git://github.com/Caged/gitnub.git
Keeping filename conventions consistent
Escape HTML in commit messages. Fixes #22
Push the bundled lib dirs at the front of $: instead of the end
Why use @repo when we have repo()?
Fix includes such that the bundled mime-types works.
Reintroduce the scrollbars on the web view and remove the open4 include now that grit fixed this
Add grit as a submodule and cleanup the directory structure a bit
Eh, re-add grit. Really need to get this as a submodule
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
Make nub (or open -a GitNub) work from subdirectories
Respect users system time preferences as set in the International prefs [dustin]
Cleaned up the image and text cell so it's not insane
Removed need for Core Animation by using proper background style on labels in textured area
Reset scroll position when swapping commits. Always select top commit when paging
Implement colored diffs, information panel and bundle mime-types to fix dependency issues
Updated interface, now includes basic diff and detail view. Also bundle grit because the gem is old
Don't cause the task to wait when launching from nub. Also no idea why the window won't order front
Will now accept the pwd from a seperate command line program as the repo location. Seperate commandline app coming next commit
Gittin some data to that branch menu
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