- 02 Mar, 2010 13 commits
-
-
Antoine Cellerier authored
Change vlc.stream() and vlc.memory_stream() error reporting to behave like lua's io.open() or loadfile() functions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #3368
-
Jean-Baptiste Kempf authored
Ref #3368
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
This reverts commit d69b5e60.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Jakob Leben authored
close #3361
-
- 01 Mar, 2010 6 commits
-
-
Laurent Aimar authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
GetWindowDC paints in nonclient area (not recommended on msdn) and not needed for skins. Also, it doesn't take WS_CLIPCHILDREN into account and forced to add a lengthy hack which can now be removed. This patch hopefully could also fix a refresh issue found only on Vista/Win7 (to be tested) (http://forum.videolan.org/viewtopic.php?f=15&t=68891)
-
Rémi Denis-Courmont authored
...without reference. With a direct connection, the call stack ensures that the pointer remains valid until the slot returns. This is not the case for asynchronous ("queued" in Qt4 documentation) signals. Obviously, this means we have to emit the signals from the Qt4 main loop thread, *or* alternatively not touch any Qt4 UI stuff fromt he slot. Hopefully, any such bug would be easier to find this ways.
-
Rémi Denis-Courmont authored
This reverts commit dcd59284. This bug is so pervasive within the Qt4 interface that removing this instance won't make a difference.
-
- 28 Feb, 2010 21 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Fabio Ritrovato authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #3332 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Patch by ale5000, on IRC. Close #3336
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
...unless proper reference counting si involved, or the signal is blocking queued (but that is deadlock-prone). Ref: LP#528285
-
Rémi Denis-Courmont authored
-
Antoine Cellerier 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
We only use getopt_long(). Also we don't care about pre-C89 compilers.
-
Rémi Denis-Courmont authored
(We still need -lgnugetopt for cachegen)
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-