summaryrefslogtreecommitdiff
path: root/dix/dixfonts.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-10dix: drop unnecessary check on HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult1-2/+0
2024-09-08dix: SetFontPath: don't set errorValue on SuccessAlan Coopersmith1-1/+2
2024-09-08dix: PolyText: fully initialize local_closureAlan Coopersmith1-12/+12
2024-06-23xace: typesafe hook function for XACE_SERVER_ACCESSEnrico Weigelt, metux IT consult1-4/+4
2024-04-15prevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult1-8/+8
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-1/+4
2024-04-15dix: unexport CopyGC()Enrico Weigelt, metux IT consult1-0/+1
2024-04-15os: unexport set_font_authorizations()Enrico Weigelt, metux IT consult1-0/+3
2022-08-29dix: Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith1-11/+11
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-1/+1
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