8
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some memory leaks, thanks to Sean McBride.
lemniscate
as andym
More... about 16 years ago
Fixed the installation code to *really* not go through aliases; it didn't really work before.
lemniscate
as andym
More... about 16 years ago
Finished cleaning up singleton stuff in SUUpdater.m
lemniscate
as andym
More... about 16 years ago
Oops! Committed the last patch with broken code; this code works.
lemniscate
as andym
More... about 16 years ago
Made a number of fixes to potentially dangerous singleton behavior as suggested by Christiaan Hofman.
lemniscate
as andym
More... about 16 years ago
Added beginnings of permission prompt.
lemniscate
as andym
More... over 16 years ago
Set default font family for the release notes web view to the system font.
lemniscate
as andym
More... over 16 years ago
Fixed a resizing bug in the Turkish localization; thanks to Fred from Fennel Software for pointing that out.
lemniscate
as andym
More... over 16 years ago
Made a good deal more progress integrating the profile checking features. It should actually work now. Interface for asking the user if they will allow the profile to be sent is forthcoming. I also added some debug options to the test app's window; these may come in handy.
lemniscate
as andym
More... over 16 years ago
Fixed a couple tiny typos.
lemniscate
as andym
More... over 16 years ago
Updated project version numbers to 1.5 Cleaned up a couple things.
lemniscate
as andym
More... over 16 years ago
Update to Swedish localization courtesy Markus Amalthea Magnuson.
lemniscate
as andym
More... over 16 years ago
Another change to support [109].
lemniscate
as andym
More... over 16 years ago
Changed CFBundleShortVersionString behavior: Sparkle no longer uses Apple's about box style of displaying ShortVersionString (CFBundleVersion) when the latter is available; it seems to me that most of the point of using a CFBundleShortVersionString is to hide the CFBundleVersion from the user. If you hate this, let me know.
lemniscate
as andym
More... over 16 years ago
Restored 10.3.9 compatibility to the system version method.
lemniscate
as andym
More... over 16 years ago
Restored PPC64 support; thanks, Nick Zitzmann.
lemniscate
as andym
More... over 16 years ago
Update to the Spanish localization courtesy Javier Hernanz Zajara.
lemniscate
as andym
More... over 16 years ago
Numerous minor changes courtesy Sean McBride. Mostly clarifications.
lemniscate
as andym
More... over 16 years ago
Fixed SUStatusChecker to use the new SUUpdater interface.
lemniscate
as andym
More... over 16 years ago
Removed old, extraneous SUUpdater+DSA.m
lemniscate
as andym
More... over 16 years ago
Fixed SUStatusChecker--it was broken because I had made SUUpdater a true singleton, so subclasses couldn't even get allocated properly.
lemniscate
as andym
More... over 16 years ago
Fixed some warnings related to the Gestalt call. Made the em-dash in the update alert dialog the kosher way.
lemniscate
as andym
More... over 16 years ago
Set the role of all headers to public.
lemniscate
as andym
More... over 16 years ago
Fixed warnings for missing newlines at the end of the file. Replaced use of SystemVersion.plist with Gestalt()
lemniscate
as andym
More... over 16 years ago
Restored ppc64 support for the test app and relaunch in addition to just the framework.
lemniscate
as andym
More... over 16 years ago
Fixed the icon-fetching method for configurations in which CFBundleIconFile has the icns extension in the value.
lemniscate
as andym
More... over 16 years ago
Improved headers from Charles D. H. Williams.
lemniscate
as andym
More... over 16 years ago
Changed parentheses in the update alert to an em-dash to cope with the new parenthetical version style.
lemniscate
as andym
More... over 16 years ago
What the heck? Apparently the allowsAutomaticUpdates method for update alerts hasn't been working properly for a while. Fixes #120.
lemniscate
as andym
More... over 16 years ago
Fixed up headers to make things easier for those who compile Sparkle in situ -- thanks for the help, Charles D. H. Williams.
lemniscate
as andym
More... over 16 years ago