Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-28 | Provide a lower contrast root weave as default background. | Matthieu Herrb | |
2020-06-28 | A darker login widget, providing better contrast. | Matthieu Herrb | |
liked by many. | |||
2020-06-27 | update | Matthieu Herrb | |
2020-06-27 | Update to freetype 2.10.2. Tested by krw@ and myself. | Matthieu Herrb | |
Adds supprot for WOFF2 fonts. No visible API/ABI changes. | |||
2020-06-18 | llvmpipe: use LLVM version string instead of re-computing it | Jonathan Gray | |
From Eric Engestrom 7f5ef97a07d4054efb96f0d644344644023af82c in Mesa git fixes llvmpipe renderer string showing "LLVM 16.0" with LLVM 10 | |||
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2020-06-18 | Don't compare with string literals | Jonathan Gray | |
From Dimitry Andric e200d0d41ef3158ea717206c1490e499a0c07f1b in xkbcomp git fixes build with clang 10 | |||
2020-06-16 | ac: fix build with recent LLVM | Jonathan Gray | |
from Samuel Pitoiset ee9811a0bb86d3d75fafeece368f6182048807d0 in mainline Mesa | |||
2020-06-14 | sync white space with upstream. No code change. | Matthieu Herrb | |
2020-06-14 | Remove the (out of date) list of supported architectures. | Matthieu Herrb | |
2020-06-12 | revert local change which removed -retro flag and adjust -br to | Joshua Stein | |
properly override our default behavior of stippled root. no objection from deraadt and kettenis | |||
2020-06-07 | update | Matthieu Herrb | |
2020-05-16 | Fix VT switching in EXA acceleration. | Matthieu Herrb | |
2020-05-16 | MFC: alpine: Default to 16bpp | Matthieu Herrb | |
24bpp support is going away, so since we can't do 32bpp and these cards have basically no VRAM to begin with, drop to 16bpp. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> | |||
2020-05-16 | update | Matthieu Herrb | |
2020-05-16 | Update to xkbprint 1.0.5 | Matthieu Herrb | |
2020-05-16 | missed README->README.md transition in 1.5.1 update. | Matthieu Herrb | |
2020-05-16 | Update to xrandr 1.5.1 | Matthieu Herrb | |
2020-05-16 | Update to libXxf86dga 1.1.5 | Matthieu Herrb | |
2020-05-16 | Update to libXrandr 1.5.2 | Matthieu Herrb | |
2020-05-16 | update | Matthieu Herrb | |
2020-05-16 | sync | Matthieu Herrb | |
2020-05-16 | Update to libxcb 1.14 and xcb-proto 1.14. ok tb@ | Matthieu Herrb | |
2020-04-28 | sync | Matthieu Herrb | |
2009-05-22 | import libxcb 1.2 | Matthieu Herrb | |
2009-05-22 | initial import of xcb-proto 1.4 | Matthieu Herrb | |
2020-04-28 | Stop providing /usr/X11R6/README. It contains mostly oudated information | Matthieu Herrb | |
and few people found it. Discussed with schwwarze@, sthen@. | |||
2020-04-26 | update | Matthieu Herrb | |
2006-11-27 | Bring over distrib from XF4 | Matthieu Herrb | |
2020-04-25 | Fixed memory leak in xu_get_strprop. | Tobias Stoeckmann | |
If a client calls XSetTextProperty for a window to clear all its properties, then allocated memory within libX11 is not freed. OK okan@ | |||
2020-04-20 | Release unused filedescriptors in the privileged X server process. | Matthieu Herrb | |
There is no reason to keep /dev/pci* and /dev/ttyC* open in this process. pointed to by deraadt. ok kettenis@ deraadt@ | |||
2020-04-18 | Remove unused files. | Matthieu Herrb | |
2020-04-16 | Prevent out of boundary write with configuration files in which too many | Tobias Stoeckmann | |
quoted arguments are stored for other window managers. The quotation handling happens within the while loop without checking if the "end" limit has been already reached. If this happens, the final NULL assignment leads to an out of boundary write on stack. OK okan@ | |||
2020-04-16 | Allow configuring a percentage window size of the master window during | Okan Demirmen | |
htile/vtile actions. From Uwe Werler, with a few manpage tweaks. | |||
2020-04-14 | dix: do not send focus event when grab actually does not change | Matthieu Herrb | |
upstream commit 364d64981549544213e2bca8de6ff8a5b2b5a69e Fixes an issue in xserver 1.20 where some applications were loosing focus. Naddy@ reported it appeards in SDL 1.2 games (burgerspace). tested and ok naddy@ | |||
2020-04-13 | update | Matthieu Herrb | |
2020-04-13 | Update to xserver 1.20.8. ok jsg@ robert@ | Matthieu Herrb | |
2020-04-03 | Remove #ifdef that doesn't make sense anymore; extend clang workaround to | Mark Kettenis | |
conver __sync_val_compare_and_swap. ok jsg@ | |||
2020-04-03 | Make this build on clang architectures that don't have 64-bit atomic | Mark Kettenis | |
instructions. Clang doesn't allow redeclaration (and therefore redefinition) of the __sync_* builtins. Use #pragma redefine_extname to work around that restriction. Clang also turns __sync_add_and_fetch into __sync_fetch_and_add (and __sync_sub_and_fetch into __sync_fetch_and_sub) in certain cases, so provide these functions as well. ok jsg@ | |||
2020-04-03 | test for 32 bit atomic builtins was incorrectly testing for 64 bit atomics | Jonathan Gray | |
noticed when going over a macppc clang build error reported by deraadt@ | |||
2020-04-01 | sort architectures list | Matthieu Herrb | |
2020-04-01 | Set the VT to be used by the X server on arm64 too. ok phessler@ | Matthieu Herrb | |
2020-03-24 | more xorg-macros.m4 to xhare/mi where it belongs. noticed by espie@ | Matthieu Herrb | |
2020-03-24 | zap stray tabs | Okan Demirmen | |
2020-03-24 | Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location | Okan Demirmen | |
to determine what client to set active. Reduces a round trip for every window. | |||
2020-03-23 | Add support for SIGINT/SIGTERM. | Okan Demirmen | |
2020-03-20 | Simplify conditional construct. | Tim van der Molen | |
OK okan@ | |||
2020-03-20 | Trim event_mask to those that the root window actually needs. | Okan Demirmen | |
2020-03-20 | No need to lookup current client early; move to right before it is | Okan Demirmen | |
needed. | |||
2020-03-16 | Recommit 1.259, but now with TAILQ_FOREACH_SAFE. | Tim van der Molen | |
From and OK okan@ Original commit message: Plug two memory leaks. Also get rid of a variable that is no longer necessary. OK okan@ |