576 Commits (master)
 

Author SHA1 Message Date
Alexei Podtelezhnikov 5d4e649f74 .gitlab-ci.yml: Minor. 7 days ago
Tim-Philipp Müller 316bdc96ce * .gitlab-ci.yml: Switch to arm64 runners for macOS CI. 7 days ago
Behdad Esfahbod d0c905c62a [sfnt/CPAL] Return early if user requested currently-set palette 1 week ago
Alexei Podtelezhnikov b1f4785087 * src/bdf/bdflib.c (bdf_parse_start_): Move setup of properties. 1 month ago
Alexei Podtelezhnikov 00a1567a13 [bdf] Treat all comments uniformly. 1 month ago
Alexei Podtelezhnikov fdae51ccb0 * src/bdf/bdflib.c (BDF_SWIDTH_ADJ_): Remove clashing flag and update. 1 month ago
Alexei Podtelezhnikov bfe793ccec * src/bdf/bdflib.c (bdf_atous_): Remove unnecessary checks. 1 month ago
Alexei Podtelezhnikov 40a7458500 * src/bdf/bdflib.c (bdf_ato{i.ul.s.us}_]): Remove uncecessary checks. 1 month ago
Alexei Podtelezhnikov 56131e4216 [bdf] Postpone font default char handling. 1 month ago
Alexei Podtelezhnikov 8bae87065a [bdf] Postpone font spacing handling. 1 month ago
Alexei Podtelezhnikov c0a7839e7d [bdf] Postpone font ascent and descent handling. 1 month ago
Alexei Podtelezhnikov c33da8fbbd * src/bdf/bdflib.c (bdf_parse_start_): Relax the header order. 1 month ago
Chad Brokaw a059b237bb * src/truetype/ttgxvar.c (tt_face_vary_cvt): Fix all shared values. 1 month ago
Alexei Podtelezhnikov b9e09e33fe * src/bdf/bdflib.c (bdf_parse_glyphs_): Fix tracing. 1 month ago
Alexei Podtelezhnikov 01c22b3668 [bdf] Tokenize input instead of listing. 1 month ago
Alexei Podtelezhnikov ad7dce7751 * src/bdf/bdflib.c (bdf_parse_start_): Prevent another STARTPROPERTIES. 2 months ago
Alexei Podtelezhnikov e3a3b39dd0 * src/bdf/bdflib.c (bdf_parse_start_): Do not overwrite flags. 2 months ago
Alexei Podtelezhnikov d4631a2eb3 * src/bdf/bdflib.c (bdf_readstream_): Skip all control characters. 2 months ago
Alexei Podtelezhnikov 02953326d4 * src/bdf/bdflib.c (bdf_parse_start_): Reserve space for artificial properties. 2 months ago
Alexei Podtelezhnikov ae11e18cbd * src/bdf/bdflib.c (bdf_add_property_): Add extra protection. 2 months ago
Alexei Podtelezhnikov a0d86e5650 * src/bdf/bdflib.c: Clean up. 2 months ago
Alexei Podtelezhnikov a3c68e3b48 [bdf] Use flags instead of options. 2 months ago
Alexei Podtelezhnikov a05c22103d [bdf] Adjust parsing flow and CHARS handling. 2 months ago
Alexei Podtelezhnikov 0864367ada * src/bdf/bdflib.c (bdf_readstream_): Tweak variables and loop design. 2 months ago
Alexei Podtelezhnikov ee1310ab5c * src/bdf/bdflib.c (bdf_parse_glyphs_): Free unused glyph_name. 2 months ago
Alexei Podtelezhnikov f219996754 * src/bdf/bdflib.c (bdf_parse_glyphs_): Store glyph as soon as possible. 2 months ago
Alexei Podtelezhnikov aab40d5cc4 * src/bdf/bdflib.c (bdf_parse_glyphs_): Avoid possible leak. 2 months ago
Alexei Podtelezhnikov bbc445e165 [bdf] Speed up bitmap parsing. 2 months ago
Alexei Podtelezhnikov 4433c7b7ba * src/bdf/bdflib.c (a2i): Formatting. 2 months ago
Alexei Podtelezhnikov ff5872b4da * src/bdf/bdflib.c (bdf_parse_*_): Minor improvements. 2 months ago
Alexei Podtelezhnikov cf451e5ff3 * src/bdf/bdf.h (bdf_font_t): Correct `internal` type. 2 months ago
Alexei Podtelezhnikov 8d536080ec * builds/windows/ftsystem.c: Fix ancient condition. 2 months ago
Alexei Podtelezhnikov 1f57020ff3 * src/bdf/bdflib.c (bdf_parse_start_): Fix tracing labels. 2 months ago
Alexei Podtelezhnikov 704d540527 * MSBuild.rsp: Force console color for mintty. 2 months ago
Heiko Lewin 1400b20ae8 * CMakeLists.txt: Use modern IMPORTED targets. 2 months ago
Alexei Podtelezhnikov 73318c864a [cff] Remove size/slot checks. 2 months ago
Alexei Podtelezhnikov c7a255b462 * src/cff/cffdrivr.c (cff_get_advances): Do only fast advances. 2 months ago
Alexei Podtelezhnikov 81330e1f8a * src/truetype/ttgload.c (TT_Load_Glyph): Consolidate flag setting. 2 months ago
Alexei Podtelezhnikov 5245fd69fd Delay FT_GLYPH_FORMAT_OUTLINE assignmets. 2 months ago
Alexei Podtelezhnikov afc7000cac * builds/compiler/gcc-dev.mk: Silence some warnings. 2 months ago
Alexei Podtelezhnikov 64f8b7fbd0 Remove superfluous outline zeroing. 2 months ago
Alexei Podtelezhnikov 10b3b14da2 * src/truetype/ttobjs.c: Abbreviate tracing. 2 months ago
Alexei Podtelezhnikov 1beb83fd12 * src/sfnt/ttsbit.c (tt_face_load_sbix_image): Refactor `flip`. 2 months ago
Alexei Podtelezhnikov abed051e06 [truetype] Consolidate bitmap strike handling. 2 months ago
Alexei Podtelezhnikov 4ef8eed11b [truetype] Ingnore FT_LOAD_NO_BITMAP in bitmap-only fonts. 2 months ago
Ben Wagner 38272bf853 [ftstroke] Fix invalid pointer assignement to `arc` 3 months ago
Ben Wagner 59320b2d3c [cff] Fix leak of cmap data 3 months ago
Honnesh Ramachandra 3f3e3de34e * src/cff/cffobjs.c (cff_face_init): Better handling of Type0 fonts. 4 months ago
suzuki toshiya 0ae7e60737 Download the latest gnu-config files in `make dist`. 5 months ago
Behdad Esfahbod 1394436633 Move generic destroy to later in the face and size destruction. 5 months ago