Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-02 | Update to xf86-video-dummy 0.3.8 | Matthieu Herrb | |
2017-01-02 | Update to xf86-video-geode 2.11.19. tested on Geode LX (Alix 3C3). | Matthieu Herrb | |
2016-12-31 | Use the unlocked atomic path in Mesa when just __arm__ is defined and | Jonathan 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-19 | When a window has a user or program specified position, ensure the edge of the | Okan 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-16 | update | Matthieu Herrb | |
2016-12-16 | Update to libXpm 3.5.12 | Matthieu Herrb | |
2016-12-11 | disable additional rules to regen sources when xxd is not found | Jonathan 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-11 | disable additional rules to regen sources when python is not found | Jonathan 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-11 | update | Jonathan Gray | |
2016-12-11 | sync | Jonathan Gray | |
2016-12-11 | Merge Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-06 | stray newlines | Okan Demirmen | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2016-12-06 | Add 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-06 | Consistent use of menuq_add for ssh menu. | Okan Demirmen | |
2016-12-06 | Now that dim.{x,y} are available early, use them before requiring a | Okan Demirmen | |
MotionNotify event. | |||
2016-12-06 | Set dim.{x,y} during client_init and update on resize, instead of | Okan Demirmen | |
(re)calculating only when applying hints. | |||
2016-12-06 | 'window-search' is spelled 'menu-window'; the former snuck in during the | Okan Demirmen | |
conversion('menu-window' already existed and was properlly documented); found the hard way by sthen@ while trying to convert. | |||
2016-12-02 | Fold unbinding functions into one for each, key and mouse; plugs a leak when | Okan Demirmen | |
unbinding a mouse button bound to a command. | |||
2016-12-02 | use the correct type | Okan Demirmen | |
2016-12-02 | Drop the local diff to avoid calling drm set/drop master ioctls, | Jonathan Gray | |
the kernel implements these as noops now. | |||
2016-12-01 | Tame the number of 'exec' and 'path' search_match wrappers. No functional | Okan Demirmen | |
change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits. | |||
2016-12-01 | Switch ssh menu to search_match_text; like group/window/cmd menus, use only a | Okan Demirmen | |
substring match. The previous matching is only intended for the exec menus. | |||
2016-12-01 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | Okan 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-01 | Normalize bind function names, based on a few categories: window, group, menu | Okan 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-27 | update | Matthieu Herrb | |
2016-11-26 | Preserve aspect ratio of camera image in Xv output. | Dmitrij Czarkoff | |
OK jca@ | |||
2016-11-25 | Implement an OpenBSD specific codepath for drmGetDevice | Jonathan 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-25 | Implement drmParsePciBusInfo for OpenBSD by using the new | Jonathan Gray | |
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | |||
2016-11-25 | Implement drmParsePciDeviceInfo for OpenBSD by using the new | Jonathan Gray | |
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | |||
2016-11-25 | Implement 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-25 | Implement drmGetMinorNameForFD for systems without sysfs by adapting | Jonathan Gray | |
drm_get_device_name_for_fd() from the Mesa loader. ok kettenis@ | |||
2016-11-23 | sync | Theo de Raadt | |
2016-11-19 | Enable builds with a dedicated user for xenocara as well. | Theo Buehler | |
"push forward" deraadt; no objections matthieu; testing, input & ok rpe | |||
2016-11-19 | Set permissions of mandoc.db and xetcsum explicitly, so they don't | Theo Buehler | |
depend on the umask. push forward deraadt; no objections matthieu | |||
2016-11-19 | Fix a copy-paste error that resulted in the parent directory being | Theo Buehler | |
chowned instead of only the symlink. no objections matthieu | |||
2016-11-19 | Set permissions of fonts.dir and fonts.scale explicitly, so they don't | Theo 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-19 | Set permissions of fontconfig cache files, fonts.dir and fons.scale | Theo Buehler | |
explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu | |||
2016-11-19 | Set permissions of xorg.db and xetc.tgz explicitly, so they don't | Theo Buehler | |
depend on the umask. push forward deraadt; no objections matthieu | |||
2016-11-19 | update | Jonathan Gray | |
2016-11-19 | sync | Jonathan Gray | |
2016-11-19 | Merge libdrm 2.4.73 | Jonathan Gray | |
2016-11-19 | Import libdrm 2.4.73 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2016-11-15 | Use an additional check with lstat(2) when d_type is unknown. | Okan Demirmen | |
from James McDonald via portable. | |||
2016-11-15 | revert previous; upcoming changes will hopefully deal with these more | Okan Demirmen | |
naturally. | |||
2016-11-15 | Add a wrapper based upon xevent handlers around client move/resize for key and | Okan Demirmen | |
mouse bindings. | |||
2016-11-14 | Define callbacks, then default bindings. | Okan Demirmen | |