summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-05-01build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021Thomas E. Dickey1-0/+4
2023-04-30issue 19: Problem loading "SourceCodePro-Regular" font in FedoraThomas E. Dickey1-1/+1
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-14libxft issue #16Thomas E. Dickey1-1/+1
2022-11-13fix compiler warningThomas E. Dickey1-2/+2
2022-11-12libxft issue #15Thomas E. Dickey1-2/+2
2022-09-25stdint.h header is needed for SIZE_MAXericLemanissier1-0/+1
2022-09-07fix gcc12 warning about malloc sizeThomas E. Dickey1-3/+8
2022-09-07revised fix for gcc 12 compiler warnings in xftextent.cThomas E. Dickey1-5/+5
2022-09-07Fix length check in XftTextExtents*.Adam Sampson1-5/+5
2022-07-09add a null-pointer checkThomas E. Dickey1-0/+2
2022-07-09fix new gcc warningsThomas E. Dickey2-22/+25
2022-07-09build-fixThomas E. Dickey1-3/+3
2022-07-09merge changes by Christian WernerThomas E. Dickey3-139/+234
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 Coste4-30/+293
2022-07-09Introduce a _XftCompositeText helper functionMaxime Coste1-34/+49
2022-07-09Introduce a _XftCompositeString helper functionMaxime Coste1-18/+43
2022-07-06errata (cppcheck, clang --analyze, manpage credit)Thomas E. Dickey5-13/+6
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. Dickey2-13/+14
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. Dickey3-36/+43
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. Dickey3-17/+92
2022-07-06add option for tracking glyph memory-usage on a linked listThomas E. Dickey6-20/+91
2022-07-06add "trackmemusage" property to use in improved _XftFontUncacheGlyphThomas E. Dickey6-27/+70
2022-07-06reduce clutter with macros for allocating arraysThomas E. Dickey4-25/+31
2022-06-24add debugging trace for XftDefaultSet()Thomas E. Dickey1-0/+4
2022-06-11remove remaining internal prototypes for obsolete xftcompat.cThomas E. Dickey1-34/+0
2022-06-11move prototype for XftNameUnparse to Xft.hThomas E. Dickey1-1/+0
2022-06-03fix warnings by gcc 11; check if length <= zeroThomas E. Dickey3-0/+66
2022-06-03formatting fix, for clarity (no object change)Thomas E. Dickey1-13/+23
2022-06-03quiet compiler warning with castThomas E. Dickey1-1/+1
2022-06-03quiet compiler warning with castThomas E. Dickey1-1/+1
2022-06-03change the internal memory-allocator to use size_tThomas E. Dickey3-19/+22
2022-06-03quiet warnings with castsThomas E. Dickey3-5/+5
2022-06-03promote font->num_glyphs to FT_UInt or Glyph to fix warningsThomas E. Dickey4-18/+18
2022-06-03fix missing-initializer warningThomas E. Dickey1-4/+4
2022-06-03cleanup warnings about discarding constThomas E. Dickey6-12/+12
2022-06-03quiet unused-parameter warnings with _X_UNUSEDThomas E. Dickey9-18/+18
2022-06-03Fix spelling/wording issuesAlan Coopersmith2-7/+7
2020-04-03Remove call to FcNameRegisterObjectTypesKeith Packard3-25/+0
2020-04-03Skip 'render' pattern elements with invalid typeKeith Packard1-0/+9
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. Dickey8-175/+175