summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* cxx: Add license to CXX bindings.Felipe Magno de Almeida2019-10-241-0/+25
| | | | | | | | | | | | | | | | | Summary: Like C#, it will also be Apache 2.0 Depends on D9414 Reviewers: vitor.sousa, woohyun, jpeg, lauromoura Reviewed By: lauromoura Subscribers: jpeg, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9418
* csharp: Add licensing information.Lauro Moura2019-10-241-0/+15
| | | | | | | | | | | | | | | | | | | | | | Summary: C# bindings will be lincensed under Apache Sofware License 2.0. This commit adds the license text to the licenses folder and a copyright notice to the binding files. Fixes T8039 Reviewers: woohyun, felipealmeida, vitor.sousa Reviewed By: felipealmeida Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T8039 Differential Revision: https://phab.enlightenment.org/D9414
* updated AUTHORSHermet Park2018-07-101-0/+5
|
* AUTHORS: use netstar's full name.Al Poole2018-03-221-1/+1
|
* Update my name in more placesAndy Williams2017-11-021-1/+1
|
* update author(hermet) email.Hermet Park2017-10-141-7/+7
|
* eina: fix for escapable charachters not getting escaped if it comes after ↵Prasoon Singh2017-05-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | '\t' or '\n' Summary: Escaping is not happening whenever any escapable characters is coming after '\t' or '\n'. It will also fix invalid read of 1 byte which happens for string where last charachter is '\t' or '\n' like "eina\t". Test Plan: Take a string like "eina\t ". Observe space which is followed by tab is not getting escaped. Signed-off-by: Prasoon Singh <prasoon.16@samsung.com> Reviewers: shilpasingh, rajeshps, govi, cedric Reviewed By: shilpasingh Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4847 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* AUTHORS: Add Sungtaek Hong to the authors fileJeeyong Um2017-04-181-1/+2
|
* updated AUTHORSHermet Park2016-12-061-1/+9
|
* AUTHORS: add myself to the authors fileMarcel Hollerbach2016-09-231-0/+1
|
* eio: fix kevent monitor to not SIGBUS.Al Poole2016-09-071-0/+1
|
* evas: integrate evas generic loaders into our single tree build system.Cedric BAIL2016-06-021-0/+19
|
* emotion: integrate generic legacy vlc support in the build system.Cedric BAIL2016-06-021-0/+21
|
* add work email id into AUTHORSAmitesh Singh2016-05-101-1/+1
|
* elementary: merge AUTHORSCedric BAIL2016-03-281-0/+174
|
* ecore_imf/wayland: Fix IME hide -> show issue in case of focus-out and then ↵Haifeng Deng2016-02-041-0/+1
| | | | | | focus-in Change-Id: I1d3d7023dbd10b78f510380ff3c46087228f9180
* rename an author.Hermet Park2015-12-241-4/+4
|
* eina: add API eina_strftimeShilpa Singh2015-11-091-0/+1
| | | | | | | | | | | | | | | | | | | Summary: Add new API eina_strftime API in eina_str @feature Test Plan: test case and example also updated Reviewers: tasn, cedric Reviewed By: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D3148 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* Revert "eina_tmpstr: add eina_tmpstr_strftime"Tom Hacohen2015-10-021-1/+0
| | | | | | As agreed on the ML, eina_tmpstr_strftime() should be removed. This reverts commit abaf29cb768375957c9ee0b64d36034c21c618ea.
* eina_tmpstr: add eina_tmpstr_strftimeShilpa Singh2015-09-211-0/+1
| | | | | | | | | | | | | | | | | | | | Summary: @feature Test Plan: eina_tmpstr_strftime API can be used to create a temporary string which is updated with strftime output eina_tmpstr_steal can be used to get actual string set in eina_tmpstr Reviewers: cedric Subscribers: rajeshps, cedric, govi Differential Revision: https://phab.enlightenment.org/D3048 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* Evas textblock: Add underline height supportSubodh Kumar2015-05-271-0/+1
| | | | | | | | | | | | | | | | | | | Summary: For showing text error like spell error thick underline is used hence added the underline height support. @feature Test Plan: test case added in evas textblock test. Reviewers: raster, shilpasingh, tasn Subscribers: govi, rajeshps, cedric Differential Revision: https://phab.enlightenment.org/D2531 TAsn comment: I wonder if the format should be renamed to underline_relheight instead of height. If you have any thoughts, please let me know.
* embryo: fix inverse trigonometry functions typos.Deborshi Saha2015-05-181-0/+1
| | | | | | | | | | | | | | | | | | Summary: Issue: when asin,acos,atan functions were called from edc, wrong values were returned Solution: fixed asin,acos,atan functions in embryo script. Test Plan: embryo script functions asin,acos,atan to be called from edc and return value to be verified. Reviewers: Hermet, prince.dubey, shilpasingh, raster, cedric Reviewed By: shilpasingh, cedric Subscribers: rajeshps, govi, cedric Differential Revision: https://phab.enlightenment.org/D2512 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* set_tween_state_anim API added.kumar navneet2015-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | Summary: Issue: Current embryo script do not provide any mechanism to set transition type in animation, by default supports only linear e.g: set_tween_state API Solution: To not break backward compatibility, a new API set_tween_state_anim is added in which we can even specify type of transition required. Signed-Off by: Kumar Navneet <k.navneet@samsung.com> Signed-Off by: Shilpa Singh <shilpa.singh@samsung.com> Test Plan: A test edc (embryo_tween_anim.edc) is added to edje examples to test set_tween_state_anim API. Reviewers: raster, cedric, shilpasingh, Hermet Reviewed By: shilpasingh Subscribers: poornima.srinivasan, SubodhKumar, rajeshps, cedric, govi Differential Revision: https://phab.enlightenment.org/D2344
* edje entry: Improves anchors handlingSubodh Kumar2015-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | Summary: When edje entry is not inside the canvas view port, anchors update is aborted to improve the scrolling performance in case of large number of anchors. @feature Test Plan: 1. Should have many entries inside scroller. 2. Each entry should contain large number of anchors. 3. Scroll it, scrolling is not smooth. Reviewers: seoz, cedric, thiepha, woohyun, tasn, raster, shilpasingh, herdsman, JackDanielZ Reviewed By: shilpasingh Subscribers: poornima.srinivasan, rajeshps, cedric, govi Differential Revision: https://phab.enlightenment.org/D2108
* edje: support translation on static strings in edc.katpavalli2015-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Internationalisation of the static text specified as part of the edc is implemented. Problem: Static text when specified in the edc, remains unchanged when the system language is changed. Solution: Language support is provided even for the static strings in the edc. Test Plan: Test code to test this implementation is done as part of efl/src/examples/edje/edje-text.c and efl/src/examples/edje/text.edc Compile the code with the below command edje_cc -md <dir path>/efl/src/examples/edje/ text.edc && gcc -o edje-text edje-text.c `pkg-config --libs --cflags ecore-evas edje evas ecore` ./edje-text 1) change the language of the system using the command export LANGUAGE=hi ./edje.text Not the text Loading gets displayed in hindi language 2) change the language of the system using the command export LANGUAGE=ta ./edje.text Not the text Loading gets displayed in tamil language 3) change the language of the system using the command export LANGUAGE=en ./edje.text Not the text Loading gets displayed in english language As the number of .mo files in the /edje folder can be increased, those many languages can be supported Reviewers: cedric, shilpasingh Reviewed By: shilpasingh Subscribers: cedric, rajeshps, govi, poornima.srinivasan Differential Revision: https://phab.enlightenment.org/D2336 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* edje: fix parsing issue in edje_cc with bezier program transition.kumar navneet2015-05-131-0/+1
| | | | | | | | | | | | | | | | Summary: Issue: "CURRENT" param not considered while parsing cubic bezier transition in edje cc Soln: parse 5,6 parameter if Curr is set else parse 4,5 parameter Reviewers: cedric, shilpasingh Reviewed By: shilpasingh Subscribers: poornima.srinivasan, rajeshps, cedric, govi Differential Revision: https://phab.enlightenment.org/D2488 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* AUTHORS: updatepierre lamot2015-04-071-1/+10
|
* ector: add initial interface for Surface and Renderer.Cedric BAIL2015-04-031-0/+8
|
* eina: minimize fragmentation of chainned mempool.Subodh Kumar2015-03-061-0/+1
| | | | | | | | | | | | | | | | | Summary: Previously: Each allocation happened in the first chain after any free. Now: All allocation will happen in one chain until all buckets are full, this can reduce fragmentation to some extent. Reviewers: seoz, govi, shilpasingh, raster, cedric Reviewed By: cedric Subscribers: cedric, rajeshps Differential Revision: https://phab.enlightenment.org/D2071 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* update myself in AUTHORSBoris Faure2015-02-191-2/+3
|
* evas/proxy: When src object has no proxies, redraw flag is set for EINA_FALSE.ChunEon Park2014-08-141-0/+1
| | | | | | | | | | [Problem] When obj which has src object(proxy concept) are excluded from render_object, src object's 'proxy.redraw' isn't change although src obj have not proxies. because 'proxy.redraw' flag is changed to EINA_FALSE only in obj's subrender() called. [Resolution] When the count of source obj's proxies is 0, src obj's 'proxy.redraw' is set for EINA_FALSE. Signed-Off-By: Min Kyoung Kim <mer.kim@samsung.com>
* evas: improvement of Eina Rectangle Pool and integration with Evas GL backend.Rajeev Ranjan2014-06-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: This patch introduce various new logic for packing/unpacking of Eina Rectangle in a pool. It is then used by Evas GL backend texture allocation to improve how efficiently we pack image in texture atlas. This lead to improved memory usage and reduced power consumption with usually a more stable higher FPS (as it use less texture to do the same task, their is less texture switch, so saving memory and speed at the same time). This patch was developped on Cedric's suggestions to optimize the packing logic using Skyline algorithm. This patch is based on master and is a new submission for earlier phab link https://phab.enlightenment.org/D774. Signed-off-by: Sanjay Nirankari <sanjay.n1@samsung.com> Signed-off-by: Rajeev Ranjan <rajeev.r@samsung.com> Signed-off-by: Sreedeep Moulik <sreedeep.m@samsung.com> Reviewers: cedric, raster CC: wonsik, jpeg, sreedeep.m, sanjay, govi Differential Revision: https://phab.enlightenment.org/D1063 Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
* AUTHORS: add EFL-C++ and EluaDaniel Kolesa2014-06-101-0/+8
|
* AUTHORS: updated Brett's email address.Daniel Juyung Seo2014-04-261-1/+1
|
* AUTHORS: Fill in missing authors from git logStefan Schmidt2014-02-201-0/+102
| | | | | | Listed all new entries under merged EFL. Hopefully I catched all and did not introduce any duplicates. If you see a problem please go ahead and fix it directly.
* Patcna: fix wrong widgth and height in eina_rectangle computation logic.Cedric BAIL2014-02-031-0/+1
| | | | | | | | | | Reviewers: cedric, raster, seoz, Hermet, bluezery Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D500 Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
* efl - updated AUTHORSChunEon Park2014-01-181-1/+2
|
* AUTHORS: he has been definitively contributing !Cedric Bail2013-11-041-0/+1
|
* eet: Adding EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC to add a basic type to a ↵Christophe Sadoine2013-11-041-0/+1
| | | | | | | | | | | | | | | 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>
* AUTHORS: we have some new contributor around !Cedric Bail2013-10-301-0/+3
|
* emotion: add two events to trigger when a webcam is plugged or unpluggedMichaël Bouchaud (yoz)2013-10-091-0/+2
|
* Add neon for upscaling and map routines in evas.Yury Usischev2013-08-021-0/+1
|
* Job--;Guillaume Friloux2013-07-301-1/+2
|
* evas: let's welcome this nice set of bug fixes.Cedric Bail2013-06-041-0/+1
|
* Rename edbus->eldbusLucas De Marchi2013-04-231-1/+1
| | | | | | | | | | | | | | git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done find . -name '*edbus2*' -exec rename edbus2 eldbus {} \; git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done find . -name '*edbus*' -exec rename edbus eldbus {} \; find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
* eina: add eina_file_mkdtemp and tests for Eina_File.Vladislav Brovko2013-03-271-0/+1
| | | | | | | | Test added for : eina_file_direct_ls_simple eina_file_ls_simple Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
* AUTHORS: follow request to update by Paulo.Cedric BAIL2013-02-281-1/+1
|
* evas: Introduce pixel_alpha_get()Paulo C. A. Cavalcanti Jr2013-02-161-0/+2
| | | | | | | The _pixel_alpha_get() function used in evas_object_image_is_inside won't work with engines other than software - since it relies on engine data being *always* RGBA_Image * - which is wrong for OpenGL backend that uses Evas_GL_Image * for "engine_data" pointer.
* add missing authors.Gustavo Sverzut Barbieri2013-01-161-0/+43
| | | | | | | Thanks to Doug Newgard. SVN revision: 82910
* merge ethumb.Gustavo Sverzut Barbieri2013-01-121-0/+7
| | | | | | | | | | | | | | | | | | | | This one was a painful bitch. The edbus2 port was quite broken, mainly leaking eina_stringshare and also not adding the '\0' to the strings that are represented as bytearray (paths cannot be utf8 to avoid translations). Emotion plugin was also quite bogus and the video thumbnail as edje (animated) is not working yet due bug in Edje_Edit api -- someone needs to investigate this, seems strange. Emotion plugin also had a bug that it was deleting the object from inside object callback. Now it seems to work. Please report if it does not. SVN revision: 82675