- 11 Mar, 2014 2 commits
-
-
Stefan Schmidt authored
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.
-
Stefan Schmidt authored
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
-
- 09 Feb, 2014 2 commits
-
-
Carsten Haitzler (Rasterman) authored
-
Gwanglim Lee authored
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
-
- 02 Dec, 2013 2 commits
-
-
Daniel Juyung Seo authored
- ecore_x_window_prop_card32_get() returns: -1 if the property was not successfully fetched. 0 if the property exists but has no elements.
-
Daniel Juyung Seo authored
-
- 28 Nov, 2013 1 commit
-
-
ChunEon Park authored
If the line goes to the 0, 0 then it won't be updated. Now it's fixed.
-
- 27 Nov, 2013 1 commit
-
-
Cedric Bail authored
This reverts commit 87385b05 that is necessary for desktop target.
-
- 26 Nov, 2013 5 commits
-
-
Rafael Antognolli authored
This reverts commit 2b5b3438. Breaks gl engines when using GLES + EGL.
-
ChunEon Park authored
-
Daniel Juyung Seo authored
-
Daniel Juyung Seo authored
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.
-
Cedric Bail authored
-
- 25 Nov, 2013 3 commits
-
-
Tom Hacohen authored
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.
-
ChunEon Park authored
-
ChunEon Park authored
If a proxy has proxies, all the chained proxies should be updated recursively.
-
- 21 Nov, 2013 1 commit
-
-
ChunEon Park authored
-
- 20 Nov, 2013 4 commits
-
-
Cedric Bail authored
-
Jérémy Zurcher authored
replay 7e8fb932 without the breakage
-
Jérémy Zurcher authored
it breaks everything This reverts commit 7e8fb932.
-
Cedric Bail authored
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.
-
- 19 Nov, 2013 1 commit
-
-
Tom Hacohen authored
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.
-
- 08 Nov, 2013 1 commit
-
-
Youngbok Shin authored
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
-
- 04 Nov, 2013 1 commit
-
-
Christophe Sadoine authored
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/D313Signed-off-by:
Cedric Bail <cedric.bail@samsung.com>
-
- 01 Nov, 2013 2 commits
-
-
Cedric Bail authored
Would be good that everyone specify on which part there change did apply. Some are really not obvious.
-
Youngbok Shin authored
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/D277Signed-off-by:
Cedric Bail <cedric.bail@samsung.com>
-
- 24 Oct, 2013 1 commit
-
-
Sung W. Park authored
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.
-
- 18 Oct, 2013 1 commit
-
-
Youngbok Shin authored
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
-
- 15 Oct, 2013 2 commits
-
-
ChunEon Park authored
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.
-
ChunEon Park authored
Some cases, It doesn't free the interpolated colors. Now it has guaranteed to free them always.
-
- 11 Oct, 2013 10 commits
-
-
Stefan Schmidt authored
Revert now that it is fixed in eina. This reverts commit 875e7cf7.
-
Stefan Schmidt authored
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 ee155b77.
-
Stefan Schmidt authored
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 875e7cf7.
-
Stefan Schmidt authored
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 12d34309.
-
Carsten Haitzler (Rasterman) authored
-
Cedric Bail authored
-
Cedric Bail authored
-
Cedric Bail authored
-
Cedric Bail authored
-
Cedric Bail authored
-