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