summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document `svg_hooks` property.GSoC-2019-moazinMoazin Khatti2019-08-261-0/+40
* Improve ot-svg callback hooks documentationMoazin Khatti2019-08-261-11/+33
* [svg] Fix some unused variable warnings.Moazin Khatti2019-08-261-0/+7
* Minor doc and styling improvements.Moazin Khatti2019-08-2616-68/+120
* [base,ot-svg] Minor fixes.Moazin Khatti2019-08-262-4/+5
* For a devel build, enable SVG support as well as default hooks.Moazin Khatti2019-08-262-2/+12
* [ot-svg] Makes `rsvg_port.c' a part of the single build.Moazin Khatti2019-08-265-28/+12
* [sfnt,svg] Fix includes to allow a `multi' build.Moazin Khatti2019-08-266-0/+10
* Adds `ttsvg' for tracing in ttsvg.cMoazin Khatti2019-08-261-0/+1
* [ot-svg] Renames `svgtypes.c' to `svgtypes.h'.Moazin Khatti2019-08-263-4/+8
* [ot-svg] Properly indent module description.Moazin Khatti2019-08-261-1/+1
* [ot-svg] Bug fix.Moazin Khatti2019-08-261-1/+1
* [ot-svg] Free pixmap buffer if error occurs while rendering.Moazin Khatti2019-08-261-1/+7
* [ot-svg] Don't accept the hooks if value has been passed from anMoazin Khatti2019-08-261-1/+7
* Handle cascaded transformations correctly.Moazin Khatti2019-08-262-22/+73
* Adds transform support for OT-SVG glyphs.Moazin Khatti2019-08-265-3/+81
* Formatting improvement.Moazin Khatti2019-08-261-18/+17
* Minor doc improvement.Moazin Khatti2019-08-261-8/+6
* Minor name change.Moazin Khatti2019-08-268-11/+11
* Minor. Fixes a silly mistake.Moazin Khatti2019-08-261-1/+1
* An old commit deleted a line by mistake. Fix that.Moazin Khatti2019-08-261-0/+1
* Fix TODOs.Moazin Khatti2019-08-264-14/+8
* Makes some helper functions `static'.Moazin Khatti2019-08-262-5/+5
* Check if the size has been properly set.Moazin Khatti2019-08-261-0/+7
* Fixes code warnings.Moazin Khatti2019-08-264-16/+23
* No need to call `FT_Load_Glyph' with `XX_NO_SCALE'.Moazin Khatti2019-08-264-18/+36
* Remove the dependence on outlines. No longer needed.Moazin Khatti2019-08-263-20/+5
* relying on cairo recording surface for extents and preset bitmap at load time...Moazin Khatti2019-08-265-34/+94
* Revert "Performs basic checks to see if SVG data is valid or not."Moazin Khatti2019-08-261-36/+2
* Performs basic checks to see if SVG data is valid or not.Moazin Khatti2019-08-261-2/+36
* Tracing implemented for OT-SVG code.Moazin Khatti2019-08-266-0/+42
* Remove the TODO since I have implemented binary search.Moazin Khatti2019-08-261-4/+0
* Remove the unused variable.Moazin Khatti2019-08-261-1/+0
* For now resort to a simpler regular expresion.Moazin Khatti2019-08-261-1/+1
* Added a new error `Invalid_SVG_Document'.Moazin Khatti2019-08-261-0/+2
* Implement binary search for SVG Document Lookup.Moazin Khatti2019-08-261-14/+52
* Created `Svg_doc' private struct.Moazin Khatti2019-08-261-16/+40
* Add a comment there. That part can be confusing.Moazin Khatti2019-08-261-0/+5
* Make `ft_svg_renderer_class' dumb if OT-SVGMoazin Khatti2019-08-261-4/+17
* Correct the prioritization of options. Clean code.Moazin Khatti2019-08-261-19/+16
* Improve `--with-svg' in the build system.Moazin Khatti2019-08-265-11/+37
* Add a `hooks_set' flag.Moazin Khatti2019-08-263-3/+15
* Plug in a default library. `librsvg' for now.Moazin Khatti2019-08-264-4/+74
* Instead of individual properties. Just use one thatMoazin Khatti2019-08-263-37/+18
* Use `FT_Property_Set' to set the hooks. One less API function.Moazin Khatti2019-08-263-135/+81
* Public interface should remain same whetherMoazin Khatti2019-08-266-10/+15
* Added `FT_CONFIG_OPTION_SVG'.Moazin Khatti2019-08-2613-23/+79
* Documentation formatting improvement.Moazin Khatti2019-08-174-39/+36
* Better naming used.Moazin Khatti2019-08-177-67/+68
* Forgot an `else', fix that.Moazin Khatti2019-08-171-0/+1