Next | Query returned 76 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-05-21 18:04:24 by Takahiro Kambe | Files touched by this commit (25)
Log message:
Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24.
   2020-03-20 01:58:00 by Joerg Sonnenberger | Files touched by this commit (8)
Log message:
ruby-gettext doesn't support Ruby 2.4.
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-10-05 08:11:25 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 3.0.0

Changelog:
3.0.0: 2019-09-06

GTK+ 3 support release. GTK+ 2 support is dropped.

Wide (16.9 ratio) slide support release. Note that this is a backward \ 
incompatible change.
Improvements
rabbit

    Added support for wide (16:9 ratio) slide.

    To use wide slide, you just specify wide size by --size option such as \ 
--size 800,450.

    This is a backward incompatible change. If you already use wide size, text \ 
size in your slide is changed.

    You can use the same text size in normal (4:3 ratio) slide and wide (16:9 \ 
ratio) slide since this release. Text size is different before this release.
    Changed to use GTK+ 3 by default.
    Dropped support for GTK+ 2.

    Added support for "as large as possible text" without wrapping.

    This is a change that may change slide rendering result.
    Stopped to reset timer on reload.

    Added support for start-time and end-time title slide attributes.

    If both start-time and end-time are specified, you don't need to specify \ 
allotted-time. allotted-time can be computed from them.

    Here is an example that show how to specify 1 hour talk:

    = Title

    : start-time
       2017-10-08T11:00:00+09:00
    : end-time
       2017-10-08T12:00:00+09:00

    Dropped support for getting slide source from Hiki.
    Dropped support for getting slide source from SlideShare.

    RD: Removed <URL:...> mark from the default text of URL link.

    This is a change that may change slide rendering result.
    Added support for animation GIF.

    Stopped to force keeping above. --no-keep-above option is also removed.

    [Suggested by Shugo Maeda]
    info-window: Added support for reloading theme. [GitHub#118][Reported by \ 
Dominique Martinet]
    Added support for kramdown 2.1.0 or later. [GitHub#120][Reported by Yusuke \ 
Nakamura]
    Added workaround for environment that sends arrow key with mod2 mask. \ 
[GitHub#121][Reported by Yukihiro Matsumoto]
    Added support for align tags in table cell.
    Suppressed a Proc.new warning. [GitHub#124][Patch by Nobuyoshi Nakada]
    Added support for link in note.

    Improved text rendering on scale. Text wrapping isn't changed by scaling.

    [Reported by Yukihiro Matsumoto]

rabbit-slide

    Added --licenses option. [GitHub#116][Patch by Yusuke Nakamura]
    Added support for GUI.

Theme

    clear-blue: Decreases the default graffiti line width.
    lightning-talk-toolkit: Added support for customizing @lightning_talk_wrap_mode.
    image-viewer: Added support for image timer.
    Added font_size method for computing font size in theme.

Document

    Changed to use HTTPS. [GitHub#122][Patch by Kazuhiro NISHIYAMA]

Fixes
rabbit

    Fixed a bug that printing is failed when slide title has special character \ 
for file name. [GitHub#117][Reported by Dominique Martinet]

Document

    Fixed a typo. [GitHub#113][Patch by Hiroshi Hatake]
    Fixed broken links. [GitHub#114][Patch by Yusuke Nakamura]

Thanks

    Hiroshi Hatake
    Shugo Maeda
    Yusuke Nakamura
    Dominique Martinet
    Yukihiro Matsumoto
    Kazuhiro NISHIYAMA
    Nobuyoshi Nakada
   2019-09-14 20:37:04 by Izumi Tsutsui | Files touched by this commit (1)
Log message:
rabbit: fix missed ruby-gnome version in DEPENDS.
   2019-09-14 20:13:22 by Izumi Tsutsui | Files touched by this commit (1) | Package updated
Log message:
rabbit: update for ruby-gnome gem reorganization.

Bump PKGREVISION.
   2017-09-18 07:31:02 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
graphics/rabbit: update to 2.2.1

pkgsrc change: add pkg_alternatives support.

== 2.2.1: 2017-09-15

For RubyKaigi 2017 speakers release.

=== Improvements

==== rabbit

  * Supported Rouge.

  * Suppressed warnings with Ruby 2.4.
    [GitHub#109][Patch by Nobuyoshi Nakada]

==== Theme

  * image-slide-number: Supported "extra slides".
    If you set "image-slide-number-last-slide" slide property to \ 
"true",
    image timer computes its position as the slide is the last slide.
    Image timer isn't moved for the following slides.

==== Document

  * Added a sample slide for RD style.
    [GitHub#105][Patch by Masayuki Morisaki]

  * Added a document how to prepare development environment.
    [GitHub#106][Patch by Masayuki Morisaki]

  * Removed license information for prototype.js that removed.
    [GitHub#107][Patch by Ryunosuke Sato]

=== Fixes

==== rabbit

  * Information windows: Fixed a source format detection failure.
    [GitHub#102][Patch by Akihisa Higuchi]

==== Document

  * Fixed style of sample page.
    [GitHub#103][Reported by takiy33]

=== Thanks

  * Akihisa Higuchi

  * takiy33

  * Masayuki Morisaki

  * Ryunosuke Sato

  * Nobuyoshi Nakada
   2017-03-20 17:33:59 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update rabiit to 2.2.0.

2.2.0: 2017-01-22

Markdown support improvement release.

Improvements

All

* Dropped Ruby 2.0 support.
* Dropped gdk_pixbuf2 gem 3.0.8 or earlier support.

rabbit

* PDF: Supported PDF file that has "%" in its name.
* Dropped Migemo support.
* Markdown: Supported tag.

  Example (Inline):

	Normal {::tag name="center"}Centered{:/tag} Normal

  Example (Paragraph):

	Normal

	{:.center}
	Centered

	Normal

* Markdown: Supported wait in nested list item.
* Improved performance on deciding font size dynamically.
* Changed to use RubyGems user in config.yaml on pushing slide/theme gems.
* PDF: Supported link. But there are the following limitations:

  - cairo 1.15.4 is required. (If you use Rabbit with cairo 1.15.2 or
    earlier, you just can't use this feature.)
  - Link target is paragraph not link text.

Theme

* slide-logo: Supported logo per side by specifying image file name to
  logo-image slide property.
* title-on-image-toolkit: Improved readability by rendering character border.
* syntax-highlighting: Changed color for path of #include in C. Now,
  it uses the same color as normal string.

rabbit-slide

* Markdown: Fixed a bug that required newlines are missing. [GitHub#95][Patch
  by znz]

Document

* Improve English in FAQ. [GitHub#100][Patch by Todd Trimble]

Fixes

rabbit

* Fixed a bug that error isn't reported when multibyte image file name is
  specified and it doesn't exist. [GitHub#91][Reported by takiy33]
* Windows: Fixed encoding error on image file detection. [GitHub#93][Reported
  by dogatana]
* Fixed a bug that an error is occurred when you cancel in slide select
  dialog.
* Fixed typos. [GitHub#97][Patch by znz]
* Fixed a bug that spotlight and magnifier uses wrong position when slide
  aspect ratio and window aspect ratio are difference. [GitHub#99][Patch by
  OBATA Akio]
* Windows: Fixed a bug that unfullscreen doesn't restore window
  size. [GitHub#98][Reported by TADA, Tadashi]

Document

* Fix typos. [GitHub#101][Patch by znz]

Thanks

* takiy33
* dogatana
* znz
* Todd Trimble
* OBATA Akio
* TADA, Tadashi
   2016-10-09 18:02:19 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update rabbit to 2.1.9.

2.1.9: 2016-05-27

Markdown support improvement release.

Improvements

rabbit

* Suppressed warnings on Ruby 2.3. [GitHub#77][Patch by takiy33]
* Markdown markup: Supported strike through markup in GFM (GitHub Flavored
  Markdown). [Suggested by yoku0825]

  Syntax:

	~~deleted text~~

* Markdown markup: Supported reporting an error for using HTML because using
  HTML isn't supported.
* Supported stopping search by escape key.

* RD markup: Supported pango block verbatim. You can text with Pango markup
  in the block.

  Syntax:

	# pango

	<span foreground="red">Red Text</span>

* Supported filtering Markdown files in file choose dialog. [GitHub#83][Patch
  by tSU_Root]
* Markdown markup: Supported reporting an error for using horizontal rule
  because horizontal rule isn't supported. [GitHub#84][Reported by tSU_RooT]
* Markdown markup: Supported list in list. [GitHub#85][Reported by tSU_RooT]

Theme

* default-title-text: Supported customizing author font size by
  @title_slide_font_size.
* background-image-toolkit: Supported bottom vertical align.
* image-viewer: Supported comment.
* syntax-highlighting: Supported diff format.
* syntax-highlighting: Stopped highlighing numbers.
* clear-blue: Supported frame color in syntax highlight.

Document

* Added links to licenses. [GitHub#86][Patch by tSU_Root]
* Updated document about how to write a slide in Markdown. [GitHub#89][Patch
  by tSU_Root]

Fixes

rabbit

* Fixed a bug that slide with invalid format crashes Rabbit.
  [GitHub#76][Reported by takiy33]
* Fixed a bug that --margin option value is parsed wrongly.
  [GitHub#82][Patch by zunda]

Theme

* image: Fixed a bug that image size reduced with Markdown markup with
  image-timer theme. [GitHub#78][Reported by TOMITA Masahiro]
* image: Fixed a bug that image size isn't stable for image with caption.
  [GitHub#88][Reported by TOMITA Masahiro]

Thanks

* takiy33
* yoku0825
* TOMITA Masahiro
* zunda
* tSU_Root
   2015-09-13 17:55:39 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update rabiit to 2.1.8

pkgsrc change: Add dependency to devel/ruby-gnome2-gio.

2.1.8: 2015-09-06

A bug fix release for 2.1.7. 2.1.7 can't start on Windows.

Fixes

rabbit

  * Windows: Fixed a bug that Rabbit can't start. [Reported by yoku0825]

Thanks

  * yoku0825

2.1.7: 2015-09-05

Note markup support in Markdown release.

Improvements

rabbit

* Removed GDK rendering engine. (Because cairo is always available since a few
  years ago. If we can use cairo, there is no problem without GDK rendering
  engine.)
* Improved GTK+ 3 support. (It's not completed yet.) [Patch by okkez]
* Removed unused --server option.
* Wiki markup: Improved error message when unsupported markup is used.
* Markdown markup: Supported error message when multiple images exist in a
  paragraph. [GitHub#71][Reported by Colin Dean]
* Markdown markup: Supported note markup. [Suggested by yoku0825]

  Syntax is {::note}...{:/note}.

  Example:

	Normal text {::note}note{:/note} Normal text

Theme

* image-timer: Reduced memory usage.
* image-slide-number: Reduced memory usage.
* clear-blue: Removed indent of the first line in block quote.

Document

* Marked up README in Markdown. [GitHub#72][Patch by Toshi MARUYAMA]
* Improved description about Rabbit in Japanese. [GitHub#74][Patch by YU-TAYU]

Fixes

rabbit-slide

* Fixed a bug that invalid Markdown is generated. [Matafumi Yokoyama]

Document

* Fixed a bug that side menu is hidden. [GitHub#75][Reported by YU-TAYU]

Thanks

* okkez
* Matafumi Yokoyama
* Colin Dean
* Toshi MARUYAMA
* YU-TAYU
* yoku0825

Next | Query returned 76 messages, browsing 11 to 20 | Previous