summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas_text_grid: display bold/italic/bolditalic fonts if availabledevs/billiob/textgrid_bolditalicBoris Faure2015-10-041-107/+314
* evas_text_grid: remove optimisation (will come back later) to make code more ...Boris Faure2015-09-191-296/+31
* fix typos in API docAmitesh Singh2015-09-198-13/+13
* Edje Example: Fix wrong usage of evas_object_color_set APIYeshwanth Reddivari2015-09-191-1/+1
* edje_edit: delete gradient funcs prototopeVyacheslav Reutskiy2015-09-171-280/+0
* Evas GL: Free safe extensions hash when engine shuts downDongyeon Kim2015-09-171-0/+4
* eolian/generator: support for more paragraph tagsDaniel Kolesa2015-09-161-1/+11
* evas_render: Fix invalid clipJean-Philippe Andre2015-09-151-4/+0
* evas - sw async render - move pixel upload/swap to a threadCarsten Haitzler (Rasterman)2015-09-151-18/+30
* eolian/generator: generation of doxygen @note and @warning tagsDaniel Kolesa2015-09-145-0/+36
* Evas GL shaders: Add mask 21, 12, 22 downsampling modesJean-Philippe Andre2015-09-149-235/+4686
* evas render2 - more work on fleshing it out a bitCarsten Haitzler (Rasterman)2015-09-115-37/+66
* eina_thread: non-linux fixes following latest changesDaniel Kolesa2015-09-112-0/+25
* ecore - let the ecore_con_eet_*.c examples build.David Walter Seikel2015-09-111-2/+4
* map: don't update surface unencessarily.ChunEon Park2015-09-101-1/+3
* efl - set thread names for internally created threads for debuggingCarsten Haitzler (Rasterman)2015-09-108-2/+11
* eina - thread naming - when naming thread, cut off at 15 charsCarsten Haitzler (Rasterman)2015-09-101-1/+8
* eina thread - add wrapper for setting thread name and fix affinityCarsten Haitzler (Rasterman)2015-09-095-0/+54
* evas: fix memory leak in evas_object_image_render_pre.Nak-Gyeong Kim2015-09-091-0/+1
* evas: CID 1323091perepelits.m2015-09-091-2/+5
* ecore x vsync - add in exynos checks and move kernel v checks insideCarsten Haitzler (Rasterman)2015-09-081-23/+62
* Edje_cc: check value for text.source attribute.Mykyta Biliavskyi2015-09-081-0/+37
* evas/gl_common: Do not set minus value to unsigned intDongyeon Kim2015-09-081-3/+5
* eet_example: Fixing memory leak.Srivardhan Hebbar2015-09-081-4/+0
* ecore_evas_convert: make sure we add all needed flags and deps for the buildStefan Schmidt2015-09-081-3/+3
* ecore_evas_extn: Fix server rendering after restartShinwoo Kim2015-09-081-0/+4
* evas examples: avoid shadowing a global variable in a functionStefan Schmidt2015-09-071-5/+5
* evas: gl_generic: fix leak if we return dst and not newdstStefan Schmidt2015-09-071-0/+1
* ecore_example: Fixing NULL deference.Srivardhan Hebbar2015-09-071-2/+2
* ecore_example: Fixing memory leak.Srivardhan Hebbar2015-09-071-4/+14
* evil: remove executable bit from memcpy assembler file.Stefan Schmidt2015-09-071-0/+0
* ecore_example: Fixing NULL dereference.Srivardhan Hebbar2015-09-071-2/+2
* ecore_example: Cleanup of ecore_compose_get_example.cSrivardhan Hebbar2015-09-071-192/+192
* build: add efl as internal dep for eioStefan Schmidt2015-09-071-0/+1
* update mailmapBoris Faure2015-09-051-0/+5
* edje_cc: remove executable bit from source fileStefan Schmidt2015-09-041-0/+0
* ecore: win32: remove executable bit from source fileStefan Schmidt2015-09-041-0/+0
* ector: software: remove executable bit from source filesStefan Schmidt2015-09-046-0/+0
* ector: software: convert dos to unix line endingsStefan Schmidt2015-09-044-3418/+3418
* ecore: cocoa: convert dos to unix line endingsStefan Schmidt2015-09-041-496/+496
* evas: tests: convert man_mesh.obj from dos to unix line endingsStefan Schmidt2015-09-041-2493/+2493
* Remove TODO-eo2 file.Tom Hacohen2015-09-041-32/+0
* Evas: Move REND_DBG to evas_render.cJean-Philippe Andre2015-09-042-7/+3
* evas: Use malloc instead of calloc in context_dupJean-Philippe Andre2015-09-041-1/+1
* evas_render: Fix some clipping issues inside proxyJean-Philippe Andre2015-09-043-23/+102
* evas_render: print out context clip with REND_DBGJean-Philippe Andre2015-09-041-13/+32
* evas_render: simplify masking and clipping in generalJean-Philippe Andre2015-09-042-74/+33
* evas_render: Cosmetic changes in evas_render_mappedJean-Philippe Andre2015-09-041-91/+70
* evas: Add internal context_dup functionJean-Philippe Andre2015-09-045-0/+62
* evas_render: moar debug (REND_DBG)Jean-Philippe Andre2015-09-041-9/+35