1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Be rid of incessantly irritating 'unused parameter' warnings. More... almost 20 years ago
Probably not such a bad idea to set this, since we require 10.2+ anyways. More... almost 20 years ago
Ensure the topic window can't be shrunk beyond it's basic size. More... almost 20 years ago
Resizable topic sheet More... almost 20 years ago
Fix Deployment target, this corrects SF bug #756434 More... almost 20 years ago
Always initialize OSStatus and OSErr variables as noErr More... almost 20 years ago
unused FSSpec function go baibai! More... almost 20 years ago
Fix crash-on-join for channels ShadowIRC doesn't think you're on. (Broken proxy issues.) More... almost 20 years ago
Fix DCC SEND borkage. This must have snuck in while I was updating for IPv6. More... almost 20 years ago
Apple HIG recommends the verb 'Delete' instead of 'Clear' More... almost 20 years ago
Fix LSPosCharInRange More... about 20 years ago
Fix CTCP. For real, this time. More... about 20 years ago
Avoid incompatible pointer type warnings. More... about 20 years ago
Added a new convenience function LSPosCharInRange(), courtesy of fGewA. More... about 20 years ago
Oops. Correctly init the plugin data record; was initing p.nickStyleP twice and not doing p.textStyleP at all. [Thanks to DerekS for making me look at the code.] More... about 20 years ago
Not sure why, but ShadowIRC fall down go boom if the channel had no topic. More... about 20 years ago
Use LSPosChar instead of LSPos(). More... about 20 years ago
Fix LSCopy() to set out->len = 0 if firstpos > ls->len More... about 20 years ago
Update CTCP to allow CTCP parameters to be LongStrings. This allows action text to be > 248 characters. More... about 20 years ago
Increase message window buffer limit from 30k to 64k. More... about 20 years ago
Fix the alignment of items in the find window so it doesn't look as bad. More... about 20 years ago
Fix the 2.0a10 preferences file version. More... about 20 years ago
Remove unused menuBar constant. More... about 20 years ago
Don't need SIColors.xml. More... about 20 years ago
Save the color preferences in the plist now. Change the prefs file version number - this prefs file won't work with older versions of ShadowIRC. Change version to 2.0a10. Color prefs code based on a concept by smcgovern. More... about 20 years ago
Replace two LSAppend2s and an LSAppend3 with LSConcatLSAndStr functions for cleanliness. More... about 20 years ago
Fix notify support. More... about 20 years ago
Remove unused rectcmp function. More... about 20 years ago
Fix null dereference in deleteNotify(). Someone needs to come back here later and figure out what exactly this code is doing. [fgewa] More... about 20 years ago
Use GetWindowBounds instead of GetWindowRegion in WGetBBox(). [Mac-arena] More... about 20 years ago