aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAlertSheets.m
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate setting of sheet title/message.Stuart Connolly2017-03-231-13/+5
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-1/+12
* Added extra parameter to SPOnewayAlertSheet and runs runModal if no window wa...Guillermo Ignacio Enriquez Gutierrez2015-08-221-5/+12
* Create a method for async alert messages to handle worker code displaying UI ...Max2015-07-191-0/+34
* 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
* - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith...rowanbeentje2013-04-031-64/+84
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* - Fix thread-safety issue in blocking/waiting alert sheets, addressing crash...rowanbeentje2011-07-111-2/+2
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-2/+4
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-211-4/+5
* • made usage of SPBeginWaitingAlertSheet while closing a spf file for reada...Bibiko2010-08-191-4/+3
* • added SPBeginWaitingAlertSheet() routine which offers the chance to displ...Bibiko2010-08-191-1/+94
* Rework alert sheets:rowanbeentje2010-05-091-18/+32
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-0/+1
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-201-1/+3
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-221-0/+1
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-0/+55