- 08 Jun, 2011 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed disappearing repeat button images introduced in [8f79caa3] Closes #4886
-
Erwan Tulou authored
Unlike _endthread and ExitThread, _endthreadex doesn't close the handle. It is therefore up to the caller to close it. Hence no need for an extra handle duplication (that mostly amounted to a memory leak when the normal path was used, i.e normal return from thread with implicit _endthreadex) (cherry picked from commit afe774e0b19c7dcad8d0ae248480df1b0660a380) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Erwan Tulou authored
According to msdn doc, _endthreadex(0) is to be used when thread is launched with _beginthreadex(). Note that when returning from the normal path, an implicit _endthreadex is issued anyway. It is important to be consistent whatever the path, since those final functions (_endthread, ExitThread, _endthreadex) don't have the same deallocation policy. (cherry picked from commit 99f71e5a62fdd14b031fdc89f452d873e3509c74) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 06 Jun, 2011 3 commits
-
-
Laurent Aimar authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4fc3bd15a3844e41a75760fa8e100feecea969a5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Marian Hikanik authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Pierre Ynard authored
-
- 05 Jun, 2011 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Not working
-
Felix Paul Kühne authored
This reverts commit f7a1db99.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed volume normalizer prefs and crash when saving the Growl option in combination with some config sets
-
Felix Paul Kühne authored
-
- 04 Jun, 2011 5 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit b38b9c24c20313bfa3fa76fe7dffa6177edd270e)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit cd929923ff49175a501bb3e9553a683bc42ff61c)
-
Rémi Denis-Courmont authored
(cherry picked from commit bba95f3f86bf0ff241b13def7dd81c2af31829f4)
-
Rémi Denis-Courmont authored
(cherry picked from commit b856ec53290ec4ed5999406552662bde0023eeb6)
-
- 03 Jun, 2011 9 commits
-
-
Jean-Baptiste Kempf authored
Now, 1.1.9 will upgrade to 1.1.10, but 1.1.10 will act as 1.1.1 and consider 1.1.9 newer; and not update to 1.1.11... Of course, this commit is not good at all, but this is the simplest way I could do it, without breaking everything.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This has probably been the most hated thing of 1.1.x, I believe. I had to do something... Yes, there might be issues, and leaks. Please complain ASAP to me.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 02 Jun, 2011 1 commit
-
-
Seanán Ó Coistín authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
- 01 Jun, 2011 6 commits
-
-
Xabier Aramendi authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 6f1f23fb4cb5ba05e299530a05d6887143ff9335)
-
Rémi Denis-Courmont authored
Otherwise Qt4 selects another value by default and fails. (cherry picked from commit 77ef67f7dc0257b54b776d662b78ea7274d2a140)
-
Felix Paul Kühne authored
-
- 30 May, 2011 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #4802 Ref gentoo bug #361263
-
- 29 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
This should fix cursor (un)hiding with some OpenGL back-ends (cherry picked from commit 5e66bde2b006d572db85b7ffec3ba589f2bc933e) Conflicts: modules/video_output/xcb/x11.c
-
- 28 May, 2011 2 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 3239bdcb.
-
Rémi Denis-Courmont authored
(cherry picked from commit b7e972a1cb5426c19ab0f4766bf4f987eda90c75)
-