summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog: Put notice at the top for efl.Stefan Schmidt2014-03-111-6/+6
| | | | | | | | | For reasons that are beyond me we have a different order for the ChangeLog in EFL compared to the other repos. But its gone now anyway no need to feel bad about it. +1 karma for TAsn to point it out -1 karma for TAsn to force his name into commit messages.
* ChangeLog: Add forgetten out of date noticeStefan Schmidt2014-03-111-0/+6
| | | | | I only added it to some of our repos but not all. Adding it now to make it clear for people that this file is now longer updated
* not using changelog during dev now - remove entires since 1.8Carsten Haitzler (Rasterman)2014-02-091-17/+0
|
* ecore_evas: added window manager rotation to manage the rotation of windows ↵Gwanglim Lee2014-02-091-0/+13
| | | | | | | | | | | | | | by the WM. Summary: The window manager rotation allows the WM to controls the rotation of application windows. It is designed to support synchronized rotation for the multiple application windows at same time. Reviewers: raster, seoz, cedric, Hermet Reviewed By: raster CC: cedric Differential Revision: https://phab.enlightenment.org/D529
* ecore ecore_x_e: check 0 and -1 for ecore_x_window_prop_card32_get() return ↵Daniel Juyung Seo2013-12-021-0/+4
| | | | | | | | value which mean fail. - ecore_x_window_prop_card32_get() returns: -1 if the property was not successfully fetched. 0 if the property exists but has no elements.
* ChangeLog: added 1.8 release entry.Daniel Juyung Seo2013-12-021-0/+4
|
* evas/line - fix the line position set problem.ChunEon Park2013-11-281-0/+5
| | | | If the line goes to the 0, 0 then it won't be updated. Now it's fixed.
* Revert "Revert "evas: allow fuzziness on the texture format returned by GL.""Cedric Bail2013-11-271-0/+4
| | | | This reverts commit 87385b05c3117aa8d46fd4029bfdeadf3444a7b9 that is necessary for desktop target.
* Revert "evas: allow fuzziness on the texture format returned by GL."Rafael Antognolli2013-11-261-4/+0
| | | | | | This reverts commit 2b5b3438e82a9a1bb4086864660942d3c1ddc113. Breaks gl engines when using GLES + EGL.
* evas - fix the memory corruption introduced by evas fonts_zeroChunEon Park2013-11-261-0/+4
|
* ChangeLog: fixed formatting of Cedric's last changelog.Daniel Juyung Seo2013-11-261-1/+1
|
* Ecore animator: delete animater's internal timer in _end_tick() in all cases.Daniel Juyung Seo2013-11-261-0/+5
| | | | | | | When the ecore_animator_source_set() is called with different sources repeatedly, sometimes internal timer is not deleted and this leads animator misbehavior. Especially when the source is changed from ECORE_ANIMATOR_SOURCE_TIMER to ECORE_ANIMATOR_SOURCE_CUSTOM before the SOURCE_TIMER's internal timer is deleted, this problem occurs. In this case, even though _end_tick() is called in ecore_animator_source_set(), the SOURCE_TIMER's timer is not deleted because the source is already changed to CUSTOM. So we should delete the internal timer in _end_tick() in all cases.
* evas: allow fuzziness on the texture format returned by GL.Cedric Bail2013-11-261-0/+4
|
* Evas textblock: Fixed wrapping of lines ending with whites.Tom Hacohen2013-11-251-0/+4
| | | | | | | Whites at the end of lines ending with whites should not be cut, but should be wrapped (there's no legal line break there). Thanks to Shilpa Singh for reporting.
* efl - fixed ugly indentation.ChunEon Park2013-11-251-170/+204
|
* evas - fix proxy render to update the proxies recursively.ChunEon Park2013-11-251-0/+5
| | | | If a proxy has proxies, all the chained proxies should be updated recursively.
* edje - Fix to update map enabled part when edje object is moved.ChunEon Park2013-11-211-0/+4
|
* edje: fix use of eina_hash_pointer_new to actually look at the right value.Cedric Bail2013-11-201-0/+1
|
* eina: fix a possible race condition during eina_file_close.Jérémy Zurcher2013-11-201-0/+4
| | | | replay 7e8fb93 without the breakage
* Revert "eina: fix a possible race condition during eina_file_close."Jérémy Zurcher2013-11-201-4/+0
| | | | | | it breaks everything This reverts commit 7e8fb93206ee95945bb757267832537c13ab4287.
* eina: fix a possible race condition during eina_file_close.Cedric Bail2013-11-201-0/+4
| | | | | | | | | The lock on the main hash was taken to late (after we took the decision to remove the targeted Eina_File from the cache), this means it was possible to get an Eina_File from the cache that was going to be removed. This patch attempt to fix that potential race condition. Hopefully should fix T461.
* Evas textblock: Fixed order of tags inserted with markup_app/prepend.Tom Hacohen2013-11-191-0/+4
| | | | | | | | The order was messed up when inserting a few formats in the markup_append/prepend functions without any characters between them. For example, inserting "<b><i>" would result in "<i><b>" being inserted. Thanks to YoungBok Shin for reporting this.
* [edje_entry] Add null checking for name of anchor and item.Youngbok Shin2013-11-081-0/+4
| | | | | | | | | | | | | | | | | | Summary: Even if the anchor name is null, it will be appended to "anchors". There are many null checking for name of anchor. So it should be checked in geometry_get functions. Test Plan: Test with text "<a href =abc>We can't find name in this case</a>". This text makes break the application. Because of a space between "href" and "=". The name of anchor will be saved as null in "anchors". Reviewers: woohyun, tasn, cedric CC: cedric, raster Differential Revision: https://phab.enlightenment.org/D318
* eet: Adding EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC to add a basic type to a ↵Christophe Sadoine2013-11-041-0/+4
| | | | | | | | | | | | | | | union. I added EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC because I need basic types in unions, and EET_DATA_DESCRIPTOR_ADD_MAPPING is only for structs. I also modified the example with a float and a string. Reviewers: cedric Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D313 Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
* ChangeLog: let's try to be more informative in our commit.Cedric Bail2013-11-011-8/+9
| | | | | Would be good that everyone specify on which part there change did apply. Some are really not obvious.
* Evas: Fixed textblock rendering to properly set render operation on context.Youngbok Shin2013-11-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | Render operation are not well tested. It appears that it was never properly setted on a textblock, this would lead to see it rendered with the render operation of another object. Test Plan: Add some rectangle object with textblock object. The textblock style should be set to "backing=on backing_color=#ffffffff". Set render operation to some rectangle with "evas_object_render_op_set(rect, EVAS_RENDER_COPY)". Check the textblock. Reviewers: woohyun, cedric, raster Reviewed By: cedric CC: cedric Differential Revision: https://phab.enlightenment.org/D277 Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
* EvasGL: Fixed direct rendering not clipping issueSung W. Park2013-10-241-0/+3
| | | | | | | | | | | | | | Evas GL direct rendering mode didn't properly take into account the image object's clipping information and clip the region that it was directly rendering to. Hence there were issues with the direct rendering region drawing over the objects that are sitting on top of it. Also, cleaned up the direct rendering coordinate computation code and a nasty dependency with image object that should have been removed a long time ago. Basically the evas-gl engine was directly accessing the image object data structure for its data when it really should have just passed along necessary information.
* evas: Fixed the textblock format to be drawn according to the glyph's ↵Youngbok Shin2013-10-181-0/+5
| | | | | | | | | | | | | | | | | | | | | horizontal advance width. Summary: Some characters have different two value on glyph's width and horizontal advance width. If the glyph's width is smaller than advance width, format can be drawn weird. Test Plan: Set underline:on to the entry style and just insert the following characters. 。 、 ) ( Reviewers: tasn, woohyun CC: cedric Differential Revision: https://phab.enlightenment.org/D270
* evas/map - Fixed the map surface to be updated properly.ChunEon Park2013-10-151-0/+7
| | | | | By tranversing the whole of the map target's tree, it decides to update the map surface to be redrawn if one of the objects is changed except the clipper itself.
* Edje - Fixed memory leak in the edje map color transition.ChunEon Park2013-10-151-0/+4
| | | | | Some cases, It doesn't free the interpolated colors. Now it has guaranteed to free them always.
* Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool.""Stefan Schmidt2013-10-111-1/+2
| | | | | | Revert now that it is fixed in eina. This reverts commit 875e7cf74de68d05f6fd28d26ad8bddab7782316.
* Revert "Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool."""Stefan Schmidt2013-10-111-2/+1
| | | | | | | | | Is there a title for the commiter with the longest revert of a revert list? I screwed this one up. Had other local changes that sneaked in. Resetting and doing it right now. This reverts commit ee155b771ddb8f063105f013c652b65f2ff663c1.
* Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool.""Stefan Schmidt2013-10-111-1/+2
| | | | | | | You can bet on reverting makes people speed up the process in fixing it. Revert the revert here now that Cedric fixed it in eina. This reverts commit 875e7cf74de68d05f6fd28d26ad8bddab7782316.
* Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool."Stefan Schmidt2013-10-111-2/+1
| | | | | | | | This patch brings in constant E crash for me. It seems to be timing related which somehow leads to a mem corruption. Revert it for now to allow people using E while Cedric looks into it. This reverts commit 12d34309c7c6e3f3041ee576afe93f9ca335059e.
* eina - and e3fl in general - stop using eina_error_get/set - useless reallyCarsten Haitzler (Rasterman)2013-10-111-0/+7
|
* ecore: Use Eina_Spinlock for Ecore_Thread.Cedric Bail2013-10-111-0/+1
|
* evas: Use Eina_Spinlock for Evas_Scalecache, Evas_Async_Events and Image_Entry.Cedric Bail2013-10-111-0/+1
|
* eina: use Eina_Spinlock for Eina_Chained_Mempool.Cedric Bail2013-10-111-1/+2
|
* eet: use Eina_Spinlock instead of Eina_Lock for Eet_Dictionary.Cedric Bail2013-10-111-2/+2
|
* eina: use Eina_Spinlock in Eina_Stringshare instead of Eina_Lock.Cedric Bail2013-10-111-1/+2
|
* eina: use Eina_Spinlock for Eina_Log.Cedric Bail2013-10-111-1/+2
|
* eina: add Eina_Spinlock API.Cedric Bail2013-10-111-0/+4
|
* ecore-con: make curl support entirely runtime loaded via eina_moduleCarsten Haitzler (Rasterman)2013-10-101-0/+5
| | | | | | | | | | | this makes curl support a pure runtime-only thing. libcurl is loaded by eina_module (dlopen/dlsym) when curl is actually first needed (when a url connection/object is created). this means that ecore-con has no link or compile dependencies on curl, only runtime, AND this saves memory (due to curl inits using apparently a chunk of private pages). so this saves memory and moves the dependency to runtime (though still consider libcurl a dependency of efl - but like a binary executed, it's at runtime).
* emotion: add two events to trigger when a webcam is plugged or unpluggedMichaël Bouchaud (yoz)2013-10-091-0/+4
|
* eina/eina_file - fix eina_file_map_lines() to not drop of one character in ↵ChunEon Park2013-10-041-0/+4
| | | | the last line.
* eina: update the ChangeLog and NEWS.Cedric Bail2013-10-021-0/+4
|
* Evas Textblock: Use font underline properties.Tom Hacohen2013-10-021-0/+5
| | | | | This change causes textblock to use the font properties when drawing underline.
* evas: add JPEG 2000 loader.Vincent Torri2013-10-011-0/+4
| | | | | | | This add finally support for JPEG 2000, but be aware that libopenjpeg is very badly managed. There is currently only version 1.5.x that does provide the right files, is usable by a third party and portable. You can seriously forget any other version.
* Revert "eina: add functions to alloc strings from a printf fmt"Lucas De Marchi2013-09-251-1/+0
| | | | | | | | | | This reverts commit b5fce696c743c50ea0a049c4f879756b5ed231d4 and fixes to NEWS and @since that came later. These functions are pretty trivial and their functionality can be obtained with asprintf() and snprintf. The first is not available only on windows, but there's an implementation for that one on Evil, that should be used instead.
* Evas font: Fixed evas_font_path_* functions to apply to fontconfig.Tom Hacohen2013-09-251-0/+4
| | | | | | Until now those were only used for custom fonts, and not for fontconfig searches. With this commit, fontconfig will also start looking in those dirs.