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
Remove deprecated functions comment for inputline functions. More... about 20 years ago
Given we never call NavLoad(), and Navigation.h claims that NavUnload is 'not available' in Mac OS X, we probably don't need to be calling it... More... about 20 years ago
Remove unused string. More... about 20 years ago
Clean up menu function names. More... about 20 years ago
Use a plist instead of a STR# resource for the 'ShadowIRC on the Web' URLs menu. Use LSOpenCFURLRef directly, rather than the coercing to a Str255 and passing to IC through OpenURL. More... about 20 years ago
Oops. Commit Plugins API change for IAD(Get|Set)Text. More... about 20 years ago
IADGetText() now returns the size of the input field text. The ls parameter is optional. IADSetText() now has no return value. Update DoJoinSelWin() to take advantage of this. (But the windows still seem to be getting selected regardless of setting...) More... about 20 years ago
In ReadInPrefs, don't attempt to write out the prefs file header. (Can't do this, since the prefs file is open read-only, and don't want to do this, because it would be bad if this were saved and the rest of the prefs weren't, in the case of a pref file update. (smcgovern). Also, mainRefNum doesn't need to be global, since it's not used in any other file. More... about 20 years ago
Add support for HTDelete/HTCreateDuplicate/HTCopyElt; add support for WALLCHOPS server option. Add support for unsetting server options. More... about 20 years ago
Remove a bunch of old #defines and UPP declarations that don't matter anymore. More... about 20 years ago
While we're in here, remove some old #ifdef cruft from the 68k days. More... about 20 years ago
Fix WEDraggedToTrash crash on dragging to Finder by using Jaguar API for detecting drags to the trash. More... about 20 years ago
This file will become useful very soon. More... about 20 years ago
Fix version requirements text and OS 8 contextual menus note. More... over 20 years ago
gPSN sits largely unused. More... over 20 years ago
Not sure why that pragma unused(data) was there, but it's not necessary... More... over 20 years ago
include inline.h - wasn't before because of 68k plugins. More... over 20 years ago
Fix bug in earlier compiler warning fix. More... over 20 years ago
Squelch a lot of compiler warnings. More... over 20 years ago
Minor code cleanup. More... over 20 years ago
Major update to inputline handling - create the concept of the InputAreaData record, which contains the input field and history information. More... over 20 years ago
Update copyright dates that should have been updated before. More... over 20 years ago
Doh. Forgot GPL header. More... over 20 years ago
Shut up a few compiler warnings. More... over 20 years ago
Update this version number also. More... over 20 years ago
Need this too. More... over 20 years ago
Tab completion. Also updates to the InputLine accessor functions, and update the project to the new version of Xcode. More... over 20 years ago
Add support for searching starting at the end to LSPos[Case]Custom. Implement LSPos[Case] using *Custom. More... over 20 years ago
Minor changes to stop some annoing warnings with 'native' targets in Xcode. More... over 20 years ago
Minor changes to stop some annoing warnings with 'native' targets in Xcode. More... over 20 years ago