head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q2:1.1.0.2 pkgsrc-2010Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2010.08.01.12.37.18; author obache; state dead; branches; next 1.1; 1.1 date 2010.06.18.09.16.08; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update rabbit to 0.6.5. == Changes 0.6.4 from 0.6.5: 2010-07-31 * Added Rabbiter that collects comments from Twitter. [OBATA Akio] * Supported (()). [Suggested by kdmsnr] === Improvements * Removed needless newlines from default PDF filename. * Worked with \r\n newline. [Reported by zunda] * Rabbitter: Added. It collects comments from Twitter. [OBATA Akio] * Supported aafigure. [suggested by kdmsnr] ==== Theme * clear-blue: Removed needless newlines from footer text. * per-slide-background-iamge: Supported "background-image-align: right" slide property. [Suggested by kdmsnr] = slide ... == properties : background-image lavie.png : background-image-relative-width 30 : background-image-align right : background-image-relative-margin-right 3 * Supported width parameter 'relative_width' as well as 'relative-width'. * body-background-image: Added. It enables "align = right" image property: = title # image # src = lavie.png # relative-width = 30 # align = right # relative-margin-right = -5 * Enabled body-background-image and per-slide-background-image by default. * background-image-tookit: Added. It is a toolkit for shareing common processes in body-background-image and per-slide-background-image themes. * title-background-image: Supported customize by @@title_background_image_properties. The same options for image element can be used. [Suggested by kdmsnr] @@title_background_image_properties = { :align => :right, :as_large_as_possible => false, :relative_height => 75, } This shows image with the following layout: +-----------+ | +---+| | title <- background image | +---+| +-----------+ A background image is showed in center and it is resized to as large as possible by default. === Fixes * Fixed comment view doesn't work. === Thanks * kdmsnr * zunda * OBATA Akio @ text @$NetBSD: patch-ae,v 1.1 2010/06/18 09:16:08 obache Exp $ work comment view again. http://www.cozmixng.org/retro/projects/rabbit/changesets/1376 --- lib/rabbit/renderer/display/comment-drawing-area.rb.orig 2010-01-29 14:09:05.000000000 +0000 +++ lib/rabbit/renderer/display/comment-drawing-area.rb @@@@ -36,6 +36,8 @@@@ module Rabbit def_delegators(:@@pixmap, :x_dpi, :y_dpi) + def_delegators(:@@pixmap, :set_font_resolution) + attr_accessor :direction def width @ 1.1 log @* No need to require rubygems anymore. * Work comment view again, taken form upstream. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @