Statistics
| Branch: | Revision:

root / webodf / lib / odf @ e19f2b23

# Date Author Comment
e19f2b23 10/14/2011 12:46 pm Jos van den Oever

Add support for images in flat xml.

bc937a62 10/14/2011 12:06 pm Jos van den Oever

Add support for loading flat xml ODF files.

c11690cc 09/30/2011 10:29 pm Jos van den Oever

Fix editability in latest chromium.

0e92bcce 09/30/2011 09:12 pm Jos van den Oever

Detect GIF files and use proper mimetype in data url.

fd5f8518 09/30/2011 08:42 pm Jos van den Oever

Add simple tool to compare webodf rendering to a prerendered png.

65089c44 09/30/2011 04:00 pm Jos van den Oever

Fix warning in Firefox 6.

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

Use "use strict" to have more sanity checks.

c609fde2 09/29/2011 03:12 pm Jos van den Oever

Avoid warning, by detecting jpeg files
and encoding the mimetype in the data URI.

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

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

2c4835fd 09/29/2011 11:29 am Jos van den Oever

Better positioning of frames that are anchored to paragraphs.

f3a64a01 08/30/2011 03:38 pm Jos van den Oever

Fix bug where saving fails when nothing is currently being edited.

00c4ee82 08/26/2011 10:33 pm Jos van den Oever

Add functions to turn editability on and off.
Patch contributed by Robert Plummer.

3dfdedbd 08/25/2011 08:33 pm Jos van den Oever

Disable editing for now.

a0b70e82 07/26/2011 12:15 pm Jos van den Oever

Fix bug where data url was too long.

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

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

6a49c3c3 07/13/2011 09:27 am Jos van den Oever

Add event handler mechanism to OdfCanvas.

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

Adapt nativeQtClient to use webodf.js.

dc01f460 06/07/2011 12:25 pm Jos van den Oever

Fix container element such that it wraps snugly around the ODF document.

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

Add licenses and copyright statements to all javascript files.

4eb07bc1 06/03/2011 11:00 pm Jos van den Oever

Do the advanced compile in a webodf-experimental.js file because due to member renaming, it has bugs.

a9416f5b 06/03/2011 09:40 pm Jos van den Oever

Use advanced optimizations (experimental!).

fb703e85 06/03/2011 04:01 pm Jos van den Oever

Rename module "dom" to "xmldom" to avoid a clash with ExtJS.
Also add build steps for making webodf.js and webodf-debug.js.

f19940e8 06/03/2011 03:34 pm Jos van den Oever

Workaround for browsers where createElement("style") does not give an HTMLStyleElement.

abac82e9 05/04/2011 11:44 pm Jos van den Oever

Compile fix.

2e2dff21 05/04/2011 11:18 pm Jos van den Oever

Add code to iterator over selected elements.

b96985b9 05/02/2011 06:47 pm Jos van den Oever

Work on formatting.

0e40fe69 04/30/2011 04:21 pm Jos van den Oever

Some work on formatting.

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

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

271a74ab 04/29/2011 11:44 am Jos van den Oever

Add class for formatting. (Empty so far).

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

Better type checking.

ef01f07c 04/22/2011 08:29 pm Jos van den Oever

Start on conversion of odfedit.html to an Ext.JS UI.

0626e0c3 04/22/2011 09:23 am Jos van den Oever

Fix small bug: node may be an element and not have getAttributeNS

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

Compile fixes for new stricter Closure Compiler version.

54d5758f 04/19/2011 09:46 pm Jos van den Oever

Add initial support for list styles.

c2b4880c 03/23/2011 12:48 pm Jos van den Oever

Do not serialize any dom node from the http://www.w3.org/2000/xmlns/ and http://www.w3.org/1999/xhtml namespaces.
xhtml is more specific and handled by the filter. xmlns should never be serialized and is hence excluded in the serializer itself.

00b0d891 03/23/2011 11:54 am Jos van den Oever

Add a save function.

0624bcc3 03/22/2011 11:07 pm Jos van den Oever

Make the cursor appear on first click in Firefox.

160f3693 03/22/2011 10:27 pm Jos van den Oever

Make a paragraph editable when it is clicked. In firefox (4) activating a paragraph for editing requires two clicks.

4855ef6e 03/22/2011 11:45 am Jos van den Oever

Do not store font face declarations in content.xml at all.

bf4a6de7 03/22/2011 11:30 am Jos van den Oever

When writing content.xml or styles.xml only write the automatic styles that are relevant to that particular file.

fc3de133 03/21/2011 08:14 pm Jos van den Oever

Load and save font-face-decls and make serializing of namespaces prettier.

25e6fdf6 03/21/2011 08:13 pm Jos van den Oever

Fix retrieving the of styles that are used.

4fc84e45 03/20/2011 01:35 pm Jos van den Oever

Add class for determining to which style key group a style reference belongs. This will be used for splitting up the element automatic-styles over styles.xml and content.xml.

1d99d3b1 03/17/2011 08:33 am Jos van den Oever

Fix errors reported by closure compiler.

1e7aeebe 03/16/2011 11:17 pm Jos van den Oever

Some work on splitting office:automatic-styles when saving.

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.

e5ade816 02/26/2011 02:02 pm Jos van den Oever

Add code to serialize the DOM to the ODF file. This is not complete yet.

3193d31b 02/25/2011 12:07 pm Jos van den Oever

Fix roundtripping of Zip files and ODF files.
An open issue is that, if the ODF file has been modified, the changes have to be reflected in the Zip entries. In other words, DOM serialization is not part of the saving process yet.

259869f7 02/24/2011 12:06 pm Jos van den Oever

Add mimetype to data url for png images.

75f92093 02/24/2011 09:50 am Jos van den Oever

Reduce the size of the chunks that are base-encoded.
In redmine this fixes #8.

8e2ffea1 02/23/2011 11:59 pm Jos van den Oever

Share namespace definitions.

fad1e3cf 02/23/2011 10:46 pm Jos van den Oever

Fix type in presentation namespace.
also fix some whitespace and add better type checking.

7082c753 02/23/2011 06:44 pm Jos van den Oever

Dynamically create the required stylesheet elements (<style/>).

2f88757d 02/23/2011 11:08 am Jos van den Oever

Add a canvas for ODF. work in progress.

a06c4a14 02/20/2011 11:06 pm Jos van den Oever

Fix bug when loading file without styles element.

44602376 02/20/2011 10:27 pm Jos van den Oever

Fix loading of ODF documents where the position of the cursor is given with a processing instruction.
Importing a DOM node with processing instructions is not supported. The processing instructions must be removed before importing.

7acd136e 02/20/2011 10:05 pm Jos van den Oever

Report error in zip file via a state change.

72d2007b 02/18/2011 05:10 pm Jos van den Oever

If there is an error importing content.xml or styles.xml, set the document to INVALID.

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.

d01cc6ef 02/09/2011 09:12 am Jos van den Oever

If no "settings.xml" is present, simply continue.

22c6c9c3 01/31/2011 06:03 pm Jos van den Oever

Fix parsing when no styles or automatic-styles element is present.

40512975 01/30/2011 10:30 pm Jos van den Oever

Change initialization order so the container also works in situations where data loading is instantaneous.

fbfbc561 01/30/2011 10:28 pm Jos van den Oever

Fix for Android browser which does not have a good XPath implementation. We replace the code with a simple traversal.

41840e27 11/25/2010 08:49 am Jos van den Oever

A bit more api documentation.

19c51a9b 11/24/2010 07:45 am Jos van den Oever

Add parameter documentation.

a7aed7e9 11/11/2010 11:27 pm Jos van den Oever

Make function for converting string yield to the main loop so it does not freeze UI.

b2a95ab5 11/10/2010 09:41 am Jos van den Oever

Convert the byte array to UTF8 before parsing it as XML.

c02fa13b 11/10/2010 12:27 am Jos van den Oever

Finish porting of WebODF canvas and demo to new runtime.

fb05e3d9 11/09/2010 10:44 am Jos van den Oever

Refactoring snapshot. Not done yet.

e486ed42 11/09/2010 09:27 am Jos van den Oever

Refactoring snapshot. Not done yet.