summaryrefslogtreecommitdiff
path: root/lib/ruby
AgeCommit message (Expand)AuthorFilesLines
2012-04-20use RARRAY_PTR instead of RARRAY()->ptrMatthias Kramm1-3/+3
2010-11-23removed kerning table from gfxfontMatthias Kramm1-19/+0
2010-07-21ruby fixMatthias Kramm1-1/+1
2010-07-21added additional parameter to drawlink()Matthias Kramm2-4/+5
2010-04-06seed random from ruby interfaceMatthias Kramm1-0/+9
2010-03-31added vectors_to_glyphs filterMatthias Kramm1-0/+4
2010-03-12minor bugfixesMatthias Kramm1-1/+1
2010-03-09oopsMatthias Kramm1-1/+1
2010-03-09added version to gfx moduleMatthias Kramm1-0/+1
2010-03-05fixed drawlink() ruby callbackMatthias Kramm1-1/+2
2010-03-02added save_eot() function to ruby moduleMatthias Kramm1-0/+10
2010-02-26added filter support to ruby moduleMatthias Kramm2-48/+93
2010-02-25added ttf support to ruby moduleMatthias Kramm1-0/+11
2010-02-23made 'make install' install ruby module, tooMatthias Kramm1-0/+6
2010-02-23detect ruby in configure scriptMatthias Kramm4-6/+31
2010-02-17added gfxfont_save() to gfxfont.{c,h}Matthias Kramm1-1/+1
2010-02-10added has_alpha function to ruby bitmap objectMatthias Kramm1-0/+13
2010-02-04added prepare() to ruby gfx interfaceMatthias Kramm1-0/+30
2010-01-26fixed segv in ruby moduleMatthias Kramm1-0/+3
2010-01-15added kerning to fontsMatthias Kramm1-0/+19
2010-01-06ruby interface: raise an exception if we couldn't open a fileMatthias Kramm1-0/+3
2010-01-06added .bbox method to glyph in ruby interfaceMatthias Kramm1-0/+11
2010-01-05added font->ascent/font->descent to ruby interfaceMatthias Kramm1-0/+14
2009-12-29fixed gfximage_save_jpeg function callMatthias Kramm1-1/+1
2009-12-22moved image rescaler to lib/gfximage.cMatthias Kramm1-6/+27
2009-12-21more parameter refactoringMatthias Kramm2-4/+20
2009-12-19fixed Makefiles, made rbgfx mem handling more robustMatthias Kramm1-79/+77
2009-12-18fixed some memory issues in ruby interfaceMatthias Kramm2-43/+168
2009-12-17implemented fonts in ruby wrapperMatthias Kramm2-17/+99
2009-12-16implemented vector primitives in ruby wrapperMatthias Kramm2-34/+314
2009-12-16initial prototype of ruby interfaceMatthias Kramm3-0/+238