aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PSMTabBar
Commit message (Expand)AuthorAgeFilesLines
* #2753 make it more obvious that a colored tab is inactiveAbhi Beckert2017-08-041-1/+4
* #2753 fix bug with active tab favourite strip drawing in grey instead of the ...Abhi Beckert2017-08-041-1/+5
* Remove accidentally committed line.Stuart Connolly2017-03-261-2/+0
* Update tab view drawing to match the style used by 10.12's automatic tabs and...Stuart Connolly2017-03-2620-3872/+182
* Swap two method calls to prevent a crash with the 10.12 SDK (#2609)Max2016-11-041-2/+5
* #2472 add tab button no longer moves when you hoverAbhi Beckert2016-06-201-3/+3
* fix various compile warningsAbhi Beckert2016-04-034-11/+14
* #346 Work on new tab bar designAbhi Beckert2016-03-1818-297/+136
* Replace some NSDictionaries with literalsMax2014-12-132-4/+4
* Add cast for [NSApp delegate]Max2014-12-131-1/+1
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* Remove a private API in PSMTabBarCellXu Jie2014-12-019-49/+50
* Fix a drawing issue with the tab bar (HiDPI only)Max2014-11-301-5/+5
* Fix Tab bar colors in 10.10Max2014-11-212-9/+62
* Fix run-time warnings due to use of deprecated [NSImage compositeToPoint:...]...rowanbeentje2014-02-109-76/+35
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-262-2/+2
* Fix remaining warning.Stuart Connolly2014-01-171-1/+1
* Formatting.Stuart Connolly2013-11-301-6/+3
* * This change adds basic tab coloring support for favorites - ** POC / NEEDS ...dmoagx2013-10-234-8/+73
* - Fix window update notification action within PSMTabBar, only redrawing the...rowanbeentje2013-06-132-6/+25
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-213-15/+14
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-1/+2
* - Call the NSWindow super implementation of validateMenuItem: in SPWindow, f...rowanbeentje2013-01-051-2/+8
* - Add Retina versions of the tab close buttonsrowanbeentje2012-12-1339-10/+14
* - Fix a number of small memory leaksrowanbeentje2012-04-142-15/+6
* - Improve mouse tracking logic in PSMTabBar, fixing dragging issues (Issue #...rowanbeentje2012-04-021-1/+8
* PSMTabBar improvements:rowanbeentje2012-04-023-56/+44
* - Lion compatibility improvement: add support for fullscreen windows, on the...rowanbeentje2011-08-163-4/+13
* Add the ability to double click a tab to duplicate the connection in a new ta...stuconnolly2011-05-092-32/+60
* - Fix more compiler warningsrowanbeentje2011-03-152-2/+4
* - Fix all warnings in the PSMTabBar framework, including a fix for a 10.5 dr...rowanbeentje2011-03-0315-204/+244
* Fix compiler warnings.stuconnolly2011-03-012-2/+2
* • fixed several memory leaks in PSMTabBar for NSMutableParagraphStyle (than...Bibiko2011-01-206-15/+23
* - Change window change notifications from key change notifications to main c...rowanbeentje2011-01-161-2/+2
* - Tweak tab bar background colour when the window is in the background to de...rowanbeentje2011-01-051-3/+3
* More work on tab creation target and actionavenjamin2010-09-152-6/+40
* Add ability to double click the empty area of the tab bar to create a new tab.avenjamin2010-09-152-40/+60
* Improve tab dragging:rowanbeentje2010-08-031-5/+3
* Tab tweaks:rowanbeentje2010-07-201-3/+3
* Finalise Sequel Pro tab style:rowanbeentje2010-07-128-48/+45
* Tab tweaks:rowanbeentje2010-07-052-2/+7
* - Fix tab bars in windows with only one tab not disappearing after dragging ...rowanbeentje2010-07-031-4/+4
* - Further improve casting for dist buildsrowanbeentje2010-07-011-1/+1
* - Update localisable stringsrowanbeentje2010-06-302-3/+1
* Improve tab functionality, behaviour and interaction.rowanbeentje2010-06-3010-153/+380
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-291-2/+2
* • simplified and unified tab tooltipsBibiko2010-06-181-1/+2
* Enable the "Sequel Pro" tab style by default, and include the following fixes:rowanbeentje2010-06-182-39/+36
* • forgotten to remove debug logs for r2337Bibiko2010-06-171-1/+0
* • if a text string is dragged on tab this tab will be selected and the corr...Bibiko2010-06-171-1/+7