summaryrefslogtreecommitdiffstats
path: root/libass/ass_drawing.h
Commit message (Expand)AuthorAgeFilesLines
* drawing: extract transformation from parsingDr.Smile2019-05-191-19/+2
* drawing: separate drawing text reading from outline constructionDr.Smile2019-05-191-4/+1
* Eliminate advance.y from drawings and glyphsDr.Smile2019-05-191-1/+1
* drawing: remove unnecessary fields from ASS_Drawing structDr.Smile2019-05-191-3/+0
* Replace FreeType types with libass native typesDr.Smile2017-09-171-16/+13
* cosmetic: extract most of the outline-related functions into separate fileDr.Smile2017-07-311-0/+1
* drawing: remove unused fieldwm42015-10-141-1/+0
* Replace FT_Outline with ASS_OutlineDr.Smile2014-11-231-4/+3
* Simplify drawing text assignmentOleg Oshmyan2014-06-061-6/+1
* Introduce ass_drawing_add_chars for adding a whole string at onceOleg Oshmyan2014-06-061-0/+1
* Use bare outlines for drawingsGrigori Goronzy2011-06-201-7/+5
* Fix drawing leakage: delay glyph allocationGrigori Goronzy2010-08-091-2/+4
* Fix drawing cbox calculationGrigori Goronzy2010-07-291-0/+1
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-12/+12
* Clean up typedefs/structsGrigori Goronzy2009-07-281-7/+7
* Implement vector clipsGrigori Goronzy2009-07-161-1/+1
* Message callback funtionalityGrigori Goronzy2009-07-111-0/+1
* Implement drawing mode (\p)Grigori Goronzy2009-07-061-0/+76