diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-01-30 09:30:46 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-01-30 09:30:46 +0000 |
commit | e610df0684064d5d3bb31a9331719a75447ba122 (patch) | |
tree | 367e398efdf0115e27cdad840e0f9509277b7eca /ChangeLog | |
parent | 05b4f0a4a5d6c7aeacc419afedd7f0c97f143318 (diff) | |
download | efl-e610df0684064d5d3bb31a9331719a75447ba122.tar.gz efl-e610df0684064d5d3bb31a9331719a75447ba122.tar.xz efl-e610df0684064d5d3bb31a9331719a75447ba122.zip |
efl ChangeLog: fixed formatting season2. keep the sequence. we prepend for efl changelog not append.
SVN revision: 83463
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 22 insertions, 20 deletions
@@ -3,6 +3,20 @@ * Fix cache miss bug when edje cache hash is null, but cache list may have entries. +2013-01-29 Sumanth Krishna Mannam <sumanth.m@samsung.com> + + * Prevent a crash even if an invalid object is swallowed into an + edje object. + +2013-01-28 Rafael Antognolli <antognolli@gmail.com> + + * Ecore_Evas wayland-egl only renders now if last frame has + been presented. + +2013-01-28 Daniel Willmann <d.willmann@samsung.com> + + * Use ecore_audio in edje-multisense + 2013-01-25 Jihoon Kim (jihoon) * edje entry : Remove ecore_imf_context_reset, cursor update in mouse move event because it's useless. @@ -17,6 +31,10 @@ * Don't over align data if they are already aligned. +2013-01-22 Daniel Willmann <d.willmann@samsung.com> + + * Fix evas gif loader to return the correct frame duration + 2013-01-22 Mike Blumenkrantz * rebase dns.c against upstream @@ -53,6 +71,10 @@ * Fixed pixman image wrapping to handle allocated size instead of image size (unless allocated is 0/wrong). +2013-01-15 ChunEon Park (Hermet) <hermet@hermet.pe.kr> + + * Fix SIGFPE in evas map update if image size is 0. + 2013-01-15 Paulo Alcantara (pcacjr) * Evas engines: Introduce multi_font_draw() function @@ -373,24 +395,4 @@ * Fix EINA_INLIST_FOREACH_SAFE macro to work when inlist is not the first item in the struct. -2013-01-15 ChunEon Park (Hermet) <hermet@hermet.pe.kr> - - * Fix SIGFPE in evas map update if image size is 0. - -2013-01-22 Daniel Willmann <d.willmann@samsung.com> - * Fix evas gif loader to return the correct frame duration - -2013-01-28 Daniel Willmann <d.willmann@samsung.com> - - * Use ecore_audio in edje-multisense - -2013-01-28 Rafael Antognolli <antognolli@gmail.com> - - * Ecore_Evas wayland-egl only renders now if last frame has - been presented. - -2013-01-29 Sumanth Krishna Mannam <sumanth.m@samsung.com> - - * Prevent a crash even if an invalid object is swallowed into an - edje object. |