aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextAndLinkCell.m
Commit message (Collapse)AuthorAgeFilesLines
* - Clean up logic flow, moving column and row capture to within ↵rowanbeentje2009-07-211-6/+6
| | | | trackMouse:inRect:ofView:untilMouseUp: instead of hitTestForEvent:.
* - Improve the TextAndLinkCell (foreign key link arrows) to make the arrows ↵rowanbeentje2009-07-211-3/+68
| | | | 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/+202
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)