summaryrefslogtreecommitdiff
path: root/dix/dixfonts.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce 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
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-29/+29
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-19/+19
2008-11-27Export symbols also defined in libXfont.Paulo Cesar Pereira de Andrade1-10/+10
2008-10-26Ansify declaration of FontToXError()Julien Cristau1-2/+1
2008-07-17Remove duplicate load of freetype font renderer.Jie Luo1-1/+0
2008-07-16Remove loadable font renderer support.Adam Jackson1-13/+14
2008-07-16Remove the numVideoScreens xprintism.Adam Jackson1-12/+3
2008-06-24Remove NOFONTSERVERACCESS macroTiago Vignatti1-2/+0
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-31/+27
2008-05-12X n'est pas une print API.Adam Jackson1-30/+20
2008-05-09Return a valid X error when stuck in font alias loopAlan Coopersmith1-1/+7
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-4/+4
2008-02-14Silence the harmless FreeFontPath error message.Adam Jackson1-3/+0
2008-02-14requestingClient is an xprintism, hide it for other servers.Adam Jackson1-1/+4
2008-01-26Merge branch 'master' into mpxPeter Hutterer1-0/+7
2008-01-17Fix for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb1-0/+7