summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.8.0-alpha2v1.8.0-alpha2Carsten Haitzler (Rasterman)2013-11-1919-19/+19
* distcheck - solve missing ecore_evas_drm.hCarsten Haitzler (Rasterman)2013-11-191-0/+1
* mailmap: Add two more entries for Mike and SebastianStefan Schmidt2013-11-181-8/+10
* doc: Use correct line break to fix buildStefan Schmidt2013-11-182-2/+2
* Don't send pointer_enter events on touch_down.Chris Michael2013-11-181-5/+4
* Remove read code.Chris Michael2013-11-181-1/+0
* ftell can return -1 to indicate error, so trap for thatChris Michael2013-11-181-0/+7
* ftell can return -1 to indicate error, so trap for that.Chris Michael2013-11-181-0/+7
* Malloc cannot accept a negative number so check 'num' parameter beforeChris Michael2013-11-181-1/+1
* evas: those if (re) are useless indeed.Cedric Bail2013-11-181-2/+2
* eina: try to handle all possible 64bits pointers environment.Cedric Bail2013-11-181-2/+7
* evas: try to clarify licensing for people that are going to make their own Ev...Cedric Bail2013-11-181-0/+35
* Remove dead assignments reported by nightly buildChris Michael2013-11-181-3/+0
* Partial revert of eb84475503da9f40d6a79eChris Michael2013-11-181-2/+0
* Check for valid drag type before trying to strdup.Chris Michael2013-11-181-4/+13
* evas/render - optimize proxy rendering.ChunEon Park2013-11-181-8/+15
* evas_object_main.c: fixed formatting while reading the code.Daniel Juyung Seo2013-11-181-4/+4
* eina: remove the value from the hash before changing it !Cedric BAIL2013-11-171-1/+1
* ecore-evas - example - fix lack of bg object in sub bufferCarsten Haitzler (Rasterman)2013-11-171-1/+7
* evas: fix build without FontConfig.Cedric BAIL2013-11-171-0/+6
* ecore_fb - fix fb size get to use evas env vars for fb deviceCarsten Haitzler (Rasterman)2013-11-171-1/+8
* ecore-audio - protect against more list-walking while list is modifiedCarsten Haitzler (Rasterman)2013-11-171-21/+29
* oops - remove printf debug.Carsten Haitzler (Rasterman)2013-11-171-1/+0
* evas - evasgl ... make osmesa sw render support work againCarsten Haitzler (Rasterman)2013-11-171-5/+13
* evas - gl - osmesa also try older osmesa major versionsCarsten Haitzler (Rasterman)2013-11-161-11/+18
* cmake: Add EDJE_CC_EXECUTABLE variable in EdjeConfig.cmakeRyuan Choi2013-11-161-2/+6
* Add EezeConfig.cmake.inRyuan Choi2013-11-163-0/+39
* edje_edit: fixed SEGFAULT in _edje_real_part_freeAndrii Kroitor2013-11-161-23/+28
* doc - update images.mkCarsten Haitzler (Rasterman)2013-11-161-1/+2
* Fix build issues on Mac OS X due to sh differences.Jean Guyomarc'h2013-11-163-7/+15
* m4: remove saving of CFLAGSSebastian Dransfeld2013-11-151-4/+0
* evas - fix neon blend code used for text rendering to not leave dirty endCarsten Haitzler (Rasterman)2013-11-151-174/+105
* Don't call input panel show/hide methods unless input_panel_enabled isChris Michael2013-11-151-3/+6
* Do not call the contexts' input_panel_show/hide methods unlessChris Michael2013-11-151-2/+8
* Unify ecore_evas resize code across both shm and egl engines.Chris Michael2013-11-153-228/+52
* Add function prototype for _ecore_evas_wl_common_resizeChris Michael2013-11-151-0/+1
* evas: fix potential similar problem as with GL X11 backend with wrong context...Cedric Bail2013-11-151-2/+8
* evas: fix a missing eglMakeCurrent in image_cache_flush/image_cache_set in th...Wonsik Jung2013-11-151-0/+5
* allow ecore to not load system modules.Gustavo Sverzut Barbieri2013-11-149-1/+41
* Fix some formattingChris Michael2013-11-141-6/+6
* Check for valid shell_surface, title, and class before trying to setChris Michael2013-11-141-4/+8
* Remove blank lineChris Michael2013-11-141-1/+0
* m4: Save cflags before restoring themSebastian Dransfeld2013-11-141-0/+2
* evas_gl : Fixed macro substitution bug in evas_glSung W. Park2013-11-131-2/+2
* eina: adjust precision for all our targeted convertion.Cedric Bail2013-11-121-2/+2
* efl: let's try to force that thread things this way.Cedric Bail2013-11-121-4/+1
* eina: fix uninitialized data use.Cedric Bail2013-11-122-2/+2
* efl: let's try to detect in a portable way phtread around the world.Cedric Bail2013-11-121-32/+24
* edje: fixing the check whether the part is swallow.Vorobiov Vitalii2013-11-121-8/+6
* evas/textblock: add const for param in evas_object_textblock_style_set for co...Yakov Goldberg2013-11-113-5/+5