caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: moosotc@gmail.com
To: caml-list@inria.fr
Subject: [Caml-list] [ANNOUNCE] llpp v23
Date: Mon, 21 Nov 2016 18:49:46 +0300	[thread overview]
Message-ID: <87lgwcn885.fsf@gmail.com> (raw)


Hello,

New version of llpp (tagged v23) is now available at:
* http://repo.or.cz/w/llpp.git (has "tutorial" videos)
* https://github.com/moosotc/llpp/ (has a bugtracker)

============================================================================
Blurb

llpp is a graphical PDF viewer, which aims to superficially resemble
less(1)

============================================================================
Changes

* additional remote commands
* user supplied CSS for HTML/EPUB
* horizontal preloading
* optional EGL support
* dictionary lookup
  http://repo.or.cz/llpp.git/commit/29916e0cadcdf0ee3136fc3b4655b3c8b0d01a7b
* scripts/styles to comfortably convert/read wikipedia material
* zooming improvements (pivot zoom etc)
* 4.04.0 `-warn-error +a' fix (Tuncer Ayaz)
* bugfixes
* work on energy consumption reduction
* synced with mupdf 1.10 that boasts:
    BMP, SVG, GIF, FB2 suport
    internal links in HTML/EPUB
    more - http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;hb=1.10

============================================================================
macOS

Nicolás Ojeda Bär made llpp run on macOS "natively" (i.e. using cocoa)
https://github.com/nojb/llpp

The port is mostly functional, but:

a) there are some rough edges
b) few things probably do not quite work the way macOS aficionados
   expect them to
c) it lags a bit behind llpp's master

Don't let the above discourage you though.

Big thanks to Nicolás for coding, Nils Becker and Денис "сами Мы из
Нижнего[1] и у Нас три высшего" Барахтанов for testing, suggestions
and constructive critique.

Summary v22..v23
     1	Guillaume Hennequin
     1	Nicolas Ojeda Bar
     4	Tuncer Ayaz
   226	malc

Diffstat v22..v23
 .dir-locals.el           |    2 +-
 .gitignore               |    5 +-
 BUILDING                 |   10 +-
 KEYS                     |    9 +-
 Build.hs => Shakefile.hs |  103 ++--
 Thanks                   |    3 +
 build.sh                 |    4 +-
 config.ml                |  291 ++++++-----
 fixme                    |    1 -
 glfont.c                 |    2 +-
 lablGL/glArray.ml        |    3 -
 lablGL/glDraw.ml         |    2 +-
 lablGL/glMat.ml          |    2 +-
 lablGL/glMisc.ml         |    2 +-
 lablGL/glTex.ml          |    4 +-
 lablGL/raw.ml            |    2 +-
 link.c                   | 1199 +++++++++++++++++++++++++++-------------------
 main.ml                  | 1195 +++++++++++++++++++++++++--------------------
 misc/build.sh            |    8 -
 misc/completions/llpp.in |   11 +
 misc/cutrel              |    8 +
 misc/dicx                |   19 +
 misc/dllpp               |   16 +
 misc/epub.css            |    1 +
 misc/gc.awk              |   23 +
 misc/gc.py               |   23 -
 misc/keys.txt            |    2 +
 misc/llppac              |    7 +-
 misc/prince.css          |    1 +
 misc/wikipedia/wiki2.css |  275 +++++++++++
 misc/wikipedia/wpget     |   16 +
 parser.ml                |   14 +-
 pp.sed                   |    9 +-
 todo.org                 |   23 +
 utils.ml                 |   36 +-
 wsi.ml                   |   18 +-
 wsi.mli                  |    3 +
 37 files changed, 2061 insertions(+), 1291 deletions(-)


[1] "Мёльбурна" (sic) надо полагать

-- 
mailto:moosotc@gmail.com

             reply	other threads:[~2016-11-21 15:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21 15:49 moosotc [this message]
     [not found] ` <CAOvwQ4j4S=6quTF0dmA=J_-4Jpx+f1bMnBRGFx3VW24=XTD9TA@mail.gmail.com>
2016-11-22  4:22   ` moosotc
2016-11-22  6:57   ` moosotc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lgwcn885.fsf@gmail.com \
    --to=moosotc@gmail.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).