office-gobmx/touch
Tor Lillqvist 03a9ec4aa5 Don't bother with unused stuff
Also, install the header files on all platforms.

Change-Id: I06820416956a6b35ff327d8871f7d4adf16ef15b
2013-04-14 21:00:01 +03:00
..
idl/org/libreoffice/touch
inc/touch Add lo_keyboard_did_hide() and improve comment 2013-04-13 20:59:03 +03:00
source
CustomTarget_touch_javamaker.mk
InternalUnoApi_touch.mk
Library_libotouch.mk Don't bother with unused stuff 2013-04-14 21:00:01 +03:00
Makefile
Module_touch.mk Don't bother with unused stuff 2013-04-14 21:00:01 +03:00
Package_inc.mk Add new <touch/touch.h> header 2013-04-12 15:22:10 +03:00
README Update README 2013-04-11 10:58:19 +03:00

Library that provides API used by LO-based apps on touch devices

This is all very much a work in progress and the design can change
radically at any moment. And actually at the moment it is unclear
whether this will be used or not.

The name "touch" for this module and the library name "libotouch" are
not fixed and might change if somebody comes up with niftier names.

This module will contain an UNO API to be called either from Java (for
Android), or directly (iOS). (Or, on iOS, possibly through some thin
Objective-C layer to hide the UNO.)

The API will provide a mechanism to render "tiles" of a document at some
requested zoom level. Initially for viewer style apps, but the work should
ideally be open-ended to potentially be a base for editing apps, too.

For starters, concentrating on text ("Writer") documents as they are
easiest. With spreadsheets come the added complexity of the cell grid being
potentially unbounded and no clear "page" area. With presentations come the
animation complications, and possibly LO-based viewer apps for presentations
will be done in a totally different fashion.