summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-29updateMatthieu Herrb
2018-03-29Update to bdftopcf 1.1Matthieu Herrb
2018-03-29Update to xterm 331Matthieu Herrb
2018-03-29Update to xterm 331Matthieu Herrb
2018-03-29Update to xterm 331Matthieu Herrb
2018-03-29Update to util-macros 1.19.2Matthieu Herrb
2018-03-20Force radeon driver to EXA acceleration on all chipsets where it'sMatthieu Herrb
supported. Avoids panics caused by glamor reported by several people. ok deraadt@
2018-03-17updateJonathan Gray
2018-03-17update to xf86-video-ati 18.0.1Jonathan 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-16take a change from xlockmore 5.55 to make it build with llvm 6.0.0Jonathan Gray
ok matthieu@
2018-03-15After updated to xserver 1.19.5, the con figure's default value ofKenji 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-13updateJonathan Gray
2018-03-13update to xf86-video-ati 18.0.0Jonathan 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-12updateMatthieu Herrb
2018-03-12Explicitely 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-07updateMatthieu Herrb
2018-03-03syncTheo de Raadt
2018-03-02use 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-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
linux and add back struct members. Avoids diffs in inteldrm, libdrm and Mesa >= 17.2. ok kettenis@
2018-02-23update glxinfo to mesa-demos 8.4.0Jonathan Gray
2006-11-26Importing xlockmore 5.22Matthieu Herrb
2018-02-21No need to override PTHREADSTUBS_CFLAGS/PTHREADSTUBS_LIBS anymoreJonathan Gray
as the configure scripts have been changed to avoid pthread-stubs.
2018-02-21Don't try to use pthread-stubs on OpenBSD.Jonathan Gray
A similiar change is already committed upstream.
2018-02-20syncJonathan Gray
2018-02-20updateJonathan Gray
2018-02-20update to xf86-video-ati 7.10.0Jonathan Gray
tested by matthieu@ and myself on a wide range of radeons
2018-02-19Do not print any parse errors when ~/.cwmrc is missing. Regression introduced inanton
revision 1.109 of calmwm.c. ok okan@
2018-02-18updateMatthieu Herrb
2018-02-18Update to xserver 1.19.6. bug fix releaseMatthieu Herrb
2018-02-17updateJonathan Gray
2018-02-17syncJonathan Gray
2018-02-17Merge libdrm 2.4.89Jonathan Gray
2018-02-17Import libdrm 2.4.89Jonathan Gray
2018-02-13Store the screen's visual type and colormap.Okan Demirmen
2018-02-13Consolidate region 'view' and 'area'.Okan Demirmen
2018-02-09limit scope of screen_apply_gap()Okan Demirmen
2018-02-09Clean up conf_file/homedir and conf_init() bits.Okan Demirmen
2018-02-06Use screen's saved view instead of re-querying the server.Okan Demirmen
2018-02-04Slightly expand and expose verbose debugging.Okan Demirmen
2018-02-04armv7 has builtin atomics since the switch to clangJonathan Gray
2018-02-02add debugging for x eventsOkan Demirmen
2018-02-02Add a simple debug logging mechanism.Okan Demirmen
2018-02-02Simplification; use asprintf where appropriate now.Okan Demirmen
2018-02-01Use func attributes where appropriate.Okan Demirmen
2018-01-23Fix wins comparison declaration since it's unsigned from XQueryTree().Okan Demirmen
2018-01-23Generate name_to_func[] in a clean and readable fashion.Okan Demirmen
2018-01-23Shrink tier[] by one after removing matchname in r1.55.Okan Demirmen
2018-01-23If the requested group number is invalid, bail but don't kill cwm.Okan Demirmen
2018-01-20Remove 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-15watch for events sent by drm(4) over kevent using EVFILT_DEVICERobert 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@