summaryrefslogtreecommitdiffstats
path: root/Changelog
blob: 266a639f95a68b77146d8fa2246c2a9e56bdcd92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
	* module Efl::Native used for all FFI => require 'efl/native'
	* ClassHelper#method_missing enhanced
	* REinaList and REinaHash cleaned
	* EcoreEvas specs completed
	* REvas and REvasObject spec completed
	* REvasRectanlge, REvasLine, EvasPolygon classes added
	* more test/*.rb

2011-05-01 Jérémy Zurcher <jeremy@asynk.ch>
	* release 0.0.3
	+ Evas, Evas_Ecore, Edje, Elm ... usable
	* use FFI::AutoPointer in ruby classes
	* cleanup method_missing proxies usage and definition
	* Eina_List <=> Array
	* Eina_Hash <=> Hash
	* .*= setters handled
	* .*? getters handled
	* evas test from http://docs.enlightenment.org/auto/evas/ implemented
	* edje test from http://docs.enlightenment.org/auto/edje/ implemented

2011-04-25 Jérémy Zurcher <jeremy@asynk.ch>
	* release 0.0.2
	* ecore getopt seems good
	* basis of module function mapping and class method_missing usage setup
	* small elementary elm_Win test app

2011-04-08 Jérémy Zurcher <jeremy@asynk.ch>
	* Project creation