161 Commits (7eedad33904b1b15b72a67ac332e4e735fd6c46b)

Author SHA1 Message Date
Felix Paul Kühne e3f2ec3e00 macosx/coredialogs: fix compilation by removing virtually all the legacy code 10 years ago
David Fuhrmann 002c526bdf macosx: Improve menu item validation for delete, selectAll, play 10 years ago
David Fuhrmann fabe8243fe macosx: Replace VLCIntf by getIntf() 10 years ago
David Fuhrmann 1125247b6e macosx: Fix playlist column selection 10 years ago
David Fuhrmann 6d1da70de7 macosx: Fix revealInFinder for main menu item and popup menu 10 years ago
David Fuhrmann 8eb81762f0 macosx: info panel: implement window toggling 10 years ago
David Fuhrmann 8db0ca587f macosx: Change VLCInfo to NSWindowController subclass 10 years ago
Marvin Scholz e9db84d774 macosx: Rename the Playlist related class files to match the class name 11 years ago
David Fuhrmann 6f3da59e05 macosx: remove stray variables, fix include 11 years ago
David Fuhrmann eaa1ca1c35 macosx: remove singletons of ExtensionsDialogProvider and manager 11 years ago
David Fuhrmann ffe31745fc macosx: Split GoToTime panel into separate xib and window controller 11 years ago
David Fuhrmann c500901b0f macosx: remove VLCMainWindow singleton 11 years ago
David Fuhrmann 91e3caa676 macosx: convert cas to NSWindowController subclass, remove singleton 11 years ago
David Fuhrmann dc7a28316e macosx: modernize CAS panel and code 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 e34a1cb114 macosx: convert debug message visualizer to NSWindowController 11 years ago
Felix Paul Kühne d4ec3a043a macosx: fix playlist column creation and customization 11 years ago
Felix Paul Kühne 68827bcdf9 macosx: split playlist object from MainWindow.xib 11 years ago
Felix Paul Kühne 2f854ae389 macosx: deploy string conversation function in more cases 11 years ago
Felix Paul Kühne 5289253f96 macosx: fix extension rendering and clean the code a bit 11 years ago
Felix Paul Kühne 985ad1a4aa macosx/bookmarks: remove explicit singleton 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 4e862a1f37 macosx: use NSArray's firstObject where appropriate 11 years ago
Felix Paul Kühne 9e904e66f4 macosx/video effects: remove object instance from xib file and further reduce the exposed class API 11 years ago
Felix Paul Kühne d53743bfab macosx/audio effects: remove object instance from xib file and further reduce the exposed class API 11 years ago
Felix Paul Kühne 4d4d1ea6fc macosx/trackSync: remove object instance from xib file 11 years ago
Felix Paul Kühne 2b8c207c44 macosx: remove streaming & transcoding wizard in favor of the modern Convert & Save/Stream dialog 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 2a584bfba8 macosx: add own configure switch to disable the sparkle update framework 11 years ago
David Fuhrmann 3249695dd5 macosx: only enable sparkle update if --enable-update-check is set 11 years ago
Rémi Denis-Courmont 75e7a5f3eb Remove unused variable variable type 11 years ago
David Fuhrmann 0aad5ff31e macosx: Use NSWindowController for error panel, lazy initialization 11 years ago
David Fuhrmann d7657086b6 macosx: Transform AddonsManager to NSWindowController subclass 11 years ago
David Fuhrmann 491bef0b30 macosx: Remove sharedInstance from About window and rework 11 years ago
David Fuhrmann 34e54feea7 macosx: fix main menu initialization order on startup 11 years ago
David Fuhrmann 7bc42a5901 macosx: fix reveal in finder main menu item 11 years ago
David Fuhrmann f91af6c0d2 macosx: correctly toggle enabled state of record menu item 12 years ago
David Fuhrmann ac66eb9f14 macosx: fix build 12 years ago
David Fuhrmann c07294b170 macosx: set better colors for playback speed controls (close #12633) 12 years ago
Rémi Denis-Courmont 32486e651c variables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETCHOICES) 12 years ago
David Fuhrmann 081cba9ccc macosx: Use floating window level for effects and other panels 12 years ago
Felix Paul Kühne e972fb43c3 macosx: fix typo preventing post-processing (refs #11613) 12 years ago
Felix Paul Kühne 5dff4d8139 macosx: de-duplicate code by using the global libvlccore controller to handle video filters 12 years ago
Felix Paul Kühne e6578e3d92 macosx: remove level 0 from the post-pp menu 12 years ago
Felix Paul Kühne 165779f769 macosx: minor cleanup in the menu code 12 years ago