Statistics
| Branch: | Revision:

root / programs @ d5785c62

Name Size
  android
  docnosis
  nativeQtClient
  qtjsruntime
CMakeLists.txt 199 Bytes

Latest revisions

# Date Author Comment
d5785c62 09/21/2011 04:52 pm Jos van den Oever

Cleanup of older diagnosis code.

2db8a431 09/21/2011 04:31 pm Jos van den Oever

Add first version of docnosis.
docnosis is a javascript file that analyses ODF files and reports errors.

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.

0f311d66 06/09/2011 09:47 am Jos van den Oever

Adjusted the Android version to use webodf.js

6e20bc38 06/07/2011 10:24 pm Jos van den Oever

Adapt nativeQtClient to use webodf.js.

5e51064a 06/07/2011 10:57 am Jos van den Oever

Remove website from the repository.

13c077b9 06/06/2011 12:30 pm Jos van den Oever

Add licenses and copyright statements to all javascript files.

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.

View revisions

Also available in: Atom