424
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 22 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
NSTableColumn initWithIdentifier: expects NSString*; added stringValue call to NSNumber that was being passed More... over 4 years ago
Added WebKitDelegate protocols to interface of AIWebKitDelegate More... over 4 years ago
Removed duplicate NSEC_PER_MSEC definition More... over 4 years ago
Changed guint parameter being cast to pointer to unsigned long More... over 4 years ago
Upgraded remaining *.xib to deployment target. More... over 4 years ago
Upgraded MainMenu.xib to deployment target. More... over 4 years ago
About box was clipping contents More... over 4 years ago
SubmenuType is BOOL, check YES not compare to type More... over 4 years ago
SubmenuType is BOOL, check YES not compare to type More... over 4 years ago
Upgraded AboutBox.xib to deployment target. More... over 4 years ago
Fixed NSMutableDictinoary expected warnings More... over 4 years ago
Fixed non-portable case mismatch warnings More... over 4 years ago
Fixed warning for nil arg for properties: expecting NSDictionary by adding empty NSDictionary More... over 4 years ago
Fixed nil notification argumentts for textDidChange: and selectionDidChange: by adding empty NSNotification with same as name More... over 4 years ago
Fixed warnings for nil arg to window: for WindowController classes More... over 4 years ago
Fixed warnings for nil arg to tableViewSelectionDidChange: by adding empty NSNotificationwith name 'SelectionChanged' More... over 4 years ago
Format string fixes for %/arg count mismatch. More... over 4 years ago
Fixed more int format string warnings More... over 4 years ago
Fixed warnings from SKDocumentID should be cast to long. More... over 4 years ago
Fixed warnings from CFIndex should be cast to long. More... over 4 years ago
Fixed all 'NSInteger should not be used in format string' warnings by casting to long and replacing corresponding format specifiers (which were all over the place) with %li More... over 4 years ago
Fixed warnings for printing pointers using %x by changing to %p. More... over 4 years ago
Fixed all 'NSUInteger should not be used in format string' warnings by casting to unsigned long and replacing corresponding format specifiers (which were all over the place) with %lu More... over 4 years ago
changed Xtras download size from ll to ull, removed a cast, fixed incomplete format specifier warning More... over 4 years ago
fixed warnings for 'format string is not a string literal (potentially insecure)', submodules updates to PSMTabBarControl More... over 4 years ago
rename hgignore to gitignore More... over 4 years ago
removed PSMTabBarControl.framework and converted to use submodule version More... over 4 years ago
project updates More... over 4 years ago
Changes updates for 1.5.11 which will be the upcoming release More... over 4 years ago
Compilation and warning fixes More... over 4 years ago