Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+21 |
| | |||||
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -2/+0 |
| | |||||
* | More tidy up. Constants and functions. | stuconnolly | 2010-03-31 | 1 | -7/+0 |
| | |||||
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵ | stuconnolly | 2010-03-31 | 1 | -1/+2 |
| | | | | favorites (Thanks Hans). | ||||
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵ | rowanbeentje | 2010-01-09 | 1 | -5/+5 |
| | | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3 | ||||
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -1/+0 |
| | |||||
* | - Improve the TextAndLinkCell (foreign key link arrows) to make the arrows ↵ | rowanbeentje | 2009-07-21 | 1 | -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, ↵ | rowanbeentje | 2009-07-18 | 1 | -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) |