1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
2009-08-02 Kouhei Sutou <kou@cozmixng.org>
* extconf.rb: add seamonky to detect target list.
Suggested by OBATA Akio. Thanks!!!
* extconf.rb: auto-generate src/depend for existing GtkMozEmbed
package.
* src/depend: remove.
Reported by OBATA Akio. Thanks!!!
2009-05-31 Kouhei Sutou <kou@cozmixng.org>
* extconf.rb: add missing existent check.
Patch by OBATA Akio. Thanks!!!
2009-03-07 Kouhei Sutou <kou@cozmixng.org>
* extconf.rb, src/rbgtkmozembed.c: generate enum types automatically.
* test/run-test.rb, test/gtk-moz-embed-test-utils.rb: setup test
environment.
* src/lib/gtkmozembed.rb, test/test-gtk-moz-embed.rb: add aliases
for more readable constant name.
* extconf.rb, src/rbgtkmozembed.[ch], rbgtkmozembed-init.cpp:
support libxul-embedding-unstable.
2007-12-28 Kouhei Sutou <kou@cozmixng.org>
* src/rbgtkmozembed.c: used RSTRING_PTR() and RSTRING_LEN().
2007-07-08 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
* src/rbgtkmozembed.c: use rb_block_proc() directly instead of using
G_BLOCK_PROC().
2006-11-05 Masao Mutoh <mutoh@highway.ne.jp>
* extconf.rb: Check xulrunner/firefox/mozilla packages.
2006-06-28 Mirko Maischberger <mirko@lilik.it>
In response to #1511917
* extconf.rb: mozpath stripped.
2006-06-17 Masao Mutoh <mutoh@highway.ne.jp>
* sample/ruby-gecko.rb: Remove Gtk.init.
2006-06-14 Mirko Maischberger <mirko@lilik.it>
This should close bug #1495276
* src/rbgtkmozembed.c: set the moz comp_path in Init if
DEFAULT_MOZILLA_FIVE_HOME is defined.
* extconf.rb: Now defaults to xulrunner and defines
DEFAULT_MOZILLA_FIVE_HOME according to pkg-config.
2005-10-10 Masao Mutoh <mutoh@highway.ne.jp>
* REAMDE: Revised.
* extconf.rb, src/rbgtkmozembed.c: Added Gtk::MozEmbed::BUILD_VERSION.
2005-09-13 09:51 Mirko Maischberber <mirko@lilik.it>
GtkMozEmbed is now a core ruby-gnome2 package.
* extconf.rb: modified to be a part of ruby-gnome2 instead. This
is not a standalone package anymore.
2005-03-26 20:00 Mirko Maischberger <mirko@lilik.it>
* extconf.rb: fixed LD_LIBRARY_PATH oddity, now this is handled
with -Wl,-rpath option of gcc.
* extconf.rb: fixed bugs and cleaned.
Reported by Kazuhiro NISHIYAMA, Paul van Tilburg
2005-03-17 19:58 Mirko Maischberger <mirko@lilik.it>
* src/rbgtkmozembed.c: added Gtk::MozEmbed#on_new_window and
Gtk::MozEmbed#no_new_window to handle the new_window signal
correctly.
* sample/ruby-gecko.rb: Cleaned.
2005-03-07 19:58 Mirko Maischberger <mirko@lilik.it>
* src/rbgtkmozembed.c: Added the #render_data method,
removed the "<<" overloading.
* sample/ruby-gecko.rb: Cleaned.
2005-03-07 09:50 Mirko Maischberger <mirko@lilik.it>
* extconf.rb: Modified to compile as a standalone package.
* src/rbgtkmozembed.c: Added the stream related
functions. #open_stream, #append_data, #close_stream.
* COPYING.LIB.README: Some clarifications on licensing.
2005-02-20 12:55 Mirko Maischberger <mirko@lilik.it>
* extconf.rb: The extconf script now generates a start up script
for the sample program automatically. The script sets the
MOZILLA_FIVE_HOME and LD_LIBRARY_PATH taking the value from
mozilla-gtkmozembed.pc at compile time.
Based on this
http://sourceforge.net/mailarchive/message.php?msg_id=10867575
suggestion from Masao.
2005-02-19 22:27 Mirko Maischberger <mirko@lilik.it>
* src/rbgtkmozembed.c: GtkMozEmbed
2005-02-19 19:50 Mirko Maischberger <mirko@lilik.it>
* sample/: COPYING, README, ruby-gecko.rb: Initial import of
RubyGecko sample app.
2005-02-19 19:49 Mirko Maischberger <mirko@lilik.it>
* extconf.rb, src/rbgtkmozembed.c, src/lib/gtkmozembed.rb: Initial
import of gtkmozembed ruby binding sources.
2005-02-19 19:45 Mirko Maischberger <mirko@lilik.it>
* COPYING.LIB, COPYING.LIB.README, README: Legalese and
informational files.
|