History log of /haiku-fatelf/src/servers/app/drawing/html5/base64.cpp
Revision Date Author Comments
# c001665a 01-Apr-2012 François Revol <revol@free.fr>

Add a packed argument to encode_base64.

Reintroduced the '=' padding modulo 3 characters from the original code from the mail kit,
and a packed option to avoid it.
Broadway uses this packed scheme to save bytes when sending many separate values.
TODO: merge this with the mail kit one somewhere?


# 8d33dc29 01-Apr-2012 François Revol <revol@free.fr>

An html5 <canvas> based drawing engine

This implements an html5 rendering engine.
Inspired by the Broadway GDK backend for Gnome.
Work in progress. For now it just connects and dumps debug output.


# c001665a7cd67a89cc33ed482fc8e9f3b2f6812a 01-Apr-2012 François Revol <revol@free.fr>

Add a packed argument to encode_base64.

Reintroduced the '=' padding modulo 3 characters from the original code from the mail kit,
and a packed option to avoid it.
Broadway uses this packed scheme to save bytes when sending many separate values.
TODO: merge this with the mail kit one somewhere?


# 8d33dc2971c49b5fe2eb9401e77406199d524d8f 01-Apr-2012 François Revol <revol@free.fr>

An html5 <canvas> based drawing engine

This implements an html5 rendering engine.
Inspired by the Broadway GDK backend for Gnome.
Work in progress. For now it just connects and dumps debug output.