aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NoodleLineNumberView.m
Commit message (Expand)AuthorAgeFilesLines
* merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-201-1/+1
* Fix a possible crash caused by a use-after-free in some rare cases when closi...Max2015-05-091-7/+15
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
* - Fix an uninitialised value in the custom query line number view which coul...rowanbeentje2013-08-281-0/+1
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-1/+1
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-12/+1
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-21/+21
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-0/+12
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-22/+21
* • fixed issue for line numbering view if associated textView is scrolled fr...Bibiko2012-01-051-4/+2
* • sped up the line number drawing; now it's 5 times fasterBibiko2012-01-051-20/+27
* • sped up line range calculation a bitBibiko2011-05-271-16/+16
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-1/+0
* - Fix more warningsrowanbeentje2011-03-141-26/+26
* fixed compiler warningssqlprodev2011-03-011-5/+5
* • fixed tiny overseen bug by speeding up the line numbering; the complete v...Bibiko2011-02-171-1/+1
* • commented out unused code; applied global layoutManager and container to ...Bibiko2011-02-171-12/+8
* • some minor speed improvementsBibiko2011-02-171-12/+16
* • some speed improvements for line numberingBibiko2011-02-161-35/+36
* • several speed optimisations and code cleaningBibiko2011-02-021-231/+252
* • some minor code improvements for speed esp. for line selecting via gutterBibiko2011-01-251-30/+33
* • fixed GUI problem for line numbering in Query EditorBibiko2010-12-141-70/+71
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-0/+1
* • sped up Query Editor for larger textBibiko2010-02-011-90/+89
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-27/+28
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-5/+6
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-3/+4
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-1/+0
* • removed log for giving up line numberingBibiko2009-05-111-3/+0
* • added "Query Editor" preference pane for setting colors, font, and modes ...Bibiko2009-05-071-0/+8
* - Add support for click and click-and-drag selection when the line number vi...rowanbeentje2009-04-241-1/+64
* • make - (unsigned)lineNumberForCharacterIndex:(unsigned)index inText:(NSSt...Bibiko2009-04-211-1/+0
* - Implement line numbering for CMTextView:rowanbeentje2009-04-161-0/+493