Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more warnings. | stuconnolly | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | Fix more compiler warnings. | stuconnolly | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -8/+8 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -6/+2 |
| | |||||
* | Make use of constants in SPEditorPreferencePane.m. | stuconnolly | 2011-01-30 | 1 | -17/+27 |
| | |||||
* | Improve unsaved theme warning message. | stuconnolly | 2011-01-30 | 1 | -5/+8 |
| | |||||
* | - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 ) | rowanbeentje | 2010-11-27 | 1 | -1/+2 |
| | | | | | | | - Improve 10.5 compatibility when clearing menus ( http://spbug.com/l/1508 , http://spbug.com/l/1829 , http://spbug.com/l/1818 ) - Fix a possible crash when updating database lists - Update localisable strings | ||||
* | Rearchitect preferences, including: | stuconnolly | 2010-11-03 | 1 | -0/+1027 |
- 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. |