aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/dix
Commit message (Expand)AuthorAgeFilesLines
* nxagent: drop NXextension.cUlrich Sibiller2019-11-021-2/+2
* NXextension.c: use ProcListExtensions() from dixUlrich Sibiller2019-11-021-2/+0
* NXextension.c: use ProcQueryExtension() from dixUlrich Sibiller2019-11-021-1/+1
* NXevents.c: use XYToWindow from dixUlrich Sibiller2019-11-011-3/+12
* NXevents.c: call upstream ProcAllocEvents()Ulrich Sibiller2019-11-011-0/+4
* NXevents.c: call upstream DefineInitialRootWindow()Ulrich Sibiller2019-11-011-2/+4
* NXevents.c: call upstream version of ProcSendEvent()Ulrich Sibiller2019-11-011-2/+4
* NXevents.c: call upstream versions of (De)ActivatePointerGrab()Ulrich Sibiller2019-11-011-3/+10
* NXproperty.c: prevent deletion of NX_AGENT_VERSION propertyUlrich Sibiller2019-09-291-0/+2
* Update currentTime in dispatch loopUlrich Sibiller2019-09-291-0/+3
* 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