- 26 Mar, 2012 15 commits
-
-
Kaarlo Raiha authored
-
Edward Wang authored
Close #6489 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #6481 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
add_callback could not work correctly with the (lack of) Lua threading support. Fortunately, it was not in use. del_callback depends on add_callback.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Fixes combo visibility in open_panel
-
Francois Cartegnie authored
Visibility changes were not applied to the created qwidget except for base class. Changes were also not implemented for some classes.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
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 7 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
-