summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gf] Improve tracing.parthw-wipParth Wazurkar2018-08-111-0/+9
* [gf] Allocate bitmap in `GF_Glyph_Load' itself.Parth Wazurkar2018-08-104-30/+34
* [gf] Change logic to load bitmap on demand.Parth Wazurkar2018-08-103-176/+291
* [gf, pk] Change some data types to `signed' type.Parth Wazurkar2018-08-072-9/+9
* [gf, pk] Resolve *glyph jumping* error.Parth Wazurkar2018-08-072-8/+4
* [gf, pk] Improve `attach_file' functions.Parth Wazurkar2018-08-052-48/+53
* [tfm] Improve error checking for `tfm' files.Parth Wazurkar2018-08-051-154/+101
* [tfm] Improve `tfm_interface' definitions.Parth Wazurkar2018-08-051-2/+8
* [tfm] Improve data types of variables in `TFM_FontInfoRec'Parth Wazurkar2018-08-051-13/+20
* [pk] Fixes.Parth Wazurkar2018-08-023-5/+8
* Fix `printf' statements.Parth Wazurkar2018-08-023-23/+18
* Make branch even for testing.Parth Wazurkar2018-08-0141-690/+2144
* [gf] Cleanup commit.Parth Wazurkar2018-07-204-87/+75
* [gf] Register gf services.Parth Wazurkar2018-07-203-0/+42
* [gf] Create gf services.Parth Wazurkar2018-07-201-1/+25
* [gf] Robustify.Parth Wazurkar2018-07-201-1/+27
* [gf] Minor Fixes.Parth Wazurkar2018-07-202-6/+22
* [tfm] Fixes.Parth Wazurkar2018-07-174-36/+46
* [gf] Add support for parsing `xxx' and `yyy' commands.Parth Wazurkar2018-07-123-127/+165
* [gf] Fixes.Parth Wazurkar2018-07-122-75/+95
* [tfm] Add tfm_driver_class functions.Parth Wazurkar2018-07-123-7/+202
* [tfm] Fixes.Parth Wazurkar2018-07-105-40/+47
* [gf] Preliminary tracing and error handling support and minor fixes.Parth Wazurkar2018-07-044-69/+135
* minor.Parth Wazurkar2018-07-032-487/+7
* [gf] Fixes.Parth Wazurkar2018-07-033-3/+6
* [gf] Resolve compiler flag errors.Parth Wazurkar2018-07-032-98/+99
* [tfm] Minor.Parth Wazurkar2018-07-031-1/+15
* [tfm] Define TFM_FaceRec and other format specific structures.Parth Wazurkar2018-07-031-19/+27
* [tfm] FT stream support for tfm driver.Parth Wazurkar2018-07-031-27/+34
* [tfm] Remove VFlib specific code and refactor to FT.Parth Wazurkar2018-07-031-24/+21
* [tfm] Archive code for other font metric formats.Parth Wazurkar2018-07-031-290/+270
* [tfm] Define tfm_cmap_class functions.Parth Wazurkar2018-07-031-5/+46
* [gf] Add printf flags for debugging.Parth Wazurkar2018-07-036-86/+120
* [gf] Changes.Parth Wazurkar2018-07-033-648/+113
* [gf] Minor changes.Parth Wazurkar2018-07-033-26/+502
* [gf] Complete stream support and some minor changes for testing.Parth Wazurkar2018-07-032-94/+95
* Minor changes for testing.Parth Wazurkar2018-07-034-10/+11
* [tfm] Add preliminary functions and structures.Parth Wazurkar2018-07-033-7/+377
* [gf] COnverted file functions to FT stream functions.Parth Wazurkar2018-07-033-196/+183
* [tfm] Initialised TFM driver files.Parth Wazurkar2018-07-039-0/+464
* [gf] Temporary changes for compiling gf driver.Parth Wazurkar2018-07-039-160/+664
* [gf] Convert block comments to `light' style in gf files.Parth Wazurkar2018-07-036-125/+125
* [gf] Changes.Parth Wazurkar2018-07-032-55/+41
* [gf] Changed to FT data types in structures.Parth Wazurkar2018-07-032-17/+18
* [gf] * src/gf/gfdrivr.c: Added GF_Face_Init, GF_Face_Done and GF_Glyph_Load f...Parth Wazurkar2018-07-031-3/+166
* [gf] Removed VFlib specific code and refactored to FT.Parth Wazurkar2018-07-031-89/+94
* [gf] Added GF_Size_Request and GF_Size_Select functions.Parth Wazurkar2018-07-031-5/+53
* [gf] Minor changes to Makefiles to accomodate GF Driver.Parth Wazurkar2018-07-032-1/+4
* [gf] * src/gf/gf.c: Added source files for single buildParth Wazurkar2018-07-031-0/+4
* [gf] Removed indentation errors.Parth Wazurkar2018-07-033-416/+425