summaryrefslogtreecommitdiff
path: root/src/lib/ector
Commit message (Expand)AuthorAgeFilesLines
* vg_common: property apply "objectBoundingBox" morphings to radial gradientVitalii Vorobiov2017-11-071-1/+20
* ector: use cairo_pattern_add_color_stop_rgba in gradient_radialVitalii Vorobiov2017-11-071-0/+1
* eolian: disallow ptr() on things that are already pointer-likeDaniel Kolesa2017-11-031-1/+1
* eo files: convert various to use @crefDaniel Kolesa2017-11-021-1/+1
* ector: minor grammar fixupsBryce Harrington2017-10-032-6/+6
* efl: Introduce Eina.Rect and switch EO APIs to itJean-Philippe Andre2017-09-188-14/+14
* ector: move gradient color computation to a pool of thread.Cedric Bail2017-09-174-17/+46
* ector: move RLE shape/stroke computation to a pool of thread.Cedric Bail2017-09-174-84/+163
* ector: avoid calling function pointer when it is unecessary.Cedric Bail2017-09-171-7/+2
* ector: add ability to run task in another thread during preparation stage.Cedric Bail2017-09-172-3/+203
* ector: Copyedit Ector doxygenBryce Harrington2017-09-121-25/+16
* ector: cleanup grammar in commentsBryce Harrington2017-08-296-27/+27
* ector: fix EAPI on WindowsVincent Torri2017-08-154-0/+90
* ector - fix coveirty fix - vmin is -vmax not -vminCarsten Haitzler (Rasterman)2017-08-021-1/+1
* ector software - fix min/max int range for fixedpoint mathCarsten Haitzler (Rasterman)2017-07-291-2/+5
* ector: document ector_glsym_setBryce Harrington2017-06-141-0/+13
* docs: Fix typos and some wrong expressions in Ecore, Ecore_Audio, Ecore_Cocoa...Myoungwoon Roy, Kim2017-06-072-3/+3
* efl: Remove manual definitions of event "changed"Jean-Philippe Andre2017-04-183-3/+3
* evas filters: Refactor ector and gfx filters A LOTJean-Philippe Andre2017-04-1419-499/+58
* cmake: fix make-clean as add_custom_command() deletes output files.Gustavo Sverzut Barbieri2017-01-272-14/+28
* cmake: add EFL_SUPPORT_LIB() and simplify/speedup its usage.Gustavo Sverzut Barbieri2017-01-271-25/+4
* cmake: add ector.Gustavo Sverzut Barbieri2017-01-271-0/+139
* eolian: change eo file syntax @virtual_pure -> @pure_virtualDaniel Kolesa2017-01-136-13/+13
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-063-4/+4
* ector: use new property impl syntaxDaniel Kolesa2016-12-2712-19/+19
* efl: move some eo files to new property impl syntaxDaniel Kolesa2016-12-277-20/+11
* headers: update copyrightDerek Foreman2016-12-201-0/+57
* ector: remove float comparison warningsChris Michael2016-12-203-4/+4
* ector_gl: Add some EGL typedefs to internal headerDerek Foreman2016-12-191-0/+8
* efl interface: introduce efl_gfx_path mixin.Hermet Park2016-11-234-15/+15
* evas/vg: fix handling of stroke width in cairo and native backendSubhransu Mohanty2016-11-154-6/+19
* docs: ector: fill gaps in ector eo file documentationStefan Schmidt2016-11-154-19/+26
* docs: ector_software: fill gaps in ector software backend eo file documentationStefan Schmidt2016-11-157-2/+11
* docs: ector_gl: fill gaps in ector gl backend eo file documentationStefan Schmidt2016-11-157-27/+37
* docs: ector_cairo: fill gaps in ector cairo backend eo file documentationStefan Schmidt2016-11-155-4/+10
* ector: update the render api eo signetureSubhransu Mohanty2016-11-071-3/+3
* ector_renderer_gl: remove pointerDaniel Kolesa2016-11-031-1/+1
* ector_cairo_surface: remove pointerDaniel Kolesa2016-11-031-1/+1
* ector_gl_surface: remove pointersDaniel Kolesa2016-11-031-2/+2
* ector_renderer: remove pointersDaniel Kolesa2016-11-031-2/+2
* ector_buffer: remove pointersDaniel Kolesa2016-11-031-2/+2
* docs: document all missing type defines in our eo filesStefan Schmidt2016-11-032-2/+2
* docs: harmonise use of enum sentinel description in eo filesStefan Schmidt2016-10-251-1/+1
* Rename efl_self to efl_addedTom Hacohen2016-09-053-10/+10
* efl callbacks: update some events calls to no longer trigger legacy callbacksdevs/vitorsousa/update_event_callsVitor Sousa2016-08-301-1/+1
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-303-3/+3
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-261-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-1523-189/+189
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-1139-133/+133
* efl: Cleanup some code (return values)Jean-Philippe Andre2016-08-052-11/+0