Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0661f3e5 | 2012-11-11 12:09:09 | Link libGL with -lpthread to allow the llvm-pipe driver to be loaded. ok matthieu@, ajacoutot@ | ||
| 4f78cb68 | 2012-11-09 03:52:02 | sort | ||
| 81715b0a | 2012-11-08 20:18:19 | fix some warnings; inspired by a diff from Thordur Bjornsson. | ||
| 74af9940 | 2012-11-07 21:10:32 | style nit; from Tiago Cunha. | ||
| 02dbbaba | 2012-11-07 21:04:55 | add comment why we mouse unbind, just like kbd | ||
| 62f3e39f | 2012-11-07 21:01:48 | now that we have FOREACH_SAFE queue macros, use them where appropriate; from Tiago Cunha. | ||
| 8d78ddf5 | 2012-11-07 20:37:55 | plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha. | ||
| 1e3fec43 | 2012-11-07 20:34:39 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | ||
| 9170b573 | 2012-11-07 19:52:34 | sync | ||
| 40b00d5e | 2012-11-07 15:50:22 | don't reach out in another src directory, use installed version. okay matthieu@ | ||
| 1d807310 | 2012-11-07 14:59:07 | clarify windowname and windowclass values are pulled from the WM_CLASS property; from Kent Spillner | ||
| 0fa8ad10 | 2012-11-07 14:58:26 | zap trailing space | ||
| 4f79744f | 2012-11-07 14:49:46 | missing headers; from Thordur Bjornsson. | ||
| b01ce50c | 2012-11-07 14:40:51 | spacing | ||
| 8bbba5ae | 2012-11-07 14:39:44 | tab completion support for menus; from Alexander Polakov. ok sthen@ on an older incarnation | ||
| c4eb513c | 2012-11-05 23:08:50 | sync | ||
| 5530414e | 2012-11-04 17:20:33 | Include declaration of sparcDriverName() Fixes segfault on sunffb graphics. ok matthieu@ | ||
| 63a362a1 | 2012-11-03 15:24:50 | update | ||
| e3816905 | 2012-11-03 15:19:02 | simplify directory interdependencies: install package_version.m4 avoid VAR != cmd which is run every which time, prefer VAR = `cmd` where applicable. okay matthieu@ | ||
| 3aab9396 | 2012-11-02 18:59:03 | Remove things that are no longer linked to the build: imake,cf and pciids | ||
| 09b4f89a | 2012-11-01 01:10:47 | try to clarify xprop(1) output, with respect to WM_CLASS, without going overboard; suggested idea by jmc | ||
| 17e94be7 | 2012-10-31 22:06:24 | no longer a reason to carry conf_path in struct conf, so dice. | ||
| 34267fe6 | 2012-10-31 19:30:19 | replace 'reload' with 'restart', which merely re-exec's cwm using the existing argv; same idea with respect to argv saving as Alexander Polakov. reload support was half-complete and is getting in the way. agreed to by many | ||
| 6160d4d4 | 2012-10-30 20:15:51 | sync | ||
| ed23eca8 | 2012-10-29 21:19:16 | Unlink share/pciids from the build. The generated file is not used by xserver anymore. | ||
| 64ac4dd1 | 2012-10-29 20:15:29 | Also install freetype-config during install phase. And generate freetype2.pc and freetype-config during make depend to avoid doing that as root. Initial patch from espie@ | ||
| d6b55357 | 2012-10-29 19:46:03 | on reload, run each client through conf_client to pick up potential ignore and bwidth changes; also add a hack for existing maximized windows so they don't inherit a new bwidth. based on a diff from, and discussion with, Tiago Cunha. | ||
| 38272414 | 2012-10-29 13:34:28 | Attach the synaptics(4) driver to elantech touchpads during auto-configuration. ok matthieu@ | ||
| 606582ce | 2012-10-29 11:55:50 | Teach wsconscomm in synaptics(4) about elantech touchpads. ok mpi@ shadchin@ | ||
| b3191069 | 2012-10-28 20:13:02 | clarify autogroup option; based on diffs from kspillner@acm.org with feedback from jmc | ||
| e26a212f | 2012-10-27 14:52:25 | Regen autotools build system with a clean environment. It was previously generated with a config pointing to OpenBSD's libtool which is not ready yet. | ||
| 6f012c14 | 2012-10-26 06:09:27 | Make install of freetype2.pc consistent with other xenocara modules. (don't install it during make includes but during make install). ok espie@ | ||
| 72f1943e | 2012-10-23 16:13:59 | comment what this whole bit does, not just part of it. | ||
| b94eed0a | 2012-10-23 16:08:59 | add a height to struct menu and use it in the most obvious of places. | ||
| 770189e8 | 2012-10-23 15:50:15 | treat menu width the same as the height is treated when deciding its max size and location; partially from a diff from Alexander Polakov. | ||
| 44b83028 | 2012-10-23 15:32:38 | Stop drawing when menu doesn't fit inside the screen; picked from a larger diff from Alexander Polakov. | ||
| e9cb1c0f | 2012-10-20 03:01:40 | Make the hdmi modesetting code handle multiple display pipes. Problem noticed by by rivo nurges and blambert@ after ivy bridge support enabled multiple pipes for pch devices. Fix based on what the upstream drm code does and tested by rivo nurges, blambert@ and sthen@ ok kettenis@ | ||
| 9c8830d9 | 2012-10-18 20:27:47 | sync | ||
| dd3b0773 | 2012-10-17 08:48:43 | if the directory is empty, the mv will fail. But we don't really care, because the real test for success is the rmdir. okay matthieu@ | ||
| 58d9658d | 2012-10-14 08:59:33 | regen | ||
| b1c72389 | 2012-10-14 08:58:45 | Link Xorg with -lpthread, for the llvm-pipe drm. Requested by mpi@ Tested that it doesn't have any performance impact. ok ajacoutot@, matthew@ (some months ago). | ||
| f07a7ccf | 2012-10-13 17:16:20 | tweak a bit for better standards conformance okay matthieu@ | ||
| 74d14eff | 2012-10-11 16:57:57 | never intended to commit THAT debug line. no real harm... | ||
| 61aa2727 | 2012-10-09 17:09:51 | sync | ||
| ee040bc2 | 2012-10-08 22:40:43 | Fix bad merge that changed an fcntl() into a priv_open_device(). Should fix mouse re-open after VT-switch | ||
| cc8a156b | 2012-10-07 15:55:28 | Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0 since OpenBSD 2.4. There is something broken with XDM-AUTHORIZATION-1 and xcb (and also with IPv6) this is hurting when xdm is used on :1 | ||
| 467d270b | 2012-10-06 15:46:47 | sync | ||
| 77b31f42 | 2012-10-06 15:41:11 | Update to xkeyboard-config 2.7 ok matthieu@, mpi@ | ||
| 97f5e301 | 2012-10-06 03:51:23 | Add basic support for ivy bridge and fix several cases of register access not being adjusted for the pch split, one of which prevented multiple display pipes from working. The third pipe on ivy bridge remains disabled for now. ok kettenis@ thanks to everyone who tested | ||
| 0320e9d3 | 2012-10-01 22:28:32 | sync | ||
| 773018e2 | 2012-09-30 10:18:46 | update | ||
| 7229d181 | 2012-09-30 10:12:51 | remove utterly bogus tests and simplify. fvwm was only building thanks to an unlikely series of accidents... okay matthieu@ | ||
| aee7ae5f | 2012-09-30 10:12:16 | Update to dri2proto 2.8 | ||
| 78564927 | 2012-09-30 10:11:31 | Update to randrproto 1.4.0 | ||
| 2efb0084 | 2012-09-28 19:49:12 | Move build of xkeyboard-config.pc to a separate dir. ok espie@ | ||
| 0b065394 | 2012-09-28 19:00:00 | make sure to have parts available when we need them, add a cookie to depend to be sure. Fixes races in make -j mode. (tested through full build/release) okay matthieu@ | ||
| bb39d328 | 2012-09-27 16:23:51 | Generate and install xkeyboard-config.pc. Requested by ajacoutot@ | ||
| 93a4355a | 2012-09-25 19:25:03 | sync | ||
| 0de4b657 | 2012-09-23 08:27:20 | update | ||
| eff9a7d8 | 2012-09-23 08:10:21 | Unlink imake and cf from build. This now is in ports. | ||
| eeabd8b7 | 2012-09-20 14:11:15 | Restore -lz in Libs:. OpenBSD doesn't use the embedded gzip lib, and doesn't link libfreetype against libz. Prodded by ajacoutot@. | ||
| 0c85c873 | 2012-09-17 12:41:15 | Improve hack to restore text mode on ironlake/sandy bridge. tested by many ok jsg@, deraadt@ | ||
| c5bb9092 | 2012-09-17 11:32:08 | update | ||
| bb914d16 | 2012-09-16 17:03:51 | Merge upstream build fix for 32bit arches with xserver 1.13. | ||
| 007f4911 | 2012-09-16 17:02:37 | Merge some definitions from dri 2.3 needed by xserver 1.13. ok mpi@ | ||
| 762473fe | 2012-09-12 15:09:33 | revert previous for now until a way to test more than a few encodings is found | ||
| 71d2be1a | 2012-09-11 20:26:04 | regen | ||
| 94740cdc | 2012-09-11 20:25:34 | Cherry-pick upstreams commit to convert the openchrome driver to compat-api.h for compatibility with xserver 1.13. Unfortunaltly recent versions of the driver are broken in the !dri !kms case, so it cannot be upgraded.OA | ||
| f20b0d04 | 2012-09-10 13:52:04 | remove scrotwm from fvwm restart menu. ok matthieu@ | ||
| 2a98b1a0 | 2012-09-10 13:28:04 | be explicit in which key masks we allow during keypress and buttonpress events; from Alexander Polakov - makes non-us layout reliable. | ||
| 98b69076 | 2012-09-09 21:49:50 | update | ||
| 8bce3560 | 2012-09-09 21:31:46 | Upate to xf86-video-dummy 0.3.6 | ||
| 10ad3308 | 2012-09-09 21:14:26 | regen | ||
| 00e6140e | 2012-09-09 21:13:06 | Add compat-api.h. 1st step to get this version of the intel driver working with xserver 1.13. | ||
| a78478db | 2012-09-09 20:52:57 | replace with xu_getprop wrapper used everywhere else. | ||
| ab1deebe | 2012-09-09 19:47:47 | extend client_resize so that it can know when to reset max flags and bwidth; this allows a client to be resized from a max state, which now gets treated like a non-max'd client. based on a diff that does part of this in a different way from Alexander Polakov. | ||
| b732b244 | 2012-09-09 17:54:04 | regen | ||
| da9b78bb | 2012-09-09 17:53:35 | Add compat-api.h | ||
| 8325a321 | 2012-09-09 17:51:30 | Convert radeonold to compat-api.h (compatibility with xserver 1.13) | ||
| b858f3c2 | 2012-09-09 12:33:52 | regen | ||
| 082fc766 | 2012-09-09 12:33:36 | Bump to xf86-video-wildcatfb 0.0.2 | ||
| ec9efd01 | 2012-09-09 12:33:12 | add compat-api.h for compatibility with xserver 1.13 | ||
| e03d0d64 | 2012-09-09 11:44:04 | regen | ||
| 099f34f8 | 2012-09-09 11:43:23 | bump to xf86-video-wsudl 0.2.2 | ||
| 786d76b9 | 2012-09-09 11:42:57 | Add compat-api.h for compatibility with xserver 1.13 | ||
| bbe9035b | 2012-09-09 09:48:33 | regen | ||
| be737cfa | 2012-09-09 09:48:12 | bump to xf86-video-wsfb 0.4.1 | ||
| eaaacd98 | 2012-09-09 09:47:36 | Add compat-api.h for compatibility with xserver 1.13 | ||
| 1e039c8d | 2012-09-08 22:33:13 | Update to xf86-video-siliconmotion 1.7.7 | ||
| edd5ba34 | 2012-09-08 21:33:56 | update | ||
| 2a5bccb1 | 2012-09-08 21:28:02 | Update to xf86-video-vesa 2.3.2 | ||
| d36183ac | 2012-09-08 20:51:57 | update to xf86-video-savage 2.3.6 | ||
| 174fe87a | 2012-09-08 20:47:49 | Update to xf86-video-r128 6.8.4 | ||
| bcbd7920 | 2012-09-08 16:35:55 | Update to xf86-video-mga 1.6.1 | ||
| 5897ab18 | 2012-09-08 16:23:40 | Update to xf86-video-trident 1.3.6 | ||
| d5cb0c4b | 2012-09-08 16:18:20 | Update to xf86-video-tdfx 1.4.5 | ||
| f7b02d78 | 2012-09-08 16:13:46 | Update to xf86-video-sis 0.10.7 | ||
| fdfa7700 | 2012-09-08 16:08:24 | Update xf86-video-s3virge to 1.10.6 | ||
| 101d9b50 | 2012-09-08 16:03:39 | Update to xf86-video-s3 0.6.5 | ||
| f6dd9aea | 2012-09-08 15:52:49 | update to xf86-video-s3 0.6.5 |