aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/dix
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized bytesUlrich Sibiller2018-12-181-1/+1
* Fix some memory leaks.Mario Trangoni2018-07-031-0/+1
* dixfonts.c: use calloc for LFclosurePtrMike Gabriel2018-07-031-1/+1
* dix/dixfonts.c: free() can handle NULLMike Gabriel2018-07-031-8/+6
* ProcGetPointerMapping uses rep.nElts before it is initializedUlrich Sibiller2018-07-031-3/+6
* Fix some valgrind findingsUlrich Sibiller2018-07-031-10/+8
* Do not reset lastDeviceEventTime when we do dixSaveScreensRichard Hughes2018-07-031-2/+0
* Lift dix to xorg-xserver-1.3.0.0 state - non-functional changes onlyUlrich Sibiller2018-02-263-8/+4
* Lift dix to xorg-xserver-1.3.0.0 stateUlrich Sibiller2018-02-2611-71/+164
* Lift dix to xorg-xserver-7.1/1.1.0 state - non-functional changes onlyUlrich Sibiller2018-02-263-1/+24
* Lift dix to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-265-8/+47
* Xext: lift DPMS extension to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-6/+0
* Xext: lift screensaver extension to XORG-7_1 stateUlrich Sibiller2018-02-072-1/+5
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-284-52/+43
* Support building with legacy (pre-1.4.2) libXfont(1) versions.Mihai Moldovan2017-12-161-0/+6
* DIX: XKB: Set xkbInfo to NULL as well as freeing itDaniel Stone2017-12-071-0/+1
* Clearing comments from $XFree86$ (et al.) header lines.Mike Gabriel2017-04-191-1/+0
* Regression fix for added libXfont2 API support:Mike Gabriel2017-04-101-3/+1
* Add CreatePixmap allocation hints.Aaron Plattner2017-04-105-6/+7
* Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...Mike Gabriel2017-04-104-3/+389
* SetFontPath: set client->errorValue on failure.Jamey Sharp2017-04-103-10/+6
* dix: pass a valid ClientPtr to SetFontPath in all cases.Eamon Walsh2017-04-101-1/+1
* dix: Move InitFonts up above screen initializationMike Gabriel2017-04-102-2/+3
* Revert "regression fix for 52872a0: Keep index parameter in AddScreen() for n...Mike Gabriel2017-04-101-3/+2
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-101-1/+1
* regression fix for 52872a0: Keep index parameter in AddScreen() for now. Requ...Mike Gabriel2017-03-271-2/+3
* dix: Remove insane BC hacksMike Gabriel2017-03-241-12/+1
* Move AddScreen() comment where it actually belongs. Should be done in X.org, ...Mike Gabriel2017-03-241-0/+7
* dix: Move AddScreen() over into dispatch.c and introduce init_screen()Mike Gabriel2017-03-242-215/+214
* Handle -displayfd and an explicit display number sensiblyJon TURNEY2017-03-211-1/+2
* os: Add -displayfd optionChase Douglas2017-03-211-0/+1
* Move SIGUSR1 notification as late as possible.Adam Jackson2017-03-211-0/+2
* dix: Extend initial connection handshake for forwarding proxiesAdam Jackson2017-03-211-3/+9
* os: Add facilities for client ID tracking.Rami Ylimäki2017-03-212-0/+13
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-211-5/+11
* dix/os: Merge priority computation into SmartScheduleClientKeith Packard2017-03-211-11/+14
* dix: Fix compiler warningUlrich Sibiller2017-03-101-1/+2
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-039-76/+76
* misc nx-X11/programs/Xserver/{composite,dix,randr}/: switch to using realloca...Mihai Moldovan2017-03-031-9/+0
* Fix "uninitialised byte(s)" complaints from valgrindUlrich Sibiller2017-03-024-20/+29
* Xserver/dix/atom.c (et al.): Constify atom name strings.Mike Gabriel2017-03-022-8/+7
* dix: use one single function to register fpe fontsTiago Vignatti2017-02-271-4/+0
* 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