| .. |
|
PXSourceList
|
macosx: Update PXSourceList to 2.x
|
8 years ago |
|
Resources
|
macosx: remove dark interface mode
|
8 years ago |
|
UI
|
macosx: minor refinements for dark UI mode
|
8 years ago |
|
AppleRemote.h
|
macosx: fix some compiler warnings / deprecated methods
|
11 years ago |
|
AppleRemote.m
|
macosx: Use @available instead of own macros
|
8 years ago |
|
CompatibilityFixes.h
|
macosx: restore compilation compatibility with SDK versions < 10.14
|
8 years ago |
|
CompatibilityFixes.m
|
macosx: restore compilation compatibility with SDK versions < 10.14
|
8 years ago |
|
Makefile.am
|
macOS build: Bump minimum required OS version to 10.11
|
8 years ago |
|
NSScreen+VLCAdditions.h
|
macOS: Move NSScreen category to its own file
|
10 years ago |
|
NSScreen+VLCAdditions.m
|
macosx: remove hack for macOS Mavericks
|
8 years ago |
|
NSSound+VLCAdditions.h
|
macOS: Move NSSound category to its own file
|
10 years ago |
|
NSSound+VLCAdditions.m
|
macosx: fix various compilation warnings with regard to integer sizes
|
8 years ago |
|
SPMediaKeyTap.h
|
macosx: SPMediaKeyTap: Replace long deprecated Carbon APIs
|
8 years ago |
|
SPMediaKeyTap.m
|
macosx: SPMediaKeyTap: Remove need for SPInvocationGrabbing
|
8 years ago |
|
Spotify.h
|
macosx: add missing licence headers
|
13 years ago |
|
VLCAboutWindowController.h
|
macosx: rename to VLCAboutWindowController
|
10 years ago |
|
VLCAboutWindowController.m
|
macosx: fix incorrect display of attributed strings in about panel and addon manager
|
8 years ago |
|
VLCAddonListItem.h
|
macosx: Rename to VLCAddonListItem
|
10 years ago |
|
VLCAddonListItem.m
|
macosx: rename VLCMain source file and split out VLCApplication class
|
10 years ago |
|
VLCAddonsWindowController.h
|
macosx: rename to VLCAddonsWindowController
|
10 years ago |
|
VLCAddonsWindowController.m
|
macosx: fix incorrect display of attributed strings in about panel and addon manager
|
8 years ago |
|
VLCApplication.h
|
macosx: rename VLCMain source file and split out VLCApplication class
|
10 years ago |
|
VLCApplication.m
|
macosx: rename VLCMain source file and split out VLCApplication class
|
10 years ago |
|
VLCAudioEffectsWindowController.h
|
macosx: Fix localization issues in effects panels
|
8 years ago |
|
VLCAudioEffectsWindowController.m
|
macosx: coding style improvements
|
8 years ago |
|
VLCBookmarksWindowController.h
|
macosx: Allow toggling of bookmark window
|
9 years ago |
|
VLCBookmarksWindowController.m
|
VLCBookmarksWindowController: use vlc_tick_from_sec function to read the bookmark time
|
8 years ago |
|
VLCBottomBarView.h
|
macosx: Add VLCBottomBarView
|
9 years ago |
|
VLCBottomBarView.m
|
macosx: restore compilation compatibility with SDK versions < 10.14
|
8 years ago |
|
VLCControlsBarCommon.h
|
macosx: remove dark interface mode
|
8 years ago |
|
VLCControlsBarCommon.m
|
gui/macosx: use input vars instead of controls
|
8 years ago |
|
VLCConvertAndSaveWindowController.h
|
macosx: Fix some layout constraints in CAS panel
|
9 years ago |
|
VLCConvertAndSaveWindowController.m
|
macosx: coding style improvements
|
8 years ago |
|
VLCCoreDialogProvider.h
|
macosx: Modernize VLCCoreDialogProvider
|
8 years ago |
|
VLCCoreDialogProvider.m
|
macosx: Modernize VLCCoreDialogProvider
|
8 years ago |
|
VLCCoreInteraction.h
|
rename mtime_t to vlc_tick_t
|
8 years ago |
|
VLCCoreInteraction.m
|
input: use vlc_tick_t for the input "length" variable
|
8 years ago |
|
VLCDefaultValueSlider.h
|
macosx: Use VLCVolumeSlider
|
9 years ago |
|
VLCDefaultValueSlider.m
|
macosx: Remove flawed cell initialization
|
9 years ago |
|
VLCDefaultValueSliderCell.h
|
macosx: Add VLCDefaultValueSlider
|
10 years ago |
|
VLCDefaultValueSliderCell.m
|
macosx: remove legacy code for pre-Yosemite macOS versions
|
8 years ago |
|
VLCDocumentController.h
|
macosx: clear resume points as well once the user clear recent items list
|
10 years ago |
|
VLCDocumentController.m
|
macOS: Clarify useless-looking code in VLCDocumentController
|
9 years ago |
|
VLCErrorWindowController.h
|
macosx: error panel: Adapt code style
|
9 years ago |
|
VLCErrorWindowController.m
|
macosx: error panel: support right to left languages
|
9 years ago |
|
VLCExtensionsDialogProvider.h
|
macosx: Rename to VLCExtensionsDialogProvider
|
10 years ago |
|
VLCExtensionsDialogProvider.m
|
vlc_arrays: refactor foreach loop
|
8 years ago |
|
VLCExtensionsManager.h
|
macosx: Remove unused ExtensionsDelegate
|
10 years ago |
|
VLCExtensionsManager.m
|
vlc_arrays: refactor foreach loop
|
8 years ago |
|
VLCFSPanelController.h
|
macosx: split windows file to have one class per file
|
8 years ago |
|
VLCFSPanelController.m
|
gui:macosx: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()
|
8 years ago |
|
VLCFSPanelDraggableView.h
|
macosx: center fullscreen panel for new fullscreen size
|
10 years ago |
|
VLCFSPanelDraggableView.m
|
macosx: center fullscreen panel for new fullscreen size
|
10 years ago |
|
VLCHUDOutlineView.h
|
macOS: Fix typos in BGHUDAppKit license headers
|
9 years ago |
|
VLCHUDOutlineView.m
|
macosx: Remove custom HUDOutlineView selection color
|
9 years ago |
|
VLCHUDTableCornerView.h
|
macOS: Fix typos in BGHUDAppKit license headers
|
9 years ago |
|
VLCHUDTableCornerView.m
|
macOS: Fix typos in BGHUDAppKit license headers
|
9 years ago |
|
VLCHUDTableView.h
|
macOS: Add VLCHUDTableView
|
9 years ago |
|
VLCHUDTableView.m
|
macOS: Add VLCHUDTableView
|
9 years ago |
|
VLCHelpWindowController.h
|
macOS: Minor VLCHelpWindowController codestyle changes
|
9 years ago |
|
VLCHelpWindowController.m
|
macosx: remove legacy code for pre-Yosemite macOS versions
|
8 years ago |
|
VLCHexNumberFormatter.h
|
macosx: Add VLCHexNumberFormatter
|
9 years ago |
|
VLCHexNumberFormatter.m
|
macosx: Add VLCHexNumberFormatter
|
9 years ago |
|
VLCHotkeyChangeWindow.h
|
macOS: Move some classes to their own files
|
10 years ago |
|
VLCHotkeyChangeWindow.m
|
macOS: Move some classes to their own files
|
10 years ago |
|
VLCImageButton.h
|
macOS: Unify VLCHUDToggleButton/VLCHUDImageButton to VLCImageButton
|
9 years ago |
|
VLCImageButton.m
|
macOS: Unify VLCHUDToggleButton/VLCHUDImageButton to VLCImageButton
|
9 years ago |
|
VLCInputManager.h
|
macosx: Implement different way to always store playback position
|
9 years ago |
|
VLCInputManager.m
|
macosx: fix misc. compilation warnings
|
8 years ago |
|
VLCKeyboardBacklightControl.h
|
macosx: Rename to VLCKeyboardBlacklightControl
|
10 years ago |
|
VLCKeyboardBacklightControl.m
|
macosx: Rename to VLCKeyboardBlacklightControl
|
10 years ago |
|
VLCLogMessage.h
|
macosx: Use specific class for log messages
|
9 years ago |
|
VLCLogMessage.m
|
macosx: Use specific class for log messages
|
9 years ago |
|
VLCLogWindowController.h
|
macosx: Clarify VLCLogWindowController description
|
9 years ago |
|
VLCLogWindowController.m
|
macosx: coding style improvements
|
8 years ago |
|
VLCMain+OldPrefs.h
|
macosx: Rename preferences helpers to better describe purpose
|
9 years ago |
|
VLCMain+OldPrefs.m
|
macosx: OldPrefs: Use NSAlert instead of deprecated NSRunInformationalAlertPanel
|
8 years ago |
|
VLCMain.h
|
macosx: coding style improvements
|
8 years ago |
|
VLCMain.m
|
macosx: modernize xib file use for the main menu
|
8 years ago |
|
VLCMainMenu.h
|
macosx: Remove usage of outdated xib loading in playlist panel
|
8 years ago |
|
VLCMainMenu.m
|
macosx: Improvement in Go-To Time Panel, added hh:mm:ss format
|
8 years ago |
|
VLCMainWindow.h
|
macosx: split windows file to have one class per file
|
8 years ago |
|
VLCMainWindow.m
|
macosx/mainwindow: fix potential unexpected termination
|
8 years ago |
|
VLCMainWindowControlsBar.h
|
macosx: Use VLCVolumeSlider
|
9 years ago |
|
VLCMainWindowControlsBar.m
|
macosx/VLCVolumeSlider: add dark mode support for mojave
|
8 years ago |
|
VLCOpenWindowController.h
|
macosx: Open panel: Fix enabling audio popup menu in recoding tab
|
9 years ago |
|
VLCOpenWindowController.m
|
macosx: coding style improvements
|
8 years ago |
|
VLCOutput.h
|
macosx: add missing selector declarations and more cleanup
|
8 years ago |
|
VLCOutput.m
|
config: remove unused config_PutInt() parameter
|
9 years ago |
|
VLCPLItem.h
|
macosx: rename to VLCPLItem
|
10 years ago |
|
VLCPLItem.m
|
macosx: rename to VLCPLItem
|
10 years ago |
|
VLCPLModel.h
|
modules: Remove references to the old media library
|
8 years ago |
|
VLCPLModel.m
|
macosx: fix misc. compilation warnings
|
8 years ago |
|
VLCPlaylist.h
|
macosx: Update PXSourceList to 2.x
|
8 years ago |
|
VLCPlaylist.m
|
macosx: Update sidebar on playlist table changes
|
8 years ago |
|
VLCPlaylistInfo.h
|
macosx: Fix localization for tab labels in media information panel
|
8 years ago |
|
VLCPlaylistInfo.m
|
fetcher: provide events in callbacks
|
8 years ago |
|
VLCPlaylistView.h
|
macosx: More class description clarifications
|
9 years ago |
|
VLCPlaylistView.m
|
macosx: More class description clarifications
|
9 years ago |
|
VLCPopupPanelController.h
|
macosx: replace API deprecated in 10.10
|
9 years ago |
|
VLCPopupPanelController.m
|
macosx: modernize the remaining sheet dialogs
|
8 years ago |
|
VLCRemoteControlService.h
|
macosx: add remote control service and export now playing metadata
|
8 years ago |
|
VLCRemoteControlService.m
|
macosx: Use @available instead of own macros
|
8 years ago |
|
VLCRendererDiscovery.h
|
macosx: Remove a SDK 10.11 preprocessor check
|
9 years ago |
|
VLCRendererDiscovery.m
|
macosx: rework renderer menu to match the Qt interface
|
9 years ago |
|
VLCRendererItem.h
|
macosx: renderer: add unique identifier
|
9 years ago |
|
VLCRendererItem.m
|
macosx: renderer: add unique identifier
|
9 years ago |
|
VLCRendererMenuController.h
|
macosx: rework renderer menu to match the Qt interface
|
9 years ago |
|
VLCRendererMenuController.m
|
macosx: Display icons depending on renderer capabilities
|
9 years ago |
|
VLCResumeDialogController.h
|
macosx: fix uninitialized block argument
|
8 years ago |
|
VLCResumeDialogController.m
|
macosx: Rename VLCVoutWindowController to VLCVideoOutputProvider
|
8 years ago |
|
VLCScrollingClipView.h
|
macosx: Use doxygen comments in VLCScrollingClipView
|
9 years ago |
|
VLCScrollingClipView.m
|
macosx: Fix timer interval value in ScrollingClipView
|
9 years ago |
|
VLCSimplePrefsController.h
|
macosx: modernize the remaining sheet dialogs
|
8 years ago |
|
VLCSimplePrefsController.m
|
macosx: coding style improvements
|
8 years ago |
|
VLCSimplePrefsWindow.h
|
macosx: wrap simple preference panes in scroll view
|
9 years ago |
|
VLCSimplePrefsWindow.m
|
macosx: wrap simple preference panes in scroll view
|
9 years ago |
|
VLCSlider.h
|
macosx: Swiping on time slider enabled
|
9 years ago |
|
VLCSlider.m
|
macosx: restore compilation compatibility with SDK versions < 10.14
|
8 years ago |
|
VLCSliderCell.h
|
macosx: Add ability to hide knob to VLCSlider
|
9 years ago |
|
VLCSliderCell.m
|
macosx: restore compilation compatibility with SDK versions < 10.14
|
8 years ago |
|
VLCSourceListBadgeButton.h
|
macosx: Use NSButton subclass for badge drawing
|
8 years ago |
|
VLCSourceListBadgeButton.m
|
macosx: Set correct state/highlight for badge button
|
8 years ago |
|
VLCSourceListItem.h
|
macosx: Update PXSourceList to 2.x
|
8 years ago |
|
VLCSourceListItem.m
|
macosx: Update PXSourceList to 2.x
|
8 years ago |
|
VLCSourceListTableCellView.h
|
macosx: Use NSButton subclass for badge drawing
|
8 years ago |
|
VLCSourceListTableCellView.m
|
macosx: Use NSButton subclass for badge drawing
|
8 years ago |
|
VLCStatusBarIcon.h
|
macosx: Convert playlist menu and status menu to autolayout
|
9 years ago |
|
VLCStatusBarIcon.m
|
macosx: Use @available instead of own macros
|
8 years ago |
|
VLCStringUtility.h
|
macosx: Simplify imageFromRes
|
9 years ago |
|
VLCStringUtility.m
|
gui:macosx: convert vlc_tick_t to seconds explicitly using SEC_FROM_VLC_TICK()
|
8 years ago |
|
VLCTextfieldPanelController.h
|
macosx: replace API deprecated in 10.10
|
9 years ago |
|
VLCTextfieldPanelController.m
|
macosx: modernize the remaining sheet dialogs
|
8 years ago |
|
VLCTimeField.h
|
macOS: Move VLCTimeField out of misc
|
9 years ago |
|
VLCTimeField.m
|
macOS: Move VLCTimeField out of misc
|
9 years ago |
|
VLCTimeSelectionPanelController.h
|
macosx: Improvement in Go-To Time Panel, added hh:mm:ss format
|
8 years ago |
|
VLCTimeSelectionPanelController.m
|
macosx: Improvement in Go-To Time Panel, added hh:mm:ss format
|
8 years ago |
|
VLCTrackSynchronizationWindowController.h
|
macosx: rename to VLCTrackSynchronizationWindowController
|
10 years ago |
|
VLCTrackSynchronizationWindowController.m
|
macosx: set integers as integers
|
8 years ago |
|
VLCUIWidgets.h
|
macosx: Force arrow cursor for extension UI labels
|
9 years ago |
|
VLCUIWidgets.m
|
macosx: fix various compilation warnings with regard to integer sizes
|
8 years ago |
|
VLCVideoEffectsWindowController.h
|
macosx: Fix localization issues in effects panels
|
8 years ago |
|
VLCVideoEffectsWindowController.m
|
macosx: coding style improvements
|
8 years ago |
|
VLCVideoOutputProvider.h
|
macosx: Rename VLCVoutWindowController to VLCVideoOutputProvider
|
8 years ago |
|
VLCVideoOutputProvider.m
|
macosx: Rename VLCVoutWindowController to VLCVideoOutputProvider
|
8 years ago |
|
VLCVideoWindowCommon.h
|
macosx: split windows file to have one class per file
|
8 years ago |
|
VLCVideoWindowCommon.m
|
macosx: Use @available instead of own macros
|
8 years ago |
|
VLCVolumeSlider.h
|
macosx/VLCVolumeSlider: add dark mode support for mojave
|
8 years ago |
|
VLCVolumeSlider.m
|
macosx: restore compilation compatibility with SDK versions < 10.14
|
8 years ago |
|
VLCVolumeSliderCell.h
|
macosx/VLCVolumeSlider: add dark mode support for mojave
|
8 years ago |
|
VLCVolumeSliderCell.m
|
macosx: restore compilation compatibility with SDK versions < 10.14
|
8 years ago |
|
VLCVoutView.h
|
macosx: rename to VLCVoutView
|
10 years ago |
|
VLCVoutView.m
|
macosx: fix potential null pointer dereference
|
8 years ago |
|
VLCWindow.h
|
macosx: split windows file to have one class per file
|
8 years ago |
|
VLCWindow.m
|
macosx: remove hack for macOS Mavericks
|
8 years ago |
|
VLCWrappableTextField.h
|
macosx: Add helper class for multi-line text fields
|
9 years ago |
|
VLCWrappableTextField.m
|
macosx: Add helper class for multi-line text fields
|
9 years ago |
|
applescript.h
|
macosx: fix misc. compilation warnings
|
8 years ago |
|
applescript.m
|
macosx: fix misc. compilation warnings
|
8 years ago |
|
helpers.h
|
macosx: helpers: add getVouts
|
9 years ago |
|
iTunes.h
|
macosx: add missing licence headers
|
13 years ago |
|
macosx.m
|
macosx: iterate on the pseudo target to make it compile and link
|
8 years ago |
|
misc.h
|
macosx: require SDK macOS 10.12.2 or later for compilation
|
8 years ago |
|
misc.m
|
macosx: add remote control service and export now playing metadata
|
8 years ago |
|
prefs.h
|
macosx: Limit min and max width of prefs split view
|
9 years ago |
|
prefs.m
|
macosx/prefs: fix reset of textfields
|
8 years ago |
|
prefs_widgets.h
|
macosx: Remove unused advanced option from prefs
|
8 years ago |
|
prefs_widgets.m
|
macosx: coding style improvements
|
8 years ago |