Commit Graph

6570 Commits

Author SHA1 Message Date
matthieu
2542268dcc Update to bitmap 1.0.9 2019-08-15 16:56:00 +00:00
matthieu
b9bedc770a Provide better xsession examples. exec the window manager last.
Convert user's example to /bin/sh. Remove xman for example.
2019-08-15 16:23:33 +00:00
matthieu
6a5cb53020 Remove xman and olwm (not available from ports anymore) from menu 2019-08-15 16:17:16 +00:00
matthieu
3fd1c696d6 Remove xman from utilities menu. 2019-08-15 16:15:04 +00:00
matthieu
1e4dc55ae1 Don't prune duplicate modes there.
This function removes too many modes, causing trouble with the vesa
driver at least.  Problem reported by semarie@. Thanks.
2019-08-15 14:48:45 +00:00
schwarze
7a992bbebd Retire xman(1).
It's totally broken (requires MLINKS which we removed long ago,
relies on the old man.conf(5) format we stopped supporting long ago,
Alfred Morgan reported additional bugs on bugs@, ...),
it reimplements man(1) in a very poor way,
and it lacks many useful features that man(1) in an xterm(1)
readily provides, so fixing it would be a waste of time.

matthieu@ deraadt@ krw@ agree with the direction.
2019-08-15 12:11:36 +00:00
okan
2bcb96d9fd Because cwm warps the pointer during a client move (to stay within the client),
there's a window of time where an expose or enternotify event will get
generated for a lower client; use a hammer and drain events after keyboard
move/resize, until such a time that cwm doesn't warp the pointer.  Behavior
noticed by kn.

ok kn@
2019-08-13 18:45:38 +00:00
okan
ba4d949d04 Fix regression from r1.107 (lost a return); kettenis@ pointed out the high
potential for a use-after-free (true!) where kn@ ran into the regression using
an app that actually exercised the XGrabPointer() failure path.
2019-08-12 00:52:36 +00:00
matthieu
3a6045e486 replace obsoleted xf86{,Un}BlockSIGIO() calls by input_{,un}lock()
for xserver 1.20. No functional change.
2019-08-08 12:28:09 +00:00
matthieu
2aeb2bf61b Adapt Block and Wakeup handlers prototypes to X server 1.20.
No functional change.
2019-08-08 12:23:34 +00:00
matthieu
c0e6abce88 Adapt Block and Wakeup handlers prototypes to X server 1.20.
No functional change.
2019-08-08 12:04:36 +00:00
deraadt
77671420b9 sync 2019-08-04 15:21:02 +00:00
matthieu
056243b384 regen after xtrans 1.4.0 update. 2019-08-04 13:47:51 +00:00
matthieu
14a4895e45 missed README -> README.md conversion in previous 2019-08-04 13:44:46 +00:00
matthieu
ccf7349d87 update 2019-08-04 13:37:42 +00:00
matthieu
9563e10e76 Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
matthieu
c6568d8569 update to libICE 1.0.10 2019-08-04 13:35:29 +00:00
matthieu
a400859a9c Update to libX11 1.6.8 riding the major bump caused by xtrans 1.4.0 2019-08-04 13:34:52 +00:00
matthieu
85da565ec0 Update to libxtrans 1.4.0. Major bumps for libX11 and libICE.
no objections from naddy@, espie@ and ajacoutot@
2019-08-04 13:33:46 +00:00
matthieu
2e1879725f Update to libXdmcp 1.1.3 2019-08-04 13:25:20 +00:00
matthieu
d719f7f316 Remove one more file that is no longer part of upstream tarballs.
Missed in previous commit.
2019-08-03 17:19:54 +00:00
matthieu
95df71afbd Remove files that are no longer part of upstream tarballs.
They accumulated over releases for various reasons.
No build change.
2019-08-03 16:56:01 +00:00
matthieu
f7aa543051 sync 2019-07-27 10:35:56 +00:00
matthieu
b085b224bc update 2019-07-27 08:05:17 +00:00
matthieu
a77e9959f3 Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
matthieu
14e30ce507 Compatibility with xserver 1.20
reminded by jsg@
2019-07-27 07:49:57 +00:00
matthieu
b8401f432f Compatibility with xserver 1.20 2019-07-27 07:48:19 +00:00
matthieu
f21a3f24c9 Compatibility with xserver 1.20 2019-07-27 07:47:47 +00:00
matthieu
adc53f058f Compatibility with xserver 1.20 2019-07-27 07:46:53 +00:00
matthieu
47fb7c8d96 Compatibility with xserver 1.20 2019-07-27 07:46:01 +00:00
matthieu
7a92c4a4d9 Compatibility with xserver 1.20 2019-07-27 07:44:23 +00:00
matthieu
b29b653e3f update 2019-07-21 17:12:07 +00:00
matthieu
9309708d9a update 2019-07-14 21:11:29 +00:00
matthieu
45efe102e9 update 2019-07-14 16:28:17 +00:00
kn
795560f751 Add application section
Link what is described as "applications" here to how they are actually
defined in cwmrc(5).

While here, call the configuration file what it is instead of reusing
the default path (already mentioned in the FILES section).

OK okan
2019-07-09 21:38:44 +00:00
kn
fed210f7a7 command uses execvp(3) not execve(2)
util.c:u_exec() has been doing so since import.
2019-07-02 23:37:47 +00:00
jsg
40fca6f86c update 2019-07-01 08:38:25 +00:00
jsg
ff40cb71bf Merge Mesa 19.0.8 2019-07-01 08:36:47 +00:00
jsg
b1b22c2ae6 Import Mesa 19.0.8 2019-07-01 07:44:02 +00:00
matthieu
b61f69c71c Replace LoaderGetOS() calls by direct calls to uname(3).
In xserver 1.20, LoaderGetOS() is removed. ok and tweak jca@
2019-06-30 17:10:24 +00:00
matthieu
8a3bde648b Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:41:51 +00:00
matthieu
26e5e73949 Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:40:39 +00:00
matthieu
98368c8cf3 Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:40:06 +00:00
matthieu
e853d962c6 Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:39:15 +00:00
matthieu
38b9208d42 Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:38:42 +00:00
matthieu
45f19064b5 Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:37:59 +00:00
matthieu
321c1a4430 Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:37:06 +00:00
matthieu
1fa5c5d4ad Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:36:07 +00:00
matthieu
ed6ff7ecbb Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:34:20 +00:00
matthieu
68d5ced354 Remove. Unlinked from the build for 6 weeks. 2019-06-30 12:33:09 +00:00