Commit Graph

7 Commits

Author SHA1 Message Date
f4d595988a in progress improved window cmd-tab switching 2022-08-14 13:27:30 -04:00
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
Michael Small
cbc7afb302 Silence gcc 7.5.0 warning about ignoring return value
menus.cc: In function ‘void Execute(const char*)’:
menus.cc:2199:5: error: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
     (void) system (s);
2021-02-23 13:21:48 -05: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
893bdb5928 Convert menus.c to C++ menus.cc 2021-01-31 12:39:10 -05:00