Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | update | Matthieu Herrb | |
2018-03-29 | Update to bdftopcf 1.1 | Matthieu Herrb | |
2018-03-29 | Update to xterm 331 | Matthieu Herrb | |
2018-03-29 | Update to xterm 331 | Matthieu Herrb | |
2018-03-29 | Update to xterm 331 | Matthieu Herrb | |
2018-03-29 | Update to util-macros 1.19.2 | Matthieu Herrb | |
2018-03-20 | Force radeon driver to EXA acceleration on all chipsets where it's | Matthieu Herrb | |
supported. Avoids panics caused by glamor reported by several people. ok deraadt@ | |||
2018-03-17 | update | Jonathan Gray | |
2018-03-17 | update to xf86-video-ati 18.0.1 | Jonathan Gray | |
* The Xorg process could crash when multiple primary screens are configured in xorg.conf. * TearFree could trigger debugging messages in the pixman library | |||
2018-03-16 | take a change from xlockmore 5.55 to make it build with llvm 6.0.0 | Jonathan Gray | |
ok matthieu@ | |||
2018-03-15 | After updated to xserver 1.19.5, the con figure's default value of | Kenji Aoyama | |
--enable-glamor has changed from 'no' to 'auto'. This makes an error running configure on luna88k, so disable it explicitly with ${XENOCARA_BUILD_GL}=no machines. ok jsg@ | |||
2018-03-13 | update | Jonathan Gray | |
2018-03-13 | update to xf86-video-ati 18.0.0 | Jonathan Gray | |
Avoids failing page flips reported by landry@ with a pending xfce4 4.13 update (doesn't occur with xfce 4.12 currently in ports). | |||
2018-03-12 | update | Matthieu Herrb | |
2018-03-12 | Explicitely initialize memory allocated when cur_count==0. | Matthieu Herrb | |
Caused uninitilized memory reads and corruption with some fonts (ja-sazanami-ttf). Issue reported and diagnosticed by Bryan Linton bl at shoshoni dot info. Thanks. | |||
2018-03-07 | update | Matthieu Herrb | |
2018-03-03 | sync | Theo de Raadt | |
2018-03-02 | use clock_gettime() path on PIPE_OS_BSD in os_time_get_nano() | Jonathan Gray | |
committed upstream as 7bea40e56652a1ded4374d92fb340b454fbac475 clock_nanosleep() isn't available yet so the usleep() path stays for os_time_sleep() | |||
2018-02-28 | Correct a pointless longstanding difference in ioctl numbering between | Jonathan Gray | |
linux and add back struct members. Avoids diffs in inteldrm, libdrm and Mesa >= 17.2. ok kettenis@ | |||
2018-02-23 | update glxinfo to mesa-demos 8.4.0 | Jonathan Gray | |
2006-11-26 | Importing xlockmore 5.22 | Matthieu Herrb | |
2018-02-21 | No need to override PTHREADSTUBS_CFLAGS/PTHREADSTUBS_LIBS anymore | Jonathan Gray | |
as the configure scripts have been changed to avoid pthread-stubs. | |||
2018-02-21 | Don't try to use pthread-stubs on OpenBSD. | Jonathan Gray | |
A similiar change is already committed upstream. | |||
2018-02-20 | sync | Jonathan Gray | |
2018-02-20 | update | Jonathan Gray | |
2018-02-20 | update to xf86-video-ati 7.10.0 | Jonathan Gray | |
tested by matthieu@ and myself on a wide range of radeons | |||
2018-02-19 | Do not print any parse errors when ~/.cwmrc is missing. Regression introduced in | anton | |
revision 1.109 of calmwm.c. ok okan@ | |||
2018-02-18 | update | Matthieu Herrb | |
2018-02-18 | Update to xserver 1.19.6. bug fix release | Matthieu Herrb | |
2018-02-17 | update | Jonathan Gray | |
2018-02-17 | sync | Jonathan Gray | |
2018-02-17 | Merge libdrm 2.4.89 | Jonathan Gray | |
2018-02-17 | Import libdrm 2.4.89 | Jonathan Gray | |
2018-02-13 | Store the screen's visual type and colormap. | Okan Demirmen | |
2018-02-13 | Consolidate region 'view' and 'area'. | Okan Demirmen | |
2018-02-09 | limit scope of screen_apply_gap() | Okan Demirmen | |
2018-02-09 | Clean up conf_file/homedir and conf_init() bits. | Okan Demirmen | |
2018-02-06 | Use screen's saved view instead of re-querying the server. | Okan Demirmen | |
2018-02-04 | Slightly expand and expose verbose debugging. | Okan Demirmen | |
2018-02-04 | armv7 has builtin atomics since the switch to clang | Jonathan Gray | |
2018-02-02 | add debugging for x events | Okan Demirmen | |
2018-02-02 | Add a simple debug logging mechanism. | Okan Demirmen | |
2018-02-02 | Simplification; use asprintf where appropriate now. | Okan Demirmen | |
2018-02-01 | Use func attributes where appropriate. | Okan Demirmen | |
2018-01-23 | Fix wins comparison declaration since it's unsigned from XQueryTree(). | Okan Demirmen | |
2018-01-23 | Generate name_to_func[] in a clean and readable fashion. | Okan Demirmen | |
2018-01-23 | Shrink tier[] by one after removing matchname in r1.55. | Okan Demirmen | |
2018-01-23 | If the requested group number is invalid, bail but don't kill cwm. | Okan Demirmen | |
2018-01-20 | Remove code to pull softfloat libs. | Matthieu Herrb | |
It was needed at some point in the past, but doesn't compile and isn't needed with clang. Reported by jsg@. | |||
2018-01-15 | watch for events sent by drm(4) over kevent using EVFILT_DEVICE | Robert Nagy | |
and NOTE_CHANGE to notify the desktop environment to deal with the change (e.g. after plugging in an HDMI cable) with this change there is no need to manually do any randr commands if your desktop environment supports it (gnome, mate, kde, etc.) ok matthieu@, kettenis@ |