summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svg] Fix some unused variable warnings.Moazin Khatti2019-08-261-0/+7
* Minor doc and styling improvements.Moazin Khatti2019-08-267-43/+61
* [base,ot-svg] Minor fixes.Moazin Khatti2019-08-262-4/+5
* [ot-svg] Makes `rsvg_port.c' a part of the single build.Moazin Khatti2019-08-263-23/+12
* [sfnt,svg] Fix includes to allow a `multi' build.Moazin Khatti2019-08-266-0/+10
* [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-263-2/+65
* Formatting improvement.Moazin Khatti2019-08-261-18/+17
* Minor name change.Moazin Khatti2019-08-265-5/+5
* 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-263-12/+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-262-17/+2
* relying on cairo recording surface for extents and preset bitmap at load time...Moazin Khatti2019-08-262-13/+41
* 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-265-0/+41
* 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
* 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
* Improve `--with-svg' in the build system.Moazin Khatti2019-08-262-2/+6
* Add a `hooks_set' flag.Moazin Khatti2019-08-262-3/+13
* Plug in a default library. `librsvg' for now.Moazin Khatti2019-08-262-1/+22
* Instead of individual properties. Just use one thatMoazin Khatti2019-08-262-37/+8
* Use `FT_Property_Set' to set the hooks. One less API function.Moazin Khatti2019-08-262-63/+81
* Public interface should remain same whetherMoazin Khatti2019-08-261-0/+15
* Added `FT_CONFIG_OPTION_SVG'.Moazin Khatti2019-08-267-21/+58
* Better naming used.Moazin Khatti2019-08-175-31/+31
* Forgot an `else', fix that.Moazin Khatti2019-08-171-0/+1
* Memory allocation for `state' of renderer should be performedMoazin Khatti2019-08-173-12/+1
* Remove unnecessary code from `FT_Render_Glyph_Internal'.Moazin Khatti2019-08-171-9/+5
* Let FT handle the memory management for rendering port's stateMoazin Khatti2019-08-174-24/+55
* Store the rendering port's state in library.Moazin Khatti2019-08-172-9/+22
* Minor fixes.Moazin Khatti2019-08-1711-31/+44
* Add `start_glyph_id' and `end_glyph_id'.Moazin Khatti2019-08-172-2/+20
* Add a `units_per_EM' field.Moazin Khatti2019-08-172-0/+4
* Do proper memory freeing to prevent leaks.Moazin Khatti2019-08-173-3/+26
* * src/sfnt/ttsvg.c (tt_face_load_svg_doc): Minor fix. Don't returnMoazin Khatti2019-08-171-1/+0