index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
NoodleLineNumberView.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
• fixed issue for line numbering view if associated textView is scrolled fr...
Bibiko
2012-01-05
1
-4
/
+2
*
• sped up the line number drawing; now it's 5 times faster
Bibiko
2012-01-05
1
-20
/
+27
*
• sped up line range calculation a bit
Bibiko
2011-05-27
1
-16
/
+16
*
merging SP_REFACTOR branch with trunk
sqlprodev
2011-05-19
1
-1
/
+0
*
- Fix more warnings
rowanbeentje
2011-03-14
1
-26
/
+26
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-5
/
+5
*
• fixed tiny overseen bug by speeding up the line numbering; the complete v...
Bibiko
2011-02-17
1
-1
/
+1
*
• commented out unused code; applied global layoutManager and container to ...
Bibiko
2011-02-17
1
-12
/
+8
*
• some minor speed improvements
Bibiko
2011-02-17
1
-12
/
+16
*
• some speed improvements for line numbering
Bibiko
2011-02-16
1
-35
/
+36
*
• several speed optimisations and code cleaning
Bibiko
2011-02-02
1
-231
/
+252
*
• some minor code improvements for speed esp. for line selecting via gutter
Bibiko
2011-01-25
1
-30
/
+33
*
• fixed GUI problem for line numbering in Query Editor
Bibiko
2010-12-14
1
-70
/
+71
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-1
/
+0
*
Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...
stuconnolly
2010-03-31
1
-0
/
+1
*
• sped up Query Editor for larger text
Bibiko
2010-02-01
1
-90
/
+89
*
- Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...
rowanbeentje
2010-01-09
1
-27
/
+28
*
- Make the DBView window the document window. This allows the document to b...
rowanbeentje
2009-07-15
1
-5
/
+6
*
• added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function
Bibiko
2009-06-18
1
-3
/
+4
*
Fixed some memory leaks found using llvm/clang. There are still some to fix
bamse16
2009-06-05
1
-1
/
+0
*
• removed log for giving up line numbering
Bibiko
2009-05-11
1
-3
/
+0
*
• added "Query Editor" preference pane for setting colors, font, and modes ...
Bibiko
2009-05-07
1
-0
/
+8
*
- Add support for click and click-and-drag selection when the line number vi...
rowanbeentje
2009-04-24
1
-1
/
+64
*
• make - (unsigned)lineNumberForCharacterIndex:(unsigned)index inText:(NSSt...
Bibiko
2009-04-21
1
-1
/
+0
*
- Implement line numbering for CMTextView:
rowanbeentje
2009-04-16
1
-0
/
+493