From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p7G7VDDx005907 for ; Tue, 16 Aug 2011 09:31:14 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAGAGIcSk5N6B+ljmdsb2JhbABBmROPHgEBAQEJCQsdJYIBgRlNAwEmh3ICmV2gOoZHBIdZhE6Ld4tu X-IronPort-AV: E=Sophos;i="4.67,379,1309730400"; d="scan'208";a="105559693" Received: from fe02x03-cgp.akado.ru (HELO akado.ru) ([77.232.31.165]) by mail4-smtp-sop.national.inria.fr with ESMTP; 16 Aug 2011 09:31:08 +0200 X-Drweb-SpamState: no X-Drweb-SpamScore: -30 X-DrWeb-SpamReason: linux (-10);freebsd (-10);BSD (-10) X-Drweb-SpamState-Num: 0 X-Spam-Level: Received: from [10.0.66.9] ([10.0.66.9] verified) by fe02-cgp.akado.ru (CommuniGate Pro SMTP 5.2.13) with ESMTPS id 225432906 for caml-list@inria.fr; Tue, 16 Aug 2011 11:31:07 +0400 Date: Tue, 16 Aug 2011 11:31:06 +0400 (MSD) From: malc X-X-Sender: malc@linmac To: caml-list@inria.fr Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Caml-list] [ANNOUNCE] llpp v7 Hello, New version of llpp is now available (tagged v7) at http://repo.or.cz/w/llpp.git Blurb: llpp a graphical PDF viewer which aims to superficially resemble less(1) Changes (relative to v5): * Human readable/editable configuration file * Optional (default on) proportional display (for documents with variable width pages) * Better pixmap cache * Bird's eye (aka thumbnail) mode * Help and info/setup modes (accessible by pressing 'h' and 'i' respectively) * UI font handling was redone, i.e. Glut bitmap character API was replaced with Tor Andersson's glfont Rationale * bitmap characters are very very slow * the coverage of builtin fixed/helvetica/courier/times is tiny, so that not even cyrillic is visible in outlines * bitmaps live in their special raster world in OpenGL * bitmaps can not be made antialiased (glfont can be made aliased should there be a need) * Tweaks all over the place (autoscrolling/zooming/user defined knobs/etc) This version is known to work on Linux(ppc/x86_64), FreeBSD (Juergen Lock), Mac OS X(x86_64). It used to work on Mac OS X/ppc[32|64] and Windows XP(i386)/Vista (x86_64) in the past, but wasn't tested there in a while. OS X and Windows are second class citizens though. Build instructions: http://repo.or.cz/w/llpp.git/blob/v7:/BUILDING [1] https://github.com/ccxvii/snippets/blob/master/glfont.c -- mailto:av1474@comtv.ru