aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
Commit message (Expand)AuthorAgeFilesLines
* * Removed dead codeMax2018-06-021-63/+54
* Internal Refactoring: Move MySQL Help viewer into own xib with own controllerMax2018-05-271-1/+2
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-201-8/+2
|\
| * merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-201-5/+1
| * merge SPQueryController (part of #2789)Max2018-01-201-1/+0
| * Merge SPDatabaseDocument (part of #2789)Max2018-01-201-2/+1
* | Change the way SPTextView loads theme colors to prevent loading invalid color...Max2018-01-131-16/+51
|/
* Make reassigning "Select active query" (^Y) possible (#1215)Max Lohrmann2016-05-081-10/+3
* fix various compile warningsAbhi Beckert2016-04-031-2/+1
* Simplify some codeMax2016-02-271-35/+41
* Deobfuscate some code a bitMax2016-02-271-76/+68
* Fix an issue that made query favorites with 20 or more "mirrored snippets" un...Max2016-02-271-2/+4
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-2/+5
* Correctly enable/disable item in help menuGuillermo Ignacio Enriquez Gutierrez2015-08-251-1/+1
* Call [super validateMenuItem:] on SPTextView to update osx build in menuGuillermo Ignacio Enriquez Gutierrez2015-08-251-9/+7
* Minimal refactoringMax2015-03-091-2/+2
* Unescape escaped mirrored snippets in query fav.Max2015-01-091-14/+16
* Minor internal changesMax2015-01-061-1/+1
* Addition to commit 2735e15bMax2015-01-041-11/+11
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-10/+10
* Add cast for [NSApp delegate]Max2014-12-131-3/+3
* Fix spelling errors on method commentHoward P. Logsdon2014-09-171-2/+2
* Disable "Smart Quotes" in the query editor, among others.Howard P. Logsdon2014-09-171-0/+3
* Resolve #1974: Allow un-mapping of Ctrl-HAbhi Beckert2014-09-061-10/+7
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-8/+1
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-7/+8
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-55/+55
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-0/+12
* - Merge in changes from 1.0.x release branch to trunkrowanbeentje2013-02-131-3/+3
|\
| * - Fix warnings and logic bugs; thanks to Steven Frank for highlighting theserowanbeentje2013-02-121-3/+3
* | Move the flex parsing function definitions to their own file so they're not d...stuconnolly2013-01-251-15/+3
* | Fix more warnings.stuconnolly2013-01-241-4/+1
|/
* - Correctly draw/update the selection highlight within the SPTextView used i...rowanbeentje2012-12-231-0/+23
* - Tweak SPTextView background drawing, moving custom drawing into a differen...rowanbeentje2012-12-191-4/+2
* - Fix position of the autocomplete popup when the popup is just before a lin...rowanbeentje2012-08-211-25/+29
* - Fix custom selection colours using a translucent colour being blended thro...rowanbeentje2012-07-301-14/+53
* - Remove the last BWToolKit view items from the main nib (DBView) by redesig...rowanbeentje2012-07-291-3/+4
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-11/+21
* Merged SP r3710 with Codasqlprodev2012-07-051-1/+1
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-2/+4
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+4
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+5
* Missing from previous commit.stuconnolly2012-03-171-3/+4
* Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-171-6/+8
|\
| * Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-5/+6
| * Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-1/+2