- 28 Oct, 2009 7 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
This ensures events are delivered when the mouse moves outside the rendering area but within the embedding drawable. This is necessary to autonatically unhide the cursor. As a side effect, we need to adjust the pointer coordinates.
-
Vicente Jimenez Aguilar authored
Inspired by Marian Durkovic's commit [80f9f873] Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 27 Oct, 2009 10 commits
-
-
Jakob Leben authored
-
Felix Paul Kühne authored
-
Marian Ďurkovič authored
As reported on forum, Powercam Pro returns 38 system IDs
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jakob Leben authored
-
Jakob Leben authored
Hypothesis: The bug stems from a thread concurrency problem. A PLModel::rebuild() happens just between SD inserting items into the core playlist and Qt playlist receiving item-added callback. Thus, the items referred to the callback are inserted twice into the Qt playlist. Solution: check if item already inserted at callback processing.
-
Jakob Leben authored
This reverts commit 0adb9ceb.
-
- 26 Oct, 2009 18 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
The changes needed are not the same.
-
Jean-Baptiste Kempf authored
This makes the plugin stay at a reasonable size (120kB vs 1090kB stripped) This might not be optimal though...
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
This reverts commit b8dc2568. In the case of SDL, the actual resize is done in VOUT_DISPLAY_CHANGE_DISPLAY_SIZE without any risk of infinite loop.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is now working since the previous "--static" commit
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Libcddb doesn't work as advertised, you need regex to make it work. Regex is supposed to be in your libc, but isn't in mingw... Great... So, add a regex target and patch libcddb to not build tests and examples Also, don't use AC_FUNC_MALLOC and REALLOC when crosscompiling and change the .pc file
-
Rémi Denis-Courmont authored
Then we don't need to process all root window property events.
-
Rémi Denis-Courmont authored
This reverts commit bcfa778f.
-
Pierre Ynard authored
-
Rafaël Carré authored
Reported-by: Konstantin Pavlov (thresh)
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Christophe Mutricy authored
Else we have troubles executing $FOO when FOO=prog --some-options Should fix [5d6f80f2]
-
Marian Ďurkovič authored
-
- 25 Oct, 2009 5 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
Only tested on a minimal win32 build. Please report configure/linking failure
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
Patch taken from upstream svn
-