aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFontPreviewTextField.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix more wanrings by creating a protocol that delegates of the copy table ↵stuconnolly2013-02-161-0/+2
| | | | should conform to.
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-11/+20
|
* - Rewrite SPFontPreviewTextField to replace previous Colloquy-derived ↵rowanbeentje2012-03-181-27/+26
| | | | GPL-licensed previous implementation, and amend calls to match
* - Fix more compiler warningsrowanbeentje2011-03-041-1/+1
|
* Rearchitect preferences, including:stuconnolly2010-11-031-0/+63
- Split each preference pane into their own controller (subclass of SPPreferencePane, which is a subclass of NSViewController). - Each preference pane controller conforms to the protocol SPPreferencePaneProtocol to allow the main preference controller to build the toolbar. - Move the preferences upgrade function to it's own file. - Add SPFontPreviewTextField which is based on Colloquy's JVFontPreviewField to allow previewing of the selected font in the tables and editor preference panes. - Update localisable strings files.