Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-20 | Oops, and document this Lua change. | David Walter Seikel | |
2013-08-15 | Sorry Jihoon, I have to revert this (for now). It completely breaks | Chris Michael | |
building of EFL :( I think perhaps you forgot to push the ecore_imf code that goes with this ?? Revert "Edje: add edje_object_part_text_input_panel_show_on_demand_set/get()" This reverts commit 4b5ed04559aa1a782a96f945b725b452c05e4d60. | |||
2013-08-14 | Edje: add edje_object_part_text_input_panel_show_on_demand_set/get() | Jihoon Kim | |
2013-08-13 | Add ecore_imf_context_input_panel_on_demand_set/get API | Jihoon Kim | |
2013-08-09 | edje: add edje_file_mmap_set. | Cedric Bail | |
This reduce the number of system call to stat especially when using GROUP and reduce the risk of a race condition when using GROUP. | |||
2013-08-08 | Evas textblock: Make the ellipsis format the same as the surrounding. | Tom Hacohen | |
This fix is based on a solution by WooHyun Jung. | |||
2013-08-07 | Updated changelog/news with the max ascent/descent fixes. | Tom Hacohen | |
Commit: 6583b83c7304dcc1cb3f6c869ba1a391770b677c. | |||
2013-08-02 | Add neon for upscaling and map routines in evas. | Yury Usischev | |
2013-08-02 | evas: change mapping policy to be less agressive into loading file in memory. | Cedric Bail | |
Should fix T271. | |||
2013-08-01 | edje: improve loading time of Edje_Object with Evas_Object_Textblock and ↵ | Cedric Bail | |
multiple styles. This bring you a 10% speedup to the first frame of Elementary_Test. | |||
2013-08-01 | emotion: fix backend order. | Cedric Bail | |
2013-07-31 | eina: add eina_file_refresh(). | Cedric Bail | |
2013-07-31 | evas: use eina_file_virtualize() in evas_object_memfile_set(). | Cedric Bail | |
NOTE: I am tempted to mark evas_object_memfile_set() as deprecated due to the forced memcpy it introduced and the fact that it is now a 3 lines of code to do the same in a more efficient way. | |||
2013-07-31 | eina: add support for in memory only Eina_File. | Cedric Bail | |
2013-07-25 | evas - skip the map rendering if all points are transparent. | ChunEon Park | |
2013-07-24 | ecore-evas-x no longer uses X windows after receiving a destroy event | Mike Blumenkrantz | |
2013-07-23 | evas - fix long standing c "fallback" code "simd" (2 register) multiply | Yury Usischev | |
2013-07-23 | * Evas: fix infinite loop if app use ecore evas image | Jiyoun Park | |
app have to call update add function after object data set | |||
2013-07-19 | edje: Add missing ChangeLog and NEWS of signal callbacks fixes | José Roberto de Souza | |
2013-07-19 | edje: add threshold to draggable part. | Cedric Bail | |
2013-07-18 | edje: improve accuracy of math logic in part positioning. | Cedric Bail | |
2013-07-18 | add ECORE_X_SYNC env variable for xlib backend | Mike Blumenkrantz | |
2013-07-18 | delete e pixmap atom based on atom pixmap atom, not pixmap | Mike Blumenkrantz | |
2013-07-17 | This patch is a port of commit 4b885b9b24de9e188c861422d7d2738b49359d22. | Guillaume Friloux | |
It fixes ecore_con_server_timeout_set(). | |||
2013-07-17 | add ECORE_X_ATOM_XDND_DIRECTSAVE0 | Mike Blumenkrantz | |
2013-07-17 | print ecore-x xlib errors when they occur | Mike Blumenkrantz | |
2013-07-15 | clamp size to ximage size for ecore_x_image_get to prevent BadMatch errors | Mike Blumenkrantz | |
2013-07-15 | eet: add support for EET_T_VALUE. | Cedric Bail | |
Add the moment, it only support simple type. Need iterator for more complex type. It also expect a pointer to an Eina_Value and not directly an Eina_Value, let me know if you prefer the opposite and maybe I should rename it EET_T_PVALUE. | |||
2013-07-11 | eina: update ChangeLog and NEWS. | Cedric Bail | |
2013-07-08 | +eina_tiler_area_size_get | Mike Blumenkrantz | |
also fix docs for eina_tiler_area_size_set | |||
2013-07-06 | eina: add eina_file_map_populate() | Carsten Haitzler (Rasterman) | |
2013-07-04 | eina: improve Eina_Tiler to be in par with Evas_Tilebuf. | Cedric Bail | |
2013-07-03 | [ecore_x] add accessibility support - enable, disable | Shinwoo Kim | |
2013-07-02 | evas - updated missed CNN | ChunEon Park | |
2013-07-02 | efl: cleanup NEWS. | Cedric Bail | |
2013-07-02 | eet: force thread to always run during eet_cache_concurrency test. | Cedric Bail | |
2013-07-01 | Evas textblock: Fixed format parsing to not be confused by single-quotes. | Tom Hacohen | |
Before this commit, having a single quote anywhere in the format would mess up all of the format parsing. Thanks to MinSu Seo for reporting. | |||
2013-06-29 | * Evas: Fix jpeg loader cannot deal with exif information correctly | Jiyoun Park | |
2013-06-26 | evas_convert_colorspace: Be nice and actually return the converted data | Daniel Willmann | |
Fixes a memory leaks in evas_common_convert_yuv_42* and actually makes these functions more useful. It's a win-win. Signed-off-by: Daniel Willmann <d.willmann@samsung.com> | |||
2013-06-25 | Evas textblock: Fixed issue with textblocks without fonts segfaulting. | Tom Hacohen | |
Fixes T184 (which is a regression). | |||
2013-06-25 | evil: add strsep function. | Christophe Sadoine | |
Signed-off-by: Cedric Bail <cedric.bail@samsung.com> | |||
2013-06-25 | evil: added evil_rename() a wrapper around rename(). | Christophe Sadoine | |
Signed-off-by: Cedric Bail <cedric.bail@samsung.com> | |||
2013-06-24 | evas: add support for asynchronously uploading GL texture. | Cedric Bail | |
NOTE: when using Evas_Object image preload infrastructure the GL texture upload was uploaded from the main loop during the rendering stage. This could lead to some frame drop during fast animation due to the time needed to upload that texture. This patch fix this problem by uploading a small texture quickly (16x16) and waiting for going back to the main loop to be able to use the same GL context from another thread to do the texture upload asynchronously without blocking the main loop. | |||
2013-06-22 | [Edje_Entry] Move cursor to correct position when selection handlers are ↵ | Thiep Ha | |
pressed. + Main cursor should be moved to selection start or selection end cursor's position when selection handlers are pressed. + Fix my mistake in signal emit for end handler mouse down event. Conflicts: ChangeLog NEWS | |||
2013-06-20 | evas: fast path for map with same color on all corner. | Cedric Bail | |
2013-06-18 | evas: reduce memory footprint taken by Evas_Object_Table callbacks setup. | Cedric Bail | |
This reduce by 50K elemines memory use on 32bits system. | |||
2013-06-18 | evas: reduce memory usage by using Eo array of callbacks. | Cedric Bail | |
Reduce usage by 100K on my test on Elementary test, likely better with 64bits system. | |||
2013-06-17 | Evas: add partial rendering support for evasgl direct rendering | Sung W. Park | |
Evas_GL Direct rendering is an optimization path that renders directly to the window if conditions are met. Because evas gl backend used to re-render the entire screen, evas_gl direct rendering didin't have to concern with partial region rendering. Now that partial rendering/swapping has been applied to evas gl- backend, evas_gl direct rendering also had to take into account clip regions. in order to properly apply it, some adjustments were made to the engine functions and etc. | |||
2013-06-17 | edje: reduce memory footprint of edje callbacks. | Cedric Bail | |
Divide by two the amount of memory used by callbacks in elementary_test. | |||
2013-06-13 | Evas: Fix bs if app call image object update add after call api like | Jiyoun Park | |
fileset. |