summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2012-05-19Evas only handles pre multiplied colorsJérémy Zurcher2-2/+2
2012-02-27must use title_set instead of title= instide instance_evalJérémy Zurcher1-1/+1
2012-02-27add test/test_elm_win.rbJérémy Zurcher1-0/+51
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
2012-02-27remove old elementary elated filesJérémy Zurcher6-865/+0
2012-02-27test/test_elm_win-native.rb: works againJérémy Zurcher1-3/+5
2011-12-23fix testsJérémy Zurcher4-7/+7
2011-10-21remove Efl::Elementary::ElmToggle classJérémy Zurcher1-2/+3
2011-09-05update elementary APIJérémy Zurcher1-1/+1
2011-09-05test_elementary: add test_buttonsJérémy Zurcher1-0/+114
2011-09-02test_elementary: add test_boxJérémy Zurcher1-0/+147
2011-08-22test_elementary: fix main windowJérémy Zurcher1-4/+3
2011-08-21remove Efl::PREFIX, Efl::PACKAGE_*Jérémy Zurcher2-7/+10
2011-08-20use Efl::ElmActionSlider new features in testsJérémy Zurcher1-27/+15
2011-08-20implement test_actionsliderJérémy Zurcher1-0/+144
2011-08-19test_elementary : implement plain, image and options bg testsJérémy Zurcher2-7/+182
2011-08-18test_elementary: 1.8 compatibilityJérémy Zurcher1-1/+2
2011-08-18add test/test_elementary.rb (full menu without tests)Jérémy Zurcher1-0/+243
2011-08-18test/test_elm_win.r uses new ElmObject#text= aliasJérémy Zurcher1-2/+1
2011-08-18fix test_elm_win-native.rb and test_elm_win.rbJérémy Zurcher2-2/+2
2011-05-12update test_elm_winJérémy Zurcher1-8/+9
2011-05-09tests cleanupJérémy Zurcher2-4/+4
2011-05-08update test_elm_win_class => test_elm_winJérémy Zurcher1-12/+14
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-06clean test_edje.rbJérémy Zurcher1-2/+9
2011-05-06edje updatesJérémy Zurcher1-40/+31
2011-05-05rewrite test_elm_win into test_elm_win-native using 'require efl/native' and ↵Jérémy Zurcher2-36/+38
'include Efl::Native'
2011-05-05all FFI into one module Efl::NativeJérémy Zurcher2-20/+20
2011-05-04FFI are in separate namespaces (Efl::Evas::Native), ruby classes are in ↵seperate-nativesJérémy Zurcher2-20/+21
upper level (Efl::Evas)
2011-05-03small typoJérémy Zurcher1-1/+1
2011-05-03remove unicode BOM from file (was failing to run under ruby18)Lionel Orry1-1/+1
2011-05-01embed edje_test.edc into test_edje.rb0.0.3Jérémy Zurcher4-88/+96
2011-05-01add test_edje and dataJérémy Zurcher3-0/+131
2011-04-29update efl/elementary and testsJérémy Zurcher2-28/+27
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
2011-04-27fis test_elm_winJérémy Zurcher1-21/+19
2011-04-27ffi Helper: method_missing nicely handles /^(.)=$/ settersJérémy Zurcher1-0/+2
2011-04-21add the new testsJérémy Zurcher2-0/+87
2011-04-21remove unused test filesJérémy Zurcher2-87/+0
2011-04-21fix elm_win_classJérémy Zurcher1-13/+15
2011-04-21update ElmWin and testJérémy Zurcher1-14/+18
2011-04-20add elementary ffi + quick and dirty test windowJérémy Zurcher2-0/+81