summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1076-regression-ft_render_glyph-returns-error-when-trying-to-render-bitmap-otb-fonts[sdf] Return `FT_Err_Ok` while trying to render bitmap.Anuj Verma3 years
1100-sdf-improvements[sdf] Fixed corner checks and improved performance.Anuj Verma2 years
1100-sdf-precision-improvement* include/freetype/freetype.h (FT_RENDER_MODE_SDF): Improve documentation.Anuj Verma3 years
2.6.5* Version 2.6.5 released.Werner Lemberg8 years
API-organizationAPI documentation: Re-organize chapters and sectionsWerner Lemberg12 months
BRANCH-2-1-5Removing obsolete warnings in the docsDavid Turner21 years
CACHE * src/cache/ftcmanag.c (FTC_Manager_Reset): add missing cache flushDavid Turner19 years
GSoC-2017-ewaldhew[psaux] Minor fixes.Ewald Hew7 years
GSoC-2017-ewaldhew-wip(test) mulfix perfEwald Hew7 years
GSoC-2017-kushalTaking include files from parent folder itselfKushal K S V S6 years
GSoC-2018-nikhilRemove `docwriter' source (now a pip package).Nikhil Ramakrishnan6 years
GSoC-2018-parth[tfm] Fix typo.Parth Wazurkar6 years
GSoC-2019-moazinDocument `svg_hooks` property.Moazin Khatti5 years
GSoC-2019-nikhil[woff2] Check whether known tag is in array bounds.Nikhil Ramakrishnan5 years
GSoC-2020-anuj[sdf] Fix compiler warnings.Anuj Verma4 years
GSoC-2020-gregwrap lines at 78 columnsGreg Williamson4 years
GSoC-2020-priyesh [builds] Updates to check for a working pthread libraryPriyesh Kumar4 years
HarmonyThinko.Alexei Podtelezhnikov6 years
LAYOUT*/*.[ch]: Rename FTL_Glyphs_Array to FTL_GlyphArray.Yamato, Masatake (大和正武)20 years
OpenType-1.8[cff] minor cleanupDave Arnold7 years
RGB * src/rgbfilt/ftrgb.c: fixed computation bug for vertical modesDavid Turner19 years
STABLE* src/pcf/pcfread (pcf_get_accell): Fix parsing of acceleratorWerner Lemberg22 years
STABLE-2-1-0* src/pcf/pcfread (pcf_get_accell): Fix parsing of acceleratorWerner Lemberg22 years
VER-2-0-4-PATCHupdating smooth rasterizer to avoid conflicts laterDavid Turner23 years
VER-2-1-0 * include/freetype/internal/ftstream.h: fixed the definitions ofDavid Turner22 years
VF-fixes[truetype] Fix style name handling for variation fonts.Werner Lemberg11 months
anuj-distance-field[sdf -> bsdf] Added a basic overview of the `bsdf' rasterizer.Anuj Verma4 years
apodtele-master-patch-38950[truetype, type1] Additional variation tags.Alexei Podtelezhnikov14 months
apodtele-master-patch-56869[truetype] Round phantom points after instructions.Alexei Podtelezhnikov13 months
apodtele-master-patch-68578[truetype] Hide Infinality.Alexei Podtelezhnikov14 months
arv-testBegin to consolidate filesArvinder Bhathal7 years
arv-testingUpdate to latest bitmap codeArvinder Bhathal7 years
arv-workUse git FT for compilation include pathArvinder Bhathal7 years
autohinter-propertiesA first try to integrate the Infinality patches for the autohinter.Werner Lemberg12 years
baserock/morph[base] Fix commit ab02d9e8.Alexei Podtelezhnikov11 years
bitmap_convert* src/base/ftbitmap.c (FT_Bitmap_Copy): Clarify the flow control.Alexei Podtelezhnikov19 months
check-deprecated-warning-for-macosxconfigure.raw: use void* instead of SInt16* for actualRefNum for FSGetForkCBI...suzuki toshiya18 months
cmakelists-updatesCMakeLists.txt: install freetype.m4 on UnixoidsNikolaus Waxweiler5 years
color* src/smooth/ftsmooth.c (ft_smooth_render_bgra): Restore contours.Alexei Podtelezhnikov5 years
colrfreetype.h: Doc fixes related to 'COLR' v1.Werner Lemberg3 years
david-pic-changesRestore inadvertently deleted ftoption.h.Werner Lemberg15 years
dbgmem-more-limitersadd note to docs/DEBUGsuzuki toshiya13 years
dev/wl/VF-fixes[truetype] Fix style name handling for variation fonts.Werner Lemberg12 months
dev/wl/VF-info[truetype] Fix style name handling for variation fonts.Werner Lemberg12 months
div-by-zero* src/base/ftobjs.c (FT_Request_Metrics): Avoid division by zero. Alexei Podtelezhnikov15 months
ewaldhew-cleaned[psaux] Minor fixes.Ewald Hew7 years
ewaldhew-refactor-cf2Warning: Rebased force pushedEwald Hew7 years
ewaldhew-wip(test) mulfix perfEwald Hew7 years
fix-sdf-squared-distances[sdf] Fix sdf computation while `USE_SQUARED_DISTANCES`.Anuj Verma2 years
fix-x86_32.x86-compilation[smooth] Fix compilation for x86_32.x86 ABIDavid Turner3 years
ftc_resize[cache] Revise the hash table accounting.Alexei Podtelezhnikov11 months
gsoc-anurag-2022Fix monochrome crashAnurag Thakur18 months
gsoc-anurag-2022-docsBegin adding comments for documentationAnurag Thakur19 months
gsoc-anurag-2022-final[dense] Add optimization for divisionAnurag Thakur17 months
hdmx-advances[truetype] Binary search through `hdmx` records.Alexei Podtelezhnikov2 years
hooks-via-module-propertyInstead of individual properties. Just use one thatMoazin Khatti5 years
int-not32-changessfnt: Cast a charcode to 32-bit in cmap format 14 parser.suzuki toshiya15 years
int-not32-changes-2017correct a wrong note in makefilesuzuki toshiya7 years
internal-zlib-updateImprove the internal zlib.Moazin Khatti5 years
ksvsk_testPut it all in tests folderKushal K S V S7 years
kushal-workGenerating Pages and Sprite animation [Testing]Kushal K S V S7 years
kushal_glyph_testMerge branch 'ksvsk_test' of into kushal_glyph_testKushal K S V S7 years
loggingdocs/CHANGES: Mention `FT_LOGGING`.Werner Lemberg3 years
mastervms_make.com: Create shared executable for x86 version of OpenVMS.Jouk Jansen11 months
multiply-shift[smooth] Reduce shift in multiply-shift optimization. Alexei Podtelezhnikov3 years
no-ac-sizeofUpdate configure.rawAlexei Podtelezhnikov3 years
ot-svg-cleanAdds transformation support for OT-SVG glyphs.Moazin Khatti5 years
parthw-cleaned[gf] Some more fixes.Parth Wazurkar6 years
parthw-pk-vf[tfm] Fixes.Parth Wazurkar5 years
parthw-wip[gf] Improve tracing.Parth Wazurkar6 years
priyesh_LogLibrary* docs/DEBUG: Update documentation.Priyeshkkumar4 years
sdf[sdf] Add debugging function.Anuj Verma3 years
signed_OFF3Signed 24-bit values need sign expansion into 32 bits. Only PFR driver, only ...Alexei Podtelezhnikov3 years
slot-inflate* src/base/ftsynth.c (FT_GlyphSlot_AdjustWeight): New API.Alexei Podtelezhnikov13 months
truetype-mm* src/truetype/ttgload.c (TT_Load_Simple_Glyph): Triage memory leak.Alexei Podtelezhnikov13 months
unclamp* src/base/ftlcdfil.c (FT_SHIFTCLAMP): Cancel clamping. Alexei Podtelezhnikov17 months
unsigned-revisionsSignedness revisions.Alexei Podtelezhnikov3 years
update-zlib-sources[gzip] Update sources to zlib 1.2.11David Turner3 years
use-typo-metricstt_apply_mvar: apply typo deltas to current metricsNikolaus Waxweiler5 years
win-heap[builds/windows] Use native memory allocation API.Alexei Podtelezhnikov3 years
wl/colrImprove handling of color palettes.Werner Lemberg2 years
wl/meson-logging* meson.build: Support `FT_DEBUG_LOGGING` option.Werner Lemberg3 years