summaryrefslogtreecommitdiff
path: root/src/lib/ector/software/ector_renderer_software_shape.c
Commit message (Expand)AuthorAgeFilesLines
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-11/+11
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-5/+5
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-3/+1
* Ector generic: Remove .Generic and .Base (hack no longer needed).Tom Hacohen2016-05-111-7/+7
* Ector renderer software: Remove the no longer needed .Base hack.Tom Hacohen2016-05-111-3/+3
* Automatic migration to Eo4.Tom Hacohen2016-03-031-15/+13
* Eo callbacks: Migrate all of the EFL to the new event cb signatures.Tom Hacohen2016-02-291-3/+1
* Ector: Move drawhelper to static_libsJean-Philippe Andre2015-12-031-13/+13
* efl: change efl_gfx_shape_cubic_to() api signature to follow other API (cairo...Subhransu Mohanty2015-11-301-6/+3
* ector: support fill rule for shape object.Subhransu Mohanty2015-11-241-1/+9
* efl: make path stroke related api as non virtual.Subhransu Mohanty2015-11-241-26/+44
* ector: fix the rounding issue when applying transformation to shape data in f...Subhransu Mohanty2015-11-241-4/+5
* Ector: Simplify confusing codeJean-Philippe Andre2015-11-201-11/+2
* ector: don't use parent relationship to get access to the surface for freetyp...Cedric BAIL2015-11-191-11/+14
* ector: removing useless assignement.Srivardhan Hebbar2015-10-191-1/+0
* ector: make it possible to have an unique id per Ector_Renderer.Cedric BAIL2015-09-211-0/+25
* ector: convert to freetype co-ordinate before storing path data in software b...Subhransu Mohanty2015-09-211-24/+24
* ector: add dash stroking feature in software backend.Subhransu Mohanty2015-08-191-3/+263
* ector: refactored shape generation in software backend.Subhransu Mohanty2015-08-191-106/+178
* ector: fix memory leak in software backend when using shape.Subhransu Mohanty2015-08-191-0/+3
* Eo: Add a return value to eo_constructor().Tom Hacohen2015-05-201-2/+4
* ector: fix coding style of freetype backend.Subhransu Sekhar Mohanty2015-04-031-8/+8
* ector: add handling of EFL_GFX_PATH_CHANGED signal to Freetype backend.Subhransu Sekhar Mohanty2015-04-031-0/+17
* ector: add reference point to define (0, 0) and don't repeat the same value e...Cedric BAIL2015-04-031-3/+5
* ector: add software backend using FreeType rasterizer.Subhransu Sekhar Mohanty2015-04-031-0/+373