Steve Lhomme
|
80ea761c63
|
vlc_common: don't include vlc_thread.h anymore
We don't use a vlc_thread, vlc_muted, vlc_tick_now in this file.
|
3 years ago |
Steve Lhomme
|
bfa96b66a1
|
core: include unistd.h when using getcwd()
|
3 years ago |
Steve Lhomme
|
86baf4da14
|
modules: include unistd.h when using ftruncate()
|
3 years ago |
Steve Lhomme
|
a38c226841
|
core: include unistd.h when using ftruncate()
|
3 years ago |
Steve Lhomme
|
b18846d952
|
linux/filesystem: include unistd.h when using unlink()
|
3 years ago |
Steve Lhomme
|
f1f1f17920
|
medialibrary: include <type_traits> when std::is_pointer is used
|
3 years ago |
Steve Lhomme
|
0f44f41aae
|
include: include <type_traits> when std::is_pointer is used
|
3 years ago |
Steve Lhomme
|
a255fb1499
|
modules: include vlc_threads.h when using vlc_global_lock()
|
3 years ago |
Steve Lhomme
|
792677eb4a
|
core: include vlc_threads.h when using vlc_global_lock()
|
3 years ago |
Steve Lhomme
|
447ad17743
|
include: include vlc_threads.h when using vlc_global_lock()
|
3 years ago |
Steve Lhomme
|
ce1b6b94fb
|
modules: include vlc_threads.h when using vlc_timer_t
|
3 years ago |
Steve Lhomme
|
c4f77d9631
|
modules: include vlc_threads.h when using vlc_once_t
|
3 years ago |
Steve Lhomme
|
241f6262d0
|
timer: include vlc_threads.h when using vlc_once_t
|
3 years ago |
Steve Lhomme
|
4c387460c9
|
vlc_cpu: include vlc_threads.h when using vlc_once_t
|
3 years ago |
Steve Lhomme
|
d56977a05a
|
vlc_tracer: include vlc_threads.h when calling vlc_tick_now()
|
3 years ago |
Steve Lhomme
|
a3a7e1acf8
|
modules: include vlc_threads.h when using vlc_tick_now()
|
3 years ago |
Steve Lhomme
|
a2548ebca3
|
core: include vlc_threads.h when using vlc_tick_now()
|
3 years ago |
Steve Lhomme
|
55eba1ae2e
|
modules: include vlc_threads.h when using vlc_savecancel()
|
3 years ago |
Steve Lhomme
|
4acf0a567e
|
core: include vlc_threads.h when using/defining vlc_savecancel()
|
3 years ago |
Steve Lhomme
|
43746bbad2
|
modules: include vlc_threads.h when using vlc::threads
|
3 years ago |
Steve Lhomme
|
63e8a1a15a
|
modules: include vlc_threads.h when vlc_thread_t is used
|
3 years ago |
Steve Lhomme
|
adaa69d4aa
|
core: include vlc_threads.h when vlc_thread_set_name() is used
|
3 years ago |
Steve Lhomme
|
b11e676ccc
|
modules: include vlc_threads.h when using vlc_sem_t
|
3 years ago |
Steve Lhomme
|
dff3b2d274
|
lib: include vlc_threads.h when using vlc_mutex_t
|
3 years ago |
Steve Lhomme
|
cd48d706ed
|
modules: include vlc_threads.h when vlc_mutex_t is used
|
3 years ago |
Steve Lhomme
|
c4a3d9de47
|
core: include vlc_threads.h when vlc_mutex_t is used
|
3 years ago |
Steve Lhomme
|
0a10f3e4a2
|
include: include vlc_threads.h when vlc_mutex_t is used
|
3 years ago |
Pierre Lamot
|
9aa4648b22
|
qt: exclude resize border area of window when computing CSD button location
|
3 years ago |
Pierre Lamot
|
43cd010f7c
|
qt: fix CSD button location when desktop scale factor isn't 1.0 on windows
|
3 years ago |
Johannes Kauffmann
|
8dc0ae1205
|
Remove extra semicolons around vlc_module macro's
|
3 years ago |
Johannes Kauffmann
|
c054c47644
|
modules: remove semicolons outside functions
Mostly found with -Wextra-semi
|
3 years ago |
Johannes Kauffmann
|
35209fff7c
|
Remove double trailing semicolons
Only matching ";;\n", replaced with:
grep -lIR --include=*.{c,h,cpp,hpp} ";;\$" | xargs sed -i 's/;;\{1,\}$/;/'
|
3 years ago |
Johannes Kauffmann
|
db8bd87ed7
|
modules: add casts for pointer arguments to msg_*
|
3 years ago |
Johannes Kauffmann
|
984113f22a
|
demux: vobsub: fix sscanf format constant
|
3 years ago |
Claudio Cambra
|
a3a77f3a74
|
macosx: Fix cache modification queues in VLCLibraryModel
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
5aed85fb67
|
macosx: Be less overbearing with deletion nslogs in VLCLibraryModel
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
e0352dc1be
|
macosx: Deduplicate implementations of audio group delete handlers in VLCLibraryModel, use reusable updater method
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
5a9156e7c2
|
macosx: Deduplicate implementations of audio group update handlers in VLCLibraryModel, use reusable updater method
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
76b70f9554
|
macosx: Use polymorphic search function with VLCMediaLibraryAudioGroup protocol, removing duplicated search funcs
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
5f7bcaea68
|
macosx: Respond to genre updates in VLCLibraryCollectionViewAudioGroupSupplementaryDetailView
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
5f168b9437
|
macosx: Handle genre updates and deletions in VLCLibraryAudioDataSource
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
3644a53cd0
|
macosx: Granularly handle genre deletions in VLCLibraryModel
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
31bf4a581e
|
macosx: Granularly update genre cache when receiving update genre notification update
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
5edfb5254f
|
macosx: Handle granular updates for artists in VLCLibraryAudioDataSource
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
7c15844a32
|
macosx: Handle granular updates for albums in VLCLibraryAudioDataSource
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
b4e89b6091
|
macosx: Avoid updated VLCLibraryAudioDataSource when receiving update notifications for currently unrepresented types
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
aafac60300
|
macosx: Make update handlers in VLCLibraryAudioDataSource type agnostic, use protocol
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
5343ff348d
|
macosx: Handle artist update notifications in VLCLibraryCollectionViewAudioGroupSupplementaryDetailView
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
0c6c5070c7
|
macosx: Make update handler in VLCLibraryCollectionViewAudioGroupSupplementaryDetailView type agnostic by using protocol
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |
Claudio Cambra
|
9c8ef9ef79
|
macosx: Granularly handle artist deletions in VLCLibraryModel
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
|
3 years ago |