summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2013-12-02ecore ecore_x_e: check 0 and -1 for ecore_x_window_prop_card32_get() return ↵Daniel Juyung Seo1-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.
2013-12-02ChangeLog: added 1.8 release entry.Daniel Juyung Seo1-0/+4
2013-11-28evas/line - fix the line position set problem.ChunEon Park1-0/+5
If the line goes to the 0, 0 then it won't be updated. Now it's fixed.
2013-11-27Revert "Revert "evas: allow fuzziness on the texture format returned by GL.""Cedric Bail1-0/+4
This reverts commit 87385b05c3117aa8d46fd4029bfdeadf3444a7b9 that is necessary for desktop target.
2013-11-26Revert "evas: allow fuzziness on the texture format returned by GL."Rafael Antognolli1-4/+0
This reverts commit 2b5b3438e82a9a1bb4086864660942d3c1ddc113. Breaks gl engines when using GLES + EGL.
2013-11-26evas - fix the memory corruption introduced by evas fonts_zeroChunEon Park1-0/+4
2013-11-26ChangeLog: fixed formatting of Cedric's last changelog.Daniel Juyung Seo1-1/+1
2013-11-26Ecore animator: delete animater's internal timer in _end_tick() in all cases.Daniel Juyung Seo1-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.
2013-11-26evas: allow fuzziness on the texture format returned by GL.Cedric Bail1-0/+4
2013-11-25Evas textblock: Fixed wrapping of lines ending with whites.Tom Hacohen1-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.
2013-11-25efl - fixed ugly indentation.ChunEon Park1-170/+204
2013-11-25evas - fix proxy render to update the proxies recursively.ChunEon Park1-0/+5
If a proxy has proxies, all the chained proxies should be updated recursively.
2013-11-21edje - Fix to update map enabled part when edje object is moved.ChunEon Park1-0/+4
2013-11-20edje: fix use of eina_hash_pointer_new to actually look at the right value.Cedric Bail1-0/+1
2013-11-20eina: fix a possible race condition during eina_file_close.Jérémy Zurcher1-0/+4
replay 7e8fb93 without the breakage
2013-11-20Revert "eina: fix a possible race condition during eina_file_close."Jérémy Zurcher1-4/+0
it breaks everything This reverts commit 7e8fb93206ee95945bb757267832537c13ab4287.
2013-11-20eina: fix a possible race condition during eina_file_close.Cedric Bail1-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.
2013-11-19Evas textblock: Fixed order of tags inserted with markup_app/prepend.Tom Hacohen1-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.
2013-11-08[edje_entry] Add null checking for name of anchor and item.Youngbok Shin1-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
2013-11-04eet: Adding EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC to add a basic type to a ↵Christophe Sadoine1-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>
2013-11-01ChangeLog: let's try to be more informative in our commit.Cedric Bail1-8/+9
Would be good that everyone specify on which part there change did apply. Some are really not obvious.
2013-11-01Evas: Fixed textblock rendering to properly set render operation on context.Youngbok Shin1-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>
2013-10-24EvasGL: Fixed direct rendering not clipping issueSung W. Park1-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.
2013-10-18evas: Fixed the textblock format to be drawn according to the glyph's ↵Youngbok Shin1-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
2013-10-15evas/map - Fixed the map surface to be updated properly.ChunEon Park1-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.
2013-10-15Edje - Fixed memory leak in the edje map color transition.ChunEon Park1-0/+4
Some cases, It doesn't free the interpolated colors. Now it has guaranteed to free them always.
2013-10-11Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool.""Stefan Schmidt1-1/+2
Revert now that it is fixed in eina. This reverts commit 875e7cf74de68d05f6fd28d26ad8bddab7782316.
2013-10-11Revert "Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool."""Stefan Schmidt1-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.
2013-10-11Revert "Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool.""Stefan Schmidt1-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.
2013-10-11Revert "eina: use Eina_Spinlock for Eina_Chained_Mempool."Stefan Schmidt1-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.
2013-10-11eina - and e3fl in general - stop using eina_error_get/set - useless reallyCarsten Haitzler (Rasterman)1-0/+7
2013-10-11ecore: Use Eina_Spinlock for Ecore_Thread.Cedric Bail1-0/+1
2013-10-11evas: Use Eina_Spinlock for Evas_Scalecache, Evas_Async_Events and Image_Entry.Cedric Bail1-0/+1
2013-10-11eina: use Eina_Spinlock for Eina_Chained_Mempool.Cedric Bail1-1/+2
2013-10-11eet: use Eina_Spinlock instead of Eina_Lock for Eet_Dictionary.Cedric Bail1-2/+2
2013-10-11eina: use Eina_Spinlock in Eina_Stringshare instead of Eina_Lock.Cedric Bail1-1/+2
2013-10-11eina: use Eina_Spinlock for Eina_Log.Cedric Bail1-1/+2
2013-10-11eina: add Eina_Spinlock API.Cedric Bail1-0/+4
2013-10-10ecore-con: make curl support entirely runtime loaded via eina_moduleCarsten Haitzler (Rasterman)1-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).
2013-10-09emotion: add two events to trigger when a webcam is plugged or unpluggedMichaël Bouchaud (yoz)1-0/+4
2013-10-04eina/eina_file - fix eina_file_map_lines() to not drop of one character in ↵ChunEon Park1-0/+4
the last line.
2013-10-02eina: update the ChangeLog and NEWS.Cedric Bail1-0/+4
2013-10-02Evas Textblock: Use font underline properties.Tom Hacohen1-0/+5
This change causes textblock to use the font properties when drawing underline.
2013-10-01evas: add JPEG 2000 loader.Vincent Torri1-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.
2013-09-25Revert "eina: add functions to alloc strings from a printf fmt"Lucas De Marchi1-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.
2013-09-25Evas font: Fixed evas_font_path_* functions to apply to fontconfig.Tom Hacohen1-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.
2013-09-25Evas font: Use our own custom fontconfig config.Tom Hacohen1-0/+5
This will make sure people that change the default config don't affect us.
2013-09-24eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED().Christophe Sadoine1-0/+4
2013-09-24efl: add Jorge change to ChangeLog and NEWS.Cedric Bail1-0/+6
2013-09-12fix date of ChangelogJihoon Kim1-1/+1