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
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
2010-03-22
New header for XF86Bigfont server functions
Yaakov Selkowitz
1
-2
/
+1
2009-09-30
dix: Fix potential memory corruption in doListFontsWithInfo.
Kim Woelders
1
-1
/
+1
2009-09-16
dix: append "built-ins" to the font path in SetDefaultFontPath
Rémi Cardona
1
-2
/
+25
2009-07-14
dix: switch to byte-counting functions.
Peter Hutterer
1
-6
/
+6
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-29
/
+32
2009-03-03
dix: fix two compiler warnings (old-style function definition).
Peter Hutterer
1
-2
/
+2
2009-02-16
xserver: Avoid sending uninitialized padding data over the network
Peter Åstrand
1
-0
/
+2
2009-02-13
dix: Remove includes which are not actually used directly
Benjamin Close
1
-4
/
+0
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-25
/
+21
2009-01-07
Default to use standard bitmap fonts, with builtins as fallback
Paulo Cesar Pereira de Andrade
1
-3
/
+0
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-29
/
+29
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-19
/
+19
2008-11-27
Export symbols also defined in libXfont.
Paulo Cesar Pereira de Andrade
1
-10
/
+10
2008-10-26
Ansify declaration of FontToXError()
Julien Cristau
1
-2
/
+1
2008-07-17
Remove duplicate load of freetype font renderer.
Jie Luo
1
-1
/
+0
2008-07-16
Remove loadable font renderer support.
Adam Jackson
1
-13
/
+14
2008-07-16
Remove the numVideoScreens xprintism.
Adam Jackson
1
-12
/
+3
2008-06-24
Remove NOFONTSERVERACCESS macro
Tiago Vignatti
1
-2
/
+0
2008-05-20
Merge branch 'master' into mpx
Peter Hutterer
1
-31
/
+27
2008-05-12
X n'est pas une print API.
Adam Jackson
1
-30
/
+20
2008-05-09
Return a valid X error when stuck in font alias loop
Alan Coopersmith
1
-1
/
+7
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-4
/
+4
2008-02-14
Silence the harmless FreeFontPath error message.
Adam Jackson
1
-3
/
+0
2008-02-14
requestingClient is an xprintism, hide it for other servers.
Adam Jackson
1
-1
/
+4
2008-01-26
Merge branch 'master' into mpx
Peter Hutterer
1
-0
/
+7
2008-01-17
Fix for CVE-2008-0006 - PCF Font parser buffer overflow.
Matthieu Herrb
1
-0
/
+7
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-5
/
+21
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-4
/
+4
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-4
/
+4
2007-11-05
DIX: Remove usage of alloca
Daniel Stone
1
-4
/
+4
2007-09-26
dix: unify ErrorFs. prepend all with [dix].
Peter Hutterer
1
-4
/
+4
2007-08-16
xace: add hooks + new access codes: core protocol server requests
Eamon Walsh
1
-5
/
+21
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-2
/
+2
[next]