1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating project to ProjectBuilder 2.0. More... almost 22 years ago
Make ctrl-w (word delete) work in the inputline. More... almost 22 years ago
Cleaned up code in HitFontsMenu(). More... almost 22 years ago
Alternate solution to GetFNum() that works... More... almost 22 years ago
Updated fonts menu creation to use new API. Using the new API to retrieve the selected font doesn't work, so it's commented out. More... almost 22 years ago
MoreMasters() has no effect on OS X More... almost 22 years ago
The serverlist plugin doesn't exist anymore, and the old one won't even load, so there's no need to check for it... More... almost 22 years ago
Removed two unused functions. (C <-> Pascal string conversion) More... almost 22 years ago
Cleaned up version setup. More... almost 22 years ago
Mark myVersion and CRCTable const More... almost 22 years ago
Removed unncecessary wrapper function. More... almost 22 years ago
Move MsgWindow hit tracking into MsgWindows.c. More... almost 22 years ago
Removed sScrollStep global and moved complexity from inContentHandler to MWVScrollTrack. More... almost 22 years ago
Return 0 on successful completion More... almost 22 years ago
Pragma cleanups More... almost 22 years ago
Switch from recv w/ MSG_PEEK to FIONREAD ioctl. Much more effecient. More... almost 22 years ago
Some small TCP code cleanup More... almost 22 years ago
Fix obscure bug in connection opening. When a non-blocking connect() failed immediately, we would wind up jumping to 0x0. This occurs only rarely, and so the problem was never observed before. More... almost 22 years ago
Fixed UI element layout in Connections pref pane This will make me happy until someone moves this to a nib More... almost 22 years ago
Removed the registration/serial number items from the about dialog and the about dialog display filter. More... almost 22 years ago
Changed the #define for using the asm from __POWERPC__ to USE_SHADOWIRC_ASSEMBLY, which is set to zero. More... almost 22 years ago
Remove calls to FreeMem() since it is useless on Mac OS X. More... almost 22 years ago
Moved all nullEvt processing into timers (except idlePlugins(), which doesn't do anything useful now anyway) and bumped the WNE time to 60 ticks. ShadowIRC now appears to use "0.0%" CPU time according to top when not doing anything. More... almost 22 years ago
Remove cursor focusing. I never liked it in the first place, and it's a lot harder to use effectively with the new window layout in X. More... almost 22 years ago
Remove the TalkCity stuff. We won't ever be supporting them... More... almost 22 years ago
Removed the wrapper functions WShow, WHide, WMove, WDrag, ShowAllFloaters, HideAllFloaters, WMoveToFront, FrontNonFloater, which were just calling directly through to Carbon API. More... almost 22 years ago
Moved the async sound completion into a timer. More... almost 22 years ago
Moved the network polling to the IdleTasks() function, which is really where it should have been in the first place. More... almost 22 years ago
FIxed compiler warnings. More... almost 22 years ago
Cleaned up event processing by removing dialog event processing (this never made it into the event loop anyway) and fixing keyDown event processing. More... almost 22 years ago