aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/dix
Commit message (Expand)AuthorAgeFilesLines
...
* For consistency, apply patch from previous commit (630a7c3) to the original X...Mike Gabriel2017-02-271-3/+31
* {dix/,hw/nxagent/NX}dixfont.{c,h}: Support using builtin-fonts. Makes depende...Mike Gabriel2017-02-271-0/+4
* Xserver/dix/main.c: ErrorF requires a string to end with an EOL char.Mike Gabriel2017-02-271-1/+1
* Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con...Mike Gabriel2017-02-262-8/+1
* dix: fix incomplete commitUlrich Sibiller2017-02-242-82/+5
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-2010-109/+109
* The smart scheduler is not optional.Mathieu BĂ©rard2017-02-152-19/+0
* dix: remove staggeringly broken vendor workaroundsDaniel Stone2017-02-081-8/+0
* drop platform support: unifdef sgi.Mike Gabriel2017-02-081-6/+0
* Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...Mike Gabriel2016-10-311-3/+0
* dix: fix cast from pointer to integerJulien Cristau2016-10-201-1/+1
* xserver: adapt xkbsrc includes syntax to match upstreamUlrich Sibiller2016-10-063-3/+3
* xserver: remove define XKB_IN_SERVERUlrich Sibiller2016-10-062-2/+0
* xserver: use own copy of XKBsrv.h headerUlrich Sibiller2016-10-063-3/+3
* 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