| Commit message (Expand) | Author | Age | Files | Lines |
* | NXwindow.c: use upstream function DeleteWindow() | Ulrich Sibiller | 2019-11-02 | 1 | -2/+0 |
* | NXwindow.c: call InitRootWindow from dix | Ulrich Sibiller | 2019-11-02 | 1 | -2/+4 |
* | NXwindow.c: drop own UnmapWindow() | Ulrich Sibiller | 2019-11-02 | 1 | -4/+0 |
* | NXwindow.c: call upstream version UnmapWindow() | Ulrich Sibiller | 2019-11-02 | 1 | -2/+4 |
* | NXdispatch.c: simplify InitClientPrivates() | Ulrich Sibiller | 2019-11-02 | 1 | -2/+4 |
* | NXdispatch.c: call upstream CloseDownClient() | Ulrich Sibiller | 2019-11-02 | 1 | -3/+5 |
* | NXdispatch.c: Simplify InitSelections() | Ulrich Sibiller | 2019-11-02 | 1 | -3/+5 |
* | nxagent: drop NXextension.c | Ulrich Sibiller | 2019-11-02 | 1 | -2/+2 |
* | NXextension.c: use ProcListExtensions() from dix | Ulrich Sibiller | 2019-11-02 | 1 | -2/+0 |
* | NXextension.c: use ProcQueryExtension() from dix | Ulrich Sibiller | 2019-11-02 | 1 | -1/+1 |
* | NXevents.c: use XYToWindow from dix | Ulrich Sibiller | 2019-11-01 | 1 | -3/+12 |
* | NXevents.c: call upstream ProcAllocEvents() | Ulrich Sibiller | 2019-11-01 | 1 | -0/+4 |
* | NXevents.c: call upstream DefineInitialRootWindow() | Ulrich Sibiller | 2019-11-01 | 1 | -2/+4 |
* | NXevents.c: call upstream version of ProcSendEvent() | Ulrich Sibiller | 2019-11-01 | 1 | -2/+4 |
* | NXevents.c: call upstream versions of (De)ActivatePointerGrab() | Ulrich Sibiller | 2019-11-01 | 1 | -3/+10 |
* | NXproperty.c: prevent deletion of NX_AGENT_VERSION property | Ulrich Sibiller | 2019-09-29 | 1 | -0/+2 |
* | Update currentTime in dispatch loop | Ulrich Sibiller | 2019-09-29 | 1 | -0/+3 |
* | nxagent: drop nxagentRootTileWindow | Ulrich Sibiller | 2019-08-27 | 1 | -2/+0 |
* | rework xkb device private handling | Ulrich Sibiller | 2019-06-22 | 1 | -0/+9 |
* | dix/dispatch: fix a small memory leak | Ulrich Sibiller | 2019-06-22 | 1 | -0/+3 |
* | CloseDevice: call XkbRemoveResourceClient before freeing key class struct | Ulrich Sibiller | 2019-06-19 | 1 | -5/+8 |
* | Remove the Must_have_memory hack. | Ulrich Sibiller | 2019-06-12 | 1 | -17/+8 |
* | NXdispatch.c: use upstream version of ProcSetSelectionOwner | Ulrich Sibiller | 2019-06-11 | 1 | -2/+0 |
* | Fix NXevents.c: Reactivate errornously commented function | Ulrich Sibiller | 2019-06-11 | 1 | -0/+4 |
* | dix: remove unused requestLogIndex | Ulrich Sibiller | 2019-05-29 | 1 | -9/+0 |
* | Fix uninitialized bytes | Ulrich Sibiller | 2018-12-18 | 1 | -1/+1 |
* | Fix some memory leaks. | Mario Trangoni | 2018-07-03 | 1 | -0/+1 |
* | dixfonts.c: use calloc for LFclosurePtr | Mike Gabriel | 2018-07-03 | 1 | -1/+1 |
* | dix/dixfonts.c: free() can handle NULL | Mike Gabriel | 2018-07-03 | 1 | -8/+6 |
* | ProcGetPointerMapping uses rep.nElts before it is initialized | Ulrich Sibiller | 2018-07-03 | 1 | -3/+6 |
* | Fix some valgrind findings | Ulrich Sibiller | 2018-07-03 | 1 | -10/+8 |
* | Do not reset lastDeviceEventTime when we do dixSaveScreens | Richard Hughes | 2018-07-03 | 1 | -2/+0 |
* | Lift dix to xorg-xserver-1.3.0.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 3 | -8/+4 |
* | Lift dix to xorg-xserver-1.3.0.0 state | Ulrich Sibiller | 2018-02-26 | 11 | -71/+164 |
* | Lift dix to xorg-xserver-7.1/1.1.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 3 | -1/+24 |
* | Lift dix to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-26 | 5 | -8/+47 |
* | Xext: lift DPMS extension to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 1 | -6/+0 |
* | Xext: lift screensaver extension to XORG-7_1 state | Ulrich Sibiller | 2018-02-07 | 2 | -1/+5 |
* | reduce usage of uninitialised bytes | Ulrich Sibiller | 2017-12-28 | 4 | -52/+43 |
* | Support building with legacy (pre-1.4.2) libXfont(1) versions. | Mihai Moldovan | 2017-12-16 | 1 | -0/+6 |
* | DIX: XKB: Set xkbInfo to NULL as well as freeing it | Daniel Stone | 2017-12-07 | 1 | -0/+1 |
* | Clearing comments from $XFree86$ (et al.) header lines. | Mike Gabriel | 2017-04-19 | 1 | -1/+0 |
* | Regression fix for added libXfont2 API support: | Mike Gabriel | 2017-04-10 | 1 | -3/+1 |
* | Add CreatePixmap allocation hints. | Aaron Plattner | 2017-04-10 | 5 | -6/+7 |
* | Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ... | Mike Gabriel | 2017-04-10 | 4 | -3/+389 |
* | SetFontPath: set client->errorValue on failure. | Jamey Sharp | 2017-04-10 | 3 | -10/+6 |
* | dix: pass a valid ClientPtr to SetFontPath in all cases. | Eamon Walsh | 2017-04-10 | 1 | -1/+1 |
* | dix: Move InitFonts up above screen initialization | Mike Gabriel | 2017-04-10 | 2 | -2/+3 |
* | Revert "regression fix for 52872a0: Keep index parameter in AddScreen() for n... | Mike Gabriel | 2017-04-10 | 1 | -3/+2 |
* | xserver: remove index from CloseScreen (API/ABI breakage) | Dave Airlie | 2017-04-10 | 1 | -1/+1 |