Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -23/+20 |
| | |||||
* | • sped up the line number drawing; now it's 5 times faster | Bibiko | 2012-01-05 | 1 | -0/+3 |
| | |||||
* | • sped up line range calculation a bit | Bibiko | 2011-05-27 | 1 | -0/+3 |
| | |||||
* | • some minor speed improvements | Bibiko | 2011-02-17 | 1 | -0/+6 |
| | |||||
* | • some speed improvements for line numbering | Bibiko | 2011-02-16 | 1 | -0/+6 |
| | |||||
* | • several speed optimisations and code cleaning | Bibiko | 2011-02-02 | 1 | -22/+27 |
| | |||||
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵ | rowanbeentje | 2010-01-09 | 1 | -3/+3 |
| | | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3 | ||||
* | - Add support for click and click-and-drag selection when the line number ↵ | rowanbeentje | 2009-04-24 | 1 | -0/+3 |
| | | | | view receives mouse events. Enables easy selection of lines. | ||||
* | • make - (unsigned)lineNumberForCharacterIndex:(unsigned)index ↵ | Bibiko | 2009-04-21 | 1 | -0/+2 |
| | | | | inText:(NSString *)text; public to avoid double-coding | ||||
* | - Implement line numbering for CMTextView: | rowanbeentje | 2009-04-16 | 1 | -0/+60 |
- Add an implementation of NoodleLineNumberView, by Paul Kim. Slightly tweaked to remove markers. - Add to CMTextView (to enable it for other CMTextView uses, hook up the scrollView outlet to the containing scroll view) |