summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New egl engine does not have a depth field.devs/devilhorns/wayland_eglChris Michael2013-03-051-1/+1
* Fix include order to remove compiler warningChristopher Michael2013-02-271-1/+2
* Rename 'surface' field.Christopher Michael2013-02-271-1/+1
* Add initial engine header file.Christopher Michael2013-02-271-0/+71
* Add new header file for Evas Wayland Egl engine.Christopher Michael2013-02-271-0/+47
* Remove old wayland_egl code.Christopher Michael2013-02-274-4235/+0
* Fix valid variable check.Christopher Michael2013-02-271-1/+1
* Fix incorrect variable check.Christopher Michael2013-02-271-1/+1
* evas/common - declare a var in function head.ChunEon Park2013-02-271-2/+3
* evas/wayland_egl: Fix build error caused by wrong assignment.Rafael Antognolli2013-02-261-1/+1
* efl: Fixes to support compiling with CFLAGS=-WerrorHenrique Dante de Almeida2013-02-268-26/+67
* Evas: Fixed wrong EINA_UNUSED usage in the gl_x11 engine.Christopher Michael2013-02-261-4/+4
* evas: Deal with double glShaderSource signatureHenrique Dante de Almeida2013-02-263-3/+5
* ephysics: turn EPhysics_Body into a POD-type structHenrique Dante de Almeida2013-02-262-12/+23
* ethumb: Support strict aliasing rules in MD5 codeHenrique Dante de Almeida2013-02-262-16/+20
* evas: Fix PSD image loadingHenrique Dante de Almeida2013-02-262-2/+2
* ecore: Fix _ecore_glib_selectHenrique Dante de Almeida2013-02-261-17/+30
* evas: Fix buffer overflows on environment variablesHenrique Dante de Almeida2013-02-265-5/+5
* Fix evas GL common engine to have a shader to do oversampling onCarsten Haitzler (Rasterman)2013-02-2683-203/+2262
* add .arcconfig for efl.Carsten Haitzler (Rasterman)2013-02-261-0/+4
* oops - still had printfs. remove.Carsten Haitzler (Rasterman)2013-02-261-11/+1
* Evas text: Fixed a bug with the (kinda) newly added text object ellipsis.Tom Hacohen2013-02-252-13/+33
* Evas text: Added a test that shows how broken ellipsis is.Tom Hacohen2013-02-251-0/+32
* Evas text tests: Start shipping DejaVuSans with the test suite.Tom Hacohen2013-02-254-8/+22
* Evas: Fixed wrong if in the x11 engine.Christopher Michael2013-02-251-1/+1
* * evas/cache: remove the freed worker from the pthread worker list when it's ...ChunEon Park2013-02-253-1/+6
* evas/cache - formattingChunEon Park2013-02-251-40/+34
* evas/common - scale sample code refactoring. simpler and more effcient.ChunEon Park2013-02-231-50/+56
* Merge branch 'master' of ssh://git.enlightenment.org/core/eflChunEon Park2013-02-231-8/+36
|\
| * ecore_imf_example: call ecore_imf_context_filter_event in mouse up/down eventJihoon Kim2013-02-231-2/+29
| * ecore_imf_example: remove unused variable, fix warningJihoon Kim2013-02-231-6/+7
* | edje/edc - add additional vim syntax keywordChunEon Park2013-02-231-1/+4
|/
* Edje entry fit: Set the min size according to the fitting as well.Tom Hacohen2013-02-221-47/+47
* Edje entry fit: Set the min/max sizes according to the fitting, not before.Tom Hacohen2013-02-221-28/+29
* evas/common - return function as soon as possible.chuneon.park2013-02-221-4/+4
* evas/common - fix indentationchuneon.park2013-02-221-30/+30
* ChangeLog: Fixed formatting. We don't use tab for ChangeLog. Ping tasn and ce...Daniel Juyung Seo2013-02-221-13/+13
* Evas font: Fixed font run detection for some cases.Tom Hacohen2013-02-213-7/+7
* Evas text: Fixed bug with the text object direction detection.Tom Hacohen2013-02-215-5/+53
* edje: let's fix the edje test to init/shutdown edje correctly.Cedric BAIL2013-02-211-6/+9
* Revert "tests/edje: Disable edje mising file test until the needed header is ...Tom Hacohen2013-02-211-4/+2
* Edje tests: Added missing file.Tom Hacohen2013-02-212-1/+39
* eeze: fix build with recent Eina change.Cedric BAIL2013-02-211-3/+3
* eeze: add back support for older system.Cedric BAIL2013-02-215-3/+938
* Add ecore_x_dnd_self_begin() and ecore_x_dnd_self_drop() to allow dndCarsten Haitzler (Rasterman)2013-02-215-69/+147
* Revert "Refactor evas_sw_xlib_outbuf to allocate less in case of rotations."Stefan Schmidt2013-02-203-69/+12
* tests/edje: Disable edje mising file test until the needed header is commited.Stefan Schmidt2013-02-201-2/+4
* eina: make that test not depend on efl configuration.Cedric BAIL2013-02-201-48/+111
* Fix ecore-x edid fetch to ftech 128, not 100 bytes.Carsten Haitzler (Rasterman)2013-02-203-1/+7
* edje: let's properly report that file doesn't exist.Cedric BAIL2013-02-203-2/+10