Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2c7d3378 | 2017-01-13 11:26:31 | Freetype-2.7.1 | ||
| 8c605c12 | 2017-01-13 11:19:58 | Update to FreeType-2.7.1 i386 bulk build by sthen@ amd64 bulk build by naddy@ OK matthieu@ | ||
| 88785e0a | 2017-01-05 21:18:20 | Ensure client stays inbound on key-based resize; based on logic existing in key-based client move; from Vadim Vygonets. | ||
| cbf6956c | 2017-01-02 18:37:23 | update | ||
| c438d527 | 2017-01-02 16:40:02 | Update to xf86-video-dummy 0.3.8 | ||
| f0c1142d | 2017-01-02 16:35:51 | Update to xf86-video-geode 2.11.19. tested on Geode LX (Alix 3C3). | ||
| c503a0e7 | 2016-12-31 08:21:39 | Use the unlocked atomic path in Mesa when just __arm__ is defined and don't assume the builtin atomics are present with __ARM_ARCH_6__ and later as base gcc with -march=armv6 doesn't have them. | ||
| 1eaac10a | 2016-12-19 14:17:26 | When a window has a user or program specified position, ensure the edge of the final position is at least viewable and warp'able by the difference of bwidth; prevents mapping windows completely off the virtual screen. | ||
| a726dc7e | 2016-12-16 07:31:10 | update | ||
| 1b36c183 | 2016-12-16 07:28:34 | Update to libXpm 3.5.12 | ||
| 54858cb1 | 2016-12-11 16:03:25 | disable additional rules to regen sources when xxd is not found Found the hard way by Mark Patruck and naddy. Didn't encounter it here with a post import build for reasons unknown. | ||
| 2047dff5 | 2016-12-11 10:03:01 | disable additional rules to regen sources when python is not found 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. | ||
| d353257b | 2016-12-11 08:59:23 | update | ||
| 3ef016d9 | 2016-12-11 08:56:16 | sync | ||
| e2d98075 | 2016-12-11 08:53:19 | Merge Mesa 13.0.2 | ||
| a53e30e0 | 2016-12-11 08:25:29 | Import Mesa 13.0.2 | ||
| 13e3ebc4 | 2016-12-06 21:59:33 | stray newlines | ||
| 62c01a2e | 2016-12-06 21:54:10 | Add search_print_text(), a default callback for mi->print in menu_filter(). While here, normalize the remaining search_print_* argument paramters. | ||
| dd468cc4 | 2016-12-06 21:09:22 | Consistent use of menuq_add for ssh menu. | ||
| 642c4932 | 2016-12-06 21:03:58 | Now that dim.{x,y} are available early, use them before requiring a MotionNotify event. | ||
| a623680c | 2016-12-06 21:00:13 | Set dim.{x,y} during client_init and update on resize, instead of (re)calculating only when applying hints. | ||
| 382e777e | 2016-12-06 15:03:13 | 'window-search' is spelled 'menu-window'; the former snuck in during the conversion('menu-window' already existed and was properlly documented); found the hard way by sthen@ while trying to convert. | ||
| 52901073 | 2016-12-02 17:02:17 | Fold unbinding functions into one for each, key and mouse; plugs a leak when unbinding a mouse button bound to a command. | ||
| a5a92122 | 2016-12-02 16:50:19 | use the correct type | ||
| e6d0e038 | 2016-12-02 05:41:52 | Drop the local diff to avoid calling drm set/drop master ioctls, the kernel implements these as noops now. | ||
| c6068df3 | 2016-12-01 20:28:19 | Tame the number of 'exec' and 'path' search_match wrappers. No functional change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits. | ||
| 1e51789c | 2016-12-01 18:44:09 | Switch ssh menu to search_match_text; like group/window/cmd menus, use only a substring match. The previous matching is only intended for the exec menus. | ||
| 5a905031 | 2016-12-01 18:17:52 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for 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) | ||
| 58b2eb54 | 2016-12-01 17:17:27 | Normalize bind function names, based on a few categories: window, group, menu 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. | ||
| 03543ab3 | 2016-11-27 16:16:17 | update | ||
| 51625783 | 2016-11-26 11:49:15 | Preserve aspect ratio of camera image in Xv output. OK jca@ | ||
| 339adf11 | 2016-11-25 23:58:13 | Implement an OpenBSD specific codepath for drmGetDevice 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@ | ||
| 06724bcd | 2016-11-25 23:52:06 | Implement drmParsePciBusInfo for OpenBSD by using the new DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | ||
| 68ce36bf | 2016-11-25 23:48:50 | Implement drmParsePciDeviceInfo for OpenBSD by using the new DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | ||
| ed28609b | 2016-11-25 23:44:40 | Implement drmParseSubsystemType for OpenBSD. 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@ | ||
| 038e4849 | 2016-11-25 23:41:29 | Implement drmGetMinorNameForFD for systems without sysfs by adapting drm_get_device_name_for_fd() from the Mesa loader. ok kettenis@ | ||
| 840635d0 | 2016-11-23 18:40:00 | sync | ||
| 01003b67 | 2016-11-19 14:22:05 | Enable builds with a dedicated user for xenocara as well. "push forward" deraadt; no objections matthieu; testing, input & ok rpe | ||
| 07352edf | 2016-11-19 08:56:27 | Set permissions of mandoc.db and xetcsum explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu | ||
| 750df2fc | 2016-11-19 08:45:51 | Fix a copy-paste error that resulted in the parent directory being chowned instead of only the symlink. no objections matthieu | ||
| b142ca47 | 2016-11-19 08:43:19 | Set permissions of fonts.dir and fonts.scale explicitly, so they don't 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 | ||
| d1cd8816 | 2016-11-19 08:38:15 | Set permissions of fontconfig cache files, fonts.dir and fons.scale explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu | ||
| 014a2c67 | 2016-11-19 08:36:48 | Set permissions of xorg.db and xetc.tgz explicitly, so they don't depend on the umask. push forward deraadt; no objections matthieu | ||
| a76f791a | 2016-11-19 05:50:39 | update | ||
| 05dc4b63 | 2016-11-19 05:47:39 | sync | ||
| b2fcf886 | 2016-11-19 05:45:00 | Merge libdrm 2.4.73 | ||
| 90bdad6a | 2016-11-19 05:36:14 | Import libdrm 2.4.73 | ||
| 5c15bd89 | 2016-11-15 18:43:09 | Use an additional check with lstat(2) when d_type is unknown. from James McDonald via portable. | ||
| c33b3529 | 2016-11-15 00:22:02 | revert previous; upcoming changes will hopefully deal with these more naturally. | ||
| 706ee110 | 2016-11-15 00:07:03 | Add a wrapper based upon xevent handlers around client move/resize for key and mouse bindings. | ||
| d1853910 | 2016-11-14 21:25:59 | Define callbacks, then default bindings. | ||
| a78a7245 | 2016-11-14 19:56:05 | Reorganize for upcoming changes. | ||
| f5f2a608 | 2016-11-14 13:52:33 | Remove the (8) default bindings for pointer move since they conflict with default bindings for emacs, which wins; the feature remains and can be bound to whatever users wish with cwmrc(5). from mpi@ | ||
| 8d7fd554 | 2016-11-13 14:42:48 | update | ||
| 03c23f9b | 2016-11-13 14:42:27 | Update to xf86-video-ati 7.7.1 Tested by jsg@, Rafael Sadowski and myself on various hardware. | ||
| 8dbc1a3a | 2016-11-11 16:22:02 | regen | ||
| a525e5d3 | 2016-11-11 16:21:50 | SU is not needed without xdmcp support | ||
| da72443d | 2016-11-11 15:58:47 | regen | ||
| 12abc80a | 2016-11-11 15:58:35 | Xsession cleanup: - remove mkstemp conditional it's always there - remove USE_XPM conditional - remove SCO and Unixware bits that survived so far | ||
| d5119169 | 2016-11-11 15:25:34 | regen | ||
| 0a3295ec | 2016-11-11 15:25:17 | Keep only on Xservers file. The Xservers.fs file makes no sense in xenodm. | ||
| 7b0a63b4 | 2016-11-08 13:22:55 | Fix X11 property retrieval code 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@ | ||
| 82d2f016 | 2016-11-07 19:34:11 | sync | ||
| 861ac301 | 2016-11-07 19:32:28 | track xcb-util-xrm | ||
| 617afc97 | 2016-11-07 19:31:57 | enter xcb-util-xrm/ | ||
| 86496c10 | 2016-11-07 19:25:35 | add generated autoconf bits | ||
| 1a446eda | 2016-11-07 19:22:59 | remove unneeded bits | ||
| 44c5a3cd | 2016-11-07 19:20:35 | add xcb-util-xrm-1.0 ok matthieu@ | ||
| cf398e78 | 2016-11-06 14:00:37 | More unused code, when xdm-authorization is not used. | ||
| 4289726d | 2016-11-06 13:48:48 | Remove a number of unused prototypes | ||
| 4ebe34ee | 2016-11-06 13:40:33 | The SIGFUNC type definition is unused now | ||
| eb59d703 | 2016-11-06 13:37:28 | Good bye <setjmp.h> and associated definitions. | ||
| 4a2df548 | 2016-11-06 13:30:15 | Use explicit_bzero(). With BSD auth these data have already been wiped when we reach those points but just in case. | ||
| cdddca9b | 2016-11-06 12:56:30 | Rework the Xservers parsing code to correctly reject non local display types. | ||
| abef35bf | 2016-11-06 12:41:24 | GreetUser() doen't need to return the X display pointer. | ||
| 6ba28359 | 2016-11-06 10:21:29 | Check strdup return value | ||
| 5f2163b4 | 2016-11-06 10:17:38 | Remove useless endpwent() calls | ||
| cc885e47 | 2016-11-06 10:07:40 | Remove a server reset that was there for compatilibity with "old" servers | ||
| 5b32b311 | 2016-11-06 09:45:34 | Remove display class from Xserver examples. They are of little interest in xenodm. | ||
| 036f33eb | 2016-11-06 09:32:15 | Remove special handling of Kerberos auth that will never happen. | ||
| 33973f7a | 2016-11-06 09:26:47 | Add an autologin mode to xenodm. | ||
| 7cd788e5 | 2016-11-06 09:24:27 | Remove more mentions of remote and foreign X servers | ||
| 1a2fd595 | 2016-11-06 09:17:47 | Remove the displayType member of struct display. xenodm only manages Local Permanent FromFile X servers. No need to keep the checks for that. For now the Xservers file keeps the location field, but ignores its | ||
| 1d7833af | 2016-11-05 11:33:17 | update | ||
| a109458c | 2016-11-03 16:08:15 | sync | ||
| a0d355a5 | 2016-11-03 14:25:06 | Update to xterm 327 | ||
| 055e2cd0 | 2016-11-03 13:11:40 | Update to xcb-util-cursor to 0.1.3. This will give applications using this library the same X cursor search path as the ones that use the legacy libXcursor. | ||
| 21f67494 | 2016-11-03 12:22:54 | Update to libXvMC 1.0.10 | ||
| b5b7504b | 2016-11-03 11:00:48 | Update to libXv 1.0.11 | ||
| ffec5e92 | 2016-11-03 10:55:16 | Update to libXrender 0.9.10 | ||
| 20bda1d5 | 2016-11-03 10:47:58 | Update to libXrandr 1.5.1 | ||
| 47423fcb | 2016-11-03 10:30:05 | Update to libXfixes 5.0.3 | ||
| 20a75c6d | 2016-11-03 10:21:30 | Update to libX11 1.6.4 | ||
| 4c3f151e | 2016-11-03 10:19:11 | Remove stale files | ||
| 0e759a72 | 2016-11-03 09:28:22 | Update to libXi 1.7.8 | ||
| 9a2b6d09 | 2016-11-02 18:32:01 | regen | ||
| 9f1ad920 | 2016-11-02 18:29:23 | add Makefile.bsd-wrapper | ||
| 981fa8b5 | 2016-11-02 18:28:30 | Patch from upstreams to actually let this build | ||
| 0ed8a296 | 2016-11-02 18:05:49 | Import libXfont2 version 2.0.1 | ||
| 8db5cfe9 | 2016-11-02 17:50:12 | Update to x11proto 7.0.31 |