portable version of OpenBSD's cwm(1) window manager
Go to file
okan a9eeb04606 sync parse.y changes from base; ok naddy@
original from naddy@:
> Don't declare variables as "unsigned char *" that are passed to
> functions that take "char *" arguments.  Where such chars are
> assigned to int or passed to ctype functions, explicitly cast them
> to unsigned char.
>
> For OpenBSD's clang, -Wpointer-sign has been disabled by default,
> but when the parse.y code was built elsewhere, the compiler would
> complain.
>
> With help from millert@
> ok benno@ deraadt@
2021-11-22 00:51:54 +00:00
calmwm.c zap stray tabs 2020-03-24 14:48:29 +00:00
calmwm.h Allow configuring a percentage window size of the master window during 2020-04-16 13:32:35 +00:00
client.c Keep pointer within window on maximize/fullscreen toggle 2021-04-22 10:02:55 +00:00
conf.c Do not attempt to grab keys without a keycode; this incidentally allows 2021-11-19 19:13:14 +00:00
cwm.1 Add application section 2019-07-09 21:38:44 +00:00
cwmrc.5 Allow configuring a percentage window size of the master window during 2020-04-16 13:32:35 +00:00
group.c Unrelated style fixes, consistency changes and sorting, appropriate 2020-02-27 14:56:39 +00:00
kbfunc.c Simplify conditional construct. 2020-03-20 18:50:08 +00:00
Makefile Pull over the remaining re-implemented window move/resize functions and create 2017-07-14 17:23:38 +00:00
menu.c Unrelated style fixes, consistency changes and sorting, appropriate 2020-02-27 14:56:39 +00:00
parse.y sync parse.y changes from base; ok naddy@ 2021-11-22 00:51:54 +00:00
screen.c Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location 2020-03-24 14:47:29 +00:00
search.c Unrelated style fixes, consistency changes and sorting, appropriate 2020-02-27 14:56:39 +00:00
util.c Prevent out of boundary write with configuration files in which too many 2020-04-16 17:12:49 +00:00
xevents.c Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location 2020-03-24 14:47:29 +00:00
xmalloc.c Unrelated style fixes, consistency changes and sorting, appropriate 2020-02-27 14:56:39 +00:00
xutil.c Fixed memory leak in xu_get_strprop. 2020-04-25 20:07:28 +00:00