Age | Commit message (Expand) | Author | Files | Lines |
2011-08-18 | Update elementary specs | Jérémy Zurcher | 1 | -7/+0 |
2011-08-18 | clean up ecore_event_handler specs | Jérémy Zurcher | 1 | -1/+9 |
2011-08-18 | cleanup init/shutdown specs | Jérémy Zurcher | 12 | -85/+106 |
2011-08-15 | 1.8 doesn't create an OS thread for each new ruby Thread | Jérémy Zurcher | 1 | -3/+7 |
2011-08-15 | Update ecore_getopt, keep references to allocated MemoryPointers, fix specs | Jérémy Zurcher | 1 | -20/+18 |
2011-08-15 | Update ecore native API and specs | Jérémy Zurcher | 1 | -2/+0 |
2011-08-14 | Update evas native API and specs | Jérémy Zurcher | 1 | -2/+2 |
2011-08-14 | eina_main_loop_is + specs | Jérémy Zurcher | 1 | -0/+7 |
2011-06-19 | show ecore getopt internals if env var DEBUG is set | Jérémy Zurcher | 1 | -2/+4 |
2011-05-19 | fix eina_log spec + type within evas_spec | Jérémy Zurcher | 2 | -21/+9 |
2011-05-13 | ecore_getopt spec use ecore_getopt_callback_geometry_parse | Jérémy Zurcher | 1 | -0/+30 |
2011-05-13 | bugfix ecore_getopt store :string | Jérémy Zurcher | 1 | -11/+11 |
2011-05-12 | major ecore_getopt rework | Jérémy Zurcher | 1 | -143/+100 |
2011-05-12 | add ptrt parameter to REinaList#to_a | Jérémy Zurcher | 1 | -2/+20 |
2011-05-12 | add REinaList#from_a | Jérémy Zurcher | 1 | -1/+10 |
2011-05-11 | add Efl::EinaLog and specs | Jérémy Zurcher | 1 | -0/+83 |
2011-05-11 | add missing sed-variables, fix EinaLog module generation, add self.version fo... | Jérémy Zurcher | 6 | -6/+6 |
2011-05-09 | bugfix ecore_getopt --help | Jérémy Zurcher | 1 | -8/+8 |
2011-05-09 | add Efl::Elm::ElmInWIn class, specs for ElmWin and ElmInWin | Jérémy Zurcher | 1 | -28/+84 |
2011-05-09 | close ecore-3 : ecore_evas_spec, don't check y coordinate which is window man... | Jérémy Zurcher | 1 | -4/+10 |
2011-05-09 | cleanup specs | Jérémy Zurcher | 8 | -54/+68 |
2011-05-08 | spec cleanup | Jérémy Zurcher | 7 | -198/+255 |
2011-05-08 | add realize_win, ecore_loop, bool_check into spec/helper | Jérémy Zurcher | 1 | -1/+34 |
2011-05-08 | Efl::Elm::ElmPager class + specs | Jérémy Zurcher | 1 | -5/+53 |
2011-05-08 | Efl::Elm::ElmPager class + specs | Jérémy Zurcher | 1 | -0/+30 |
2011-05-08 | Efl::Elm::ElmBg class + specs | Jérémy Zurcher | 1 | -9/+75 |
2011-05-07 | Efl::Elm::ElmBg class + specs | Jérémy Zurcher | 1 | -0/+67 |
2011-05-07 | extract realize_evas from specs | Jérémy Zurcher | 3 | -38/+24 |
2011-05-06 | bugfix last minutegit status0.0.5 | Jérémy Zurcher | 2 | -38/+38 |
2011-05-06 | add REvasPolygon#<< | Jérémy Zurcher | 1 | -2/+2 |
2011-05-06 | add REvasObject#center set/get/= | Jérémy Zurcher | 1 | -0/+9 |
2011-05-06 | fix evas_spec | Jérémy Zurcher | 1 | -18/+26 |
2011-05-06 | add REvasBox class + specs, not completed | Jérémy Zurcher | 1 | -35/+80 |
2011-05-06 | Efl::Evas::REvasText and specs | Jérémy Zurcher | 1 | -31/+112 |
2011-05-06 | replace REvas.object_add with REvas.object_xxx_add | Jérémy Zurcher | 2 | -9/+9 |
2011-05-06 | edje updates | Jérémy Zurcher | 1 | -16/+37 |
2011-05-05 | prevent Native constant redefinition | Jérémy Zurcher | 2 | -2/+2 |
2011-05-05 | fill edje_spec and evas_spec with functions to be done | Jérémy Zurcher | 2 | -2/+587 |
2011-05-05 | add classes : REvasRectangle, REvasLine, REvasPolygon and specs | Jérémy Zurcher | 1 | -30/+61 |
2011-05-05 | increase Efl::Evas spec | Jérémy Zurcher | 1 | -2/+142 |
2011-05-05 | method_missing resolves m+'_get' + specs | Jérémy Zurcher | 2 | -26/+43 |
2011-05-05 | REvas#viewport + specs | Jérémy Zurcher | 1 | -0/+4 |
2011-05-05 | all FFI into one module Efl::Native | Jérémy Zurcher | 4 | -26/+30 |
2011-05-04 | FFI are in separate namespaces (Efl::Evas::Native), ruby classes are in upper...seperate-natives | Jérémy Zurcher | 4 | -30/+30 |
2011-05-04 | complete ecore_evas_spec | Jérémy Zurcher | 1 | -2/+63 |
2011-05-04 | update evas and specs | Jérémy Zurcher | 1 | -6/+68 |
2011-05-04 | update notes, ecore_getopt : clean specs and add test for EcoreEvas.ecore_get... | Jérémy Zurcher | 3 | -51/+16 |
2011-05-03 | add EcoreEvas#ecore_evas_list and EcoreEvas#engines_list, increase EcoreEvas ... | Jérémy Zurcher | 1 | -12/+27 |
2011-05-03 | REinaList : simple spec for Enumerable | Jérémy Zurcher | 1 | -0/+16 |
2011-05-03 | use a real variable instead of an uninitialized one | Lionel Orry | 1 | -1/+1 |