summaryrefslogtreecommitdiffstats
path: root/test/test_evas.rb
AgeCommit message (Collapse)AuthorFilesLines
2012-05-19Evas only handles pre multiplied colorsJérémy Zurcher1-1/+1
2012-02-27use instance_eval instead of yield self.Jérémy Zurcher1-12/+12
- simplify and highlights initialization code - but shadows external scope variables
2011-05-06update test_evasJérémy Zurcher1-42/+53
2011-05-06replace REvas.object_add with REvas.object_xxx_addJérémy Zurcher1-4/+4
2011-05-05all FFI into one module Efl::NativeJérémy Zurcher1-2/+2
2011-05-04FFI are in separate namespaces (Efl::Evas::Native), ruby classes are in ↵seperate-nativesJérémy Zurcher1-3/+3
upper level (Efl::Evas)
2011-05-03small typoJérémy Zurcher1-1/+1
2011-04-29fix test_evasJérémy Zurcher1-9/+9
2011-04-28set hierarchy n lib and spec directoriesJérémy Zurcher1-3/+5
2011-04-27add test_evasJérémy Zurcher1-0/+104