Statistics
| Branch: | Revision:

root / programs / qtjsruntime @ 4ffc9dc8

Name Size
CMakeLists.txt 226 Bytes
nam.h 1.5 kB
nativeio.cpp 2.9 kB
nativeio.h 1.1 kB
pagerunner.cpp 6.7 kB
pagerunner.h 1.7 kB
qtjsruntime.cpp 673 Bytes

Latest revisions

# Date Author Comment
0e97181c 11/22/2011 09:55 am Jos van den Oever

Fix bindings of runtime.js in qtjsruntime.

ffa952b7 11/15/2011 02:05 pm Jos van den Oever

Propery report non-zero exit code when a javascript error occurs in a script.

79294426 11/15/2011 01:26 pm Jos van den Oever

Set the current paths so that javascript files can be found in runtime.js.

5c6f0ed8 10/06/2011 02:13 pm Jos van den Oever

Open files relative to the html or js file.

62f4506a 09/30/2011 09:30 am Jos van den Oever

Allow embedding of fonts in generated pdf.

cd3991c0 08/29/2011 03:20 pm Jos van den Oever

Build fix for Mac OS X 10.7.

9cf13184 07/26/2011 01:23 pm Jos van den Oever

Simplify Qt based executables.
Zip implementation is no longer in C++ but in JavaScript. Runtime customization is now shared between the two Qt executables.

175ec6a6 07/19/2011 06:32 pm Jos van den Oever

Fix rendering of pdf and png from a webpage or javascript.

b978a0fb 02/27/2011 09:46 pm Jos van den Oever

Refactor use of byte arrays

Previously, byte arrays were implemented as string with values from 0 to 255 inclusive. Some runtimes such as Node and modern browsers have native array implementations. These should be faster.

This commit changes changes WebODF to use the native arrays. Since byte arrays differ across runtimes, they are now abstracted by the Runtime.

9f47dd09 02/24/2011 06:32 pm Jos van den Oever

Check if a file really exists and is readable and report an error otherwise.

View revisions

Also available in: Atom