Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | os: replace LogVWrite() by LogVMessageVerb() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-10-10 | os: replace LogWrite() by LogMessageVerb() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-10-10 | os.h: drop unnecessary guard on stdlib.h include | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
2024-10-10 | swapreq.h: drop SWAPREQ_PROC | Enrico Weigelt, metux IT consult | 1 | -72/+66 |
2024-10-10 | dix: unexport non-public functions from dixgrabs.h and document prototypes | Enrico Weigelt, metux IT consult | 2 | -65/+0 |
2024-10-10 | dix: CreateGrab() rename "type" parameter to "eventType" | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-10-10 | dix: make CopyGrab() static | Enrico Weigelt, metux IT consult | 1 | -1/+0 |
2024-10-10 | os: unexport client id retrieval functions | Enrico Weigelt, metux IT consult | 1 | -8/+0 |
2024-10-10 | os: unexport DetermineClientPid() and DetermineClientCmd() | Enrico Weigelt, metux IT consult | 1 | -6/+0 |
2024-10-10 | os: split off internal definitions from client.h | Enrico Weigelt, metux IT consult | 2 | -14/+6 |
2024-09-02 | dix: unexport DeleteAllWindowProperties() | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-02 | dix: unexport dixLookupProperty() | Enrico Weigelt, metux IT consult | 1 | -6/+0 |
2024-09-02 | include: split out non-exported stuff from property.h | Enrico Weigelt, metux IT consult | 1 | -8/+0 |
2024-09-02 | dix: drop superfluous XineramaGetCursorScreen() | Enrico Weigelt, metux IT consult | 1 | -6/+0 |
2024-09-02 | dix: unexport GetSpritePosition() | Enrico Weigelt, metux IT consult | 1 | -4/+0 |
2024-09-02 | dix: unexport PointerConfinedToScreen() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-02 | dix: unexport NewCurrentScreen() | Enrico Weigelt, metux IT consult | 1 | -5/+0 |
2024-09-02 | dix: unexport CheckCursorConfinement() | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-02 | dix: unexport CursorMetricsFromGlyph() | Enrico Weigelt, metux IT consult | 1 | -4/+0 |
2024-09-02 | dix: unexport ServerBitsFromGlyph() | Enrico Weigelt, metux IT consult | 1 | -5/+0 |
2024-09-02 | dix: unexport cursor allocation functions | Enrico Weigelt, metux IT consult | 1 | -30/+0 |
2024-09-02 | dix: unexport cursor refcounting functions | Enrico Weigelt, metux IT consult | 1 | -4/+0 |
2024-09-02 | dix: unexport rootCursor | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-02 | os: unexport CloseDownConnection() | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-01 | dix: fix a misused const pointer in cursor.c | moozcheng | 1 | -1/+6 |
2024-09-01 | include: unexport XIstubs.h | Enrico Weigelt, metux IT consult | 2 | -47/+0 |
2024-09-01 | dix: move colormap flags into colormap_priv.h and rename them | Enrico Weigelt, metux IT consult | 2 | -8/+2 |
2024-09-01 | dix: move internal defines into colormap.c | Enrico Weigelt, metux IT consult | 1 | -7/+0 |
2024-09-01 | include: colormap.h: drop unused defines | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | include: colormap.h: drop unused typedef colorResourcePtr | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport IsMapInstalled() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport StoreColors() | Enrico Weigelt, metux IT consult | 1 | -5/+0 |
2024-09-01 | dix: unexport FreeColors() | Enrico Weigelt, metux IT consult | 1 | -6/+0 |
2024-09-01 | dix: unexport AllocColorPlanes() | Enrico Weigelt, metux IT consult | 1 | -12/+0 |
2024-09-01 | dix: unexport AllocColorCells() | Enrico Weigelt, metux IT consult | 1 | -8/+0 |
2024-09-01 | dix: unexport FreeClientPixels() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport QueryColors() | Enrico Weigelt, metux IT consult | 1 | -6/+0 |
2024-09-01 | dix: unexport FakeFreeColor() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport FakeAllocColor() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport AllocColor() | Enrico Weigelt, metux IT consult | 1 | -7/+0 |
2024-09-01 | dix: unexport CopyColormapAndFree() | Enrico Weigelt, metux IT consult | 1 | -4/+0 |
2024-09-01 | dix: unexport TellGainedMap() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport TellLostMap() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport FreeColormap() | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | dix: unexport CreateColormap() | Enrico Weigelt, metux IT consult | 1 | -7/+0 |
2024-09-01 | Revert "dix: unexport AttachOutputGPU() and DetachOutputGPU()" | Enrico Weigelt, metux IT consult | 1 | -0/+4 |
2024-09-01 | os: unexport screen saver timer functions | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-09-01 | os: unexport WaitForSomething() | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 1 | -253/+4 |
2024-09-01 | include: dixfontstr.h: drop silent dependency on libxfont2 | Enrico Weigelt, metux IT consult | 1 | -1/+0 |