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)
不具合修正など
- 拡張: definition of
MouseButton
(Appendix1) andKeycodes
(Appendix2) to use Symbol
Samples
- 修正
basic/keyboard.rb
to use Symbol - 修正
basic/pause.rb
- 修正
basic/rotation.rb
--
0.7.3 (2019/05/26)
新機能
- 追加:
Nyle.layer
method
不具合修正など
- 修正: bug fix
Nyle.draw_text
サンプルプログラム関連
- 追加:
basic/random_walk_trace_layer.rb
- 追加:
application/fourier_series.rb
- 修正:
application/pendulum.rb
(use Nyle.layer)
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)
新機能
- 追加:
Nyle.clear
method - 追加:
Nyle.running_time
method - 追加:
Nyle.main
method - 追加:
Nyle.create_screen
method - 追加:
Nyle.create_frame
method - 追加:
Nyle::Screen#start
method - 拡張: set alias
w
toscreen_width
- 拡張: set alias
h
toscreen_height
- 拡張:
Nyle::Screen#show_all
method to be able to specify the interval time
不具合修正など
- 修正:
draw_shape
method aboutcap
option
サンプルプログラム関連
- 追加:
basic/pause.rb
- 追加:
basic/random_walk_trace_fadeout.rb
- 追加:
basic/rotation.rb
- 追加:
application/pendulum.rb
- 修正:
basic/color_chart.rb
- 修正:
basic/random_walk.rb
- 修正:
basic/random_walk_trace.rb
- 修正: use
Nyle.main
method
0.7.0 (2019/02/09)
新機能
- 拡張:
draw_text
to be able to specify font attributes(font-name, italic, bold) - 修正: implementation of
draw_text
to useshow_pango_layout
instead ofshow_text
不具合修正など
- 修正:
nyle.gemspec
サンプルプログラム関連
- 修正:
basic/draw_text.rb
- その他(諸々)
0.6.1 (2019/01/27)
新機能
- 追加:
Nyle.cursor_x
method - 追加:
Nyle.cursor_y
method - 拡張:
Nyle.draw_image
to be able to specify optionpos
不具合修正など
- 修正:
Nyle.pixel
andNyle.pixel?
to apply 'to_i' - 修正: format of color code from #RRGGBBAA to #RRGGBB
- 修正: maxinum value of @NYLE_INTERVAL` to '1000'
- 修正:
Nyle.quit
to closeNyle::Frame
instead ofGtk.main_quit
リファレンスマニュアル関連
- 改訂: change PDF to WEB(wiki)
サンプルプログラム関連
- 修正: use
Nyle.cursor_x
andNyle.cursor_y
- 修正: option
pos
ofNyle.draw_image
- 追加: prepare
launcher.rb
to run samples - その他(諸々)
0.6.0 (2018/12/01)
新機能
- 追加:
Nyle.pixel
method - 追加:
Nyle.pixel?
method - 追加:
Nyle.save
method - 拡張:
Nyle::Frame#set_current
to use container widget of GTK3
不具合修正など
- 追加: 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)
新機能
- 対応: release as RubyGems
- 追加:
Nyle.draw_shape
method - 追加:
Nyle::Screen#suspend
method andNyle::Screen#resume
method - 拡張: add
a
(alpha value) option inNyle.draw_*
- 修正: give
?
letter to method which returns true ot false
0.4.0 (2018/11/04)
新機能
- 追加:
Nyle.load_image_tiles
method - 追加:
Nyle.screen_width
method - 追加:
Nyle.screen_height
method - 追加:
cw
andch
option inNyle.load_image
method
不具合修正など
- 削除:
set_default_size
(using gtk3-3.3.0)
サンプルプログラム関連
- 修正: calling
Nyle.load_image
method atinitialize
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
toset_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)
- 試作