aboutsummaryrefslogtreecommitdiff
path: root/dists/macosx/dockplugin
AgeCommit message (Collapse)Author
2020-01-01ALL: Bump copyright year to 2020Eugene Sandulenko
2019-09-23RELEASE: This is 2.2.0gitEugene Sandulenko
2019-03-03ALL: Bump copyright year to 2019Lothar Serra Mari
2018-01-01ALL: Bump copyright year. 2018!Eugene Sandulenko
2017-11-30RELEASE: This is 2.1.0gitThierry Crozat
2017-11-21RELEASE: 1.10 will henceforth be known as 2.0Colin Snover
General consensus on the ML was that people wanted to do this. http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html
2017-01-01ALL: Bump copyright year to 2017Eugene Sandulenko
2016-09-26RELEASE: This is 1.10.0gitEugene Sandulenko
2016-03-25OS X: Clean taskbar codeThierry Crozat
This involves moving the NSDockTilePlugIn code to backend/taskbar and fixing style to follow our coding conventions. One make target was also renamed. All in all there is no change in functionality with this commit.
2016-03-25OS X: Implement a Dock Tile Plugin to display recent games menu in dockThierry Crozat
This allows to start a recently played game directly from the dock. The ScummVM.app application should have been permanently added to the dock and the menu is only present when ScummVM is not running. The list of recently played game is written by the taskbar code in ScummVM. The Dock Tile Plugin only reads that list to populate the menu.