aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/dix
Commit message (Expand)AuthorAgeFilesLines
* nxagent: drop nxagentRootTileWindowUlrich Sibiller2019-08-271-2/+0
* rework xkb device private handlingUlrich Sibiller2019-06-221-0/+9
* dix/dispatch: fix a small memory leakUlrich Sibiller2019-06-221-0/+3
* CloseDevice: call XkbRemoveResourceClient before freeing key class structUlrich Sibiller2019-06-191-5/+8
* Remove the Must_have_memory hack.Ulrich Sibiller2019-06-121-17/+8
* NXdispatch.c: use upstream version of ProcSetSelectionOwnerUlrich Sibiller2019-06-111-2/+0
* Fix NXevents.c: Reactivate errornously commented functionUlrich Sibiller2019-06-111-0/+4
* dix: remove unused requestLogIndexUlrich Sibiller2019-05-291-9/+0
* 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