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 118 119 120 121 122 123 124 125 126 127 128 129
|
2006-07-01 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c (rb_rsvg_pixbuf_from_file_at_zoom_ex): fixed a
memory leak.
2006-07-01 Masao Mutoh <mutoh@highway.ne.jp>
* src/rbrsvg.c (rb_rsvg_pixbuf_from_file_at_max_size_ex): Fix a
compilation problem.
2006-06-17 Masao Mutoh <mutoh@highway.ne.jp>
* sample/rsvg2.rb: added header part.
2006-06-07 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c: fixed memory leak bugs related GdkPixbuf.
2006-05-12 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c (rb_rsvg_handle_initialize): use G_INITIALIZE if
available.
2006-05-08 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c (Init_rsvg2): Don't use
librsvg_{major,minor,micro}_version because they became to local
variable.
2006-03-22 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c: hid rsvg_init() and rsvg_term() from Ruby.
* src/lib/rsvg2.rb: ditto.
* sample/svg2.rb:
- added workaround of rsvg_handle_new_from()'s bug.
- fixed typo.
2006-03-17 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c: Supported 2.14.
* src/lib/rsvg2.rb: ditto.
* extconf.rb: ditto.
* sample/svg2.rb: Added an example with cairo.
* README:
- Fixed format.
- Updated copying.
2006-01-19 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c: Added RSVG::BINDING_VERSION, RBRSVG_MAJOR_VERSION,
RBRSVG_MINOR_VERSION, RBRSVG_MICRO_VERSION.
2005-10-10 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c:
- Added RSVG::VERSION, RSVG::MAJOR_VERSION, RSVG::MINOR_VERSION
and RSVG::MICRO_VERSION.
- Revised copyright information.
- Fixed indentation.
2005-09-30 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c: Support 2.9, 2.11 and 2.12.
* src/lib/rsvg2.rb: ditto.
2005-07-24 Masao Mutoh <mutoh@highway.ne.jp>
* src/rbrsvg.c: Fix compiling warnings.
2005-07-17 Kouhei Sutou <kou@cozmixng.org>
* extconf.rb: check system has librsvg/rsvg-gz.h header or not.
* src/rbrsvg.c: include librsvg/rsvg.h instead of
librsvg/rsvg-gz.h if librsvg/rsvg-gz.h is not exist.
* src/rbrsvg.c (rb_rsvg_handle_new): use rsvg_handle_new for
fallback if librsvg/rsvg-gz.h is not exist and we are required
gz handling.
2005-06-13 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c: fixed macro name. (HAVE_LIBRSVG_LIBRSVG_ENUM_TYPES_H)
2005-06-12 Kouhei Sutou <kou@cozmixng.org>
* extconf.rb: added librsvg/ prefix to "#{enum_type_prefix}.h".
2005-06-11 Kouhei Sutou <kou@cozmixng.org>
* src/rbrsvg.c: removed `_ex' suffix.
2005-03-09 Kouhei Sutou <kou@cozmixng.org>
* README: fixed dependencies.
2005-03-05 Masao Mutoh <mutoh@highway.ne.jp>
* extconf.rb: extconf.rb uses PKGConfig.cflags_only_I instead of
calling pkg-config directly.
2005-02-23 Kouhei Sutou <kou@cozmixng.org>
* extconf.rb (mkenums): added dummy $makefile_created setup code
for inhibiting failed message of mkmf.rb in ruby 1.9.
2005-01-30 Masao Mutoh <mutoh@highway.ne.jp>
* extconf.rb: Follow mkmf-gnome2.rb changes.
2004-11-21 Kouhei Sutou <kou@cozmixng.org>
* extconf.rb: added librsvg-enum-types.{c,h} generation code.
* src/rbrsvg.c: used G_DEF_ERROR and RAISE_GERROR.
2004-11-14 Masao Mutoh <mutoh@highway.ne.jp>
* src/rbrsvg.c: Fixed warnings under rsvg-2.6.x.
2004-11-13 Kouhei Sutou <kou@cozmixng.org>
* README: Fixed requirements.
* rsvg: imported.
|