aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.m
Commit message (Expand)AuthorAgeFilesLines
* Merge SPDatabaseDocument (part of #2789)Max2018-01-201-1/+0
* Merge SPWindowController (part of #2789)Max2018-01-201-1/+412
* Fix an erroneous check that would allow to close windows with only one tab ev...Max2017-05-161-4/+3
* Update source code compatibilityMax2017-03-311-9/+0
* #2434 remove title bar line hiding viewAbhi Beckert2016-06-051-49/+0
* fix various compile warningsAbhi Beckert2016-04-031-1/+0
* #346 Work on new tab bar designAbhi Beckert2016-03-181-2/+23
* * Change window creation to use a create-and-get model instead of create-then...Max2015-11-051-2/+7
* Trying to fix a range of crashes when closing a connection windowMax2015-10-051-4/+30
* Move some duplicate code into a new classMax2015-02-141-5/+2
* Fix one case of "SSH input fields cut off"Max2015-02-081-0/+6
* Addition to commit 2735e15bMax2015-01-041-1/+1
* Replace some "magic numbers" with constantsMax2015-01-041-2/+2
* Remove a private API in PSMTabBarCellXu Jie2014-12-011-1/+1
* 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
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ...dmoagx2013-10-231-0/+1
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-0/+1
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-3/+0
* Window controller tidy up.stuconnolly2013-01-211-89/+132
* - Call the NSWindow super implementation of validateMenuItem: in SPWindow, f...rowanbeentje2013-01-051-1/+53
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* Silence static analyzer warnings.stuconnolly2012-06-261-5/+3
* Add SPWindowControllerDelegate category.stuconnolly2012-04-091-374/+2
* PSMTabBar improvements:rowanbeentje2012-04-021-0/+3
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3/+3
* - Lion compatibility improvement: add support for fullscreen windows, on the...rowanbeentje2011-08-161-0/+26
* Add Sparkle to credits.stuconnolly2011-07-101-16/+12
* Add the ability to double click a tab to duplicate the connection in a new ta...stuconnolly2011-05-091-3/+17
* Add tab context menu.stuconnolly2011-05-081-2/+16
* - Fix more compiler warningsrowanbeentje2011-03-151-5/+6
* fixed compiler warningssqlprodev2011-03-011-1/+3
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-1/+1
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-2/+2
* More work on tab creation target and actionavenjamin2010-09-151-3/+3
* Add ability to double click the empty area of the tab bar to create a new tab.avenjamin2010-09-151-0/+1
* • made usage of SPBeginWaitingAlertSheet while closing a spf file for reada...Bibiko2010-08-191-4/+8
* - Fix menu item and window close issues after a tab is dragged to a new wind...rowanbeentje2010-08-031-1/+2
* Improve tab dragging:rowanbeentje2010-08-031-1/+2
* - Fix tab bars in windows with only one tab not disappearing after dragging ...rowanbeentje2010-07-031-5/+2
* Improve tab functionality, behaviour and interaction.rowanbeentje2010-06-301-14/+41
* Add option to toggle the tab bar visibility.avenjamin2010-06-301-1/+18
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-291-2/+2
* • Open Session fileBibiko2010-06-291-0/+4
* • initial support for open a spfs session file (works rudimentary - fine-t...Bibiko2010-06-241-0/+13
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-241-0/+6
* • simplified and unified tab tooltipsBibiko2010-06-181-27/+4
* - Further improve appearance of Sequel Pro tab style (still hidden): fixed d...rowanbeentje2010-06-171-3/+3
* • added Window menu item "Move Tab to New Window"Bibiko2010-06-161-13/+82
* Initial stage of re styling the tab bar to actually look half decent.avenjamin2010-06-141-1/+1