2009-04-09 Zachary West Don't validate command menu items when no list objects are selected.
2009-04-09 Zachary West Don't leak marked scrollers; release them when the WKMV is deallocated.
2009-04-09 David Smith Fast enumerate
2009-04-08 Zachary West As Peter pointed out, the latter and operation was broken, and 2 other things.
2009-04-08 Zachary West Now with less memory leak.
2009-04-08 Zachary West Raw commands can contain passwords; we don't want to AILog it.
2009-04-08 Zachary West In the shelf view, ask the delegate for a context menu, since it will largely depend on the shelf contents. It's not something that can be cached like bindings cause.
2009-04-08 Zachary West Speed up resizing the user list by delaying saving the preference until the resize is done.
2009-04-08 David Smith Autorelease our file handle...
2009-04-07 Zachary West As Peter suggested, rename {{{-actionsForchat:}}} to {{{-actionMenuForChat:}}} since the former implied selectorness. Removes the CBPurpleAccount empty definition.
2009-04-07 Zachary West Don't (locally) convert a link starting with "#" into a channel link. Fixes #11877.
2009-04-07 Zachary West Fix the position of a shelf action button when the shelf is on the left side
2009-04-07 Zachary West Like every resize control in the world, don't resize to the point of the mouse, resize as though it was dragging the view.
2009-04-07 Colin Barrett Committing new version of PSMTabBarControl (r280). Includes a change to move the object counter over three pixels to the right. Looks much nicer this way.
2009-04-07 Zachary West Make the text in the shelf view draw centered.
2009-04-07 Zachary West Make the blue color match my precious.
2009-04-07 Zachary West Revert [26624], bringing back my blue precious.
2009-04-07 Zachary West Story of my life.
2009-04-07 Zachary West Clean up the display of, and clicking of, the action button in the shelf view. Draw some more lines, and support drawing the button + text at the same time. Enable by default, but currently only IRC displays it (and the menu says "Coming Soon").
2009-04-07 David Smith Propertyize some more
2009-04-07 David Smith Synthesize
2009-04-07 David Smith Simplify code by setting [NSNumber numberWithBool:NO] instead of nil for properties. This should be just as memory efficient since NSNumber caches those.
2009-04-07 David Smith Assorted simplifications. No intended behavior change, yell at me if you spot one ;)
2009-04-06 David Smith Fast enumeration, some identation
2009-04-06 David Smith Fix an old typo
2009-04-06 Zachary West Changelogging some more.
2009-04-06 Zachary West And changelogging something else I forgot.
2009-04-06 Zachary West Changelogging Clear Display in the Display menu.
2009-04-06 Zachary West Changelogging user list sideage.
2009-04-06 David Smith What the heck is this header?
2009-04-06 Zachary West Expose the chat container -> message view controller link. Add a "Clear Display" menu item to the Display menu.
2009-04-06 Zachary West Add "Toggle User List Side" to the Display menu. Unlike the user list toggle, this is a global preference change.
2009-04-06 David Smith Reenable parallel targets. [26792] indicates that disabling it did not help
2009-04-06 David Smith Apparently we no longer use IconFamily. Axe it :)
2009-04-06 Zachary West As usual, an NSLog slipped in.
2009-04-06 Zachary West Properly save the user list's width when it's modified, and modify all open chats to the new width when the preference changes.
2009-04-06 Zachary West D'oh, forgot to save.
2009-04-06 Zachary West Only validate the "Jump to…" menu items when a jump could actually occur.
2009-04-06 Zachary West Bonjour once again failed to compile in, removing the clean requirement again.
2009-04-06 Matt Handley After noticing that we only use this function in one way, provided a simpler function with the defaults.
2009-04-06 Matt Handley Changing svn:ignore to ignore some files I don't think we ever want checked in.
2009-04-06 David Smith Project changes for 26788
2009-04-06 David Smith Fold NSString+CarbonFSRefCreation into its one client, greatly simplifying it in the process
2009-04-06 David Smith Stop throwing exceptions when hovering people in the twitter timeline on your contact list
2009-04-06 David Smith coding style
2009-04-06 David Smith Burninate NDRunLoopMessenger now that it is no longer needed
2009-04-06 David Smith Fix crash on disconnect for bonjour
2009-04-06 David Smith Run bonjour on the main thread. It appears (in my testing, I tried to be thorough) to work just great aside from a pre-existing crash on disconnect (recent regression) which will hopefully be easier to track down now
2009-04-06 David Smith What I meant...
2009-04-06 David Smith An AIXMLAppendXMLOperation showed up in my leaks output, which I suspect is due to throwing away an appender and it not releasing lastOp. We really have no need for that though, so this should avoid the leak and be simpler
2009-04-06 Zachary West Don't use a trash variable to scan into, and as Peter pointed out, NULL not nil for the no-pointer specification.
2009-04-06 Zachary West Recalculate sizes on side or line status (though the latter not so much going to be happening) changes.
2009-04-06 Zachary West Don't draw the divider line for the message view's shelf view.
2009-04-06 Zachary West Draw the user list on the right. This is swappable, so it won't be hard to make it a preference.
2009-04-06 David Smith Oops. Thanks Peter :)
2009-04-06 David Smith Implement a missing dealloc
2009-04-06 David Smith Implement -dealloc for AIHTMLDecoder, fixing some leaks
2009-04-06 David Smith Stop leaking all our date format strings
2009-04-05 Zachary West Set the menu title for Display menu so it shows up before the Menu Controller loads.
2009-04-05 Zachary West Project changes for [26770].