Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MySQL content font not being updated. Issue #1483. | stuconnolly | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+19 |
| | |||||
* | Tidy up an use enums. | stuconnolly | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | - Rewrite SPFontPreviewTextField to replace previous Colloquy-derived ↵ | rowanbeentje | 2012-03-18 | 1 | -1/+0 |
| | | | | GPL-licensed previous implementation, and amend calls to match | ||||
* | Rearchitect preferences, including: | stuconnolly | 2010-11-03 | 1 | -0/+92 |
- 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. |