index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
dixfonts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
dix: drop unnecessary check on HAVE_DIX_CONFIG_H
Enrico Weigelt, metux IT consult
1
-2
/
+0
2024-09-08
dix: SetFontPath: don't set errorValue on Success
Alan Coopersmith
1
-1
/
+2
2024-09-08
dix: PolyText: fully initialize local_closure
Alan Coopersmith
1
-12
/
+12
2024-06-23
xace: typesafe hook function for XACE_SERVER_ACCESS
Enrico Weigelt, metux IT consult
1
-4
/
+4
2024-04-15
prevent name clash on Windows w/ RT_* defines
Enrico Weigelt, metux IT consult
1
-8
/
+8
2024-04-15
dix: unexport some lookup functions
Enrico Weigelt, metux IT consult
1
-1
/
+4
2024-04-15
dix: unexport CopyGC()
Enrico Weigelt, metux IT consult
1
-0
/
+1
2024-04-15
os: unexport set_font_authorizations()
Enrico Weigelt, metux IT consult
1
-0
/
+3
2022-08-29
dix: Use memcpy() instead of memmove() when buffers are known not to overlap
Alan Coopersmith
1
-11
/
+11
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
1
-1
/
+1
2018-05-08
dix: Fix a warning about GetTimeInMillis return value in XFont2.
Eric Anholt
1
-1
/
+6
2016-07-18
Remove fd_set from Block/Wakeup handler API
Keith Packard
1
-4
/
+3
2016-07-18
dix: Switch to the libXfont2 API (v2)
Keith Packard
1
-130
/
+193
2015-12-01
dix: Move InitFonts up above screen initialization
Keith Packard
1
-0
/
+2
2015-10-19
fonts: Continue when font calls return Suspended more than once
Keith Packard
1
-21
/
+0
2015-07-08
dix: Unexport various implementation details
Adam Jackson
1
-6
/
+6
2015-04-21
Convert dix/* to new *allocarray functions
Alan Coopersmith
1
-10
/
+8
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-3
/
+3
2014-04-21
dixfonts: Turn a missing directory ErrorF into a DebugF
Jasper St. Pierre
1
-1
/
+1
2014-01-29
On realloc failure, free font_path_string instead of leaking it
Alan Coopersmith
1
-3
/
+6
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-25
/
+25
2014-01-12
Clean up warnings in DIX
Keith Packard
1
-14
/
+17
2013-10-14
Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396]
Alan Coopersmith
1
-0
/
+5
2012-11-05
dix: fix redundant redeclaration warnings in dixfont
Yaakov Selkowitz
1
-0
/
+9
2012-07-09
Use C99 designated initializers in dix Replies
Alan Coopersmith
1
-10
/
+12
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-2
/
+2
2012-07-02
Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linking
Alan Coopersmith
1
-0
/
+9
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1248
/
+1157
2011-10-04
dixfonts: Don't overwrite local c variable until new_closure is safely initia...
Alan Hourihane
1
-15
/
+15
2011-04-04
dix: fix memory leak in SetDefaultFontPath
Tiago Vignatti
1
-1
/
+3
2011-04-04
dix: remove unused macro
Tiago Vignatti
1
-2
/
+0
2011-04-04
dix: remove unused debug code
Tiago Vignatti
1
-12
/
+0
2010-12-20
fonts: Fix typo in async ListFonts logic
Adam Jackson
1
-1
/
+1
2010-12-07
Convert existing Xprintf style calls to asprintf style
Alan Coopersmith
1
-1
/
+3
2010-09-13
dixfonts: Deobfuscate GC ops calls.
Jamey Sharp
1
-33
/
+21
2010-08-09
fonts: Fix refcounting for asynchronous font operations (#3040)
Adam Jackson
1
-53
/
+48
2010-06-24
dix: use one single function to register fpe fonts
Tiago Vignatti
1
-3
/
+1
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-1
/
+1
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-2
/
+2
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-8
/
+6
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-1
/
+1
2010-05-21
doPolyText: forget about FontChange's XID after looking up pFont.
Jamey Sharp
1
-4
/
+2
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-1
/
+0
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-4
/
+4
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-5
/
+9
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-4
/
+4
2010-05-12
doPolyText needs UseAccess to each font, not ReadAccess.
Jamey Sharp
1
-1
/
+1
2010-05-12
SetFontPath: set client->errorValue on failure.
Jamey Sharp
1
-3
/
+4
2010-05-13
Use lowercase variant of XNFalloc and Xstrdup
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-74
/
+74
[next]