Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2020-03-14 | Revert previous. Causes a crash as reported by Tom Murphy. | Tim van der Molen | |
2020-03-13 | Simplify list markup. | Tim van der Molen | |
OK okan@ schwarze@ | |||
2020-03-13 | Plug two memory leaks. Also get rid of a variable that is no longer | Tim van der Molen | |
necessary. OK okan@ | |||
2020-03-04 | Use modesetting driver as the default for rkdrm(4). | Mark Kettenis | |
ok patrick@, jsg@ | |||
2020-02-28 | Remove ColormaskChange from event-mask since there's no event handler. | Okan Demirmen | |
2020-02-27 | Unrelated style fixes, consistency changes and sorting, appropriate | Okan Demirmen | |
dosage/removal of wrappers, simplification of name queue, client cycle joins other kb/mb bound functions. | |||
2020-02-22 | update | Matthieu Herrb | |
2020-02-21 | add mips64, mips64el and powerpc to the list of archs with -O0 in CFLAGS | Jonathan Gray | |
builds were running out of memory requested by deraadt@ | |||
2020-02-20 | regen | Jonathan Gray | |
2020-02-20 | use futexes in Mesa on archs with atomics | Jonathan Gray | |
tested by matthieu@ naddy@ and myself | |||
2020-02-07 | Allow the 'empty' group clients to be window-{h,v}tile'd. | Okan Demirmen | |
Behaviour (or lack there of) noticed by Raf Czlonka. | |||
2020-02-05 | Add sanity checks to futex_wait() | Matthieu Herrb | |
- handle the NULL timeout pointer case - avoid negative cases. Suggested by cheloha@ ok cheloha@, jsg@ | |||
2020-02-04 | update | Matthieu Herrb | |
2020-02-04 | Fix absolute to relative timeout computation. ok jsg@, mpi@ | Matthieu Herrb | |
2020-02-03 | Map ('5') and allow mod5mask (altgr) as a modifier. | Okan Demirmen | |
From Artturi Alm (though changed from 'm' to '5') |