aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteTextFieldCell.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-9/+9
|
* Fix for exception http://spbug.com/l/1638 caused by the result of comment ↵stuconnolly2010-09-251-1/+1
| | | | changes in r2682.
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-211-64/+39
|
* check for the attributed string length >= 3 while truncating it to avoid ↵Bibiko2010-03-311-2/+2
| | | | exceptions
* - Review copyWithZone: implementations and standardise on best practice ↵rowanbeentje2010-03-141-2/+4
| | | | recommendations
* - Tweak SPFavoriteTextFieldCell, releasing the hostname on dealloc and ↵rowanbeentje2010-02-111-1/+4
| | | | retaining on copyWithZone: to avoid issues
* Fix a number of memory leaks, and over-releases, as both a result of manual ↵rowanbeentje2010-02-101-6/+6
| | | | inspection of leaks and Clang static analysis.
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-7/+7
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* • first steps to improve the general tooltip behaviour of ↵Bibiko2009-10-121-5/+15
| | | | | | 'ImageAndTextCell' class • simplified the tooltip of Preference's Favorite List
* • fixed truncating issue of Pref's Favorite List table viewBibiko2009-10-121-1/+10
| | | | | - now favorite name/host will be truncated correctly - added tooltip for truncated favorites
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+3
|
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-0/+239
- committing Source