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
/
SPTextView.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Removed dead code
Max
2018-06-02
1
-63
/
+54
*
Internal Refactoring: Move MySQL Help viewer into own xib with own controller
Max
2018-05-27
1
-1
/
+2
*
Merge remote-tracking branch 'origin/mergeclasses'
Max
2018-01-20
1
-8
/
+2
|
\
|
*
merge and restructure remaining smaller stuff in main project (part of #2789)
Max
2018-01-20
1
-5
/
+1
|
*
merge SPQueryController (part of #2789)
Max
2018-01-20
1
-1
/
+0
|
*
Merge SPDatabaseDocument (part of #2789)
Max
2018-01-20
1
-2
/
+1
*
|
Change the way SPTextView loads theme colors to prevent loading invalid color...
Max
2018-01-13
1
-16
/
+51
|
/
*
Make reassigning "Select active query" (^Y) possible (#1215)
Max Lohrmann
2016-05-08
1
-10
/
+3
*
fix various compile warnings
Abhi Beckert
2016-04-03
1
-2
/
+1
*
Simplify some code
Max
2016-02-27
1
-35
/
+41
*
Deobfuscate some code a bit
Max
2016-02-27
1
-76
/
+68
*
Fix an issue that made query favorites with 20 or more "mirrored snippets" un...
Max
2016-02-27
1
-2
/
+4
*
Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()
Max
2015-10-20
1
-2
/
+5
*
Correctly enable/disable item in help menu
Guillermo Ignacio Enriquez Gutierrez
2015-08-25
1
-1
/
+1
*
Call [super validateMenuItem:] on SPTextView to update osx build in menu
Guillermo Ignacio Enriquez Gutierrez
2015-08-25
1
-9
/
+7
*
Minimal refactoring
Max
2015-03-09
1
-2
/
+2
*
Unescape escaped mirrored snippets in query fav.
Max
2015-01-09
1
-14
/
+16
*
Minor internal changes
Max
2015-01-06
1
-1
/
+1
*
Addition to commit 2735e15b
Max
2015-01-04
1
-11
/
+11
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-1
/
+1
*
Change [NSArray arrayWithObject:] to @[] literal
Max
2014-12-13
1
-10
/
+10
*
Add cast for [NSApp delegate]
Max
2014-12-13
1
-3
/
+3
*
Fix spelling errors on method comment
Howard P. Logsdon
2014-09-17
1
-2
/
+2
*
Disable "Smart Quotes" in the query editor, among others.
Howard P. Logsdon
2014-09-17
1
-0
/
+3
*
Resolve #1974: Allow un-mapping of Ctrl-H
Abhi Beckert
2014-09-06
1
-10
/
+7
*
Update URL in source file header to point to GitHub.
Stuart Connolly
2014-01-26
1
-1
/
+1
*
Remove SVN property placeholder.
Stuart Connolly
2014-01-26
1
-2
/
+0
*
- Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...
rowanbeentje
2013-05-21
1
-8
/
+1
*
Fix more wanrings by creating a protocol that delegates of the copy table sho...
stuconnolly
2013-02-16
1
-7
/
+8
*
Changing SP_REFACTOR macro to SP_CODA
sqlprodev
2013-02-14
1
-55
/
+55
*
Changes required to merge Sequel Pro r4011 into Coda
sqlprodev
2013-02-14
1
-0
/
+12
*
- Merge in changes from 1.0.x release branch to trunk
rowanbeentje
2013-02-13
1
-3
/
+3
|
\
|
*
- Fix warnings and logic bugs; thanks to Steven Frank for highlighting these
rowanbeentje
2013-02-12
1
-3
/
+3
*
|
Move the flex parsing function definitions to their own file so they're not d...
stuconnolly
2013-01-25
1
-15
/
+3
*
|
Fix more warnings.
stuconnolly
2013-01-24
1
-4
/
+1
|
/
*
- Correctly draw/update the selection highlight within the SPTextView used i...
rowanbeentje
2012-12-23
1
-0
/
+23
*
- Tweak SPTextView background drawing, moving custom drawing into a differen...
rowanbeentje
2012-12-19
1
-4
/
+2
*
- Fix position of the autocomplete popup when the popup is just before a lin...
rowanbeentje
2012-08-21
1
-25
/
+29
*
- Fix custom selection colours using a translucent colour being blended thro...
rowanbeentje
2012-07-30
1
-14
/
+53
*
- Remove the last BWToolKit view items from the main nib (DBView) by redesig...
rowanbeentje
2012-07-29
1
-3
/
+4
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-11
/
+21
*
Merged SP r3710 with Coda
sqlprodev
2012-07-05
1
-1
/
+1
*
Move the BASH command code from the string additions category to remove the d...
stuconnolly
2012-05-07
1
-2
/
+4
*
#ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds
sqlprodev
2012-03-29
1
-0
/
+4
*
- Clean up SPMySQL and QueryKit inclusion and search methods, which should f...
rowanbeentje
2012-03-27
1
-4
/
+0
*
tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR
sqlprodev
2012-03-27
1
-0
/
+5
*
Missing from previous commit.
stuconnolly
2012-03-17
1
-3
/
+4
*
Merge in the SPMySQL Framework. This new framework should provide much of th...
rowanbeentje
2012-03-17
1
-6
/
+8
|
\
|
*
Final feature work on the SPMySQL branch before merging:
rowanbeentje
2012-03-14
1
-5
/
+6
|
*
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-1
/
+2
[next]