1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Need to change the file type of the strings files to unicode; also apply mhaque's fix for the deployment build process. More... over 19 years ago
A few Xcode 1.5+ fixes, and also don't include the .pch in the final built application. More... over 19 years ago
function is no longer there, needs no proto More... over 19 years ago
Be more consisted with the OS API - Rect parameters are pointers. More... over 19 years ago
Move event handler type lists to static const globals immediately before the handlers they refer to, rather than having them built at run-time in the functions that install the handlers. More... over 19 years ago
Fix text input problem with inputwindow (redirect text to message windows to the input control. More... over 19 years ago
It's not necessary to force an update of the status line every 5 seconds. Anything that needs and update should already be calling UpdateStatusLine anyway. More... over 19 years ago
Make inputline title a Localizable.string. Localizable.strings also needs to be UTF-16 for it to work at all. More... over 19 years ago
Minor code cleanup; use CreateScrollBarControl() rather than NewControl. More... over 19 years ago
Make the inputwindow status line a control. Inputwindow is now a compositing window. Bump version to 2.0a13. More... over 19 years ago
Oops, botched scroll wheel direction. More... over 19 years ago
MWSetFontSize() should save and restore the WE field's activation, so that it's not necessary for clients to know/guess about it. Also change win-> to mw-> in MWSetFontSize(). More... over 19 years ago
fontsBegin global belongs as static in MenuCommands.c More... over 19 years ago
Remove unnecessary references to AppearanceHelp.h More... over 19 years ago
Remove unused SetBackground() function. More... over 19 years ago
Move the MW search code into MsgWindows.c More... over 19 years ago
Always specify message window param to DoFind2. More... over 19 years ago
Oops, line scrolling was reversed. More... over 19 years ago
Create MWClearText() so IRCCommands.c doesn't have to know about the scrollbar. More... over 19 years ago
Have userlist use SetControlBounds() instead of SizeControl/MoveControl. More... over 19 years ago
Message Window cleanups: set the scroll wheel handler and vscr control action in MsgWindows.c; clean up MWVScrollTrack and stop calling directly into MWScroll from outside MsgWindows. More... over 19 years ago
Inputline as MLTE Control. Major cleanup of inputline access - text field is private. Drink the CarbonEvents Kool-Aid. Reimplement inputline history. Disable (broken) MW text edit for now - going to drink more CarbonEvents Kool-Aid before re-enabling it. More... over 19 years ago
Fix uninitialized use warning. More... over 19 years ago
Re-arrange some of the hiCommand event handlers to message windows, rather than app-global. More... over 19 years ago
Clean up the last patch. It didn't work as well as it should have. More... over 19 years ago
Replace WEFindWord with _HNCFindWord for nick completion. WEFindWord sucks for IRC nicks. More... over 19 years ago
get rid of a stupid macro More... over 19 years ago
Minor inputline access cleanup. More... over 19 years ago
Minor plugins API enhancement for a plugin I'm probably not going to write anymore. More... over 19 years ago
Added servers for Freenode, StarChat, DarkTree More... over 19 years ago