git clone git://github.com/Caged/gitnub.git
Reintroduce the scrollbars on the web view and remove the open4 include now that grit fixed this
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
Restore the Edit menu, mostly so I have a Copy menuitem
Remove context menu from the WebView
Re-apply frame name and buttons/label alignment.
Hookup branch menu [Paul Scott-Murphy]
Added sparkle support.
Remove some custom icons in favor of some apple provided ones
Bump the version number, prep for a release
Merge in Benjamin Stiglitz's fix. Use proper background style for labels instead of core animation mojo
I guess these svn directories were in the default xcode project. Nuke them
Add the XIB files
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
Make sure to keep new segment control at the bottom of the window
Add manual refresh capability. Thanks to [frim].
Moved some things around in XCode
Change build architecture to support ppc and intel in XCode
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
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
Make file list clickable. Add file names to individual diffs
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
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
Implement gravatars in the timeline
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