aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* • reverted to previous approach to display tooltips for unselected tab view...Bibiko2010-06-141-2/+29
* - Fix a crash when dragging/closing tabs after tab drags, caused by not upda...rowanbeentje2010-06-141-1/+2
* • simplified tooltips for tabsBibiko2010-06-141-23/+6
* • if tab view item is dragged out of a tab bar set the correct window titleBibiko2010-06-141-0/+3
* Improvements to tab dragging and switching:rowanbeentje2010-06-131-5/+71
* - Add support for tearing tabs off a window, into a new window containing th...rowanbeentje2010-06-131-3/+55
* - Fix a regression in r2308 causing problems when dragging a tab from one wi...rowanbeentje2010-06-121-2/+1
* - Fix menu validation by forwarding SPWindowController requests to the front...rowanbeentje2010-06-121-24/+31
* • avoid exception for showing tooltip if tab will be closed by checking tab...Bibiko2010-06-121-1/+6
* • added tooltip for tab view titlesBibiko2010-06-121-1/+43
* • Select Next/Previous Tab now cycles through available tabs if it's called...Bibiko2010-06-111-13/+14
* • add to Main Menu > View > :Bibiko2010-06-111-0/+43
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-17/+17
* - Add support for progress indicator in tabsrowanbeentje2010-05-241-1/+46
* Initial implementation of tabs:rowanbeentje2010-05-231-0/+372