83 Commits (e0dfd83141c5eef01374e82ddeb4bf70ba1daf7e)

Author SHA1 Message Date
Felix Paul Kühne e0dfd83141 macosx: rename VLCMain source file and split out VLCApplication class 10 years ago
David Fuhrmann 4e2ba724a4 macosx: rename to VLCVoutView 10 years ago
David Fuhrmann b1c445b643 macosx: rename to VLCMainWindow 10 years ago
David Fuhrmann 8eba6a8243 macosx: rename to VLCTrackSynchronizationWindowController 10 years ago
David Fuhrmann c6fdee6977 macosx: rename to VLCResumeDialogController 10 years ago
David Fuhrmann b3e1b006e4 macosx: rename to VLCVideoEffectsWindowController 10 years ago
David Fuhrmann 39a5afd23f macosx: rename to VLCAudioEffectsWindowController 10 years ago
David Fuhrmann 36f6db3725 macosx: rename to VLCBookmarksWindowController 10 years ago
David Fuhrmann 760a2918f7 macosx: fix compilation 10 years ago
David Fuhrmann fabe8243fe macosx: Replace VLCIntf by getIntf() 10 years ago
David Fuhrmann 8db0ca587f macosx: Change VLCInfo to NSWindowController subclass 10 years ago
Rémi Denis-Courmont c41b960688 window: handle fullscreen state at initialization 11 years ago
Marvin Scholz e9db84d774 macosx: Rename the Playlist related class files to match the class name 11 years ago
David Fuhrmann b2c77d4497 macosx: replace controlsbar updating code by a safer helper 11 years ago
David Fuhrmann c8961ccb94 macosx: fix some compiler warnings / deprecated methods 11 years ago
David Fuhrmann c500901b0f macosx: remove VLCMainWindow singleton 11 years ago
David Fuhrmann 7b66b72d73 macosx: Convert VLCVideoEffects to NSWindowController subclass 11 years ago
David Fuhrmann f6c4ab1458 macosx: Convert VLCAudioEffects to NSWindowController subclass 11 years ago
David Fuhrmann 548807de5a macosx: Convert VLCTrackSync to NSWindowController subclass, remove singleton 11 years ago
David Fuhrmann cb8e4a6ddb macosx: do not create VLCVoutController twice, remove singleton 11 years ago
Felix Paul Kühne 985ad1a4aa macosx/bookmarks: remove explicit singleton 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 d21e2440ea macosx: remove support for OS X 10.6 Snow Leopard 11 years ago
Felix Paul Kühne 5fb6cff9d4 macosx: update singleton creation 11 years ago
Felix Paul Kühne 9b11fa7e37 macosx: move from manual to automatic property synthesis 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
David Fuhrmann dcb7543ff8 macosx: Create custom resume dialog, refactor 11 years ago
David Fuhrmann 91751dbd6a macosx: Move input-related handlers to InputManager, simplify 11 years ago
Maxime Mouchet 2f4d08c60e Dim MacBook keyboard backlight during video playback on OSX 11 years ago
David Fuhrmann b8c639dd6c macosx: fix video-wallpaper mode by ignoring core events 11 years ago
David Fuhrmann 58ce376272 macosx: fix initialization of nonembedded window 11 years ago
David Fuhrmann 081cba9ccc macosx: Use floating window level for effects and other panels 12 years ago
David Fuhrmann 6ceee192b8 macosx: fix race condition which caused hiding the main split view (close #11103) 12 years ago
David Fuhrmann 67004e36c5 macosx: do not explicitely set presentation options for native fullscreen mode 12 years ago
David Fuhrmann 791354cd28 macosx: preserve fullscreen state also in native fullscreen mode 12 years ago
David Fuhrmann dd6454da61 macosx: exit the native fullscreen mode if video is finished 12 years ago
David Fuhrmann 113917a45b macosx: reactivate no animation path for start in fullscreen 12 years ago
David Fuhrmann 0011c26124 macosx: reactivate fast path for exiting fullscreen window when video finished 12 years ago
David Fuhrmann 4aafb9636a macosx: remove orderOut when closing video window 12 years ago
David Fuhrmann 827b8e61eb macosx: fix some static code analysis warnings 12 years ago
David Fuhrmann 58d4ebc3f4 macosx: improve handling of playlist view state in case of multiple vouts 12 years ago
David Fuhrmann 0cd6538def macosx: improve readability for main window check 12 years ago
David Fuhrmann 65c4bea632 macosx: better check if we can open the new vout within the main window 12 years ago
Felix Paul Kühne 0975876372 macosx: fix recursive inclusion of the compatibility header 12 years ago
David Fuhrmann 0206828ae8 macosx: Fix issue where window vanishes from screen if fullscreen is toggled fast in a row 12 years ago
David Fuhrmann b82bc83428 macosx: fix issue which caused automatic video resizing even if disabled 13 years ago
David Fuhrmann ee3e5d56ec macosx: fix crash when closing video window without decorations 13 years ago
David Fuhrmann 627b5d8edc macosx: fix float-on-top behaviour with fullscreen 13 years ago