summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* XftDrawSrcPicture: Use XRenderCreateSolidFill when availableKeith Packard2014-10-223-29/+47
* Use FT_*_H macros instead of including <freetype/*.h>Julien Cristau2013-12-081-3/+3
* Dead code removalJeremy Huddleston2012-03-101-10/+0
* Fixup for 550b2f76401c2 which broke bold fontsMikael Magnusson2012-03-101-4/+0
* Fix undefined ftbit in XftFontLoadGlyphsJeremy Huddleston2011-10-241-0/+3
* Remove fontconfig and freetype ifdef-fu and instead require non-ancinet versi...Jeremy Huddleston2011-10-102-43/+1
* compiler noise cleanups related to subpixel LCD supportTom \"spot\" Callaway2011-10-101-7/+3
* Subpixel LCD text rendering improvementsTom \"spot\" Callaway2011-10-104-272/+415
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-09-284-7/+7
* constify some bitsRoss Burton2011-09-252-2/+2
* Strip trailing whitespaceAlan Coopersmith2011-09-1614-239/+239
* XftGlyphFontSpecCore: check to make sure glyphs are in rangeDerek Wang2011-02-131-0/+10
* XftDrawSrcPicture: fail if info->solidFormat is NULLJay Cotton2011-02-131-1/+1
* libXft: Fix variable assignment.Roberto Branciforti2011-01-181-1/+1
* Set libtool version-number automatically from package versionAlan Coopersmith2009-10-131-1/+1