0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Resize image buttons and set the font-size to 16px for the webview More... over 14 years ago
Simplify canGoBack and canGoForward logic. Does MacRuby really return 0 or 1 for Objective-C boolean values? More... over 14 years ago
Define delegate WebFrameLoadDelegate method webView:didCommitLoadForFrame: to handle the Back/Forward buttons state. More... over 14 years ago
Add images for Back and Forward buttons. More... over 14 years ago
Fix the alignment o fthe load status More... over 14 years ago
Move Load Status to the LHS More... over 14 years ago
Some refactoring More... over 14 years ago
Some UI Tweaks More... over 14 years ago
Make the address field longer More... over 14 years ago
Favicon is now in the right place. Closes #20 More... over 14 years ago
Name the file correctly More... over 14 years ago
Remove accidental commit More... over 14 years ago
Favicon loading works, but the UI needs more polish. The favicon needs to be inside the address bar, similar to Safari. Closes #12 More... over 14 years ago
Favicon Loading is a work in progress More... over 14 years ago
Show the spinner and loading text in didStartProvisionalLoadForFrame. Closes #19 More... over 14 years ago
Remove logging unnecessarily More... over 14 years ago
Set default font to size 16px for websites which do not set a font-size in their stylesheet. Closes #13 More... over 14 years ago
Add standard headers for HTTP requests More... over 14 years ago
Merge branch 'document-based' More... over 14 years ago
Deleting all of master to make way for clean merge of document-based More... over 14 years ago
Implement opening of new window (as detailed in the WebKit code samples). I take no credit. Closes #14 More... over 14 years ago
More readable code More... over 14 years ago
Enforce the Namaste principle More... over 14 years ago
More readbale code More... over 14 years ago
Complete the transition to a Document-based model More... over 14 years ago
Working Document-based object More... over 14 years ago
Rename MyDocument to NamasteDocument More... over 14 years ago
Make Namaste a Document-based application. First baby steps (after two whole days) More... over 14 years ago
Initial branch for document-based architecture More... over 14 years ago
Rename NamasteDelegate to NamasteController More... over 14 years ago