aboutsummaryrefslogtreecommitdiffstats
path: root/Source/ImageAndTextCell.m
Commit message (Collapse)AuthorAgeFilesLines
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-5/+5
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* 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.