8
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing dead -[SUUpdateAlert showsReleaseNotesText] method
lemniscate
as Andy Matuschak
More... about 13 years ago
Nuking ThreadSafePreferences
lemniscate
as Andy Matuschak
More... about 13 years ago
Fixing a merge error which put finish_installation in /tmp rather than in ~/Library/App Support
lemniscate
as Andy Matuschak
More... about 13 years ago
Changing download destination from ~/Desktop to ~/Library/App Support/HOST_NAME
lemniscate
as Andy Matuschak
More... about 13 years ago
Added back master's Turkish localization
lemniscate
as Andy Matuschak
More... about 13 years ago
Removed the pt_PT localization from Uli's branch, since it was largely untranslated, and used the one from master instead.
lemniscate
as Andy Matuschak
More... about 13 years ago
Removed the pt_PT localization from Uli's branch, since it was largely untranslated, and used the one from master instead.
lemniscate
as Andy Matuschak
More... about 13 years ago
Fixed layout of localization XIBs
lemniscate
as Andy Matuschak
More... about 13 years ago
Fixed layout of localization XIBs
lemniscate
as Andy Matuschak
More... about 13 years ago
Added Sparkle icon to finish_installation application. More... about 13 years ago
Get rid of deprecation warnings on 10.6/Xcode 4 while still allowing to build for 10.4 compatibility (I hear Patrick needs that). More... about 13 years ago
Add strings file to the finish_installation tool. Apparently also remove a leftover NIB, though I don't remember actually doing that. More... about 13 years ago
Added two new Mac Pro models. More... about 13 years ago
Manually merge project file (recreating the finish_installation application target) and make things build and run again. More... about 13 years ago
Merge andymatuschak/Sparkle. More... about 13 years ago
Add a dummy line to make sure that the binary is linked against WebKit when Sparkle is used. The SUUpdateAlert.xib file contains a WebView and if we don't link against WebKit, we will get a runtime crash when decoding the NIB. It is better to get a link error. More... about 13 years ago
Make sure the update alert is *really* not resizable. More... about 13 years ago
Make Sparkle more robust when the permissions of ~/Library/Application Support/EyeTV are screwed up. We now authenticate if needed, when we copy the finish_installation tool. More... about 13 years ago
The buttons in the update alert now auto-resize. Since we change the button width when we show "Learn More..." for no-download updates (e.g. paid updates or updates that may no longer run on the user's Mac), this simplifies localization a lot. More... about 13 years ago
All XIBs, all the time. More... about 13 years ago
Sparkle now warns the delegate before and after it brings up a modal panel. One can e.g. use this to unfloat floating windows that would otherwise cover the alerts. More... about 13 years ago
Newest Elgato localizations. More... about 13 years ago
Added two MacBook Air models. More... about 13 years ago
Merge branch 'master' of https://github.com/lapcat/Sparkle into lapcat-master
lemniscate
as Andy Matuschak
More... about 13 years ago
Added Turkish localization courtesy Tasin Is.
lemniscate
as Andy Matuschak
More... about 13 years ago
Compile for i386/x86_64 on 10.6 only. More... about 13 years ago
Delete stray LIBRARY_SEARCH_PATHS build setting. More... about 13 years ago
Delete redundant Sparkle in test app linked libraries. For some strange reason, there were two. More... about 13 years ago
Link against Cocoa rather than AppKit and Foundation. More... about 13 years ago
Don't include SUStandardVersionComparator.m in test app or unit test targets, because it's already in the framework target. More... about 13 years ago