Commit Graph

12 Commits

Author SHA1 Message Date
Mike Small 39038bddb6 Remove user defined function feature
After the previous commit there's no need. The only place
they were of use now has builtins for the same purpose.
2021-04-04 00:06:13 -04:00
Mike Small 5d1c9ebee6 Builtin move-or-lower, move-or-raise, move-or-iconify
(instead of user defined functions in default config file)

- Remove MoveDelta option in favor of a program constant.
- Remove deltastop function. It was part of the mechanism to provide
  move-or-* as custom functions.
2021-02-15 20:10:59 -05:00
Mike Small 63be49b23c Remove iconify/deiconify zoom animation option
It's too fast to see.
2021-01-31 23:41:29 -05:00
Mike Small 21dcde5dd6 Remove NoGrabServer and IconRegion options
Update documentation, including new simplified icon placement.
2021-01-31 22:47:18 -05:00
Mike Small 893bdb5928 Convert menus.c to C++ menus.cc 2021-01-31 12:39:10 -05:00
Mike Small b4207174da Put first icon in bottom right.
Also drop use of IconUp and IconDown.
2019-10-21 23:35:52 -04:00
Mike Small 3830011bc5 stop hard coding values for icon placement
This breaks on multiscreen, but I don't use that.
2019-10-12 10:02:00 -04:00
Mike Small 6a3d5089d7 Remove remaining iconmgr mentions in man page.
Also update README to cover changes so far.
2019-09-28 20:04:23 -04:00
Mike Small fd61bea39c Remove the iconmgr feature.
With this twmruined reads .twmruinedrc instead of .twmrc.

Some more details from the Changelog:

* src/twm.h and several other files: remove iconmgr functionality.
Also drop the sample configuration file directory. These referenced
iconmgr settings which I've removed. As more settings go these
files would get further and further from their authors' intentions
if I were to maintain them.

* aclocal.m4: regenerated using aclocal (automake) 1.15.1 on OpenBSD 6.2.
export AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15.1 ACLOCAL=/usr/local/bin/aclocal-1.15
/usr/local/bin/aclocal-1.15 -I /usr/X11R6/share/aclocal

* configure: regenerated using autoconf 2.69 on OpenBSD 6.2.
2017-12-16 21:42:55 -05:00
Mike Small 30e2e57a58 Set warnings as errors.
Const correct massaging to lose the couple warnings that were there.
2017-10-01 00:02:51 -04:00
Mike Small 5cfb5bf2e7 Preliminaries: renaming 2017-09-28 00:55:30 -04:00
Michael Small 20894d7b1b twm-1.0.9 2017-09-15 23:01:49 -04:00