Statistics
| Branch: | Revision:

root / webodf / tools @ 3e11cf16

# Date Author Comment
ec54b78e 02/02/2012 05:05 pm Jos van den Oever

Update list of options to the new version of JSLint.

26df3e66 02/02/2012 09:55 am Jos van den Oever

Update to new versions of Node.js and Closure compiler.

50c785f6 01/03/2012 09:45 am Jos van den Oever

Update JSLint.

58f24039 11/25/2011 04:00 pm Jos van den Oever

Clean up RawDeflate.js

cd4f75c6 09/30/2011 12:23 pm Jos van den Oever

Use "use strict" to have more sanity checks.

054f8e15 09/29/2011 02:37 pm Jos van den Oever

Add all JSLint configuration options.
This makes it easier to know what has been defined.

1a82610f 09/29/2011 01:57 pm Jos van den Oever

Update to a new JSLint
and fix all the new errors it finds.

53f18f86 08/26/2011 12:38 pm Jos van den Oever

Add image to test clipping.
The HTML file is committed since it was used to algorithmically generate the image from a <canvas/> element.

a97612ce 07/13/2011 10:21 am Jos van den Oever

Upgrade to new version of JSLint.
And update code to meet better checks.

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

Add licenses and copyright statements to all javascript files.

181245f6 06/03/2011 06:42 pm Jos van den Oever

Port to Ext 4.0.1.

f19b1110 06/02/2011 12:32 am Jos van den Oever

Fix closure compiler errors.

6bf1d42c 04/29/2011 05:07 pm Jos van den Oever

Work on hooking up the UI to the formatting of the document.

df5914bf 04/29/2011 10:50 am Jos van den Oever

Better type checking.

6bd074c3 04/28/2011 03:13 pm Jos van den Oever

More Closure Compiler fixes.

374beb2b 04/26/2011 03:19 pm Jos van den Oever

More type checking.

8a8c70a1 04/20/2011 11:55 am Jos van den Oever

Compile fixes for new stricter Closure Compiler version.

9fd8c6ba 03/22/2011 07:26 pm Jos van den Oever

Fix Runtime so it can use native arrays in Firefox 4 and still send binary data.

50f07417 03/21/2011 02:00 pm Jos van den Oever

Load document relative to the main xml file.

c7b163d7 03/17/2011 10:40 am Jos van den Oever

Add snapshot of class for Relax NG validation. Work in progress.

ab1e325b 03/17/2011 09:18 am Jos van den Oever

Add TreeWalker interface.

0035ec6a 03/16/2011 11:17 pm Jos van den Oever

Small fix.

46f20a34 03/16/2011 09:10 am Jos van den Oever

Add parent/child checks for all style families.

6a4c33f8 03/16/2011 08:08 am Jos van den Oever

Add checks for data styles.

af35a294 03/16/2011 12:13 am Jos van den Oever

Add "extends" attribute to make style key file more compact.

bcf2e3cb 03/15/2011 09:48 pm Jos van den Oever

Add checking for list styles.

5244ca82 03/15/2011 05:56 pm Jos van den Oever

Add checks for presentation-page-layout and page-layout names.

1ce0bebb 03/15/2011 05:34 pm Jos van den Oever

Add checks for master page names.

b284439c 03/05/2011 03:22 pm Jos van den Oever

Add tool for checking references in ODF files.

b40dc50e 02/28/2011 09:46 am Jos van den Oever

Fix unit tests on Rhino runtime.
Also fix closure compiler error.

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.

175a8c4f 02/14/2011 09:40 am Jos van den Oever

Add compile step to check JavaScript with JSLint and fixed errors in some files.

229288c0 02/12/2011 09:56 pm Jos van den Oever

Switch from Makefile to CMake and from NodeJS 0.2 to 0.4.
Now CMake will retrieve and compile Node and other requirements.

7bd8f79d 12/01/2010 12:09 pm Jos van den Oever

Add exit and deleteFile functions to nativeio.

067a64dc 11/27/2010 12:29 pm Jos van den Oever

Add test for writing of data and fix it for firefox. for other browsers this will be really hard.

9a7df6d0 11/22/2010 08:49 am Jos van den Oever

add definition for sendAsBinary

7f32fbe5 11/15/2010 09:57 pm Jos van den Oever

Add very simple support for writing zip files

Zip files written are not compressed, have wrong crc and mtime set to zero.

da2e7bae 11/13/2010 06:00 pm Jos van den Oever

Move externs.js