summaryrefslogtreecommitdiff
path: root/touch/README
blob: f1be5dfc5b2abb1306aa0286cb53d138e0086611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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. 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.
2106a'>integrate libeotDavid Tardon 2013-11-11bundle libebookDavid Tardon 2013-10-31bundle libfreehandFridrich Štrba 2013-10-30update libodfgenDavid Tardon 2013-10-30bundle libetonyekDavid Tardon 2013-10-24is this the foo we need now to download automaticallyCaolán McNamara 2013-10-16remove glibc stub and tarball, it seems to be completely unusedBjoern Michaelsen 2013-08-19Update internal HarfBuzz to 0.9.19Khaled Hosny 2013-07-24Ignore error in mkdir -pTor Lillqvist 2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt 2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez 2013-07-08fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba 2013-05-06added ICU 51 layout fix tarball, ticket 10107Eike Rathke 2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba 2013-04-23Add HarfBuzz support to the build systemKhaled Hosny 2013-03-13Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba 2013-03-06Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba 2013-02-24convert moz to gbuild and add to tail_buildPeter Foley 2013-02-21Don't download a zip we don't useFridrich Štrba 2012-12-25fix download of dbghelp.dllDavid Tardon 2012-12-25convert external to gbuildPeter Foley 2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann 2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák 2012-12-11Prepare for read-only source buildNorbert Thiebaud 2012-12-06Numbertext 0.9.5 (Python 3 fixes)Andras Timar 2012-12-06Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin 2012-11-29create its own target for download..Matúš Kukan 2012-11-29use $PIPESTATUS instead of pipefail optionChristian Lohmaier