index
:
xorg/lib/libXft
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
Client side font rendering library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxft)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-18
Require xproto >= 7.0.22 for _X_UNUSED
HEAD
master
Alan Coopersmith
1
-1
/
+1
2024-08-18
Remove support for building with pre-C89 versions of C
Alan Coopersmith
1
-8
/
+0
2024-08-18
Remove support for building with pre-X11R7 versions of X
Alan Coopersmith
2
-15
/
+0
2024-08-15
fix potential buffer overrun in _XftGlyphDefault
Peter Harris
1
-1
/
+1
2024-04-06
issue 21: remove redundant/out-of-place prototype for XftNameUnparse
Thomas E. Dickey
1
-7
/
+0
2023-05-01
build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021
Thomas E. Dickey
1
-0
/
+4
2023-04-30
issue 19: Problem loading "SourceCodePro-Regular" font in Fedora
Thomas E. Dickey
1
-1
/
+1
2023-04-17
libXft 2.3.8
libXft-2.3.8
Matt Turner
1
-1
/
+1
2023-03-04
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-1
/
+2
2023-01-18
issue 18: Problems with rotated text (monospace font only)
Thomas E. Dickey
1
-1
/
+1
2022-11-27
issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels
Thomas E. Dickey
1
-2
/
+6
2022-11-20
add check for missing glyph in XftFontCheckGlyph()
Thomas E. Dickey
1
-1
/
+4
2022-11-15
libXft 2.3.7
libXft-2.3.7
Thomas E. Dickey
1
-1
/
+1
2022-11-14
libxft issue #16
Thomas E. Dickey
1
-1
/
+1
2022-11-13
fix compiler warning
Thomas E. Dickey
1
-2
/
+2
2022-11-12
libxft issue #15
Thomas E. Dickey
1
-2
/
+2
2022-09-25
stdint.h header is needed for SIZE_MAX
ericLemanissier
1
-0
/
+1
2022-09-10
libXft 2.3.6
libXft-2.3.6
Thomas E. Dickey
2
-3
/
+7
2022-09-07
fix gcc12 warning about malloc size
Thomas E. Dickey
1
-3
/
+8
2022-09-07
revised fix for gcc 12 compiler warnings in xftextent.c
Thomas E. Dickey
1
-5
/
+5
2022-09-07
Fix length check in XftTextExtents*.
Adam Sampson
1
-5
/
+5
2022-09-05
libXft 2.3.5
Thomas E. Dickey
2
-3
/
+9
2022-07-09
update copyright notice
Thomas E. Dickey
1
-12
/
+13
2022-07-09
add a null-pointer check
Thomas E. Dickey
1
-0
/
+2
2022-07-09
fix new gcc warnings
Thomas E. Dickey
2
-22
/
+25
2022-07-09
build-fix
Thomas E. Dickey
1
-3
/
+3
2022-07-09
merge changes by Christian Werner
Thomas E. Dickey
3
-139
/
+234
2022-07-09
cleanup new compiler warnings
Thomas E. Dickey
1
-14
/
+15
2022-07-09
build-fix for c89
Thomas E. Dickey
1
-2
/
+3
2022-07-09
Add support for BGRA glyphs display and scaling
Maxime Coste
4
-30
/
+293
2022-07-09
Introduce a _XftCompositeText helper function
Maxime Coste
1
-34
/
+49
2022-07-09
Introduce a _XftCompositeString helper function
Maxime Coste
1
-18
/
+43
2022-07-06
errata (cppcheck, clang --analyze, manpage credit)
Thomas E. Dickey
6
-13
/
+8
2022-07-06
document new features for glyph memory-tracking
Thomas E. Dickey
1
-1
/
+11
2022-07-06
improve glyph management by relinking to unload least-recently used glyphs
Thomas E. Dickey
1
-2
/
+34
2022-07-06
when tracking glyph memory usage, unload the oldest glyph rather than randomly
Thomas E. Dickey
1
-1
/
+12
2022-07-06
cppcheck/gcc-stricter warnings about printf-formats and operator precedence
Thomas E. Dickey
2
-13
/
+14
2022-07-06
fix delinkage of last glyph in font, improve debug-trace
Thomas E. Dickey
1
-7
/
+10
2022-07-06
add asserts (to help with debugging), update copyright notices
Thomas E. Dickey
3
-36
/
+43
2022-07-06
refactor _XftFontUncacheGlyph, separate the two types of loop for readability
Thomas E. Dickey
1
-19
/
+35
2022-07-06
validate linked-list updates with _XftValidateGlyphUsage
Thomas E. Dickey
3
-17
/
+92
2022-07-06
add option for tracking glyph memory-usage on a linked list
Thomas E. Dickey
6
-20
/
+91
2022-07-06
add "trackmemusage" property to use in improved _XftFontUncacheGlyph
Thomas E. Dickey
7
-27
/
+71
2022-07-06
reduce clutter with macros for allocating arrays
Thomas E. Dickey
4
-25
/
+31
2022-06-24
add debugging trace for XftDefaultSet()
Thomas E. Dickey
1
-0
/
+4
2022-06-13
add section of functions managing XftColor
Thomas E. Dickey
1
-18
/
+114
2022-06-11
add a section on the XFT_DEBUG environment variable
Thomas E. Dickey
1
-2
/
+47
2022-06-11
add a table of the "families" of functions
Thomas E. Dickey
1
-1
/
+22
2022-06-11
document XftGlyphFontSpecRender() and related functions.
Thomas E. Dickey
1
-1
/
+156
2022-06-11
reduce clutter for external data-types by documenting them one time
Thomas E. Dickey
1
-60
/
+53
[next]