summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas/evas3d: clean up camera code.devs/cedric/evas-3dChunEon Park2014-04-161-33/+35
* evas/evas3d: keep the code style.ChunEon Park2014-04-161-37/+31
* evas/evas3d: just cleanup image code.ChunEon Park2014-04-161-51/+53
* evas/evas3d - ahh don't put the slash at the end of the paragraph.ChunEon Park2014-04-161-1/+1
* Merge branch 'master' into devs/cedric/evas-3dChunEon Park2014-04-1615-39/+247
|\
| * docs now have a slightly more english description and list libs alphabeticallyMike Blumenkrantz2014-04-141-14/+14
| * Fixed a problem with e wl server that sent invalid key value to wl client.Gwanglim Lee2014-04-149-11/+167
| * Eolian: add support for cmakeDaniel Zaoui2014-04-143-0/+39
| * build: Temporary disable debug log output during coverageStefan Schmidt2014-04-141-1/+2
| * Revert "Eolian: add support for cmake"Tom Hacohen2014-04-142-7/+0
| * Eo: eo_do now returns called func's value + default ret fix.Tom Hacohen2014-04-142-12/+23
| * Eo: Fix class checking.Tom Hacohen2014-04-141-1/+2
| * Eolian: add support for cmakeDaniel Zaoui2014-04-142-0/+7
* | evas/evas3d: cleanup docs and removed unncessary files.ChunEon Park2014-04-166-641/+808
* | evas/evas3d: filled up missed eo headers to be installed.ChunEon Park2014-04-151-1/+9
* | evas/evas3d: don't occur build break.ChunEon Park2014-04-152-5/+2
* | evas/evas3d - changed file access authority.ChunEon Park2014-04-158-0/+0
* | evas3d: forget evas_3d.h. it's merged to evas.hChunEon Park2014-04-157-10/+5
* | evas3d: fixed grammartical break.ChunEon Park2014-04-151-1/+0
* | evas/evas3d - use the image loader of the evas instead of the png lib.ChunEon Park2014-04-151-124/+20
* | Evas_3D : Eolian change for Evas_3D_Object.subhransu2014-04-1422-735/+512
* | Evas_3D : Eolian changesubhransu2014-04-1425-3763/+5790
* | fixed missing include eo headersChunEon Park2014-04-142-1/+5
* | Merge branch 'master' into devs/cedric/evas-3dChunEon Park2014-04-1410-877/+310
|\ \ | |/
| * Eolian/Lexer: disable INFO and DEBUG.Daniel Zaoui2014-04-142-263/+247
| * Eolian: Legacy integration of Evas TableYossi Kantor2014-04-134-193/+23
| * Eolian: Legacy Integration of Evas TextYossi Kantor2014-04-131-393/+1
| * Eolian: fix generation of Eo2 functions definitions.Daniel Zaoui2014-04-131-4/+4
| * eolian no longer generates return statements for void functionsMike Blumenkrantz2014-04-111-19/+33
| * ecore_con: Force unsigned to unsigned comparisonStefan Schmidt2014-04-111-1/+1
| * engines/evas_drm: Remove some unused variablesStefan Schmidt2014-04-111-3/+0
| * ecore_con: Remove superfluous >= 0 check for unsignedStefan Schmidt2014-04-111-1/+1
* | Merge branch 'master' into devs/cedric/evas-3dChunEon Park2014-04-1122-7805/+56
|\ \ | |/
| * Eolian: Legacy integration of Evas Rectangle, Polygon, Line, Textgrid and Tex...Yossi Kantor2014-04-114-620/+29
| * Eolian: Clean out Evas Eo headerYossi Kantor2014-04-111-6589/+1
| * Eolian: Clean out Ecore Audio Eo headersYossi Kantor2014-04-117-538/+3
| * set default help info for multisense to match new default on stateCarsten Haitzler (Rasterman)2014-04-111-1/+1
| * Eo2: Fix other forgotten ret.Daniel Zaoui2014-04-114-12/+12
| * "whether" has 2x 'h'Mike Blumenkrantz2014-04-105-11/+11
* | evas_3d.h should be refered by eo file to refer types defined that header.ChunEon Park2014-04-101-0/+1
* | Merge branch 'devs/cedric/evas-3d' of ssh://git.enlightenment.org/core/efl in...ChunEon Park2014-04-1043-6/+13881
|\ \ | |/ |/|
| * Evas: 3D: Change the api name from t3d_scene to 3d_scene as the eolian issue ...Subhransu Sekhar Mohanty2014-03-308-9/+9
| * Evas: 3D: Add missing image file for example evas-3d-proxyTaekyun Kim2014-03-301-0/+0
| * Evas: 3D: API documentationTaekyun Kim2014-03-301-59/+1919
| * Evas: 3D: Updated proxy texture exampleTaekyun Kim2014-03-301-7/+29
| * Evas: 3D: Refined proxy texture implementationTaekyun Kim2014-03-3012-25/+106
| * Evas: 3D: Fix typo error in preprocessor for GLESTaekyun Kim2014-03-301-1/+1
| * Evas: 3D: evas_3d_node_look_at_set() bug fixTaekyun Kim2014-03-302-7/+56
| * Evas: 3D: Example: MD2 mesh file exampleTaekyun Kim2014-03-304-0/+170
| * Evas: 3D: Example: Picking exampleTaekyun Kim2014-03-302-0/+402