February 2012
M T W T F S S
« Dec    
 12345
6789101112
13141516171819
20212223242526
272829  

New site organization

I am releasing a lot of new code and projects today, so I have decided to take advantage of this opportunity to restructure the vectomatic website.

There are now five main sections:

1. apps Contains online web apps, the most notable one being the new svgreal SVG editor. 2. libs Contains lib-gwt-svg and lib-gwt-file. 3. [...]

the svgreal SVG editor

I am launching todayan online app to edit SVG resources.

The (long term !) purpose of project svgreal is to let anyone with a browser open and edit any SVG resource locally or on the Internet. Real svg resources, not just svg resources originally created by svgreal itself. Users should be able to open multiple [...]

Update of lib-gwt-file

I am releasing today a new version of lib-gwt-file, to try to keep up with the specification and recent evolution in the W3C draft specification. The highlight of this new version are as follows:

Migration of the interfaces to the lastest W3C file API draft (W3C Working Draft 20 October 2011), except for error management [...]

Availability of lib-gwt-file 0.2

lib-gwt-file 0.2 is now available. It does not provide new functionality with regards to the previous release, but is a migration to GWT 2.4.0.

Changes in this release

As GWT 2.4.0 now provides native support for HTML 5 drag-and-drop, lib-gwt-file 0.2 uses these native event classes instead of its own, wherever possible. lib-gwt-file’s own drag-and-drop [...]

A file API for GWT

This post presents lib-gwt-file, a library which encapsulates the W3C File API and the HTML5 drag-and-drop interfaces.

Let me begin by explaining why I developed this library and how I expect it to evolve. I am currently developing an SVG editor based on GWT and lib-gwt-svg and to be truly useful, users need to be [...]