86 Commits (7eedad33904b1b15b72a67ac332e4e735fd6c46b)

Author SHA1 Message Date
David Fuhrmann fabe8243fe macosx: Replace VLCIntf by getIntf() 10 years ago
David Fuhrmann e66d8e654f macosx: Factor code for drop handling of external files 10 years ago
Marvin Scholz e9db84d774 macosx: Rename the Playlist related class files to match the class name 11 years ago
Felix Paul Kühne 2f854ae389 macosx: deploy string conversation function in more cases 11 years ago
Felix Paul Kühne f450457875 macosx: refactor main class object life management and main menu 11 years ago
Felix Paul Kühne db62975cad macosx: split main interface class 11 years ago
Felix Paul Kühne 4e862a1f37 macosx: use NSArray's firstObject where appropriate 11 years ago
Felix Paul Kühne 5fb6cff9d4 macosx: update singleton creation 11 years ago
Felix Paul Kühne 0b9b7eab08 macosx: privatise instance variables and resolve class dependencies on internal implementation details 11 years ago
Felix Paul Kühne bb15c81583 macosx: switch to automated reference counting (refs #2813) 11 years ago
Rémi Denis-Courmont 4286e34200 input: change time-offset from time to integer type 11 years ago
Rémi Denis-Courmont ce80ca38a7 input: change time and length variable to integer 11 years ago
David Fuhrmann e823a595a8 macosx: fix crash in str_format_meta 11 years ago
David Fuhrmann bb80b4369b macosx: remove dead code, small reformatting 11 years ago
David Fuhrmann c6abf403e4 macosx: simplify/unify addition of new playlist items 12 years ago
David Fuhrmann c39aaf28bc macosx: Add new playlist model 12 years ago
Rémi Denis-Courmont 43b06eed8e playlist: use the new playlist_Pause() where appropriate 11 years ago
Rémi Denis-Courmont 522604203a playlist: rename playlist_Pause() to playlist_TogglePause() 11 years ago
David Fuhrmann 3b20c97bb9 macosx: constify char* parameters for setVideoFilter* 12 years ago
Felix Paul Kühne c16ab7a4f6 macosx: move video filter control code to the global libvlccore control object since it does not belong in a window controller 12 years ago
Felix Paul Kühne f690d54a0f macosx: move re-useable code from menu to core interaction object 12 years ago
David Fuhrmann 113917a45b macosx: reactivate no animation path for start in fullscreen 12 years ago
David Fuhrmann 827b8e61eb macosx: fix some static code analysis warnings 12 years ago
Jean-Baptiste Kempf 511888ee37 Show OSD when drag-n-dropping subtitles 12 years ago
Rémi Denis-Courmont 68bc7fd968 str_format_meta: take input thread pointer rather than playlist 12 years ago
David Fuhrmann 819d233bf5 macosx: implement simpler and generic drop view for all drag / drop operations 13 years ago
David Fuhrmann 2633178fb1 macosx: also use toggleMute for apple-script action 13 years ago
Felix Paul Kühne 706da72a53 macosx: fix compilation on 10.6 with clang 3.0 13 years ago
David Fuhrmann ddf080f5f7 macosx: set max volume as configuable 13 years ago
David Fuhrmann e61c78e65d macosx: cleanup previous commit and fix position of tick, tweak appearance 13 years ago
Felix Paul Kühne 66bf1c6ef1 macosx: implement 120% volume limit 13 years ago
David Fuhrmann da06b6bfd0 macosx: prevent continuing playback when pause is requested (fixes #8710) 13 years ago
Felix Paul Kühne 3efeac8318 Revert "macosx: clean code of objectAtIndex" 13 years ago
Felix Paul Kühne 00b2fcce88 macosx: clean code of objectAtIndex 13 years ago
Felix Paul Kühne cc3fef6df3 macosx: use modern ObjC syntax for C-String to NSString conversations 13 years ago
Felix Paul Kühne 7033729747 macosx: upgrade read-only array initializations to the modern ObjC syntax 13 years ago
Felix Paul Kühne fcf5b3da68 macosx: fix subtitles drag and drop (close #8477) 13 years ago
David Fuhrmann 7f84f44dd8 macosx: move fullscreen logic to VLCVoutController and remove now unneeded helper methods 13 years ago
David Fuhrmann cf04d7a8a5 fix play / pause and rename method for better clarity 13 years ago
David Fuhrmann e3767037cb macosx: directly toggle vout fullscreen variable to support multiple windows in fullscreen 13 years ago
Felix Paul Kühne 9929cc94ce macosx: replace all 'key-action' calls with their proper counter-parts 13 years ago
Rémi Denis-Courmont 03c911f342 Useless #includes 13 years ago
Felix Paul Kühne a4edb8672e macosx/CoreInteraction: communicate volume value correctly to the core 14 years ago
Felix Paul Kühne add4be433f macosx: reset A to B loop when switching playlist items 14 years ago
Felix Paul Kühne 6ebb704940 macosx: implemented A->B Loop (close #5187) 14 years ago
Rémi Denis-Courmont 037a796b8d playlist: use playlist audio functions 14 years ago
David Fuhrmann b7165d6053 macosx: implement vout actions handling for multiple vout windows 14 years ago
David Fuhrmann dd86d6d469 macosx: adapt and fix fullscreen handling after latest changes 14 years ago
Felix Paul Kühne 722c751ded macosx: work-around a playlist core limitation, which doesn't allow the UI to set the currently displayed root properly, so triggering a play can lead to unwanted results (close #7484) 14 years ago
Felix Paul Kühne c33e5f1920 macosx: unify and modernize coding style 14 years ago