Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printfs for legaturesdevs/yakov/textblock_test_fix | Yakov Goldberg | 2013-04-14 | 1 | -0/+5 |
| | | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com> | ||||
* | Evas textblock: fix tests, disabled in 0d68ffbe | Yakov Goldberg | 2013-04-14 | 1 | -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 Park | 2013-04-14 | 3 | -6/+15 |
| | |||||
* | fix calling edje api on objects that may not be edje objects... | Carsten Haitzler (Rasterman) | 2013-04-14 | 1 | -8/+10 |
| | |||||
* | evas/image - actually, no need to check both. one is enough. | ChunEon Park | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | evas/image - don't update evas render area by a clipper if the image object ↵ | ChunEon Park | 2013-04-14 | 3 | -1/+8 |
| | | | | visible is changed. | ||||
* | Work around new intel Mesa/xorg bug where alpha | Carsten Haitzler (Rasterman) | 2013-04-14 | 39 | -8/+807 |
| | | | | | channel in NON-ARGB windows is not filled in with 0xff even if all the code does things right. | ||||
* | evas - fix identation | ChunEon Park | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | evas - Don't be crashed even if the map image size is 0. | ChunEon Park | 2013-04-13 | 3 | -2/+7 |
| | |||||
* | ecore_imf: Add ecore_imf_context_input_panel_event_callback_call, clear API | Jihoon Kim | 2013-04-13 | 5 | -6/+119 |
| | |||||
* | ecore_imf: Add ecore_imf_input_panel_hide() API | Jihoon Kim | 2013-04-13 | 5 | -1/+39 |
| | |||||
* | ecore_imf/scim: remove unused function declaration | Jihoon Kim | 2013-04-13 | 1 | -1/+0 |
| | |||||
* | Eo: Fixed an error in in _eo_callback_remove and a few minor things. | Tom Hacohen | 2013-04-12 | 2 | -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 Schmidt | 2013-04-12 | 3 | -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 Hacohen | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | Eo: Moved the debug info functions to the base class code. | Tom Hacohen | 2013-04-12 | 2 | -91/+92 |
| | |||||
* | Eo array: Add more testing. | Tom Hacohen | 2013-04-12 | 1 | -0/+11 |
| | |||||
* | Add subclasses for evas device api (new in 1.8) and document the evas | Carsten Haitzler (Rasterman) | 2013-04-12 | 3 | -2/+225 |
| | | | | device api... :) | ||||
* | Eo: Added eo_event_callback_array_* functions. | Tom Hacohen | 2013-04-12 | 6 | -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 Schmidt | 2013-04-12 | 4 | -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 overflow | Daniel Willmann | 2013-04-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Willmann <d.willmann@samsung.com> | ||||
* | [Evas] Updated eglMap/UnmapImageSEC extension definition | Sung W. Park | 2013-04-12 | 6 | -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. Park | 2013-04-12 | 1 | -4/+4 |
| | |||||
* | evas: remove warning, no need for double (). | Cedric Bail | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | edje: silence warning by doing explicit conversion. | Cedric Bail | 2013-04-12 | 1 | -1/+11 |
| | |||||
* | ecore: reduce risk of rounding error. | Cedric Bail | 2013-04-12 | 1 | -3/+3 |
| | |||||
* | ecore: add tests for ecore_poll module. | Valerii Kanunik | 2013-04-12 | 1 | -0/+136 |
| | | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com> | ||||
* | evas - removed unused | ChunEon Park | 2013-04-12 | 2 | -15/+0 |
| | |||||
* | ecore: add tests for Ecore_Evas. | Dmytro Kaidalov | 2013-04-12 | 4 | -3/+51 |
| | | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com> | ||||
* | ecore: add ecore timer test. | Vitaliy Venzak | 2013-04-12 | 4 | -0/+182 |
| | | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com> | ||||
* | ecore: Added tests for ecore_app_args procedures. | Valerii Kanunik | 2013-04-12 | 1 | -0/+29 |
| | | | | Signed-off-by: Cedric Bail <cedric.bail@samsung.com> | ||||
* | Eo base: Reduce object memory footprint. | Tom Hacohen | 2013-04-11 | 1 | -2/+2 |
| | |||||
* | Evas textblock: Revert commit 3832ec5 | Yakov Goldberg | 2013-04-11 | 1 | -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 Schmidt | 2013-04-11 | 3 | -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 tests | Yakov Goldberg | 2013-04-11 | 1 | -55/+52 |
| | | | | | | | Re-enabling tests, disabled in commit: 84fa062d6e958d4a8fd547c96ef571eab6106e4a Signed-off-by: Yakov Goldberg <yakov.g@samsung.com> | ||||
* | Evas text: fixing test | Yakov Goldberg | 2013-04-11 | 1 | -0/+4 |
| | | | | | | Adding conditional dependence on freebidi Signed-off-by: Yakov Goldberg <yakov.g@samsung.com> | ||||
* | Eo callbacks: Improve memory footprint of callbacks. | Tom Hacohen | 2013-04-11 | 1 | -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 Schmidt | 2013-04-11 | 3 | -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 partial | Carsten Haitzler (Rasterman) | 2013-04-11 | 3 | -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 Schmidt | 2013-04-11 | 1 | -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 Schmidt | 2013-04-11 | 1 | -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 Bail | 2013-04-11 | 1 | -49/+58 |
| | |||||
* | evas: use a hash for the image scale cache. | Cedric Bail | 2013-04-11 | 2 | -37/+105 |
| | |||||
* | evas: don't call eo_data_get when it is really not necessary. | Cedric Bail | 2013-04-11 | 1 | -10/+8 |
| | |||||
* | evas: use eo_data_get less. Use clipees_has if you want to know the number ↵ | Cedric Bail | 2013-04-11 | 6 | -45/+97 |
| | | | | of child now. | ||||
* | evas: remove useless initialization. | Cedric Bail | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | eo: let's cache this value. | Cedric Bail | 2013-04-11 | 1 | -4/+6 |
| | |||||
* | eina: make eina_mempool_alignof a little bit faster. | Cedric Bail | 2013-04-11 | 4 | -23/+70 |
| | |||||
* | eina: little speed improvement by reducing chance to call function. | Cedric Bail | 2013-04-11 | 1 | -3/+5 |
| | |||||
* | evas: reduce unecessary write. | Cedric Bail | 2013-04-11 | 1 | -0/+12 |
| |