History - spoolkitamura/nyle-doc-jp GitHub Wiki

履歴

0.7.5 (2019/10/19)

不具合修正など

  • 修正 nyle.gemspec to support gtk3-3.4.x or later

0.7.4 (2019/06/29)

不具合修正など

Samples

  • 修正 basic/keyboard.rb to use Symbol
  • 修正 basic/pause.rb
  • 修正 basic/rotation.rb

--

0.7.3 (2019/05/26)

新機能

不具合修正など

  • 修正: bug fix Nyle.draw_text

サンプルプログラム関連


0.7.2 (2019/04/14)

不具合修正など

  • 修正: color names due to update rcairo 1.16.3
  • 修正: use GLib::Idle.add in frame.rb

0.7.1 (2019/03/30)

新機能

不具合修正など

  • 修正: draw_shape method about cap option

サンプルプログラム関連


0.7.0 (2019/02/09)

新機能

  • 拡張: draw_text to be able to specify font attributes(font-name, italic, bold)
  • 修正: implementation of draw_text to use show_pango_layout instead of show_text

不具合修正など

  • 修正: nyle.gemspec

サンプルプログラム関連

  • 修正: basic/draw_text.rb
  • その他(諸々)

0.6.1 (2019/01/27)

新機能

不具合修正など

  • 修正: Nyle.pixel and Nyle.pixel? to apply 'to_i'
  • 修正: format of color code from #RRGGBBAA to #RRGGBB
  • 修正: maxinum value of @NYLE_INTERVAL` to '1000'
  • 修正: Nyle.quit to close Nyle::Frame instead of Gtk.main_quit

リファレンスマニュアル関連

  • 改訂: change PDF to WEB(wiki)

サンプルプログラム関連

  • 修正: use Nyle.cursor_x and Nyle.cursor_y
  • 修正: option pos of Nyle.draw_image
  • 追加: prepare launcher.rb to run samples
  • その他(諸々)

0.6.0 (2018/12/01)

新機能

不具合修正など

  • 追加: defintion of key names
  • 修正: define constant of mouse buttons
  • 修正: move key/mouse state process to :draw signal handler in Nyle::Screen

リファレンスマニュアル関連

  • 全面改訂

サンプルプログラム関連

  • 修正: use MOUSE_L MOUSE_R
  • 追加: nyle_click.rb
  • 追加: nyle_clock.rb
  • 追加: nyle_flight.rb
  • 追加: nyle_pixel.rb
  • 追加: nyle_sugar.rb

0.5.2 (2018/11/11)

新機能


0.4.0 (2018/11/04)

新機能

  • 追加: Nyle.load_image_tiles method
  • 追加: Nyle.screen_width method
  • 追加: Nyle.screen_height method
  • 追加: cw and ch option in Nyle.load_image method

不具合修正など

  • 削除: set_default_size (using gtk3-3.3.0)

サンプルプログラム関連

  • 修正: calling Nyle.load_image method at initialize

0.3.0 (2018/11/02)

不具合修正など

  • 変更: _set_cr(widget.window.create_cairo_context) to _set_cr(cairo_context)
    (Class Nyle::Screen signal_connect(:draw))
  • 変更: set_default_size to set_size_request (except on Windows)
    (Class Nyle::frame initialize)
  • 追加: Nyle.os (for internal)
  • 削除: NYLE_SCALE environment variable

0.2.0 (2018/11/01)

  • 不具合対応

0.1.0 (2018/10/28)

  • 内部評価

0.0.1 (2018/09/16)

  • 試作