- 03 Aug, 2010 15 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
lua_osd: add some parameters to the osd.message function to allow the user to set duration and position.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
While the configure checks were platform-agnostic, the implementation was Windows-specific. Worse, this code now conflicts with our Unicode filesystem layer, which uses the same function names. In practice, this code was never used.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
On Windows, wcstombs() converts UTF-16 to ANSI, not to UTF-8.
-
- 02 Aug, 2010 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Olivier Teulière authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They may be inconsistent on broken multi-processor hardware. But the system tick count is causing worse problems with power saving features.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 4d636fa3.
-
Rémi Denis-Courmont authored
This reverts commit a869d39d.
-
Jean-Baptiste Kempf authored
It isn't dangerous, helps people that use those features in playlists, although those playlists are VLC-specific
-
- 01 Aug, 2010 8 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
(still default enabled, but now it's save to use the OS X defaults without bothering about it)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 31 Jul, 2010 7 commits
-
-
Erwan Tulou authored
Up to now, notification of invalidated subareas was available for controls but yet, the layout always ended up being totally rebuilt. For instance, a small animated image meant a total rebuild of everything. For simple skins, this could go unnoticed, but old computers had much difficulty with more complex skins (e.g wmp11), that were mostly busy rebuilding layouts over and over. This patch ensures that only what needs to be rebuilt is rebuilt. Some skins like wmp11 on Linux do show dramatic improvement with this one patch.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Juho Vähä-Herttua authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Erwan Tulou authored
This patch does the following: - fix skins that could not be saved, because their ids contained the space character. Names are now enclosed between "" to preserve those spaces. - show windows only when the init and check work is done. This avoids fleeting windows that sometimes occur (usually visible on Linux)
-
Erwan Tulou authored
-