aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.m
Commit message (Expand)AuthorAgeFilesLines
* Issue 1462: Right click in custom filter editor causes exceptionbamse162012-09-181-2/+2
* - Remove all BWToolKit elements from the Content Filter Manager, replacing w...rowanbeentje2012-08-011-28/+6
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+8
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-5/+4
* Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* Fix an exception when removing the only content filter. Fixes exceptions http...stuconnolly2011-08-071-26/+27
* * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-101-2/+2
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-3/+13
* * Fix two untranslatable strings #1006dmoagx2011-03-201-1/+1
* - Fix more compiler warningsrowanbeentje2011-03-151-2/+2
* fixed compiler warningssqlprodev2011-03-011-0/+1
* Tidy up.stuconnolly2010-10-191-4/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remove use of multiple comments for localized strings.stuconnolly2010-10-191-4/+4
* * One label was too short in Content Filter Managerdmoagx2010-09-261-11/+12
* • SPTableContentBibiko2010-09-201-135/+189
* • SPTableContentBibiko2010-09-201-56/+56
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-241-1/+1
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-1/+1
* Rename CMTextView to SPTextView.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-3/+4
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-1/+4
* • added the chance to the user-defined Content Filter Editor to specify whe...Bibiko2010-02-191-1/+6
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-0/+2
* • removed from each open panel:Bibiko2010-01-151-1/+1
* removed/refactored three instances of calling a method of untyped (id) objectsBibiko2010-01-091-3/+5
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-9/+9
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-041-4/+14
* • ContentFilterManagerBibiko2010-01-041-1/+1
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-0/+1
* Convert a bunch of #define'd constants to extern's, including preference tool...stuconnolly2009-12-111-7/+7
* Manually set the delegate of the anchored button bars in the content filter e...stuconnolly2009-11-181-2/+4
* Set keyboard shortcut for Remove button in alert dialogs to command R.avenjamin2009-11-101-1/+1
* Set keyboard shortcut for Delete button in alert dialogs to command D.avenjamin2009-11-091-5/+6
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-14/+11
* • first implementation of a Content Filter EditorBibiko2009-10-011-42/+36
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-011-1/+1
* • further progress on the Content Filter EditorBibiko2009-09-301-226/+260
* • preparation for GUI support to manage user-defined content filtersBibiko2009-09-291-0/+832