summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* printfs for legaturesdevs/yakov/textblock_test_fixYakov Goldberg2013-04-141-0/+5
* Evas textblock: fix tests, disabled in 0d68ffbeYakov Goldberg2013-04-141-124/+116
* * Evas: fix gif decoding bug related with background color.Jiyoun Park2013-04-143-6/+15
* fix calling edje api on objects that may not be edje objects...Carsten Haitzler (Rasterman)2013-04-141-8/+10
* evas/image - actually, no need to check both. one is enough.ChunEon Park2013-04-141-1/+1
* evas/image - don't update evas render area by a clipper if the image object v...ChunEon Park2013-04-143-1/+8
* Work around new intel Mesa/xorg bug where alphaCarsten Haitzler (Rasterman)2013-04-1439-8/+807
* evas - fix identationChunEon Park2013-04-131-1/+1
* evas - Don't be crashed even if the map image size is 0.ChunEon Park2013-04-133-2/+7
* ecore_imf: Add ecore_imf_context_input_panel_event_callback_call, clear APIJihoon Kim2013-04-135-6/+119
* ecore_imf: Add ecore_imf_input_panel_hide() APIJihoon Kim2013-04-135-1/+39
* ecore_imf/scim: remove unused function declarationJihoon Kim2013-04-131-1/+0
* Eo: Fixed an error in in _eo_callback_remove and a few minor things.Tom Hacohen2013-04-122-4/+7
* eeze/sensor: Move eeze_Sernsor_obj_get into private header.Stefan Schmidt2013-04-123-9/+10
* Evas dev: Fixed usage of uninitialized variable.Tom Hacohen2013-04-121-1/+1
* Eo: Moved the debug info functions to the base class code.Tom Hacohen2013-04-122-91/+92
* Eo array: Add more testing.Tom Hacohen2013-04-121-0/+11
* Add subclasses for evas device api (new in 1.8) and document the evasCarsten Haitzler (Rasterman)2013-04-123-2/+225
* Eo: Added eo_event_callback_array_* functions.Tom Hacohen2013-04-126-20/+231
* eeze/sensor: Make sensor init and shutdown symbols private.Stefan Schmidt2013-04-124-27/+29
* ecore_timer test: Pre-increment variable to prevent buffer overflowDaniel Willmann2013-04-121-1/+1
* [Evas] Updated eglMap/UnmapImageSEC extension definitionSung W. Park2013-04-126-21/+45
* [Evas GL] Initialize evas gl engine after evas stuff is initialized first.Sung W. Park2013-04-121-4/+4
* evas: remove warning, no need for double ().Cedric Bail2013-04-121-1/+1
* edje: silence warning by doing explicit conversion.Cedric Bail2013-04-121-1/+11
* ecore: reduce risk of rounding error.Cedric Bail2013-04-121-3/+3
* ecore: add tests for ecore_poll module.Valerii Kanunik2013-04-121-0/+136
* evas - removed unusedChunEon Park2013-04-122-15/+0
* ecore: add tests for Ecore_Evas.Dmytro Kaidalov2013-04-124-3/+51
* ecore: add ecore timer test.Vitaliy Venzak2013-04-124-0/+182
* ecore: Added tests for ecore_app_args procedures.Valerii Kanunik2013-04-121-0/+29
* Eo base: Reduce object memory footprint.Tom Hacohen2013-04-111-2/+2
* Evas textblock: Revert commit 3832ec5Yakov Goldberg2013-04-111-51/+59
* Revert "eeze/sensor: Expose less symbols for the initial API."Stefan Schmidt2013-04-113-38/+36
* Evas textblock: fixing testsYakov Goldberg2013-04-111-55/+52
* Evas text: fixing testYakov Goldberg2013-04-111-0/+4
* Eo callbacks: Improve memory footprint of callbacks.Tom Hacohen2013-04-111-29/+59
* eeze/sensor: Expose less symbols for the initial API.Stefan Schmidt2013-04-113-36/+38
* this is not a big change - not worth changelog, but allow gl partialCarsten Haitzler (Rasterman)2013-04-113-11/+42
* eeze/sensor/tizen: Fix bug where we set the wrong sensor type to the object.Stefan Schmidt2013-04-111-1/+70
* eeze/sensor: Use Eeze_Sensor_Type in sensor object.Stefan Schmidt2013-04-111-1/+1
* evas: let's do less useless marshalling.Cedric Bail2013-04-111-49/+58
* evas: use a hash for the image scale cache.Cedric Bail2013-04-112-37/+105
* evas: don't call eo_data_get when it is really not necessary.Cedric Bail2013-04-111-10/+8
* evas: use eo_data_get less. Use clipees_has if you want to know the number of...Cedric Bail2013-04-116-45/+97
* evas: remove useless initialization.Cedric Bail2013-04-111-1/+1
* eo: let's cache this value.Cedric Bail2013-04-111-4/+6
* eina: make eina_mempool_alignof a little bit faster.Cedric Bail2013-04-114-23/+70
* eina: little speed improvement by reducing chance to call function.Cedric Bail2013-04-111-3/+5
* evas: reduce unecessary write.Cedric Bail2013-04-111-0/+12