index
:
ffi-efl
master
Ruby FFI binding to EFL - Enlightenment Foundation Libraries
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2011-06-07
quick and dirty add ElmHover and ElmButton
Jérémy Zurcher
1
-0
/
+16
2011-06-07
fix rake/rdoctask deprecation
Jérémy Zurcher
1
-1
/
+1
2011-06-07
quick and dirty add ElmHoversel and ElmHoverselItem
Jérémy Zurcher
1
-0
/
+17
2011-06-07
allow elementary classes to wrap pointers
Jérémy Zurcher
1
-6
/
+6
2011-06-06
elementary.rb : use meta instead of explicit initialize methods
Jérémy Zurcher
1
-42
/
+40
2011-06-06
regenerate native files
Jérémy Zurcher
6
-30
/
+78
2011-05-25
add ElmDiskSelectorItem, ElmEntry, ElmFlipSelector, ElmFLipSelectorItem and ↵
Jérémy Zurcher
2
-3
/
+68
a few methods
2011-05-22
update Native::elm_...
Jérémy Zurcher
1
-0
/
+15
2011-05-22
add ElmDiskSelector#item_selected_set
Jérémy Zurcher
1
-0
/
+5
2011-05-19
README : add spec and test hlinks
Jérémy Zurcher
1
-1
/
+1
2011-05-19
it's ruby1.8 compatible
Jérémy Zurcher
1
-1
/
+1
2011-05-19
extract find_function from Module specific method_missing
Jérémy Zurcher
15
-337
/
+87
2011-05-19
fix eina_log spec + type within evas_spec
Jérémy Zurcher
2
-21
/
+9
2011-05-19
increase Efl::ModuleX::method_missing capabilities
Jérémy Zurcher
15
-32
/
+389
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 pointer arg usage
Jérémy Zurcher
1
-3
/
+3
2011-05-13
bugfix ecore_getopt store :string
Jérémy Zurcher
2
-13
/
+21
2011-05-12
update test_elm_win
Jérémy Zurcher
1
-8
/
+9
2011-05-12
update README example
Jérémy Zurcher
1
-8
/
+33
2011-05-12
major ecore_getopt rework
Jérémy Zurcher
3
-239
/
+260
2011-05-12
add ptrt parameter to REinaList#to_a
Jérémy Zurcher
3
-2
/
+25
2011-05-12
add REinaList#from_a
Jérémy Zurcher
2
-3
/
+19
2011-05-11
update Changelog , REVISION, autoload
0.0.6
Jérémy Zurcher
2
-2
/
+13
2011-05-11
efl/native/elementary.rb is nothing without evas => require 'efl/native/evas'
Jérémy Zurcher
1
-0
/
+1
2011-05-11
add Efl::EinaLog and specs
Jérémy Zurcher
2
-0
/
+151
2011-05-11
add missing sed-variables, fix EinaLog module generation, add self.version ↵
Jérémy Zurcher
16
-8
/
+46
for all modules and use them in spec describe
2011-05-11
take care of EAPI extern with FFI#attach_variable
Jérémy Zurcher
16
-36
/
+90
2011-05-11
take care of eina/eina_log.h and regenerate ffis
Jérémy Zurcher
4
-0
/
+106
2011-05-11
works with ffi >=1.0.2
Jérémy Zurcher
1
-1
/
+1
2011-05-11
fix ElmInWIn search_prefixes, quick add ElmDiskSelector, ElmNotify classes
Jérémy Zurcher
1
-1
/
+19
2011-05-10
add elm_object_ prefix to Elm classes, quick add ElmLayout, ElmBox, ElmList, ↵
Jérémy Zurcher
1
-6
/
+54
ElmIcon classes
2011-05-10
add REvasObject#size_hint_align_fill and REvasObject#size_hint_weight_expand
Jérémy Zurcher
1
-0
/
+11
2011-05-10
add ClassHelper#null?
Jérémy Zurcher
1
-0
/
+1
2011-05-09
disable ecore_evas_cocoa_new on non darwin OS, disable corpusless ↵
Jérémy Zurcher
2
-3
/
+5
elm_map_route_source_set
2011-05-09
regenerate ffi with larger wraping columns
Jérémy Zurcher
8
-147
/
+118
2011-05-09
bugfix ecore_getopt --help
Jérémy Zurcher
2
-11
/
+15
2011-05-09
use a cleaner way to get the include dir. Previous was buggy on Gentoo at least
Lionel Orry
1
-1
/
+1
2011-05-09
add Efl::Elm::ElmInWIn class, specs for ElmWin and ElmInWin
Jérémy Zurcher
2
-28
/
+103
2011-05-09
tests cleanup
Jérémy Zurcher
2
-4
/
+4
2011-05-09
close ecore-3 : ecore_evas_spec, don't check y coordinate which is window ↵
Jérémy Zurcher
2
-6
/
+16
manager specific
2011-05-09
bugfix ecore-1 : ecore_getopt_callback_ecore_evas_list_engines returns ↵
Jérémy Zurcher
3
-5
/
+8
:eina_bool instead of :uchar
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
fix REinaList must respond to #to_a and #to_ary
Jérémy Zurcher
1
-1
/
+2
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
2
-6
/
+63
2011-05-08
add ClassHelper #to_a, #to_ary, #to_s
Jérémy Zurcher
1
-1
/
+3
2011-05-08
Efl::Elm::ElmPager class + specs
Jérémy Zurcher
2
-0
/
+39
2011-05-08
update bugs
Jérémy Zurcher
2
-0
/
+40
2011-05-08
update test_elm_win_class => test_elm_win
Jérémy Zurcher
1
-12
/
+14
[prev]
[next]