summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-02Update to xf86-video-dummy 0.3.8Matthieu Herrb
2017-01-02Update to xf86-video-geode 2.11.19. tested on Geode LX (Alix 3C3).Matthieu Herrb
2016-12-31Use the unlocked atomic path in Mesa when just __arm__ is defined andJonathan Gray
don't assume the builtin atomics are present with __ARM_ARCH_6__ and later as base gcc with -march=armv6 doesn't have them.
2016-12-19When a window has a user or program specified position, ensure the edge of theOkan Demirmen
final position is at least viewable and warp'able by the difference of bwidth; prevents mapping windows completely off the virtual screen.
2016-12-16updateMatthieu Herrb
2016-12-16Update to libXpm 3.5.12Matthieu Herrb
2016-12-11disable additional rules to regen sources when xxd is not foundJonathan Gray
Found the hard way by Mark Patruck and naddy. Didn't encounter it here with a post import build for reasons unknown.
2016-12-11disable additional rules to regen sources when python is not foundJonathan Gray
After a cvs import timestamps change which triggers rules that attempt to call python to regenerate files. When python is not found this generates empty files that override those from the distfile, breaking the build. When building inside xenocara python is never found as the pkg paths are not searched.
2016-12-11updateJonathan Gray
2016-12-11syncJonathan Gray
2016-12-11Merge Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-06stray newlinesOkan Demirmen
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2016-12-06Add search_print_text(), a default callback for mi->print in menu_filter(). ↵Okan Demirmen
While here, normalize the remaining search_print_* argument paramters.
2016-12-06Consistent use of menuq_add for ssh menu.Okan Demirmen
2016-12-06Now that dim.{x,y} are available early, use them before requiring aOkan Demirmen
MotionNotify event.
2016-12-06Set dim.{x,y} during client_init and update on resize, instead ofOkan Demirmen
(re)calculating only when applying hints.
2016-12-06'window-search' is spelled 'menu-window'; the former snuck in during theOkan Demirmen
conversion('menu-window' already existed and was properlly documented); found the hard way by sthen@ while trying to convert.
2016-12-02Fold unbinding functions into one for each, key and mouse; plugs a leak whenOkan Demirmen
unbinding a mouse button bound to a command.
2016-12-02use the correct typeOkan Demirmen
2016-12-02Drop the local diff to avoid calling drm set/drop master ioctls,Jonathan Gray
the kernel implements these as noops now.
2016-12-01Tame the number of 'exec' and 'path' search_match wrappers. No functionalOkan Demirmen
change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits.
2016-12-01Switch ssh menu to search_match_text; like group/window/cmd menus, use only aOkan Demirmen
substring match. The previous matching is only intended for the exec menus.
2016-12-01Change 'menu-window' to display all windows; then add 'menu-window-hidden' forOkan Demirmen
the previous behaviour of 'menu-window'. 'menu-window' becomes the default binding; use 'bind-mouse "1" menu-window-hidden' to restore old behaviour for those who prefer. OK sthen@ (long long time ago on a different version)
2016-12-01Normalize bind function names, based on a few categories: window, group, menuOkan Demirmen
and pointer. Replace 'bind' and 'mousebind' options with 'bind-key' and 'bind-mouse', respectively, replace special 'unmap' keyword with 'unbind-key' and 'unbind-mouse', and additionally allow unbinding all with 'all' keyword.
2016-11-27updateMatthieu Herrb
2016-11-26Preserve aspect ratio of camera image in Xv output.Dmitrij Czarkoff
OK jca@
2016-11-25Implement an OpenBSD specific codepath for drmGetDeviceJonathan Gray
The existing code walks all of /dev looking for different types of drm nodes. We just have primary nodes and can directly map the minor number to a path. ok kettenis@
2016-11-25Implement drmParsePciBusInfo for OpenBSD by using the newJonathan Gray
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@
2016-11-25Implement drmParsePciDeviceInfo for OpenBSD by using the newJonathan Gray
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@
2016-11-25Implement drmParseSubsystemType for OpenBSD.Jonathan Gray
Always return DRM_BUS_PCI for now. No non-pci drm drivers are in the kernel and this is unlikely to change anytime soon as the existing ones aren't permissively licensed. ok kettenis@
2016-11-25Implement drmGetMinorNameForFD for systems without sysfs by adaptingJonathan Gray
drm_get_device_name_for_fd() from the Mesa loader. ok kettenis@
2016-11-23syncTheo de Raadt
2016-11-19Enable builds with a dedicated user for xenocara as well.Theo Buehler
"push forward" deraadt; no objections matthieu; testing, input & ok rpe
2016-11-19Set permissions of mandoc.db and xetcsum explicitly, so they don'tTheo Buehler
depend on the umask. push forward deraadt; no objections matthieu
2016-11-19Fix a copy-paste error that resulted in the parent directory beingTheo Buehler
chowned instead of only the symlink. no objections matthieu
2016-11-19Set permissions of fonts.dir and fonts.scale explicitly, so they don'tTheo Buehler
depend on the umask. For historical reasons, ${BINGRP}=wheel here, so use 'bin' instead of ${BINGRP} to set the group of /etc/fonts/conf.d push forward deraadt; no objections matthieu
2016-11-19Set permissions of fontconfig cache files, fonts.dir and fons.scaleTheo Buehler
explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu
2016-11-19Set permissions of xorg.db and xetc.tgz explicitly, so they don'tTheo Buehler
depend on the umask. push forward deraadt; no objections matthieu
2016-11-19updateJonathan Gray
2016-11-19syncJonathan Gray
2016-11-19Merge libdrm 2.4.73Jonathan Gray
2016-11-19Import libdrm 2.4.73Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2016-11-15Use an additional check with lstat(2) when d_type is unknown.Okan Demirmen
from James McDonald via portable.
2016-11-15revert previous; upcoming changes will hopefully deal with these moreOkan Demirmen
naturally.
2016-11-15Add a wrapper based upon xevent handlers around client move/resize for key andOkan Demirmen
mouse bindings.
2016-11-14Define callbacks, then default bindings.Okan Demirmen