| Commit message (Expand) | Author | Age | Files | Lines |
* | nxagent: use Xorg's callback mechanism for init/free of client privates | Ulrich Sibiller | 2020-05-07 | 1 | -4/+0 |
* | dix/dispatch.c: Fix copy/paste error from before git history in UpdateCurrent... | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
* | dix/dispatch.c: fix buggy callback invocation | Ulrich Sibiller | 2020-05-07 | 1 | -0/+5 |
* | (NX)property.c: harmonize function name | Ulrich Sibiller | 2020-05-07 | 1 | -1/+1 |
* | NXdixfonts.c: call dix version of SetDefaultFontPath | Ulrich Sibiller | 2020-05-07 | 1 | -2/+4 |
* | dix: also compile ffs.c | Ulrich Sibiller | 2020-05-07 | 1 | -0/+2 |
* | nxagent: remove now-obsolete own copies of ScreenSaver procs | Ulrich Sibiller | 2020-04-07 | 2 | -7/+0 |
* | CheckForEmptyMask does not need to declare int n twice | Ulrich Sibiller | 2020-01-10 | 1 | -1/+1 |
* | Remove the numVideoScreens xprintism. | Ulrich Sibiller | 2020-01-06 | 1 | -3/+0 |
* | nxagent: remove another xprint renmant | Ulrich Sibiller | 2020-01-06 | 3 | -30/+20 |
* | drop xprint remnants: xpstubs | Ulrich Sibiller | 2020-01-06 | 2 | -57/+0 |
* | NXproperty.c: simplify ChangeWindowProperty | Ulrich Sibiller | 2020-01-06 | 1 | -1/+7 |
* | xkbsrv.h: move extern XkbFreePrivates to central include file | Ulrich Sibiller | 2020-01-06 | 1 | -2/+0 |
* | 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 |