| .. |
|
audio-library
|
macosx: Prevent audio library model change detection from override any other view in library window
|
4 years ago |
|
media-source
|
macosx: Don't iterate over subviews for library target view, replace in bulk in VLCLibraryMediaSourceViewController
|
4 years ago |
|
video-library
|
macosx: Ensure video library view is updated when the library model video count changes
|
4 years ago |
|
VLCInputItem.h
|
macosx: Add thmbnailWithSize method to VLCInputItem
|
4 years ago |
|
VLCInputItem.m
|
macosx: Add thmbnailWithSize method to VLCInputItem
|
4 years ago |
|
VLCLibraryCollectionViewDataSource.h
|
macosx: Add a VLCLibraryCollectionViewDataSource with method allowing for polymorphic access to underlying data item
|
4 years ago |
|
VLCLibraryCollectionViewDelegate.h
|
macosx: Make VLCLibraryCollectionViewDelegate correctly size for video collection view items
|
4 years ago |
|
VLCLibraryCollectionViewDelegate.m
|
macosx: Make VLCLibraryCollectionViewDelegate correctly size for video collection view items
|
4 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
|
4 years ago |
|
VLCLibraryCollectionViewItem.h
|
macosx: Cut down on use of magic numbers in VLCLibraryCollectionViewItem, use const methods for values
|
4 years ago |
|
VLCLibraryCollectionViewItem.m
|
macosx: Cut down on use of magic numbers in VLCLibraryCollectionViewItem, use const methods for values
|
4 years ago |
|
VLCLibraryCollectionViewMediaItemSupplementaryDetailView.h
|
macosx: Set media item supplementary view detail text view string
|
4 years ago |
|
VLCLibraryCollectionViewMediaItemSupplementaryDetailView.m
|
macosx: Set media item supplementary view detail text view string
|
4 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: Make search field in toolbar functional for library
|
4 years ago |
|
VLCLibraryController.m
|
macosx: Make search field in toolbar functional for library
|
4 years ago |
|
VLCLibraryDataTypes.h
|
macosx: Add VLCMediaLibraryDummyItem type
|
4 years ago |
|
VLCLibraryDataTypes.m
|
macosx: Add VLCMediaLibraryDummyItem type
|
4 years ago |
|
VLCLibraryImageCache.h
|
macosx: Add thumbnailForInputItem method to VLCLibraryImageCache
|
4 years ago |
|
VLCLibraryImageCache.m
|
macosx: Add thumbnailForInputItem method to VLCLibraryImageCache
|
4 years ago |
|
VLCLibraryInformationPanel.h
|
macosx: Replace implementation of VLCLibraryInformationPanel with scrollable stackview, fixing numerous layout/visual bugs
|
4 years ago |
|
VLCLibraryInformationPanel.m
|
macosx: Remove redundancy in BOOL checks for strings in VLCLibraryInformationPanel
|
4 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
|
4 years ago |
|
VLCLibraryMenuController.m
|
macosx: Ensure correct menu items are shown and hidden depending on represented item for VLCLibraryMenuController
|
4 years ago |
|
VLCLibraryModel.h
|
macosx: Fix the preferences' media library folders table
|
4 years ago |
|
VLCLibraryModel.m
|
macosx: Fix audio library not updating when sort changes
|
4 years ago |
|
VLCLibraryNavigationStack.h
|
macosx: Fix incorrect state of navigation buttons on main library window load
|
4 years ago |
|
VLCLibraryNavigationStack.m
|
macosx: Move media source data source and its configuration into VLCLibraryMediaSourceViewController
|
4 years ago |
|
VLCLibraryNavigationState.h
|
macosx: Add ability for navigation state and stack to keep track of currently-viewed media source
|
4 years ago |
|
VLCLibraryNavigationState.m
|
macosx: Move media source data source and its configuration into VLCLibraryMediaSourceViewController
|
4 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
|
4 years ago |
|
VLCLibraryTableCellView.m
|
macosx: Generate thumbnail for VLCInputItem in concurrent thread in VLCLibraryTableCellView
|
4 years ago |
|
VLCLibraryTableView.h
|
macosx: Make VLCLibraryTableViewDataSource protocol take tableView in addition to row for libraryItemAtRow
|
4 years ago |
|
VLCLibraryTableView.m
|
macosx: Add support for VLCMediaSourceDataSource in VLCLibraryTableView
|
4 years ago |
|
VLCLibraryUIUnits.h
|
macosx: Make VLCLibraryCollectionViewDelegate correctly size for video collection view items
|
4 years ago |
|
VLCLibraryUIUnits.m
|
macosx: Make VLCLibraryCollectionViewDelegate correctly size for video collection view items
|
4 years ago |
|
VLCLibraryWindow.h
|
macosx: Move media source data source and its configuration into VLCLibraryMediaSourceViewController
|
4 years ago |
|
VLCLibraryWindow.m
|
macosx: Ensure all library video collection view items are sized correctly
|
4 years ago |
|
VLCLibraryWindowController.h
|
macosx: Move VLCLibraryWindowController to own files
|
4 years ago |
|
VLCLibraryWindowController.m
|
macosx: Only restore audio library segement positioning if audio library is going to be opened
|
4 years ago |