aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleHTMLOutputController.m
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when trying to print on 10.13.4 (#3025)Max2018-04-131-3/+3
* Update source code compatibilityMax2017-03-311-2/+0
* fix various compile warningsAbhi Beckert2016-04-031-1/+1
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-2/+1
* Addition to commit 2735e15bMax2015-01-041-1/+1
* Add cast for [NSApp delegate]Max2014-12-131-7/+7
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Fix deprecation warnings.Stuart Connolly2014-01-161-23/+51
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-3/+3
* Ensure the relations table view is refreshed after field changes result in a ...stuconnolly2013-10-271-1/+1
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-2/+2
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-11/+4
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-9/+11
* - Fix crashes caused by using SPBundleHTMLOutputController windows, closing ...rowanbeentje2012-03-201-3/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-0/+1
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-2/+2
* - Add Command-0 as the shortcut to restore the default font size in the HTML...rowanbeentje2011-04-111-0/+5
* • fixed warningsBibiko2011-03-151-4/+4
* - Fix more compiler warningsrowanbeentje2011-03-151-3/+20
* fixed compiler warningssqlprodev2011-03-011-1/+0
* fixed compiler warningssqlprodev2011-03-011-2/+2
* • added print accessory view for background printing yes/no to HTML output ...Bibiko2011-01-281-0/+8
* • improved print capability of the HTML output windowBibiko2011-01-281-1/+44
* • changed in HTML output window the link behaviour of file:// URL scheme; n...Bibiko2011-01-281-3/+9
* • added 'suppressExceptionAlert' JavaScript function for window.system brid...Bibiko2011-01-141-0/+22
* • fixed issue to highlight the correct current query after undoing, i.e. do...Bibiko2011-01-141-1/+71
* • minor code cleaningBibiko2011-01-071-1/+0
* • added internal JavaScript function window.system.closeHTMLOutputWindow() Bibiko2011-01-071-0/+15
* • in HTML output window hyperlink references which begin with file:// will ...Bibiko2010-12-161-1/+7
* • HTML output windowBibiko2010-12-131-3/+43
* • HTML output windowBibiko2010-12-131-5/+17
* • made usage of more constants to avoid double-storing stringsBibiko2010-12-121-8/+17
* • HTML output window's JavaScript supportBibiko2010-12-121-7/+39
* • the default behaviour is that 'Show HTML Window' will order front the win...Bibiko2010-12-111-11/+8
* • Bundle command supportBibiko2010-12-101-3/+61
* • Bundle HTML outputBibiko2010-12-101-1/+2
* • Bundle HTML outputBibiko2010-12-101-11/+62
* • added Save Page As and View Source to HTML output window's context menuBibiko2010-12-081-2/+79
* • Bundle CommandsBibiko2010-12-011-5/+9
* • Bundle Editor / Bundle commandsBibiko2010-12-011-1/+1
* • improve error handling for url scheme commandsBibiko2010-12-011-1/+1
* • Bundle Editor : ESC while bundle file renaming aborts editingBibiko2010-12-011-0/+1
* • Bundle Command supportBibiko2010-11-261-0/+1
* * enabled sequel:// url scheme commands from inside the Bundle HTML output wi...Bibiko2010-11-221-10/+19
* • Bundle EditorBibiko2010-11-221-9/+177
* • added skeleton for displaying the result of Bundle commands in a separate...Bibiko2010-11-221-0/+71