summaryrefslogtreecommitdiff
path: root/src/lib/evas
Commit message (Expand)AuthorAgeFilesLines
* eolian: deferred parsing of inherits + better static checksDaniel Kolesa2018-01-301-1/+1
* Canvas image: add Efl.Canvas.Text.Factory + use in Ui.TextDaniel Hirt2018-01-184-7/+57
* all: Simplify definition of EAPIVincent Torri2018-01-189-36/+36
* efl: Merge Flipable and OrientationJean-Philippe Andre2018-01-182-5/+4
* evas gl: Properly verify that Evas GL worksJean-Philippe Andre2018-01-172-1/+5
* efl_animation: fix typoYeongJong Lee2018-01-171-2/+2
* eolian: do not require unit for expr eval APIsDaniel Kolesa2018-01-161-2/+2
* animation: Fix some warnings including a real oneJean-Philippe Andre2018-01-161-3/+4
* efl_playable: split Efl.Player interface to Efl.Playable interfaceSungtaek Hong2018-01-1657-3487/+948
* evas: Remove stupid warningJean-Philippe Andre2018-01-161-2/+0
* mmap memory allocation - do not used when under valgrindCarsten Haitzler (Rasterman)2018-01-121-0/+5
* warning remove - ignoring const (returning obj handle)Carsten Haitzler (Rasterman)2018-01-061-1/+1
* efl: remove _MSC_VER (Visual Studio macro) usage in source codeVincent Torri2018-01-045-17/+6
* eo: make efl_provider_find a @const function.Cedric BAIL2018-01-044-5/+6
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-023-5/+5
* docs: Update evas canvas eo files for grammar and readabilityAndy Williams2017-12-2214-100/+100
* interface: add Efl.Gfx.Color interface for color related APIsAmitesh Singh2017-12-226-10/+10
* Canvas image: fix endless call to 'load_error_get'Daniel Hirt2017-12-201-1/+1
* evas/elm: fix visibility of some symbolsJean Guyomarc'h2017-12-192-2/+3
* evas: include missing headerJean Guyomarc'h2017-12-191-0/+1
* win: Show windows created by efl_add with a jobJean-Philippe Andre2017-12-192-0/+10
* evas: forgotten adjustement to handle the output geometry offset.Cedric Bail2017-12-141-0/+4
* evas filters: Add "alphaonly" flag for blend and blurJean-Philippe Andre2017-12-144-25/+77
* evas: Avoid invalid call to efl_fileJean-Philippe Andre2017-12-141-1/+2
* evas: Fix potential crash with draw contextJean-Philippe Andre2017-12-141-6/+4
* efl.image.load: fix eolian redefine warnings for load_error{}Amitesh Singh2017-12-142-3/+3
* ecore: rename Efl.Loop_User to Efl.Loop.Consumer.Cedric BAIL2017-12-134-6/+6
* efl: drop deprecated Encoding key from desktop filesRoss Vandegrift2017-12-134-5/+5
* efl: Move VG-specific change event to efl.gfx.pathJean-Philippe Andre2017-12-133-5/+6
* Efl.Canvas.Object: add legacy APIs for pointer_coords_inside_get()Amitesh Singh2017-12-133-0/+30
* docs: Fix referencing formatAndy Williams2017-12-123-4/+4
* Efl.Canvas.Object: rename pointer_coords_inside_get to coords_inside property.Amitesh Singh2017-12-122-9/+12
* evas: clean code of evas_common_cpu_can_do() in common/evas_cpuPawel Aksiutowicz2017-12-111-5/+5
* interface: rename Efl.Dup to Efl.Duplicate.Amitesh Singh2017-12-1125-46/+46
* docs: fill in missing documentation ein efl_gesture* eo classesStefan Schmidt2017-12-089-3/+12
* docs: add last missing documentation in efl_animation_objectStefan Schmidt2017-12-081-0/+1
* evas_event: add missing comments about code.Amitesh Singh2017-12-081-2/+2
* efl.canvas.object: implement pointer_inside of Efl.Canvas.Pointer.Amitesh Singh2017-12-085-95/+58
* interface: add Efl.Canvas.Pointer intf for pointer related functions.Amitesh Singh2017-12-082-5/+5
* eo: Move unnecessary eina type out of the EO fileJean-Philippe Andre2017-12-071-0/+2
* Efl.Canvas.Object.eo: indent correctionAmitesh Singh2017-12-061-6/+6
* cxx: Fix evas compile test and Evas.hhJean-Philippe Andre2017-12-051-1/+1
* docs: fill in missing docs for efl_animation_ eo classesStefan Schmidt2017-12-044-0/+7
* docs: fill in missing docs for efl_animation eo classStefan Schmidt2017-12-041-0/+8
* efl.gfx: move scale{} from efl.ui.base to efl.gfxAmitesh Singh2017-12-048-18/+18
* Efl.Gfx.Shape: implement Gfx.Path.interpolate{}Amitesh Singh2017-11-301-2/+2
* evas: Animation is a property not method set+getJean-Philippe Andre2017-11-301-12/+8
* efl: Introduce interface Efl.DupJean-Philippe Andre2017-11-3025-63/+81
* evas: Implement scale API in proper EO fashionJean-Philippe Andre2017-11-3016-67/+76
* evas: Remove duplicated codeYeongjong Lee2017-11-291-19/+8