aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextAndLinkCell.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up.stuconnolly2010-10-191-2/+0
|
* More tidy up. Constants and functions.stuconnolly2010-03-311-7/+0
|
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵stuconnolly2010-03-311-1/+2
| | | | favorites (Thanks Hans).
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-5/+5
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* Tidy up.stuconnolly2009-11-071-1/+0
|
* - Improve the TextAndLinkCell (foreign key link arrows) to make the arrows ↵rowanbeentje2009-07-211-1/+0
| | | | behave like proper buttons, allowing clicking and dragging out to cancel the click, and highlight states
* Add the ability to navigate between tables via foreign key relationships, ↵rowanbeentje2009-07-181-0/+52
addressing the first part of #209: - For the first column linked by each foreign key, display a link arrow within the table cell - When clicking on the link arrow, select the reference table and set the table filters to select the clicked value - Also uses the table cell subclass to allow the entire cell to be editable, not just the contained text (addresses #250)
n161' href='#n161'>161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206