Commit Graph

31 Commits

Author SHA1 Message Date
Guilherme Iscaro 8e5c3cf839 Evas: Add event filter example.
This example exercises the new seat event filter API.
2016-12-12 14:59:22 -02:00
Bruno Dilly 207e2fdb42 evas: add example for multiseat events
Also useful to make some tests / debugging.
2016-11-30 16:49:25 -02:00
Bruno Dilly 5186f9c3ae examples/evas: sort gitignore 2016-11-30 16:49:25 -02:00
Jean-Philippe Andre 631ac60a55 examples: Fix typo in filename 2016-07-04 13:45:48 +09:00
Stefan Schmidt b47f97b899 examples: update various gitignore files for new example binaries
These have been forgotten to be added recently.
2016-06-30 18:15:44 +02:00
Jean-Philippe Andre fe898ab879 evas: Add 2 EO examples for maps
Those are copy & paste & eo-ified versions of the legacy
samples. I did not touch the other legacy APIs, only maps.
2016-06-29 10:38:31 +09:00
Stefan Schmidt 4b4f3ec40d examples: evas: update gitignore for new binary 2016-06-07 14:20:16 +02:00
Cedric BAIL df81e2ddef evas: don't track some forgotten example 2016-04-08 16:01:07 -07:00
Yeshwanth Reddivari eaa5e65d48 Interface: Flip and orientation interface
Summary:
Added flip and orientation interface and used them in evas_image.
Removed efl_image_orientation_set API and used efl_orientation_set and efl_flip_set API.
In implementation part, converted enums back and forth in order to keep current implementation as it is.

Test Plan: src/examples/evas/evas-images5.c

Reviewers: singh.amitesh, raster, tasn, herdsman, woohyun, cedric, felipealmeida, jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3844
2016-04-06 10:46:39 +09:00
Stefan Schmidt 26c16d8c0b examples gitignore: adding four new examples to their .gitignore files 2016-03-09 23:13:38 +01:00
Stefan Schmidt 5fcd0e8c27 examples: Update .gitignore for binaries 2015-07-28 08:32:47 +02:00
Daniel Kolesa 25b630ac35 gitignore++ 2015-05-29 16:48:32 +01:00
Cedric BAIL b43f16259f evas: don't track generated content. 2015-04-03 16:34:12 +02:00
Cedric BAIL 2ad7fd2b5b gitignore: don't track generated examples. 2015-04-03 16:33:11 +02:00
Bogdan Devichev b22791cf37 evas-3d: deleted some unneccesary resources and moon-space example
Summary: This example is deprecated. We have another (pick) to show functionality of it.

Test Plan: Need merged D2044 to run pick example.

Reviewers: cedric, raster, Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2074
2015-03-03 10:58:59 +09:00
Cedric BAIL e529cb261c gitignore: don't track generated example. 2015-02-23 15:46:55 +01:00
kabeer khan 11a5f1691a evas: updated .gitignore to not track evas_3d_colorpick example.
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: cedric, Oleksander

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1968

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-02-16 12:11:28 +01:00
kabeer khan de27d19b8a evas: add image orient set/get API in software backend for now.
Summary:
Added API's to rotate(0, 90, 180, 270), flip(horizontal, vertical, transpose, transverse)
evas image object. Also added example to demonstrate this.

Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: raster, stephenmhouston, cedric

Subscribers: stephenmhouston, cedric

Differential Revision: https://phab.enlightenment.org/D1950

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-02-11 17:30:54 +01:00
Stefan Schmidt 5919c8b6fc examples/evas: Add evas_3d_shadows binary to .gitignore 2015-01-19 10:41:47 +01:00
Cedric BAIL d2fd0049b6 gitignore: don't track generated file. 2014-12-23 22:37:23 +01:00
Cedric BAIL fa6e4a8182 .gitignore: ignore generated files. 2014-12-12 03:48:32 +01:00
Stefan Schmidt efa45f8d5f examples/evas: Ignore evas_3d_ply example binary 2014-11-21 11:48:59 +01:00
Cedric BAIL b348176f20 gitignore: let's ignore some more generated files. 2014-10-08 17:10:28 +02:00
Stefan Schmidt c2a06ff0c8 examples: Add latest example binaries to .gitignore
These are build and should be ignored by git.
2014-09-02 17:11:38 +02:00
Savio Sena 5041cfa3a4 autotools: Fix elua 'make examples'.
Summary: Also added evas_3d_object to .gitignore.

Reviewers: q66, cedric

Reviewed By: q66

CC: smohanty, felipealmeida, raster, cedric

Differential Revision: https://phab.enlightenment.org/D1019
2014-06-12 23:31:16 +01:00
Cedric BAIL edf47fb988 .gitignore: don't track generated file. 2014-06-07 02:47:12 +02:00
Oleksandr Shcherbina 7a9f1e2552 evas: Evas_3D - Revision frustum culling.
Summary:
Add API that checks OBB's points of node are inside frustum of camera.
Add example with frustum culling.

@feature

Reviewers: Hermet, cedric, raster

CC: cedric

Differential Revision: https://phab.enlightenment.org/D942

Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
2014-06-04 19:55:34 +02:00
Cedric BAIL 1dfc9fd269 gitignore: let's ignore generated binary. 2014-06-04 19:16:44 +02:00
Felipe Magno de Almeida 8c78a0c320 eolian-cxx: fix make distcheck and automake files for Eolian C++
Summary:
Fixed distcheck for Eolian C++. Made the generated files as
nodist so it doesn't get picked up for generation way too
early.

Reviewers: cedric, seoz

CC: cedric

Maniphest Tasks: T1220

Differential Revision: https://phab.enlightenment.org/D820

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
2014-05-04 12:21:30 +02:00
Cedric Bail aa6f23f508 evas: don't track Evas_3D examples. 2014-05-01 12:05:37 +02:00
Eduardo Lima (Etrunko) f67a0fcad7 Split .gitignore into multiple files
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-06-11 18:18:50 -03:00