diff options
| -rw-r--r-- | Changelog | 13 | ||||
| -rw-r--r-- | TODO | 24 | ||||
| -rw-r--r-- | lib/efl.rb | 2 | 
3 files changed, 25 insertions, 14 deletions
@@ -1,4 +1,15 @@ -2011-05-11 Jérémy Zurcher <jeremy@asynk.ch> +2011-05-06 Jérémy Zurcher <jeremy@asynk.ch> +	* release 0.0.5 +	* add REvasText class + specs +	* add REvasBox class + specs +	* add EinaRectangleStruct +	* add REvasPolygon#<< +	* add REvasObject#center set/get/= +	* update REvasObject#initialize +	* bugfix REvasObject#free +	* bugfix evas_spec and test_evas + +2011-05-05 Jérémy Zurcher <jeremy@asynk.ch>  	* release 0.0.4  	* ruby 1.8.7 compatible  	* FFI::AutoPointer usage fixed, constructors cleaned @@ -6,30 +6,30 @@ global          see tag "seperate-natives"      - maybe allow meth= within module#method_missing ( tools/genruby.rb) -Eet -    - ... - -Eina -    - ... -  Evas -    - REvasMap +    - complete REvasBox specs      - REvasImage -    - REvasText -    - REvasTextBlock      - REvasSmart -    - REvasBox      - REvasTable +    - REvasMap      - REvasFilter +    - REvasTextBlock      - REvasCservv      - continue Evas.h from evas_load_error_str till $  Ecore +    - getopt why -E => ERROR: invalid options found. See --help      - ecore_evas_maximized_set +Elementary +    - ... +  Edje -    - test/test_edje.rb crashes or freeze at exit +    - ... -Elementary +Eet +    - ... + +Eina      - ... @@ -4,7 +4,7 @@  #  module Efl      # -    VERSION = '0.0.4' +    VERSION = '0.0.5'      #      autoload :EcoreEvas,    './lib/efl/ecore_evas.rb'      autoload :EcoreGetopt,  './lib/efl/ecore_getopt.rb'  | 
