aboutsummaryrefslogtreecommitdiffstats
path: root/Source/ImageAndTextCell.m
Commit message (Collapse)AuthorAgeFilesLines
* Following a manual code review, fix some local variables overriding global ↵rowanbeentje2010-03-151-0/+8
| | | | variables, a few leaks, and additional nil setting/checking to prevent overreleases or releases of random areas of memory.
* - Review copyWithZone: implementations and standardise on best practice ↵rowanbeentje2010-03-141-1/+2
| | | | recommendations
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-3/+3
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* • fixed: return correct SPTableTextFieldCell 's cellSize for tooltip ↵Bibiko2009-11-021-0/+2
| | | | expansion frame rect
* • first steps to improve the general tooltip behaviour of ↵Bibiko2009-10-121-1/+45
| | | | | | 'ImageAndTextCell' class • simplified the tooltip of Preference's Favorite List
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+0
|
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+135
structure.