- 26 Mar, 2012 2 commits
-
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
- 25 Mar, 2012 18 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
vout_macosx: check whether the receiving window can respond to non-standard calls prior to calling them (close #6034)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If the interface script has nothing to do, then it can simply end and the let the interface thread finish ahead of pf_deactivate. This will _not_ automatically cause VLC to exit.
-
Rémi Denis-Courmont authored
If there is nothing to do, then the interface thread can finish.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The Lua interpreter is not thread-safe. So this API made absolutely no sense: the timer callback is called asynchronously from another thread. Fortunately, none of our Lua scripts used this except for testing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(This should probably be moved to Lua code.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Edward Wang <edward.c.wang@compdigitec.com>
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
The function is a bit ugly but it's difficult to do this using pure arithmetic. Fixes #6378
-
- 24 Mar, 2012 11 commits
-
-
Erwan Tulou authored
Till now, when a tooltip showed up, the underlying main window lost keyboard focus (keys + mouse wheel). Users had to click again on the window to regain this focus. this patch mainly uses a flag that enables to display a window without activating it (see msdn doc) plus a bit of cosmetics. this patch should be backported.
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Note that all current configcontrol are instanciated using the existing gridlayout constructor by createConfigControl(). We probably can drop constructors for self contained configcontrols.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Felix Paul Kühne authored
-
- 23 Mar, 2012 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
They would not work with IDirect3DDevice9::StretchRect See: http://forum.videolan.org/viewtopic.php?f=14&t=99498 http://forum.videolan.org/viewtopic.php?f=14&t=99235 http://forum.videolan.org/viewtopic.php?f=14&t=98882 http://forum.videolan.org/viewtopic.php?f=14&t=98514
-
Jean-Baptiste Kempf authored
This is necessary to track the issues we have on XP with some GPU.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Frédéric Yhuel authored
end of the stream. This is wrong and the patch fix that. Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-