| .. |
|
audio-library
|
macosx: Make file owner of VLCMainVideoView a controller class
|
3 years ago |
|
media-source
|
macosx: Don't append new state to library navigation stack when switching between grid or list view modes in media source view
|
3 years ago |
|
video-library
|
macosx: Make file owner of VLCMainVideoView a controller class
|
3 years ago |
|
VLCInputItem.h
|
macosx: Make VLCInputItem conform to VLCLocallyManipulableItemProtocol
|
3 years ago |
|
VLCInputItem.m
|
macosx: VLCInputItem: handle NULL psz_path
|
3 years ago |
|
VLCInputNodePathControl.h
|
macosx: Add method to VLCInputNodePathControl to clear path control items ahead of given path control item
|
3 years ago |
|
VLCInputNodePathControl.m
|
macosx: Don't append path control item to input node path control if missing identifier
|
3 years ago |
|
VLCInputNodePathControlItem.h
|
macosx: Store VLCInputNode in custom path control item
|
3 years ago |
|
VLCInputNodePathControlItem.m
|
macosx: Add VLCInputNodePathControl
|
3 years ago |
|
VLCLibraryCollectionViewDataSource.h
|
macosx: Add a VLCLibraryCollectionViewDataSource with method allowing for polymorphic access to underlying data item
|
3 years ago |
|
VLCLibraryCollectionViewDelegate.h
|
macosx: Make VLCLibraryCollectionViewDelegate correctly size for video collection view items
|
3 years ago |
|
VLCLibraryCollectionViewDelegate.m
|
macosx: Make VLCLibraryCollectionViewDelegate correctly size for video collection view items
|
3 years ago |
|
VLCLibraryCollectionViewFlowLayout.h
|
macosx: Add expandable detail view to the album collection view
|
4 years ago |
|
VLCLibraryCollectionViewFlowLayout.m
|
macosx: Move VLCLibraryGroupDataSource to own file, rename to VLCLibraryAudioGroupDataSource
|
3 years ago |
|
VLCLibraryCollectionViewItem.h
|
macosx: Cut down on use of magic numbers in VLCLibraryCollectionViewItem, use const methods for values
|
3 years ago |
|
VLCLibraryCollectionViewItem.m
|
macosx: Use effectiveAppearance received from KVO in VLCLibraryCollectionViewItem, fixing bad label text colour update
|
3 years ago |
|
VLCLibraryCollectionViewMediaItemSupplementaryDetailView.h
|
macosx: Set media item supplementary view detail text view string
|
3 years ago |
|
VLCLibraryCollectionViewMediaItemSupplementaryDetailView.m
|
macosx: Set media item supplementary view detail text view string
|
3 years ago |
|
VLCLibraryCollectionViewSupplementaryDetailView.h
|
macosx: Make supplementary view scroll views scroll parent scroll views once at end scroll position
|
4 years ago |
|
VLCLibraryCollectionViewSupplementaryDetailView.m
|
macosx: Make supplementary view scroll views scroll parent scroll views once at end scroll position
|
4 years ago |
|
VLCLibraryCollectionViewSupplementaryElementView.h
|
macosx/library: show recently played media and introduce section headers
|
7 years ago |
|
VLCLibraryCollectionViewSupplementaryElementView.m
|
macosx: Implement empty views for audio and video
|
5 years ago |
|
VLCLibraryController.h
|
macosx: Use reveal in finder methods in data types rather than reimplement in menu controller
|
3 years ago |
|
VLCLibraryController.m
|
macosx: Use reveal in finder methods in data types rather than reimplement in menu controller
|
3 years ago |
|
VLCLibraryDataTypes.h
|
macosx: Make VLCMediaLibraryItemProtocol inherit VLCLocallyManipulableItemProtocol
|
3 years ago |
|
VLCLibraryDataTypes.m
|
macosx: Make VLCMediaLibraryAlbum, VLCMediaLibraryGenre, and VLCMediaLibraryArtist inherit VLCAbstractMediaLibraryAudioGroup
|
3 years ago |
|
VLCLibraryImageCache.h
|
macosx: Make VLCLibraryImageCache accept real VLCAbstractMediaLibraryItem rather than protocol
|
3 years ago |
|
VLCLibraryImageCache.m
|
macosx: Make VLCLibraryImageCache accept real VLCAbstractMediaLibraryItem rather than protocol
|
3 years ago |
|
VLCLibraryInformationPanel.h
|
macosx: Replace implementation of VLCLibraryInformationPanel with scrollable stackview, fixing numerous layout/visual bugs
|
3 years ago |
|
VLCLibraryInformationPanel.m
|
macosx: Remove redundancy in BOOL checks for strings in VLCLibraryInformationPanel
|
3 years ago |
|
VLCLibraryMenuController.h
|
macosx: Make library/input item properties strong as this led to null item objects when menu controller used in table views
|
3 years ago |
|
VLCLibraryMenuController.m
|
macosx: Use reveal in finder methods in data types rather than reimplement in menu controller
|
3 years ago |
|
VLCLibraryModel.h
|
macosx: Fix the preferences' media library folders table
|
4 years ago |
|
VLCLibraryModel.m
|
macosx: Don't send nil as notification object for VLCLibraryModelVideoMediaListUpdated and VLCLibraryModelAudioMediaListUpdated in VLCLibraryModel's dropCaches
|
3 years ago |
|
VLCLibraryNavigationStack.h
|
macosx: Add 'clear' method to VLCLibraryNavigationStack
|
3 years ago |
|
VLCLibraryNavigationStack.m
|
macosx: Use new path control component everywhere
|
3 years ago |
|
VLCLibraryNavigationState.h
|
macosx: Stop paying attention to library segments in navigation stack and states
|
3 years ago |
|
VLCLibraryNavigationState.m
|
macosx: Stop paying attention to library segments in navigation stack and states
|
3 years ago |
|
VLCLibrarySortingMenuController.h
|
macosx/library: implement sorting
|
7 years ago |
|
VLCLibrarySortingMenuController.m
|
macosx/library: implement sorting
|
7 years ago |
|
VLCLibraryTableCellView.h
|
macosx: Unify VLCLibraryTableCellView nib construction in relevant class, deduplicate code
|
3 years ago |
|
VLCLibraryTableCellView.m
|
macosx: Fix playing artist and genres by clicking on VLCLibraryTableCellView
|
3 years ago |
|
VLCLibraryTableView.h
|
macosx: Make VLCLibraryTableViewDataSource protocol take tableView in addition to row for libraryItemAtRow
|
3 years ago |
|
VLCLibraryTableView.m
|
macosx: Add support for VLCMediaSourceDataSource in VLCLibraryTableView
|
3 years ago |
|
VLCLibraryUIUnits.h
|
macosx: Add unified collection view section insets method to VLCLibraryUIUnits
|
3 years ago |
|
VLCLibraryUIUnits.m
|
macosx: Add unified collection view section insets method to VLCLibraryUIUnits
|
3 years ago |
|
VLCLibraryWindow.h
|
macosx: Make library return button in VLCMainVideoView functional
|
3 years ago |
|
VLCLibraryWindow.m
|
macosx: Autohide the titlebar buttons when in the video view mode for the library window
|
3 years ago |
|
VLCLibraryWindowAutohideToolbar.h
|
macosx: Add displayToolbar method to VLCLibraryWindowAutohideToolbar
|
3 years ago |
|
VLCLibraryWindowAutohideToolbar.m
|
macosx: Deduplicate setup code in VLCLibraryWindowAutohideToolbar
|
3 years ago |
|
VLCLibraryWindowController.h
|
macosx: Move VLCLibraryWindowController to own files
|
3 years ago |
|
VLCLibraryWindowController.m
|
macosx: Stop appending library navigation states to the navigation stack each time some library navigation happens
|
3 years ago |