]> git.sesse.net Git - vlc/history - modules/gui/macosx/VideoView.m
fix play / pause and rename method for better clarity
[vlc] / modules / gui / macosx / VideoView.m
2013-02-15 David Fuhrmannfix play / pause and rename method for better clarity
2013-02-10 David Fuhrmannmacosx: update copyright headers for some recently...
2013-02-09 David Fuhrmannmacosx: only show fspanel when needed, additional fixed...
2012-12-26 Felix Paul Kühnemacosx: simplify ea98fcfc
2012-12-25 Felix Paul Kühnemacosx: fixed subtitle rendering resolution when using...
2012-10-20 David Fuhrmannmacosx: implement vout actions handling for multiple...
2012-09-30 David Fuhrmannmacosx: add own video view for each window
2012-09-30 David Fuhrmannmacosx: remove old and dead code from VideoView.m
2012-09-07 David Fuhrmannmacosx: cleanup generic scrollwheel implementation
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-08-24 Felix Paul Kühnemacosx/MainWindow: modernize getter
2012-08-03 Felix Paul Kühnemacosx: fixed NSRangeException when triggering modifier...
2012-07-23 David Fuhrmannmacosx: remove outdated and unused isFullscreen methods
2012-07-18 Felix Paul Kühnemacosx: vlc object handling improvements (refs #6883)
2012-06-25 David Fuhrmannmacosx: don't use a private api for standard magnificat...
2012-06-25 David Fuhrmannmacosx: implement magnification gesture as an additiona...
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-05-25 David Fuhrmannmacosx: several fixes and improvements for hotkey handling
2012-05-08 David Fuhrmannmacosx: remove unneeded headers from videoview.m
2012-05-07 David Fuhrmannmacosx: only show fullscreen when mouse moves inside...
2012-05-06 David Fuhrmannmacosx vout: public getter for vd should not be needed...
2012-05-06 David Fuhrmannmacosx: remove unneeded p_vouts in videoview
2012-05-05 David Fuhrmannmacosx: move mouse vout event code to vout module
2012-05-05 David Fuhrmannmacosx: fix mouse position sent to vlc core for menus
2012-04-10 Felix Paul Kühnemacosx: re-implement drag & drop support for VLCVoutVie...
2012-03-04 Felix Paul Kühnemacosx: handle Lion's fullscreen shortcut in addition...
2012-02-05 David Fuhrmannmacosx: only show fullscreen controller when the mouse...
2012-01-20 Felix Paul Kühnemacosx: fixed unresponsive playlist correlated to video...
2012-01-08 Felix Paul Kühnemacosx: fix DVD menu control and usage of hotkeys with...
2011-11-24 David FuhrmannMacOS Gui: fix play/pause toogle with space key in...
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-10-15 Felix Paul Kühnemacosx: remove callback in VLCVoutView correctly. Fixes...
2011-09-04 Felix Paul Kühnemacosx: clean up
2011-09-04 Felix Paul Kühnemacosx: remove dead code and rename vout.* to VideoView.*