summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021HEADmasterThomas E. Dickey2023-05-011-0/+4
* issue 19: Problem loading "SourceCodePro-Regular" font in FedoraThomas E. Dickey2023-04-301-1/+1
* libXft 2.3.8libXft-2.3.8Matt Turner2023-04-171-1/+1
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-03-041-1/+2
* issue 18: Problems with rotated text (monospace font only)Thomas E. Dickey2023-01-181-1/+1
* issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixelsThomas E. Dickey2022-11-271-2/+6
* add check for missing glyph in XftFontCheckGlyph()Thomas E. Dickey2022-11-201-1/+4
* libXft 2.3.7libXft-2.3.7Thomas E. Dickey2022-11-151-1/+1
* libxft issue #16Thomas E. Dickey2022-11-141-1/+1
* fix compiler warningThomas E. Dickey2022-11-131-2/+2
* libxft issue #15Thomas E. Dickey2022-11-121-2/+2
* stdint.h header is needed for SIZE_MAXericLemanissier2022-09-251-0/+1
* libXft 2.3.6libXft-2.3.6Thomas E. Dickey2022-09-102-3/+7
* fix gcc12 warning about malloc sizeThomas E. Dickey2022-09-071-3/+8
* revised fix for gcc 12 compiler warnings in xftextent.cThomas E. Dickey2022-09-071-5/+5
* Fix length check in XftTextExtents*.Adam Sampson2022-09-071-5/+5
* libXft 2.3.5libXft-2.3.5Thomas E. Dickey2022-09-052-3/+9
* update copyright noticeThomas E. Dickey2022-07-091-12/+13
* add a null-pointer checkThomas E. Dickey2022-07-091-0/+2
* fix new gcc warningsThomas E. Dickey2022-07-092-22/+25
* build-fixThomas E. Dickey2022-07-091-3/+3
* merge changes by Christian WernerThomas E. Dickey2022-07-093-139/+234
* cleanup new compiler warningsThomas E. Dickey2022-07-091-14/+15
* build-fix for c89Thomas E. Dickey2022-07-091-2/+3
* Add support for BGRA glyphs display and scalingMaxime Coste2022-07-094-30/+293
* Introduce a _XftCompositeText helper functionMaxime Coste2022-07-091-34/+49
* Introduce a _XftCompositeString helper functionMaxime Coste2022-07-091-18/+43
* errata (cppcheck, clang --analyze, manpage credit)Thomas E. Dickey2022-07-066-13/+8
* document new features for glyph memory-trackingThomas E. Dickey2022-07-061-1/+11
* improve glyph management by relinking to unload least-recently used glyphsThomas E. Dickey2022-07-061-2/+34
* when tracking glyph memory usage, unload the oldest glyph rather than randomlyThomas E. Dickey2022-07-061-1/+12
* cppcheck/gcc-stricter warnings about printf-formats and operator precedenceThomas E. Dickey2022-07-062-13/+14
* fix delinkage of last glyph in font, improve debug-traceThomas E. Dickey2022-07-061-7/+10
* add asserts (to help with debugging), update copyright noticesThomas E. Dickey2022-07-063-36/+43
* refactor _XftFontUncacheGlyph, separate the two types of loop for readabilityThomas E. Dickey2022-07-061-19/+35
* validate linked-list updates with _XftValidateGlyphUsageThomas E. Dickey2022-07-063-17/+92
* add option for tracking glyph memory-usage on a linked listThomas E. Dickey2022-07-066-20/+91
* add "trackmemusage" property to use in improved _XftFontUncacheGlyphThomas E. Dickey2022-07-067-27/+71
* reduce clutter with macros for allocating arraysThomas E. Dickey2022-07-064-25/+31
* add debugging trace for XftDefaultSet()Thomas E. Dickey2022-06-241-0/+4
* add section of functions managing XftColorThomas E. Dickey2022-06-131-18/+114
* add a section on the XFT_DEBUG environment variableThomas E. Dickey2022-06-111-2/+47
* add a table of the "families" of functionsThomas E. Dickey2022-06-111-1/+22
* document XftGlyphFontSpecRender() and related functions.Thomas E. Dickey2022-06-111-1/+156
* reduce clutter for external data-types by documenting them one timeThomas E. Dickey2022-06-111-60/+53
* document the clipping-functionsThomas E. Dickey2022-06-111-33/+204
* add section on manipulating font dataThomas E. Dickey2022-06-111-4/+105
* add section on manipulating font patternsThomas E. Dickey2022-06-111-4/+58
* remove remaining internal prototypes for obsolete xftcompat.cThomas E. Dickey2022-06-111-34/+0
* move prototype for XftNameUnparse to Xft.hThomas E. Dickey2022-06-112-1/+3