Felix Paul Kühne
|
14c7ec5a3d
Fix doxygen documentation
|
9 years ago |
Felix Paul Kühne
|
79fe195889
event manager: cosmetics
|
10 years ago |
Felix Paul Kühne
|
9bf1c2ead7
add sanity check
|
10 years ago |
Felix Paul Kühne
|
188b7fc619
event manager: fix incomplete coalescing to avoid an unreasonably large number of messages on the main thread, which could lead to a memory impact
|
11 years ago |
Felix Paul Kühne
|
5f9893863c
event manager: fix event propagation issues introduced in 3a85ea62 and b04ab8c8
|
11 years ago |
Felix Paul Kühne
|
b04ab8c830
event manager: fix runtime exception
|
11 years ago |
Jörg Bleyel
|
e18cc6a3f6
VLCKit: speedup message loop main thread delegate call
|
11 years ago |
Florent Pillet
|
bd5b9cf401
VLCKit: using a selector to access immutable private ivars was pointless
|
11 years ago |
Florent Pillet
|
3a85ea629a
VLCKit: inlined code from a method that had only one caller
|
11 years ago |
Florent Pillet
|
291f91e180
VLCKit: fix a deadlock case in VLCEventManager
|
11 years ago |
Florent Pillet
|
7ccc97fabd
VLCKit: Added a couple missing casts
|
11 years ago |
Florent Pillet
|
89b18fd9c7
VLCKit: Moved sleep() call to after some work has been processed
|
11 years ago |
Florent Pillet
|
4904e3482c
VLCKit: Cosmetic fixes to method declarations
|
11 years ago |
Florent Pillet
|
bab8b59c5d
Cosmetics
|
11 years ago |
Gleb Pinigin
|
f7553c4e7a
VLCEventManager: modern versions of Xcode don't need explicit forward methods declaration anymore
|
11 years ago |
Gleb Pinigin
|
a1c503d2f1
VLCEventManager: save some dispatches, modernize syntax
|
11 years ago |
Gleb Pinigin
|
0d0883feb1
VLCEventManager: hide implementation details
|
11 years ago |
Carola Nitz
|
6ea28be83d
Converts the library to ARC and therefore changed the struct message_t into a class and adjusted the code using message_t
|
11 years ago |
Gleb Pinigin
|
da15b4f5a1
VLCEventManager: memory leak
|
11 years ago |
Felix Paul Kühne
|
dbfa4ef0fd
Fix 64bit compilation warnings
|
11 years ago |
Gleb Pinigin
|
a1b881f429
Modern approach for creating shared instances(iOS4.0+/OSX10.6+)
|
11 years ago |
Gleb Pinigin
|
93b20621ef
VLCEventManager: avoid leaks on continue
|
12 years ago |
Gleb Pinigin
|
86741aaff1
VLCEventManager: synchronize creation of shared object
|
12 years ago |
Gleb Pinigin
|
398620dd50
VLCEventManager: reorder initialization
|
12 years ago |
Felix Paul Kühne
|
9e42122db8
VLCEventManager: simplify threading code (closes #8565)
|
12 years ago |
Felix Paul Kühne
|
f552e37ab5
Revert 7058e748 since Garbage Collection is dead
|
12 years ago |
Felix Paul Kühne
|
c01e46f36f
VLCKit: upgrade ObjC syntax
|
12 years ago |
Kuang Rufan
|
7cbe8d5656
fix notification problem
|
12 years ago |
Felix Paul Kühne
|
c2f8eb6dc8
Introduce the VKLog makro so we don't spam release builds with debug messages
|
12 years ago |
Felix Paul Kühne
|
fc8801dd7e
Sources: unify and modernize coding style
|
12 years ago |