summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autotools: Added --disable-unwind optiondevs/felipealmeida/unwindFelipe Magno de Almeida2015-08-291-2/+10
* ecore win32: increase command buffer size.ChunEon Park2015-08-291-1/+1
* ecore win32: modifiy to better meaningful exception.ChunEon Park2015-08-291-3/+2
* eina: cpu - fix a typo in eina_cpu_count API docAmitesh Singh2015-08-291-1/+1
* emile jpeg: more descriptive comment.ChunEon Park2015-08-291-3/+3
* emile: fix can not parsing the EXIF info of the jpeg file which has IFD offsetjiin.moon2015-08-291-5/+10
* evas_canvas3d: Recalculation coordinates for pick object from sceneOleksandr Shcherbina2015-08-281-2/+2
* Eina rectangle: Check for valid rectangle before taking intersectionSubodh Kumar2015-08-282-9/+27
* eet - improve eet file storage when encoding by aligning dataCarsten Haitzler (Rasterman)2015-08-281-3/+38
* Evas textblock: fix case of own_closer in style_setDaniel Hirt2015-08-271-2/+5
* evas/gl_common: add new header files to build to make them available for distStefan Schmidt2015-08-271-0/+2
* ecore_wayland: only add listener if recovery interface was binded correctlyStefan Schmidt2015-08-271-1/+2
* edje: Fix double free scenario caused by static pointer.Youngbok Shin2015-08-271-8/+1
* ecore_pipe: add write fdset and except fdset.Ji-Youn Park2015-08-271-2/+4
* ecore_wayland: add wayland session recovery listenerStefan Schmidt2015-08-261-0/+17
* ecore_wayland: bind and destroy session_recovery interface correctly.Stefan Schmidt2015-08-261-0/+7
* Eo base: print an error when an object with a parent is destructed.Tom Hacohen2015-08-261-3/+1
* Revert "Revert "Eo base: Change parent_set to be an assignment of ref.""Tom Hacohen2015-08-263-5/+32
* Revert "Eo base: Change parent_set to be an assignment of ref."Tom Hacohen2015-08-263-32/+5
* Eo base: Change parent_set to be an assignment of ref.Tom Hacohen2015-08-263-5/+32
* edje_cc_out: Fix edje_cc compile error with script on Windows.Jaehyun Cho2015-08-261-7/+7
* Revert "Revert "ecore_win: fix the incorrect mouse cursor position.""ChunEon Park2015-08-251-2/+11
* Revert "ecore_win: fix the incorrect mouse cursor position."ChunEon Park2015-08-251-15/+6
* build: replace libsystemd-{daemon, journal} with libsystemdMarcel Hollerbach2015-08-253-14/+8
* ecore_win: fix the incorrect mouse cursor position.ChunEon Park2015-08-251-6/+15
* small typo in docs, mounse is mouseThanatermesis2015-08-251-2/+2
* eldbus: add since tag for now public eldbus_message_signal_new APIStefan Schmidt2015-08-241-0/+2
* evas_3d: fix definesMarcel Hollerbach2015-08-241-129/+6
* evas/filter: Remove unused variableStefan Schmidt2015-08-241-1/+1
* eldbus: remove now public eldbus_message_signal_new declaration from private.hStefan Schmidt2015-08-241-3/+0
* eldbus: add eldbus_message_signal_new to public headerLukasz Stanislawski2015-08-241-0/+11
* efl - jp2k loader - guard against openjpeg bug tha causes an abortCarsten Haitzler (Rasterman)2015-08-241-9/+15
* eina: fix coverity issue CID 1317154.Cedric BAIL2015-08-221-4/+4
* ethum: fix compilation on Windows due to missing visibility setting.ChunEon Park2015-08-221-0/+37
* evil: add missing sinceChunEon Park2015-08-221-0/+2
* Eo base: clean up parent removal in destructor.Tom Hacohen2015-08-211-7/+6
* ecore_con: fix test to properly send the right amount of data (including the ...Cedric BAIL2015-08-211-1/+1
* eina: use new eina_file_path_join APIVincent Torri2015-08-212-38/+21
* eina: add API to join pahs, as well as path separatorsVincent Torri2015-08-213-0/+124
* ector: don't forget to reset cairo matrix to identity.Cedric BAIL2015-08-211-0/+1
* efl: fix Efl.Gfx.Shape.Dup to use const parameter.Cedric BAIL2015-08-212-2/+2
* efl: prevent segv while interpolating empty shape.Cedric BAIL2015-08-211-12/+16
* evas: improve simple VG example to interpolate a full VG tree.Cedric BAIL2015-08-211-11/+82
* eina: add test for decomposition and composition of matrix.Cedric BAIL2015-08-211-1/+84
* eina: add eina_matrix4_quaternion_get and eina_quaternion_matrix4_get.Cedric BAIL2015-08-212-0/+322
* eina: add eina_matrix4_multiply and eina_matrix4_identity function.Cedric BAIL2015-08-212-0/+135
* eina: add eina_matrix4_transpose.Cedric BAIL2015-08-212-0/+33
* eina: add tests for eina_matrix4_inverse.Cedric BAIL2015-08-211-0/+3
* eina: add eina_matrix4_inverse.Cedric BAIL2015-08-212-0/+173
* eina: test eina_matrix4_normalized.Cedric BAIL2015-08-211-0/+4