]> git.sesse.net Git - vlc/history - modules/gui/macosx/CoreInteraction.m
fix play / pause and rename method for better clarity
[vlc] / modules / gui / macosx / CoreInteraction.m
2013-02-15 David Fuhrmannfix play / pause and rename method for better clarity
2013-02-09 David Fuhrmannmacosx: directly toggle vout fullscreen variable to...
2013-02-07 Felix Paul Kühnemacosx: replace all 'key-action' calls with their prope...
2013-01-31 Rémi Denis-CourmontUseless #includes
2012-12-15 Felix Paul Kühnemacosx/CoreInteraction: communicate volume value correc...
2012-11-15 Felix Paul Kühnemacosx: reset A to B loop when switching playlist items
2012-11-15 Felix Paul Kühnemacosx: implemented A->B Loop (close #5187)
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-10-20 David Fuhrmannmacosx: implement vout actions handling for multiple...
2012-10-08 David Fuhrmannmacosx: adapt and fix fullscreen handling after latest...
2012-09-18 Felix Paul Kühnemacosx: work-around a playlist core limitation, which...
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-08-25 Felix Paul Kühnemacosx/MainWindow: fixed mute toggle and removed some...
2012-08-24 Felix Paul Kühnemacosx/CoreInteraction: modernize getters and setters API
2012-08-24 Felix Paul Kühnemacosx: updated str_format_meta argument
2012-08-24 Felix Paul Kühnemacosx: move code from CoreInteraction to the AppleScri...
2012-08-21 Konstantin Pavlovmacosx gui: use vlc_path2uri.
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-07-03 Rémi Denis-Courmontaout_MuteGet: fix name and add VLC_OBJECT() magic cast
2012-07-03 Rémi Denis-Courmontaout_MuteToggle: fix name and remove unused or misused...
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-05-25 David Fuhrmannmacosx: remove now unneeded volume osd hack
2012-05-11 Felix Paul Kühnemacosx: improve the handling of broken prefs and make...
2012-04-13 David Fuhrmannmacosx: unify code style for CoreInteraction.m
2012-04-13 David Fuhrmannmacosx: also notify vout modules if we go to fullscreen
2012-04-10 Felix Paul Kühnemacosx: re-implement drag & drop support for VLCVoutVie...
2012-04-06 Felix Paul Kühnemacosx: added an option for the AR lock to prevent...
2012-03-21 David Fuhrmannmacosx: remove volume osd slider code
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-19 Felix Paul Kühnemacosx: implement visual feedback for volume changes...
2012-02-15 Rafaël CarréOSX GUI: prevent pseudo-random crashes on quit
2012-02-15 Rafaël CarréOSX GUI: store the interface pointer to avoid multiple...
2012-02-15 Felix Paul Kühnemacosx: make sure the interface doesn't leak any inputs...
2012-01-08 Felix Paul Kühnemacosx: fix the window menu's close and minimize comman...
2012-01-06 Felix Paul Kühnemacosx: fixed volume range (fix #5790)
2012-01-06 Felix Paul Kühnemacosx: fixed interface crash on quit
2011-12-09 Jean-Baptiste KempfMacOS gui: use aout_Volume* functions
2011-09-16 Felix Paul Kühnemacosx: fixed white spacing errors introduced in previo...
2011-09-16 Jan WinterOS X AppleScript: added new features
2011-08-19 Felix Paul Kühnemacosx: implement a 'Record' menu item
2011-08-16 Felix Paul Kühnemacosx: added native fullscreen support for OS X Lion
2011-08-14 Felix Paul Kühnemacosx: fixed spu announcements for playback controls
2011-08-09 Felix Paul Kühnemacosx: re-implemented VLCVoutView and removed dead...
2011-08-08 Felix Paul Kühnemacosx: prepared fullscreen support and clean-up
2011-07-25 Felix Paul Kühnemacosx: remove 2 interface update timers (2 threads...
2011-07-17 Felix Paul Kühnemacosx: re-implemented the slower/faster menu items...
2011-07-10 Felix Paul Kühnemacosx: stability improvements
2011-06-30 Felix Paul Kühnemacosx: move re-useable code from VLCControls to a...