summaryrefslogtreecommitdiff
path: root/dix/dixfonts.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-08dix: Fix a warning about GetTimeInMillis return value in XFont2.Eric Anholt1-1/+6
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-4/+3
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-130/+193
2015-12-01dix: Move InitFonts up above screen initializationKeith Packard1-0/+2
2015-10-19fonts: Continue when font calls return Suspended more than onceKeith Packard1-21/+0
2015-07-08dix: Unexport various implementation detailsAdam Jackson1-6/+6
2015-04-21Convert dix/* to new *allocarray functionsAlan Coopersmith1-10/+8
2014-11-12Drop trailing whitespacesPeter Hutterer1-3/+3
2014-04-21dixfonts: Turn a missing directory ErrorF into a DebugFJasper St. Pierre1-1/+1
2014-01-29On realloc failure, free font_path_string instead of leaking itAlan Coopersmith1-3/+6
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-25/+25
2014-01-12Clean up warnings in DIXKeith Packard1-14/+17
2013-10-14Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396]Alan Coopersmith1-0/+5
2012-11-05dix: fix redundant redeclaration warnings in dixfontYaakov Selkowitz1-0/+9
2012-07-09Use C99 designated initializers in dix RepliesAlan Coopersmith1-10/+12
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-2/+2
2012-07-02Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linkingAlan Coopersmith1-0/+9
2012-03-21Introduce a consistent coding styleKeith Packard1-1248/+1157
2011-10-04dixfonts: Don't overwrite local c variable until new_closure is safely initia...Alan Hourihane1-15/+15
2011-04-04dix: fix memory leak in SetDefaultFontPathTiago Vignatti1-1/+3
2011-04-04dix: remove unused macroTiago Vignatti1-2/+0
2011-04-04dix: remove unused debug codeTiago Vignatti1-12/+0
2010-12-20fonts: Fix typo in async ListFonts logicAdam Jackson1-1/+1
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-1/+3
2010-09-13dixfonts: Deobfuscate GC ops calls.Jamey Sharp1-33/+21
2010-08-09fonts: Fix refcounting for asynchronous font operations (#3040)Adam Jackson1-53/+48
2010-06-24dix: use one single function to register fpe fontsTiago Vignatti1-3/+1
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-8/+6
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-05-21doPolyText: forget about FontChange's XID after looking up pFont.Jamey Sharp1-4/+2
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-1/+0
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-4/+4
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-5/+9
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-4/+4
2010-05-12doPolyText needs UseAccess to each font, not ReadAccess.Jamey Sharp1-1/+1
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp1-3/+4
2010-05-13Use lowercase variant of XNFalloc and XstrdupMikhail Gusarov1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-74/+74
2010-03-22New header for XF86Bigfont server functionsYaakov Selkowitz1-2/+1
2009-09-30dix: Fix potential memory corruption in doListFontsWithInfo.Kim Woelders1-1/+1
2009-09-16dix: append "built-ins" to the font path in SetDefaultFontPathRémi Cardona1-2/+25
2009-07-14dix: switch to byte-counting functions.Peter Hutterer1-6/+6
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-29/+32
2009-03-03dix: fix two compiler warnings (old-style function definition).Peter Hutterer1-2/+2
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-0/+2
2009-02-13dix: Remove includes which are not actually used directlyBenjamin Close1-4/+0
2009-01-22Remove a bunch of useless casts.Adam Jackson1-25/+21
2009-01-07Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade1-3/+0