summaryrefslogtreecommitdiff
path: root/src
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
* 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 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
* 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
* 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-065-13/+6
* 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-066-27/+70
* 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
* remove remaining internal prototypes for obsolete xftcompat.cThomas E. Dickey2022-06-111-34/+0
* move prototype for XftNameUnparse to Xft.hThomas E. Dickey2022-06-111-1/+0
* fix warnings by gcc 11; check if length <= zeroThomas E. Dickey2022-06-033-0/+66
* formatting fix, for clarity (no object change)Thomas E. Dickey2022-06-031-13/+23
* quiet compiler warning with castThomas E. Dickey2022-06-031-1/+1
* quiet compiler warning with castThomas E. Dickey2022-06-031-1/+1
* change the internal memory-allocator to use size_tThomas E. Dickey2022-06-033-19/+22
* quiet warnings with castsThomas E. Dickey2022-06-033-5/+5
* promote font->num_glyphs to FT_UInt or Glyph to fix warningsThomas E. Dickey2022-06-034-18/+18
* fix missing-initializer warningThomas E. Dickey2022-06-031-4/+4
* cleanup warnings about discarding constThomas E. Dickey2022-06-036-12/+12
* quiet unused-parameter warnings with _X_UNUSEDThomas E. Dickey2022-06-039-18/+18
* Fix spelling/wording issuesAlan Coopersmith2022-06-032-7/+7
* Remove call to FcNameRegisterObjectTypesno-custom-typesKeith Packard2020-04-033-25/+0
* Skip 'render' pattern elements with invalid typeKeith Packard2020-04-031-0/+9
* build-fix for c89Thomas E. Dickey2020-04-011-2/+2
* fix most type-conversion warnings from gcc-normal, without object-file changesThomas E. Dickey2020-04-018-175/+175