Store mtime in zipfile and also retrieve it.
Implement calculation of crc32.
Fix error that exited node too soon.This was introduced in the previous commit.
Run script code such that command-line arguments are in array "arguments" in the script.
add definition for sendAsBinary
Fix dependencies by putting js files in the right order.
Also limit spreadsheet and text documents to their intended size.
Avoid page breaks inside spreadsheets and presentation slides while printing.
Only send binary when no encoding is specified.
Add support for writing binary files to a web server.This works in current Chromium and Firefox 3.6. It does not work in Opera 10.
Add very simple support for writing zip files
Zip files written are not compressed, have wrong crc and mtime set to zero.
Remove old files.
Fix loading on local filesystem.
Store some small changes.
Move externs.js
Add small test file.
Store temporary version of an XML Model class.
Make function for converting string yield to the main loop so it does not freeze UI.
Fix setTimeout function.
Pass unit tests in arrays, not in hashes/objects. Each test is function with a name and can be identified by that name.
Small fix so that chromium understands the directory pages propery.
Keep track of which tests pass and which fail."
Avoid stack overflow by implementing conversion as a loop.
Add unit test to and fix bug in core.Base64.
Convert the byte array to UTF8 before parsing it as XML.
Do not try to interpret text in the Zip class.
Small fixes for demo.
Add simple server that runs in Node.JS and can host the WebODF demo.
Finish porting of WebODF canvas and demo to new runtime.
Add two tests and make them pass in the three runtimes.
Make zip tests pass in browers.
Add three Zip unit tests and make them pass on the command-line.
Refactoring snapshot. Not done yet.
Fix warning.
Add support for reading only parts of a file.Two out of three implementations do pass the unit test, but cheat by reading the entire file and passing only part of it on.
Add ability to have asynchroneous unit tests.
Hide internals of zip implementation.
Add type annotations.
Fix for Node.JS which has no window.
Make jslint complain less.
Make webodf work again.
Some more closure fixes.
Closure compiler fixes and simplifications.
Fix for closure compiler warnings.
Adapt zip.js to JSLint.
Use numerical values to avoid confusing Rhino and as a slight speedup.
Adapt to JSLint demands.
Fix loading of file over http.
Make compiling more strict, move style2css
Stop the "make" command when a failing unit test is encountered.
Clean up for jslint.
Small additions to the documentation.
Add more documentation and generate documentation from the Makefile.
Print test description.
Remove unneeded files.
Make the 'whitespace compiled' version run the unittests.
Fix class to run in Rhino.
More work on unit tests.
More work on getting unit tests running.
Improvements in making the code compile in ADVANCE mode.
Only use a custom externs.js.
Allow simple compilation of the code.
Just a lot of work to get the tests in shape. Still ongoing.
More work on a common runtime abstraction.
Work on making the scrips runnable from more than one runtime in normal format and in a format compiled with Closure Compiler.
Add cursor implementation with tests.
Add pointwalker implementation with tests.
Simplify display of attributes.Not as nice as previously, but easier and actually works.
Move cursur out of element start tag if user clicks there.
Show tag prefixes.
Override element heigth.
Better rendering of xml: attributes now supported.
Add start of simple XML editor
The editor imports the xml to be edited into the DOM tree and visualizes it with CSS. Much todo to make it functional.
Use WEBDAV by default, but fall back to normal HTTP, if webdav fails.
Fix path.
Fix loop error.
Remove "koffice" from path to test files.
Fix for jslint.
Better/cleaner iteration over arrays.
Clean up loop over strings.
Fix listing of webdav contents.
Fix most jslint issues.
Use the extjs from the submodule.
Add extjs as a git submodule.
Add functionality to convert and odf file to a standalone XML file with CSS transformation that can be viewed in a browser.
Some improvements to rendering of draw elements.
Give ODFDocumentElement a proper tag-name and use it to set which elements to display and which not.
Simple bugfix.
Add parts of new OdfContainer API in Qt version.
Refactor javascript implementation to use ODFDocumentElement.
Refactor to hide internals better.
Implement more of the ODFKit API in javascript.
Fix loading of images.
Cleanup indentation.
Some refactoring to cleaner javascript api.