index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
dixfonts.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]