summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* printfs for legaturesdevs/yakov/textblock_test_fixYakov Goldberg2013-04-141-0/+5
| | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* Evas textblock: fix tests, disabled in 0d68ffbeYakov Goldberg2013-04-141-124/+116
| | | | | | | | - change "fail_if" to "ck_assert_int_*", because it prints error message with values - fixing usage of embedding LTR/RTL codes Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* * 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 ↵ChunEon Park2013-04-143-1/+8
| | | | visible is changed.
* Work around new intel Mesa/xorg bug where alphaCarsten Haitzler (Rasterman)2013-04-1439-8/+807
| | | | | channel in NON-ARGB windows is not filled in with 0xff even if all the code does things right.
* 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
| | | | | The other things are not really issues but more about silencing clang. Thanks to clang-analyzer.
* eeze/sensor: Move eeze_Sernsor_obj_get into private header.Stefan Schmidt2013-04-123-9/+10
| | | | | | | | | | | | | Together with eeze_sensor_module_register/unregister these are the functions that are irrelevant for developer when they just want to use the eeze_sensor API. Still all three need to be marked with EAPI as they are used in the backend modules and due to our visibility hidden usage the module loading would fail if we remove EAPI from them. Moving them into the private header should give an indication that these are not meant for pure API users.
* 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
| | | | device api... :)
* Eo: Added eo_event_callback_array_* functions.Tom Hacohen2013-04-126-20/+231
| | | | | | | | | These functions let you pass an array of callbacks instead of just one. It's more memory efficient to use this if you just add a bulk of events on the same object. This commits breaks ABI, and breaks API of the EO_EV_CALLBACK_ADD/DEL signals (the event info passed).
* eeze/sensor: Make sensor init and shutdown symbols private.Stefan Schmidt2013-04-124-27/+29
| | | | These are called only from eeze_init/shutdown. No need to have them public.
* ecore_timer test: Pre-increment variable to prevent buffer overflowDaniel Willmann2013-04-121-1/+1
| | | | Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* [Evas] Updated eglMap/UnmapImageSEC extension definitionSung W. Park2013-04-126-21/+45
| | | | | | Recently Samsung specific eglMap/UnmapImageSEC has been updated to support new features. The extension definition was updated in evas accordingly.
* [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
| | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
* evas - removed unusedChunEon Park2013-04-122-15/+0
|
* ecore: add tests for Ecore_Evas.Dmytro Kaidalov2013-04-124-3/+51
| | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
* ecore: add ecore timer test.Vitaliy Venzak2013-04-124-0/+182
| | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
* ecore: Added tests for ecore_app_args procedures.Valerii Kanunik2013-04-121-0/+29
| | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
* Eo base: Reduce object memory footprint.Tom Hacohen2013-04-111-2/+2
|
* Evas textblock: Revert commit 3832ec5Yakov Goldberg2013-04-111-51/+59
| | | | | | with additional disabling of unused function Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* Revert "eeze/sensor: Expose less symbols for the initial API."Stefan Schmidt2013-04-113-38/+36
| | | | | | | Sadly not ready yet as jenkins showed me. Need some more work on the eeze_sensor_object_get front. This reverts commit 081d55c51ca204e9f7decb45f5ff1d561a79c9e3.
* Evas textblock: fixing testsYakov Goldberg2013-04-111-55/+52
| | | | | | | Re-enabling tests, disabled in commit: 84fa062d6e958d4a8fd547c96ef571eab6106e4a Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* Evas text: fixing testYakov Goldberg2013-04-111-0/+4
| | | | | | Adding conditional dependence on freebidi Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* Eo callbacks: Improve memory footprint of callbacks.Tom Hacohen2013-04-111-29/+59
| | | | | We don't really need a double-linked-list with a pointer to the last item. This saves us 2 pointers per callback, which is a decent improvement.
* eeze/sensor: Expose less symbols for the initial API.Stefan Schmidt2013-04-113-36/+38
| | | | | Less is more. These symbols are only used in the internal modules and can live in the private header without EAPI.
* this is not a big change - not worth changelog, but allow gl partialCarsten Haitzler (Rasterman)2013-04-113-11/+42
| | | | | updates to be rounded up to specific tile sizes (and make it 16x16 by default).
* eeze/sensor/tizen: Fix bug where we set the wrong sensor type to the object.Stefan Schmidt2013-04-111-1/+70
| | | | | | | | | Eeze sensor and Tizen types can't be in sync as the order have been changed several times in Tizen already. We need to keep the order stable for ABI compliance though after 1.8. While we did the translation in one direction we did not in the other. Fix this bug that shows now.
* eeze/sensor: Use Eeze_Sensor_Type in sensor object.Stefan Schmidt2013-04-111-1/+1
| | | | | | We use the typedef everywhere else. This makes sure we also use it in the struct to avoid any confusion. The API is new for upcoming 1.8 release so no problem in changing it now.
* 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 ↵Cedric Bail2013-04-116-45/+97
| | | | of child now.
* 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
|