]> git.sesse.net Git - vlc/commit
* ./modules/gui/macosx/controls.m:
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 16 Jan 2003 13:49:44 +0000 (13:49 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 16 Jan 2003 13:49:44 +0000 (13:49 +0000)
commit6484d33c10aefd22fab19cef19b9e77b0a3a8304
tree66cfc762cc6e72b0ffd330abc35fd9cae03990f9
parenta16b6c3c4c08e5c349ace00b55e496cba06427f3
* ./modules/gui/macosx/controls.m:
  - Added a volumeslider
  - removed pause button
  - added a fast forward action (increases speed in time)
  - changed the play method to allow for a toggled play pause button
  - volumeUp and VolumeDown take the state of the Mute Menuitem into account
  - volumeUp and VolumeDown take the volumeSlider into account
* ./modules/gui/macosx/intf.h:
  - added references for the volumeslider, new menuitems
* ./modules/gui/macosx/intf.m:
  - correct init of volumeslider and other new intf elements
  - new title for Controller window
  - the state of buttons is dependant on a movie being played
  - toggle the play/pause button if a play/pause action is detected.
* ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
* ./modules/gui/macosx/vout.m:
  - removed some control keys which were no longer necesarry
  - give the window the title of the item being played
modules/gui/macosx/controls.m
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/playlist.h
modules/gui/macosx/vout.m