You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Claudio Cambra cffaefbde7 macosx: Add padding between carousel items and leading button 2 years ago
..
audio-library macosx: Use XIBs as single source of truth on collection view selection settings 2 years ago
home-library macosx: Add padding between carousel items and leading button 2 years ago
media-source macosx: Change represented object properties in library menu controller to use arrays 2 years ago
video-library macosx: Use XIBs as single source of truth on collection view selection settings 2 years ago
VLCInputItem.h macosx: Make getting thumbnail image for input item async 2 years ago
VLCInputItem.m macosx: Fix check for stream in input item thumbnail generation 2 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: Use accessibility description for input node path control items as path control item identifiers 2 years ago
VLCInputNodePathControlItem.h macosx: Add convenience property to input node path control item for prefix sentence of accessibility description of image 2 years ago
VLCInputNodePathControlItem.m macosx: Set accessibility description for input node path control items 2 years ago
VLCLibraryCarouselViewItemView.h macosx: Adapt VLCLibraryCarouselViewItemView to new VLCLibraryRepresentedItem 2 years ago
VLCLibraryCarouselViewItemView.m macosx: Adapt carousel view item view to detail string changes 2 years ago
VLCLibraryCollectionViewDataSource.h macosx: Add representedItemsAtIndexPaths method to VLCLibraryCollectionViewDataSource protocol 2 years ago
VLCLibraryCollectionViewDelegate.h macosx: Make VLCLibraryCollectionViewDelegate correctly size for video collection view items 3 years ago
VLCLibraryCollectionViewDelegate.m macosx: Fix collapse of supplementary detail view when multiple collection view items deselected 2 years ago
VLCLibraryCollectionViewFlowLayout.h macosx: Add expandable detail view to the album collection view 4 years ago
VLCLibraryCollectionViewFlowLayout.m macosx: Remove handling for VLCLibraryCollectionViewAudioGroupSupplementaryDetailView in VLCLibraryCollectionViewFlowLayout 2 years ago
VLCLibraryCollectionViewItem.h macosx: Add a property for deselecting collection view item upon click if it's already selected 2 years ago
VLCLibraryCollectionViewItem.m macosx: Fix indentation in VLCLibraryCollectionViewItem rightMouseDown 2 years ago
VLCLibraryCollectionViewMediaItemSupplementaryDetailView.h macosx: Implement support for secondary label in VLCLibraryCollectionViewMediaItemSupplementaryDetaiLView 2 years ago
VLCLibraryCollectionViewMediaItemSupplementaryDetailView.m macosx: Improve visiility of secondary detail string in media item supplementary view 2 years ago
VLCLibraryCollectionViewSupplementaryDetailView.h macosx: Make VLCLibraryCollectionViewSupplementaryDetailView keep track of content constraints, change according to collection view layout 2 years ago
VLCLibraryCollectionViewSupplementaryDetailView.m macosx: Fix trailing line at bottom-left of horizontal detail supplementary view 2 years ago
VLCLibraryCollectionViewSupplementaryElementView.h macosx: Use class property and dot notation for VLCLibraryCollectionViewSupplementaryElementView defaultHeaderSize 3 years ago
VLCLibraryCollectionViewSupplementaryElementView.m macosx: Use default NSColor for header texts for collection view supplementary element view 2 years ago
VLCLibraryController.h macosx: Add method in VLCLibraryController to reload media library folder 3 years ago
VLCLibraryController.m medialibrary: history: allow clearing via import type 2 years ago
VLCLibraryDataTypes.h macosx: Use NSArray extension method to conver vlc_media_lust_t to nsarray 2 years ago
VLCLibraryDataTypes.m macosx: Fix Season/Episode string for media items that are TV shows 2 years ago
VLCLibraryHeroView.h macosx: Switch to VLCLibraryRepresentedItem in VLCLibraryHeroView 2 years ago
VLCLibraryHeroView.m macosx: Enforce use of async thumbnailing 2 years ago
VLCLibraryImageCache.h macosx: Enforce use of async thumbnailing 2 years ago
VLCLibraryImageCache.m macosx: Set image on cache for input item thumbnail on main queue 2 years ago
VLCLibraryMenuController.h macosx: Change represented object properties in library menu controller to use arrays 2 years ago
VLCLibraryMenuController.m macosx: Ensure we are only displaying local-only menu items if all represented objects are local 2 years ago
VLCLibraryModel.h macosx: Keep track of long load notifications in audio view controller 2 years ago
VLCLibraryModel.m medialibrary: history: rework listing by media type 2 years ago
VLCLibraryModelChangeDelegate.h macosx: Keep track of long load notifications in audio view controller 2 years ago
VLCLibraryModelChangeDelegate.m macosx: Store original notification name in loading notifications dict, not loading notification name 2 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
VLCLibraryRepresentedItem.h macosx: Replace use of vlc_ml_parent_type with expanded VLCMediaLibraryParentGroupType 2 years ago
VLCLibraryRepresentedItem.m macosx: Fix playback of audio carousel items when library playback mode is enabled 2 years ago
VLCLibrarySegment.h macosx: Add music subsegments to VLCLibrarySegment 2 years ago
VLCLibrarySegment.m macosx: Add music subsegments as music segment children 2 years ago
VLCLibrarySortingMenuController.h macosx/library: implement sorting 7 years ago
VLCLibrarySortingMenuController.m macosx: Also use do notation for all child properties of VLCMain 3 years ago
VLCLibraryTableCellView.h macosx: Switch main table view cells over to VLCLibraryRepresentedItem 2 years ago
VLCLibraryTableCellView.m macosx: Rename detailString property to primaryDetailString property 2 years ago
VLCLibraryTableCellViewProtocol.h macosx: Switch main table view cells over to VLCLibraryRepresentedItem 2 years ago
VLCLibraryTableView.h macosx: Extract table view data source protocol to separate file 2 years ago
VLCLibraryTableView.m macosx: Change represented object properties in library menu controller to use arrays 2 years ago
VLCLibraryTableViewDataSource.h macosx: Extract table view data source protocol to separate file 2 years ago
VLCLibraryTableViewDelegate.h macosx: Cover case where table cell view not registered in table view in VLCLibraryTableViewDelegate 3 years ago
VLCLibraryTableViewDelegate.m macosx: Extract table view data source protocol to separate file 2 years ago
VLCLibraryTwoPaneSplitViewDelegate.h macosx: Add VLCLibraryTwoPaneSplitViewDelegate 3 years ago
VLCLibraryTwoPaneSplitViewDelegate.m macosx: Use dot notation to access class properties in VLCLibraryUIUnits 3 years ago
VLCLibraryUIUnits.h macosx: Adjust horizontal supplementary detail view sizing, add large size 2 years ago
VLCLibraryUIUnits.m macosx: Be more generous with nav sidebar width 2 years ago
VLCLibraryWindow.h macosx: Remove now unused outlet for segmentedTitleControl 2 years ago
VLCLibraryWindow.m macosx: Remove audio view controller segment property, have one source of truth for library segment 2 years ago
VLCLibraryWindowController.h macosx: Move VLCLibraryWindowController to own files 3 years ago
VLCLibraryWindowController.m macosx: Fix restore of selected segment in library window 2 years ago
VLCLibraryWindowNavigationSidebarViewController.h macosx: Fix configuration of outline view in navigation sidebar 2 years ago
VLCLibraryWindowNavigationSidebarViewController.m macosx: Fix configuration of outline view in navigation sidebar 2 years ago
VLCLibraryWindowPersistentPreferences.h macosx: Add home library view mode segment to library window persistent preferences 2 years ago
VLCLibraryWindowPersistentPreferences.m macosx: Add home library view mode segment to library window persistent preferences 2 years ago
VLCLibraryWindowPlaylistSidebarViewController.h macosx: Add property to toggle "main video mode" on and off in playlist view controller 2 years ago
VLCLibraryWindowPlaylistSidebarViewController.m macosx: Add property to toggle "main video mode" on and off in playlist view controller 2 years ago
VLCLibraryWindowSplitViewController.h macosx: Fix displaying of playlist sidebar in library window 2 years ago
VLCLibraryWindowSplitViewController.m macosx: Fix displaying of playlist sidebar in library window 2 years ago
VLCLibraryWindowToolbarDelegate.h macosx: Fix trackingSeparatorToolbarItem being deallocated 2 years ago
VLCLibraryWindowToolbarDelegate.m macosx: Fix initial state of play queue toggle if the view is not present within the library split view 2 years ago