- 14 Aug, 2009 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Aug, 2009 37 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
This restores functionality, that video goes fullscreen on same screen that vlc player is. For somereason it didn't work correctly when reparented to QDesktop-screen( num ) widget.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Geoffroy Couprie authored
-
Pavlov Konstantin authored
Seems like wget and curl behaves differently: the latter one doesnt convert %20 to space.
-
Pavlov Konstantin authored
-
Pavlov Konstantin authored
-
Geoffroy Couprie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix spurious BadWindow errors from the video displays.
-
Ilkka Ollakka authored
-
Ruud Althuizen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jakob Leben authored
Items are stored twice, once in a tree structure and once in a one-level list. This patch removes attempt of the playlist_TreeMove() function to move both tree and one-level instances of an item. Firstly the reason is that function was not effective in this attempt. And secondly, the attempt itself doesn't make sense in some cases: you can always map moves within the tree to moves within one-level, but you can't always do it the other way around, it is in most cases ambiguous. Moreover, this patch restricts moves in the tree to within the present parent of the item being moved. Again, in most cases, moving an item out of its parent or into another parent is meaningless. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jakob Leben authored
Fix segfault when dropping more then one item onto an item in the left side selector. Also copy instead of move items when dragging from media library to playlist and the opposite. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Pierre Ynard authored
The Timer Queue Windows API is not available on WinCE, so this is a rewrite based on timeSetEvent() and friends. It's not safe yet with regard to timer deletion.
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
No need to store/recreate metadata on plitem anymore, as we can get it now on the fly, also separate headerData and Data. Hopefully that vlc_gc_incref/vlc_gc_decref is sufficient for that input_item_t pointer protection. Feel free to fix/revert/comment if that pointer shouldn't really be there, or if it's not safe it to be there thisway.
-
Ilkka Ollakka authored
-
Pierre Ynard authored
WinCE needs the cancellation event handle along with the thread handle, so we have to switch back to a struct on WinCE. Which causes great ugliness. Fix the build with the recent changes, and simplify some related Win32 code.
-
Pierre Ynard authored
Fix memleak + event leak on wince if thread creation fails
-
Jean-Baptiste Kempf authored
Skins2 dll gets a bit smaller.
-