This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
videolan
/
vlc
mirror of
https://gitea.goldendeliverer.com/videolan/vlc.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
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.
109418
Commits
7
Branches
132
Tags
718 MiB
C
60.3%
C++
19.9%
Objective-C
9%
QML
3.5%
Makefile
1.6%
Other
5.7%
Tree:
0edb6284a5
3.0.x
cherry-pick-c5513cf9
master
mmdevice-clean/8
update/opus-1.6.1
work/string-cache
work/unnecessary-disc-string
0.1.99e
0.2.70
0.2.72
0.2.73
0.2.81
0.2.83
0.2.91
0.2.92
0.3.0
0.3.1
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.4.5
0.4.6
0.4.6.1
0.5.0
0.5.1
0.5.2
0.5.3
0.6.0
0.6.1
0.6.2
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.8.4
0.9.0
0.9.0-test0
0.9.0-test1
0.9.0-test2
0.9.0-test3
1.0.0-pre1
1.0.0-pre2
1.0.0-rc1
1.1.0-ff
1.1.0-pre1
1.2.0-pre1
1.3.0-git
2.1.0-git
2.2.0-git
3.0.0
3.0.0-1
3.0.0-2
3.0.0-git
3.0.0-rc1
3.0.0-rc2
3.0.0-rc3
3.0.0-rc4
3.0.0-rc5
3.0.0-rc6
3.0.0-rc7
3.0.0-rc8
3.0.0.1
3.0.1
3.0.10
3.0.11
3.0.11.1
3.0.12
3.0.12-1
3.0.12.1
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.0.17-1
3.0.17.2
3.0.17.3
3.0.17.4
3.0.18
3.0.18-rc
3.0.18-rc2
3.0.19
3.0.2
3.0.20
3.0.21
3.0.21-1
3.0.22
3.0.22-rc1
3.0.22-rc2
3.0.23
3.0.23-1
3.0.23-2
3.0.23-test-that-will-be-deleted
3.0.3
3.0.3-1
3.0.4
3.0.5
3.0.5-1
3.0.5-2
3.0.6
3.0.7
3.0.7.1
3.0.7.1-1
3.0.8
3.0.9
3.0.9.1
3.0.9.2
4.0-dev
4.0.0-dev
PA_sk2_2023-0110-195255
PA_sk2_2023-0117-124820
PA_sk2_2023-0322-151238
PA_sk2_2023-0405-102335
PA_sk_master_2021-0701-100025
PA_sk_master_2021-0720-100641
PA_sk_master_2021-0816-183339
PA_sk_master_2021-0906-105147
PA_sk_master_2021-1005-082401
PA_sk_master_2021-1027-100227
PA_sk_master_2021-1102-124600
PA_sk_master_2021-1102-162639
PA_sk_master_2021-1109-022737
PA_sk_master_2022-0303-033453
PA_sk_master_2022-0509-173936
PA_sk_master_2022-0509-191127
PA_sk_master_2022-0510-220720
PA_sk_master_2022-1004-191815
PA_sk_master_2022-1209-200142
PA_vlc_master_2021-0616-164351
audiblegenius-2022-08-12-01
audiblegenius-2022-08-12-02
audiblegenius-2022-08-16-01
audiblegenius-2022-08-16-02
demo-ces2019-vlc-vr
svn-trunk
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0edb6284a5'
${ noResults }
vlc
/
modules
/
gui
/
macosx
/
library
/
home-library
History
Claudio Cambra
9504c30ea9
macosx: Remove now unused stack view scroll view properties in home view components
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
2 months ago
..
VLCLibraryHomeViewActionButtonCell.h
macosx: Add starter VLCLibraryHomeViewActionButtonCell
1 year ago
VLCLibraryHomeViewActionButtonCell.m
macosx: FInish leveraging intended methods for button cell customisation in VLCLibraryHomeViewActionsView
3 months ago
VLCLibraryHomeViewActionsView.h
macosx: Change home view actions view controller into just the view itself
1 year ago
VLCLibraryHomeViewActionsView.m
macosx: Unify open stream actions' wording across the gui
1 year ago
VLCLibraryHomeViewAudioCarouselContainerView.h
macosx: Ad property to set audio library segment on audio carousel
2 years ago
VLCLibraryHomeViewAudioCarouselContainerView.m
macosx: Set title view string when setting audio library segment
2 years ago
VLCLibraryHomeViewBaseCarouselContainerView.h
macosx: Remove unused delegate property in home view base carousel container view
2 years ago
VLCLibraryHomeViewBaseCarouselContainerView.m
macosx: Use convenience defaultLabelWithString textfield in carousel container view
12 months ago
VLCLibraryHomeViewContainerView.h
macosx: Add connect and disconnect methods to home view container view protocol
2 years ago
VLCLibraryHomeViewController.h
macosx: Use VLCMediaSbtractMediaLibrarySegmentViewController for all media library segment view controllers
1 year ago
VLCLibraryHomeViewController.m
macosx: Remove now unused stack view scroll view properties in home view components
2 months ago
VLCLibraryHomeViewStackViewController.h
macosx: Remove now unused stack view scroll view properties in home view components
2 months ago
VLCLibraryHomeViewStackViewController.m
macosx: Remove now unused stack view scroll view properties in home view components
2 months ago
VLCLibraryHomeViewVideoCarouselContainerView.h
macosx: Subclass VLCLibraryHomeViewBaseCarouselView in VLCLibraryHomeViewVideoCarouselView, remove redundant functionality
2 years ago
VLCLibraryHomeViewVideoCarouselContainerView.m
macosx: Implement presentLibraryItem in VLCLibraryHomeViewVideoCarouselContainerView
2 years ago
VLCLibraryHomeViewVideoContainerView.h
macosx: Mark library view controllers that already implement presentLibraryItem: as VLCLibraryItemPresentingCapable conforming
1 year ago
VLCLibraryHomeViewVideoContainerViewDataSource.h
macosx: Mark properties holding views in library data sources as weak
2 years ago
VLCLibraryHomeViewVideoContainerViewDataSource.m
macosx: Avoid race condition on set/get of self.collectionArray in VLCLibraryHomeViewVideoContainerViewDataSource
5 months ago
VLCLibraryHomeViewVideoGridContainerView.h
macosx: In library segment view controllers where collection views are programatically instantiated, use VLCLibraryCollectionView
1 year ago
VLCLibraryHomeViewVideoGridContainerView.m
macosx: In library segment view controllers where collection views are programatically instantiated, use VLCLibraryCollectionView
1 year ago