2007-07-13 Guillaume Cottenceau * src/rbgtkhtmlboxtext.c, src/rbgtkhtmlview.c: replace RTEST uses by RVAL2CBOOL 2007-07-08 Masahiro Sakai * src/rbgtkhtmlstream.c: use rb_block_proc() directly instead of using G_BLOCK_PROC(). 2006-06-17 Masao Mutoh * sample/test-gtkhtml.rb: Remove Gtk.init. 2005-10-10 Masao Mutoh * extconf.rb, src/rbgtkhtmlcontext.c: Added Gtk::HtmlContext::BUILD_VERSION. 2005-02-15 Masao Mutoh * README, COPYING.LIB: Replace "GNU LIBRARY GENERAL PUBLIC LICENSE" to "GNU LESSER GENERAL PUBLIC LICENSE". 2005-01-30 Masao Mutoh * extconf.rb: Follow mkmf-gnome2.rb changes. 2004-09-23 Masao Mutoh * src/lib/gtkhtml2.rb: Support GLib::Log.set_log_domain. Define Gtk::Html::LOG_DOMAIN,Gtk::HtmlView::LOG_DOMAIN, Gtk::HtmlDocument::LOG_DOMAIN. 2004-03-06 Masao Mutoh * README, src/rbgtkhtmlview.c: Update Copyright 2004-03-04 Masao Mutoh * extconf.rb, src/rbgtkhtmlview.c: check exsitence of Gtk::HtmlView#scroll_to_node, Gtk::HtmlView::SCROLL_TO_TOP, Gtk::HtmlView::SCROLL_TO_BOTTOM. 2004-02-14 Vincent Isambart * extconf.rb: replaced PLATFORM with RUBY_PLATFORM. 2003-12-23 Masao Mutoh * src/rbgtkhtmlstream.c: Add Gtk::HtmlStream#written, #cancel, #set_cancel_func, #mime_type, #set_mime_type. 2003-11-17 Masahiro Sakai * extconf.rb, src/rbgtkhtmlboxblock.c, src/rbgtkhtmlboxembedded.c, src/rbgtkhtmlboxtable.c: check existence of html_box_block_get_containing_width(), html_box_embedded_new(), html_box_table_get_top_offset() and html_box_table_get_bottom_offset(). Because libgtkhtml-2.4.1 doesn't have implementations of these function. 2003-11-16 Masao Mutoh * src/rbgtkhtmlboxtabtablerow, src/rbgtkhtmlboxform.c: Added. 2003-11-10 Masahiro Sakai * extconf.rb: remove nasty hack. 2003-11-10 Masao Mutoh * src/rbgtkhtmlparser.c, rbgtkhtmlembedded.c, rbgtkhtmlboxembedded.c, rbgtkhtmlboxtext.c, rbgtkhtmlboxtablerowgroup.c, rbgtkhtmlboxtablecaption.c, rbgtkhtmlboxtable.c, rbgtkhtmlcontext.c, rbgtkhtmlbox.c, rbgtkhtmlboxblock.c: Added. * src/rbgtkhtmldocument.c: Add Gtk::HtmlDocument#update_hover_node, #update_active_node, #update_focus_element, #find_anchor, HtmlDocumentState. * src/rbgtkhtmlview.c: Add Gtk::HtmlView#jump_to_anchor, #magnification, #set_magnification, #zoom_in, #zoom_out, #zoom_reset, #find_layout_box, #scroll_to_node, #selection_start, #selection_end, #selection_update, #selection_set, HtmlViewScrollToType. 2003-09-04 Martin Povolny * src/rbgtkhtmlstream.c: Changed rb_html_stream_write as Masao suggested. * src/rbgtkhtmlview.c: Removed 'original' set_html method. * src/sample/test-gtkhtml.rb: Added sample 'request_url' handler. * README: added a note on sigsegvs with earlier versions of gtkhtml 2003-09-02 Martin Povolny * src/rbgtkhtmlstream.c: Added minimalistic wrapper for HtmlStream to allow handling of 'request_url' signal in HtmlDocument. 2003-08-28 Masao Mutoh * src/lib/gtkhtml2.rb: Added(sorry, but this is the first import). 2003-08-28 Masao Mutoh * extconf.rb: Exit with 1 when the package is not found. 2003-08-22 Masao Mutoh * src/lib/gtkhtml2.rb: Added. 2003-08-09 Masao Mutoh * src/rbgtkhtmlview.c: Fix segfault for Gtk::HtmlView#document. * sample/test-gtkhtml.rb: Define default size of the window. 2003-08-08 Martin Povolny * Initial import.