summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-10libXft 2.3.6libXft-2.3.6Thomas E. Dickey2-3/+7
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-09-05libXft 2.3.5Thomas E. Dickey2-3/+9
2022-07-09update copyright noticeThomas E. Dickey1-12/+13
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. Dickey6-13/+8
2022-07-06document new features for glyph memory-trackingThomas E. Dickey1-1/+11
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. Dickey7-27/+71
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-13add section of functions managing XftColorThomas E. Dickey1-18/+114
2022-06-11add a section on the XFT_DEBUG environment variableThomas E. Dickey1-2/+47
2022-06-11add a table of the "families" of functionsThomas E. Dickey1-1/+22
2022-06-11document XftGlyphFontSpecRender() and related functions.Thomas E. Dickey1-1/+156
2022-06-11reduce clutter for external data-types by documenting them one timeThomas E. Dickey1-60/+53
2022-06-11document the clipping-functionsThomas E. Dickey1-33/+204
2022-06-11add section on manipulating font dataThomas E. Dickey1-4/+105
2022-06-11add section on manipulating font patternsThomas E. Dickey1-4/+58
2022-06-11remove remaining internal prototypes for obsolete xftcompat.cThomas E. Dickey1-34/+0
2022-06-11move prototype for XftNameUnparse to Xft.hThomas E. Dickey2-1/+3
2022-06-11document XftFontOpenXlfd and XftXlfdParseThomas E. Dickey1-2/+69
2022-06-11add overview for text-extents sectionThomas E. Dickey1-3/+19
2022-06-11change data-types to subsections to help with readabilityThomas E. Dickey1-41/+29
2022-06-11consistently bold "Xft"Thomas E. Dickey1-25/+63
2022-06-11initial draft of initialization-functions documentationThomas E. Dickey1-16/+186
2022-06-11amend rule for creating manpage aliasesThomas E. Dickey1-1/+1
2022-06-11cleanup manpage commentsThomas E. Dickey1-26/+41
2022-06-11install man-aliases for all of the exported symbolsThomas E. Dickey2-3/+93
2022-06-11corrected prototypes in manpage, matching Xft.hThomas E. Dickey1-14/+14
2022-06-11reuse macros from Xcursor.man to fix ragged layout of typedefs and prototypesThomas E. Dickey1-193/+240
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