summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-11-14Reorganize for upcoming changes.Okan Demirmen
2016-11-14Remove the (8) default bindings for pointer move since they conflict withOkan Demirmen
default bindings for emacs, which wins; the feature remains and can be bound to whatever users wish with cwmrc(5). from mpi@
2016-11-13updateMatthieu Herrb
2016-11-13Update to xf86-video-ati 7.7.1Matthieu Herrb
Tested by jsg@, Rafael Sadowski and myself on various hardware.
2016-11-11regenMatthieu Herrb
2016-11-11SU is not needed without xdmcp supportMatthieu Herrb
2016-11-11regenMatthieu Herrb
2016-11-11Xsession cleanup:Matthieu Herrb
- remove mkstemp conditional it's always there - remove USE_XPM conditional - remove SCO and Unixware bits that survived so far
2016-11-11regenMatthieu Herrb
2016-11-11Keep only on Xservers file.Matthieu Herrb
The Xservers.fs file makes no sense in xenodm.
2016-11-08Fix X11 property retrieval codeDmitrij Czarkoff
Just stop when reaching the end of property list instead of reading forever past its end. Issue was introduced in my previous commit and reported by deraadt@
2016-11-07syncJasper Lievisse Adriaanse