Statistics
| Branch: | Revision:

root / webodf @ master

# Date Author Comment
2a298209 05/15/2012 04:53 pm Jos van den Oever

Update to Closure Compiler of 2012-04-30.

1b10fce4 05/15/2012 12:33 pm Jos van den Oever

Adapt build system to allow use of WebODF as part of a larger CMake project.
All instances of CMAKE_BINARY_DIR and CMAKE_SOURCE_DIR are replaced with CMAKE_CURRENT_BINARY_DIR CMAKE_CURRENT_SOURCE_DIR. CMAKE_BINARY_DIR and CMAKE_SOURCE_DIR point to the project root, which is different when WebODF is used in a larger project.

08aa2f8f 04/25/2012 07:24 pm Jos van den Oever

Update JSLint.

8248b50a 04/25/2012 07:04 pm Jos van den Oever

Update closure compiler and node.

00b7fd08 04/25/2012 06:42 pm Jos van den Oever

Fix compilation.

4121e436 04/13/2012 11:24 am Stuart Dickson

Compile fix.

7b702433 04/13/2012 11:24 am Stuart Dickson

Check mimeType for video plugins.

fdc283fc 04/13/2012 11:24 am Stuart Dickson

Whitespace/indent fix.

696754f0 04/13/2012 11:24 am Stuart Dickson

Fix whitespace.

3e11cf16 04/13/2012 11:23 am Stuart Dickson

Fix compile.

a417fdf2 04/13/2012 11:23 am Jos van den Oever

Fix css for android device.

a757d27d 04/13/2012 11:23 am Jos van den Oever

Add buttons and functions to switch between slides.

d8e1fe12 04/13/2012 11:22 am Stuart Dickson

Including videos via Data URI

1475d78a 04/13/2012 11:22 am Stuart Dickson

Added more error checking

47ca894d 04/13/2012 11:22 am Stuart Dickson

Added support for video DataURIs

78fe6d1b 04/05/2012 04:30 pm Jos van den Oever

Fix whitespace.

48612c07 03/08/2012 10:38 am Jos van den Oever

Fix css for android device.

e583282f 03/08/2012 10:29 am Jos van den Oever

Add buttons and functions to switch between slides.

9d806390 03/08/2012 09:48 am Jos van den Oever

Fix whitespace.

a184280f 03/06/2012 12:55 pm Jos van den Oever

Add buttons and functions for fitting best, width and height.

050c1348 03/06/2012 10:19 am Jos van den Oever

Compile fix.

4ffc9dc8 03/05/2012 03:33 pm Jos van den Oever

Use NSUrlCache for quickly loading and parsing xml files.

f932e312 03/02/2012 09:30 am Jos van den Oever

Refactor so that creation of a data url is done by the zip class and not the odf container class.
This allows a fast native implementation of this functionality by overriding the zip class.

e78f5016 02/29/2012 05:09 pm Jos van den Oever

Use the new loadAsString function.

34bf0a3d 02/29/2012 04:32 pm Jos van den Oever

Add function to read files as string from a zip file.
This allows for implementing a fast native version.

1da198b4 02/29/2012 04:16 pm Jos van den Oever

Refactor to get a special function that allows faster odf loading when overridden in a native implementation.

de9bec40 02/29/2012 03:46 pm Jos van den Oever

Slight refactoring.

da7f4b09 02/29/2012 10:29 am Jos van den Oever

Add a loading queue that spaces cpu intensive tasks up.
This gives the ui an ability to update the screen during document loading.

44b996ad 02/27/2012 04:28 pm Jos van den Oever

Extract and show meta data in the details view.

35ce9fc9 02/23/2012 03:51 pm Jos van den Oever

Merge branch 'master' of gitorious.org:odfkit/webodf

Conflicts:
webodf/extjs

45366f66 02/23/2012 11:14 am Jos van den Oever

Fix a few issues.
- list could have multiple selections
- zoom was not fixed when loading second document, giving a wrong canvas size

35a59688 02/22/2012 05:15 pm Jos van den Oever

Port the qt client to the new sench touch ui.
The work is not entirely complete yet. Scanning the directory for odt files is still missing.

d79bab92 02/21/2012 08:44 pm Jos van den Oever

Add zoom in and out.
This was very hard to achieve because the webkit transform does not affect the percieved element width and height (at the moment). So a buffer <div/> was needed.

87fcc99f 02/17/2012 11:16 am Jos van den Oever

Add a ui based on sencha touch 2.0.

aaabe44e 02/15/2012 03:32 pm Jos van den Oever

Remove deprecated module.

1e8c9a7f 02/15/2012 10:05 am Jos van den Oever

snapshot

958e169c 02/03/2012 09:34 am Jos van den Oever

Update android version to phonegap 1.4.0.
The files phonegap-1.4.0.js are different for iOS and android.

0ee52206 02/03/2012 09:01 am Jos van den Oever

Move splash images into the splash folder.

ec54b78e 02/02/2012 05:05 pm Jos van den Oever

Update list of options to the new version of JSLint.

648925a7 02/02/2012 05:05 pm Jos van den Oever

Update to newer JSLint of 2012-01-26.

4c26d925 02/02/2012 03:07 pm Jos van den Oever

Add the ios port the the main repository.

This port is using PhoneGap (Apache Callback) and Sencha Touch, just like the new Android port. The JavaScript code is shared and placed in programs/android/assets/www.

Importing ios version.

Add files that seem useful....

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.

122d1569 12/13/2011 04:08 pm Jos van den Oever

Only add handler if it is not yet present.

71360801 12/08/2011 11:52 am Jos van den Oever

Various build fixes needed because webodf.js is not included in the respository anymore.

c7c4cc66 12/08/2011 10:43 am Jos van den Oever

Remove the compiled file webodf.js from the code repository.

1cd46d79 12/07/2011 10:13 am Jos van den Oever

Only show the first image in a frame.
Ideally this is the first supported image in a frame.

b67e68a2 12/06/2011 03:11 pm Jos van den Oever

Fix bug due to wrong offset.
Now the firefox extension should be packed fine.

d835ec9b 11/30/2011 09:45 am Jos van den Oever

Finish partial XPath implementation.
All unit tests for it pass now.

bb854c01 11/30/2011 09:43 am Jos van den Oever

Avoid stack overflow.

87a62d1a 11/30/2011 09:43 am Jos van den Oever

Add tests to test xmldom.XPath.

c5d191a4 11/30/2011 09:43 am Jos van den Oever

Better error message when a class cannot be loaded.

ed180522 11/26/2011 04:35 pm Jos van den Oever

Add incomplete, even for WebODF, XPath implementation.
This is needed since IE has no support for XPath.

6985cda4 11/25/2011 04:18 pm Jos van den Oever

Update JSLint.

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

Clean up RawDeflate.js

4356f169 11/22/2011 03:39 pm Jos van den Oever

Fixes for IE9.

f77803a2 11/22/2011 12:23 pm Jos van den Oever

Refactor all use of XPath to a separate class.

f9d6a64e 11/21/2011 04:48 pm Jos van den Oever

Only run tests that require qt if qt is available.

e6c15d5b 11/19/2011 12:35 am Tobias Hintze

add some vim-modelines to CMake files

c4ac74db 11/19/2011 12:34 am Tobias Hintze

disable generation of webodf-experimental.js for now

c1f9b687 11/19/2011 12:10 am Tobias Hintze

add gui/PresenterUI

d0063df5 11/18/2011 12:24 pm Jos van den Oever

Fix crash when there is no fontface declaration.

55821839 11/18/2011 11:04 am Jos van den Oever

Read mimetypes from the manifest files.
This magically adds support for rendering svg files.

575c4f39 11/17/2011 10:16 am Jos van den Oever

Compile fix

335ceffd 11/17/2011 09:33 am Jos van den Oever

Add initial support for showing embedded fonts in webodf.
Caveats:
- probably only works with truetype fonts in non-IE browsers
- small hack that retrieves the stylesheet to add the rule to: should ideally be make available as a set of rules in the odf container or loaded from OdfCanvas instead of from the OdfContainer.

1853c2b5 11/16/2011 04:37 pm Jos van den Oever

Check that a document is actually loaded before using it.
Some parts of ODF are not obligatory.

95550a13 11/15/2011 05:44 pm Jos van den Oever

Compile fixes and additional type annotations.

139088b2 11/15/2011 05:14 pm Jos van den Oever

Make support for the Relax NG "combine" attribute more elegant.

feb108b8 11/15/2011 04:34 pm Jos van den Oever

Add support for the Relax NG "combine" attribute.

ffb57232 10/21/2011 11:21 am Jos van den Oever

Add workarounds for Firefox extension submission.

Firefox extensions are submitted to static code analysis. In this analysis, some features are flagged and some are fixed by this commit:
- eval() is not allowed. it is replaced by evil(). Only dead code refers to it....

f5f37c79 10/19/2011 10:28 am Jos van den Oever

Workaround for error reported by the closure compiler.

c2071948 10/19/2011 10:27 am Jos van den Oever

Use Java_JAVA_EXECUTABLE instead of CMAKE_Java_RUNTIME.
Both point to the java runtime executable.

e2c5b815 10/18/2011 10:05 pm Jos van den Oever

Check that cmake is not run from this directory.

f1841e07 10/16/2011 09:40 pm Jos van den Oever

Update Closure Compiler.

82c7f158 10/15/2011 07:12 pm Jos van den Oever

Better uri encoding and support for ODF mimetypes.

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.

c6b7a59d 10/06/2011 02:29 pm Jos van den Oever

Hide the change tracking elements.

d5b1d8fb 10/05/2011 09:57 am Jos van den Oever

Add more dependencies to fix bugs in parallel make calls
make -j4 should work without error now.

a3755c84 10/03/2011 07:31 pm Jos van den Oever

Fix compilation.

f7f23ac9 10/03/2011 11:19 am Jos van den Oever

Simplify dynamic creation of package objects.

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.

ee4b2a78 09/30/2011 08:59 pm Jos van den Oever

JSLint fixes.

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

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

52aab4a6 09/30/2011 08:35 pm Jos van den Oever

Remove svg:title and svgdesc from the layout flow.

2e7c5a2a 09/30/2011 08:31 pm Jos van den Oever

Fix positioning for page anchors.

4c3f5350 09/30/2011 04:23 pm Jos van den Oever

Use manifest.js files to speed up loading.
The manifest.js file lists for each directory in the path, the available js files. This avoids looking for files in places where they are not.

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.

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.

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

Better positioning of frames that are anchored to paragraphs.

21cc4db2 09/22/2011 06:49 pm Jos van den Oever

Compile fixes.

dcfbd791 09/22/2011 01:39 pm Jos van den Oever

Fix httpserver ip number.

ad46d50f 09/22/2011 01:33 pm Jos van den Oever

Add fix for Opera.

5545dd63 09/22/2011 11:58 am Jos van den Oever

Add relax ng validation.
The error message are not helpful, they only indicate if there is a problem.
Also, the schemas for 1.0 and 1.1 are not supported yet.

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.