Age | Commit message (Expand) | Author | Files | Lines |
2012-02-27 | parse elm_layout.h, generate elm_layout.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_bubble.h, generate elm_bubble.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_calendar.h, generate elm_calendar.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_clock.h, generate elm_clock.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_check.h, generate elm_check.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_menu.h, generate elm_menu.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_grid.h, generate elm_grid.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_image.h, generate elm_image.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_panel.h, generate elm_panel.rb | Jérémy Zurcher | 1 | -0/+6 |
2012-02-27 | parse elm_frame.h, generate elm_frame.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_button.h, generate elm_button.rb | Jérémy Zurcher | 1 | -1/+6 |
2012-02-27 | parse elm_box.h, generate elm_box.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_object.h and generate elm_object.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_label.h and generate elm_label.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_bg.h and generate elm_bg.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_win.h and generate elm_win.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_list.h and generate elm_list.rb | Jérémy Zurcher | 1 | -0/+4 |
2012-02-27 | tools/genruby: add edje,elm_icon,elm_scroller to elm_entry requires | Jérémy Zurcher | 1 | -1/+2 |
2012-02-27 | parse elm_entry.h and generate elm_entry.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_scroller.h and generate elm_scroller.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | parse elm_icon.h and generate elm_icon.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-27 | update module names, elm_tooltip->ElmTooltip, elm_object_item->ElmObjectItem | Jérémy Zurcher | 1 | -2/+2 |
2012-02-27 | tools/genruby.rb: add constant NATIVE=efl/native | Jérémy Zurcher | 1 | -15/+18 |
2012-02-26 | reorder elementary stack requires: all require elementary, which requires elm... | Jérémy Zurcher | 1 | -3/+3 |
2012-02-26 | parse elm_object_item.h and generate native/elm/elm_object_item.rb | Jérémy Zurcher | 1 | -0/+5 |
2012-02-26 | parse and generate elm_general and elm_tooltip | Jérémy Zurcher | 1 | -0/+9 |
2012-02-26 | tools/genruby.rb: elementary generation: fix libname, add constants, requires... | Jérémy Zurcher | 1 | -2/+3 |
2012-02-26 | tools/genruby.rb: manage subdirectories for native path | Jérémy Zurcher | 1 | -3/+4 |
2012-02-26 | tools/genruby.rb: generate constants | Jérémy Zurcher | 1 | -14/+21 |
2012-02-25 | tools/genruby.rb: do not output what is not necessary | Jérémy Zurcher | 1 | -10/+20 |
2012-02-25 | rename module EMap->Emap | Jérémy Zurcher | 1 | -1/+1 |
2012-02-25 | tools/genruby.rb: rewrite modules definitions to use hash | Jérémy Zurcher | 1 | -107/+160 |
2012-02-24 | tools/genruby.rb: complete REQUIRES for clean native loading | Jérémy Zurcher | 1 | -6/+6 |
2012-02-24 | tools/genruby.rb: cosmetic on output | Jérémy Zurcher | 1 | -13/+13 |
2012-02-24 | tools/genruby.rb: rewrite set_type and get_type to allow usage of efl defined... | Jérémy Zurcher | 1 | -12/+18 |
2012-02-24 | tools/genruby.rb: remove noisy outputs | Jérémy Zurcher | 1 | -2/+0 |
2012-02-17 | tools/genruby.rb: accept functions with no parameters | Jérémy Zurcher | 1 | -1/+1 |
2012-01-24 | tools/sed-enums, tools/genruby: take care of multilines DEF=(A|B|C) | Jérémy Zurcher | 1 | -0/+7 |
2012-01-23 | tools/genruby: use eval to compute enum item values | Jérémy Zurcher | 1 | -1/+1 |
2012-01-23 | tools/genruby: gen_enums, remove trainling ', ' | Jérémy Zurcher | 1 | -1/+1 |
2012-01-23 | tools/genruby: ooops fix gen_enums, must use given values | Jérémy Zurcher | 1 | -1/+4 |
2012-01-23 | tools/genruby: take care of enum backward references | Jérémy Zurcher | 1 | -1/+22 |
2012-01-23 | tools/genruby: take care of complex enum values | Jérémy Zurcher | 1 | -1/+1 |
2012-01-22 | tools/genruby: fix set_type, indirect type | Jérémy Zurcher | 1 | -1/+1 |
2012-01-22 | tools/genruby: add requires array | Jérémy Zurcher | 1 | -7/+8 |
2012-01-22 | tools/genruby:Eina_Bool=>:eina_bool, lib/efl/native typedef :bool, :eina_bool | Jérémy Zurcher | 1 | -1/+1 |
2012-01-22 | tools/genruby FCT_PREFIX= xx unless contant_defined? ... | Jérémy Zurcher | 1 | -1/+1 |
2012-01-22 | tools/genruby: cleanup, do not define specific pointer types, use :pointer | Jérémy Zurcher | 1 | -40/+27 |
2012-01-20 | genruby V2 seems ok | Jérémy Zurcher | 1 | -20/+12 |
2012-01-20 | tools/genruby: rework starts | Jérémy Zurcher | 1 | -57/+52 |