aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.m
Commit message (Expand)AuthorAgeFilesLines
* 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