]> git.sesse.net Git - vlc/commit
* implemented a ctrl-click menu for the vouts (refs #302)
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 15 Jul 2006 19:47:29 +0000 (19:47 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 15 Jul 2006 19:47:29 +0000 (19:47 +0000)
commit9e2759bc11a6e9302c676502f919e9995e4942d0
tree202d46f91c8cab814af0d5e33c1278dd9319d0ad
parent9bee423be4fa3fa21bd59d0d343bdc791edaab65
* implemented a ctrl-click menu for the vouts (refs #302)
- currently loaded through rightMouseUp because rightMouseDown, etc. don't register any NSRightMouseDowns. If anybody got an idea why, I would be willing to change this of cause, since the current way is quite slower in the user's experience.
- the Snapshot item doesn't work yet (it triggers the fullscreen-event)
- localisation support is complete

Any comments and wanteds for further items are welcome :)
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/vout.m