summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Edje: add hyphenation example for TEXTBLOCKdevs/herdsman/tb_hyphenationDaniel Hirt2015-11-173-3/+147
* Edje: add 'hyphenation' option to TEXTBLOCK partDaniel Hirt2015-11-175-0/+53
* Evas textblock: add hyphenation testsDaniel Hirt2015-11-171-0/+73
* Evas textblock: add support for hyphenation modesDaniel Hirt2015-11-174-30/+497
* Evas textblock: fix bad deletion in test caseDaniel Hirt2015-11-171-3/+0
* Evas language: add full locale language getterDaniel Hirt2015-11-172-0/+28
* evas-software-x11: Fix returning NULL pointerChris Michael2015-11-171-5/+5
* evas-software-x11: Fix formattingChris Michael2015-11-171-5/+5
* evas-gl: Remove extra parenthesesChris Michael2015-11-171-2/+2
* ector: Add missing EINA_UNUSED for unused function parameterChris Michael2015-11-171-1/+1
* Evas language: Fix language from locale function.Tom Hacohen2015-11-171-1/+2
* Evas text: Remove fixme markerSubodh Kumar2015-11-171-1/+0
* Evas text: Remove tabs for readabilitySubodh Kumar2015-11-171-90/+94
* ector: disable NEON build.Cedric BAIL2015-11-171-0/+1
* Evas GL: Remove invalid call inside make current pbufferJean-Philippe Andre2015-11-171-6/+0
* Evas GL: Ignore compilation warningJean-Philippe Andre2015-11-171-0/+1
* Evas GL: Fix BadMatch with pbuffer make currentJean-Philippe Andre2015-11-173-1/+17
* eolian: fix build after removal of --eo option.Cedric BAIL2015-11-171-2/+2
* ecore-evas drm: null global device pointer after freeMike Blumenkrantz2015-11-161-0/+2
* Evas GL: Fix failing make check test caseJean-Philippe Andre2015-11-164-2/+24
* ecore-evas wayland: use correct values when updating wayland window sizeMike Blumenkrantz2015-11-131-3/+2
* emotion webcam: fix check for v4l2 video capture device capabilityStefan Schmidt2015-11-131-1/+1
* eina_thread_queue: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-131-1/+1
* evas polygon: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-131-1/+1
* ecore_evas x engine: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-131-5/+5
* evas buffer engine: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-132-10/+10
* evas textblock: fixed ascent/descent calculationMinwoo, Lee2015-11-132-2/+22
* ecore_ipc: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-131-2/+2
* gif loader: use Eina_Bool for one-bit bitfieldStefan Schmidt2015-11-131-1/+1
* Revert "efl: Fix configure help message for cserve"Jean-Philippe Andre2015-11-131-1/+1
* ector: do get symbol at object construction time.Cedric BAIL2015-11-127-82/+86
* efl: Fix configure help message for multisenseChris Michael2015-11-121-1/+1
* efl: Fix configure help message for cserveChris Michael2015-11-121-1/+1
* Evas text: Change bitfield bool types to Eina_Bool.Tom Hacohen2015-11-121-2/+2
* ecore_con: fix another case where files have been moved and sitcheck benn brokenStefan Schmidt2015-11-121-1/+2
* evas: add forgotten file to SOURCES to fix distcheckStefan Schmidt2015-11-121-0/+1
* evas/gl_generic: Check for errors when calling tbm surface map/unmapDongyeon Kim2015-11-121-4/+12
* evas/gl: Bind texture with external target for tbm surfaceDongyeon Kim2015-11-125-39/+48
* evas/gl: Do not check for egl errors with glEGLImageTargetTexture2DOESDongyeon Kim2015-11-123-6/+3
* evas/gl_common: Enable dynamic hint set using tbm surface only when egl exten...Dongyeon Kim2015-11-123-2/+7
* Revert "Evas GL: Fix crash with dynamic hint set using tbm surface"Dongyeon Kim2015-11-121-5/+1
* ecore_con: remove last occurence of EMILE_SSLv3Vincent Torri2015-11-111-1/+0
* evil: remove useless vc++ codeVincent Torri2015-11-118-200/+7
* evil: fix warnings when mingw-w64 4.* is installedVincent Torri2015-11-113-13/+38
* eo generator: better output whitespace handling with pointersDaniel Kolesa2015-11-114-5/+9
* Evas: import Evas types inside canvas Eo fileDaniel Zaoui2015-11-111-0/+2
* Evas GL: Minimize internal resource creationDongyeon Kim2015-11-116-194/+279
* edje - signal match code - clean up function readablity and fix crashCarsten Haitzler (Rasterman)2015-11-111-36/+38
* Evas GL: Fix crash with dynamic hint set using tbm surfaceJoogab Yun2015-11-111-1/+5
* Evas software_x11: add DRI2-x11 support at image_native_set()Joogab Yun2015-11-114-2/+700