aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/dix
Commit message (Expand)AuthorAgeFilesLines
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-0626-58/+0
* Xserver/dix/events.c: Drop unused i variable from TryClientEvents.Ulrich Sibiller2016-07-061-1/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-0512-18/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-055-58/+58
* X.org 6.9 documentation files: Move into doc/_attic_/.Mike Gabriel2016-07-052-346/+0
* Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2016-07-052-9/+4
* Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2016-07-051-0/+3
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-043-646/+485
* nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead.Mike Gabriel2016-07-023-4/+4
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-0212-43/+43
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-0218-104/+104
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-0218-205/+205
* nxagent Xserver: Drop Kerberos code. Not used in nxagent.Mike Gabriel2016-07-013-31/+0
* hw/nxagent/NX*.c: Amend re-introduced nxagent warnings by fixing the correspo...Mike Gabriel2016-06-251-1/+1
* hw/nxagent/NXdixfonts.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-252-68/+24
* hw/nxagent/NXdispatch.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-252-3/+33
* hw/nxagent/NXproperty.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-252-2/+7
* hw/nxagent/NXevents.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-252-2/+11
* hw/nxagent/NXglyphcurs.c: Shrink file, drop duplicate code that can identical...Mike Gabriel2016-06-252-3/+4
* hw/nxagent/NXresource.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-252-2/+8
* Xserver/dix/window.c: Don't reintroduce build warnings with previous commit d...Mike Gabriel2016-06-251-14/+0
* hw/nxagent/NXwindow.c: Shrink file, drop duplicate code that can identically ...Mike Gabriel2016-06-252-5/+53
* hw/nxagent/NXextension.c: Shrink file, drop duplicate code that is indentical...Mike Gabriel2016-06-252-4/+14
* Xserver/dix/Imakefile: Serialize parameters and make Imakefile changes more t...Mike Gabriel2016-06-251-16/+66
* dix: remove caching of drawables and graphics contexts. The security checks s...Mike Gabriel2016-06-211-20/+0
* Xserver/dix/events.c: Don't declare and assign unused pScreen.Mike Gabriel2016-06-211-3/+0
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-216-56/+53
* Centralize declaration of ConnectionInfo.Mike Gabriel2016-06-212-1/+2
* Allow CloseDownProc to be NULL.Mike Gabriel2016-06-211-2/+3
* LBX: Drop all Xserver code blocks that relate to removed LBX extension.Mike Gabriel2016-06-017-234/+0
* XEVIE: Drop all Xserver code blocks that relate to removed XEVIE extension.Mike Gabriel2016-06-011-176/+0
* XAPPGROUP: Drop all Xserver code blocks that relate to removed XAPPGROUP exte...Mike Gabriel2016-06-012-74/+0
* Drop X11 extensions not shipped with recent X.Org server versions anymore:Mike Gabriel2016-06-011-8/+2
* nx-X11/programs/Xserver/{dix/{colormap.c,window.c},hw/nxagent/NXwindow.c,incl...Mihai Moldovan2016-05-252-0/+89
* hw/nxagent/NXdixfonts.c: Fix implicit declaration for register_fpe_functions().Mike Gabriel2016-05-021-0/+2
* Adapt API for MakeAtom() and CopyISOLatin1Lowered to latest changes in X.org.Mike Gabriel2016-05-022-2/+2
* Change region implementation names to eliminate the 'mi' prefixMike Gabriel2016-05-022-909/+73
* Move mi/miregion.c to dix/region.cKeith Packard2016-05-022-2/+2582
* pixman-devel: Build against shared library pkg-config(pixman-1).Mike Gabriel2016-05-021-1/+2
* Rename region macros to eliminate screen argumentMike Gabriel2016-05-023-93/+93
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-2822-57/+57
* On realloc failure, free font_path_string instead of leaking itMike Gabriel2015-12-281-4/+7
* Replace 'pointer' type with 'void *'Keith Packard2015-12-2815-149/+149
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-028-1/+47
* dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).Keith Packard2015-05-011-1/+1
* library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanupMike Gabriel2015-04-222-17/+2
* imake cleanup: Drop all references to XprtServer and BuildXprint*.Mike Gabriel2015-04-043-41/+1
* dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith2015-02-141-1/+3
* Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396] from xo...Mike DePaulo2015-02-141-0/+5
* Several fixes for building debug versions of NX (990_fix-DEBUG-and-TEST-build...Mihai Moldovan2015-02-131-1/+1