6
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 3 hours ago.
Oct 15, 2024 — Oct 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Detect request to update contact info. More... over 9 years ago
Resnipe should return true in most cases. More... over 9 years ago
Hopefully fix an index out of bounds exception. If a tab is told to update an item which it's supposed to have, but it doesn't have any rows at all, it'll throw an exception. Fixed by gating on the active row being within the legit range for the table. More... over 9 years ago
Replace the selection search in the top of the UI with a filter. F'ING FINALLY! More... over 9 years ago
A few small code cleanups and simplifications. More... over 9 years ago
Fix the updating of time left by putting the 'update time' method in the model, where it belongs. More... over 9 years ago
Fix the 'failure to launch' for the first attempt at 2.99pre5 by updating the app launcher. More... over 9 years ago
Fix the damn cancel snipe bug for reals. More... almost 10 years ago
Add the URL to download the right version of Java from for Unix users. More... almost 10 years ago
Add a 'linux' target that builds a binary tarfile. More... almost 10 years ago
Stop losing the IP address of ebay's server every so often. This bug has been around for nearly a decade. More... almost 10 years ago
Move several long-running script loads to after UI startup, so they don't slow down the launch time more than needed. More... almost 10 years ago
Bump the version to 2.99pre5. More... almost 10 years ago
Keep multiple copies of the launcher to mitigate the awful launch cache problems. Also give a nicer error if using a version of OS X prior to 10.8. More... almost 10 years ago
Pack the dialog so all the components are visible when it's displayed. Fixes the Windows Add dialog (and bid and others) not being correctly sized. More... almost 10 years ago
If the user has configured a browser and forced it to override the auto-detected one, use it. More... almost 10 years ago
Fix an awful bug where it was double-deleting from the UI. It was throwing an exception (if you deleted the last) and if you didn't, it got all confused about how many entries it had. It was bad... More... almost 10 years ago
Fix private user actions which weren't being called, like 'Cancel Snipe'. More... almost 10 years ago
Forgot the CF Bundle version. Which broke Sparkle. More... almost 10 years ago
Update the manifest and launch4j configuration to be 2.99pre4. More... almost 10 years ago
Bump up the version to 2.99pre4. More... almost 10 years ago
Support recognizing the 'secret question' prompt from eBay, fixing another yellow-dot problem. More... almost 10 years ago
Code cleanups, reordering, and refactoring. More... almost 10 years ago
Comment the sorting methods for auction entry. More... almost 10 years ago
Remove unused import. More... almost 10 years ago
Fix sorting so it correctly sorts by the appropriate underlying 'sort by' value. More... almost 10 years ago
Clean up the UI constants some (more to do) and switch to using switch/case for String. Much cleaner. Also add a lot of comments to the UIBackbone. More... almost 10 years ago
Small Ruby tweaks to eliminate an error message and simplify some code. More... almost 10 years ago
Make some tweaks to make JRuby work on Windows. More... almost 10 years ago
Create a zipfile that I can reasonably download to the Windows box that creates my installer. More... almost 10 years ago