summaryrefslogtreecommitdiff
path: root/src/xftglyphs.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18issue 18: Problems with rotated text (monospace font only)Thomas E. Dickey1-1/+1
2022-11-27issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixelsThomas E. Dickey1-2/+6
2022-11-20add check for missing glyph in XftFontCheckGlyph()Thomas E. Dickey1-1/+4
2022-11-13fix compiler warningThomas E. Dickey1-2/+2
2022-11-12libxft issue #15Thomas E. Dickey1-2/+2
2022-07-09fix new gcc warningsThomas E. Dickey1-18/+20
2022-07-09build-fixThomas E. Dickey1-3/+3
2022-07-09merge changes by Christian WernerThomas E. Dickey1-126/+207
2022-07-09cleanup new compiler warningsThomas E. Dickey1-14/+15
2022-07-09build-fix for c89Thomas E. Dickey1-2/+3
2022-07-09Add support for BGRA glyphs display and scalingMaxime Coste1-15/+219
2022-07-06errata (cppcheck, clang --analyze, manpage credit)Thomas E. Dickey1-5/+0
2022-07-06improve glyph management by relinking to unload least-recently used glyphsThomas E. Dickey1-2/+34
2022-07-06when tracking glyph memory usage, unload the oldest glyph rather than randomlyThomas E. Dickey1-1/+12
2022-07-06cppcheck/gcc-stricter warnings about printf-formats and operator precedenceThomas E. Dickey1-9/+10
2022-07-06fix delinkage of last glyph in font, improve debug-traceThomas E. Dickey1-7/+10
2022-07-06add asserts (to help with debugging), update copyright noticesThomas E. Dickey1-12/+16
2022-07-06refactor _XftFontUncacheGlyph, separate the two types of loop for readabilityThomas E. Dickey1-19/+35
2022-07-06validate linked-list updates with _XftValidateGlyphUsageThomas E. Dickey1-16/+90
2022-07-06add option for tracking glyph memory-usage on a linked listThomas E. Dickey1-3/+67
2022-07-06add "trackmemusage" property to use in improved _XftFontUncacheGlyphThomas E. Dickey1-4/+4
2022-06-03quiet warnings with castsThomas E. Dickey1-2/+2
2022-06-03promote font->num_glyphs to FT_UInt or Glyph to fix warningsThomas E. Dickey1-3/+3
2022-06-03quiet unused-parameter warnings with _X_UNUSEDThomas E. Dickey1-3/+3
2020-04-01build-fix for c89Thomas E. Dickey1-2/+2
2020-04-01fix most type-conversion warnings from gcc-normal, without object-file changesThomas E. Dickey1-45/+45
2013-12-08Use FT_*_H macros instead of including <freetype/*.h>Julien Cristau1-3/+3
2012-03-10Fixup for 550b2f76401c2 which broke bold fontsMikael Magnusson1-4/+0
2011-10-24Fix undefined ftbit in XftFontLoadGlyphsJeremy Huddleston1-0/+3
2011-10-10compiler noise cleanups related to subpixel LCD supportTom \"spot\" Callaway1-7/+3
2011-10-10Subpixel LCD text rendering improvementsTom \"spot\" Callaway1-272/+387
2011-09-25constify some bitsRoss Burton1-1/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith1-26/+26
2009-01-29Janitor: Correct make distcheck and sparse warnings.Paulo Cesar Pereira de Andrade1-4/+4
2008-10-25Header cleanup (bug#4703)Erik Andren1-0/+4
2008-03-09nuke RCS IdsMatthieu Herrb1-2/+0
2006-06-03Bug #4711: Don't export unnecessary symbols. (Alan Coopersmith). Bump toxft-2_1_9Daniel Stone1-7/+7
2005-06-24Sync with Xft from xlibs CVS (2.1.7 plus man page updates from BrandenXORG-6_8_99_13Alan Coopersmith1-8/+12
2004-04-23Merging XORG-CURRENT into trunkXORG-6_7_99_1XACE-SELINUX-MERGEEgbert Eich1-11/+19
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley1-2/+3
2003-11-14Initial revisionXORG-STABLEKaleb Keithley1-0/+812