- 26 Apr, 2010 18 commits
-
-
Jean-Baptiste Kempf authored
-
Luca Barbato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
This should continue to fix the fontconfig caching bugs
-
Jean-Baptiste Kempf authored
People on mac should really check this on their machine
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
(N.B.: Backporting this would break translations)
-
Laurent Aimar authored
It also improves reactivity of seek while paused.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 25 Apr, 2010 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 24 Apr, 2010 12 commits
-
-
Gaëtan Rousseaux authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Myckel Habets authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
David Planella authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Keary Griffin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
Reported by ivoire.
-
Laurent Aimar authored
Reported by ivoire.
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 23 Apr, 2010 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
David Menestrina authored
The old gecko-sdk defines a bunch of types and macros in npupp.h, which is no longer available in xulrunner-sdk 1.9.2. Luckily, all of the NPN*UPP types were typedeffed to UniversalProcPtr, so this change just uses that type, incorporated into the HOST_TO_PLUGIN_GLUE macro. We also define a new CALL_NPN macro for choosing to use the CallNPN_*Proc macros from npupp.h or just invoking the function pointer directly. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Menestrina authored
The Mac OS Carbon APIs are not available to 64-bit applications. This change just ifdefs out calls to them to avoid compiler errors. In 64-bit, NPP_HandleEvent will have to be rewritten to use the Cocoa event model. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-