aboutsummaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Collapse)Author
2021-07-26Don't keep menu open after release unless arrow keys are setJohn Ankarström
I am personally partial to this Mac-like behavior, as it avoids introducing a modality to the user interface, which is almost always annoying. If menus are kept open after button release, then the user is left in a different mode than earlier, in which key presses are not sent to the active window, but to the active menu. This is sometimes useful, but more often than not annoying.
2021-07-25Convert remaining function definitionsJohn Ankarström
2021-07-19Change function declaration styleJohn Ankarström
This is a very sweeping change, but I feel that it is necessary.
2021-06-30Associate 'confirm' value with each individual Exit menu itemJohn Ankarstrom
Previously, the 'confirm' property would set a global value, controlling the behavior of all exits.
2021-05-29First commitJohn Ankarstr\xf6m
This is the original state of the released tarball for JWM 1.8, which will serve as my starting point for further modifications.