aboutsummaryrefslogtreecommitdiff
path: root/src/taskbar.c
AgeCommit message (Collapse)Author
2021-07-26Fix crash when hovering over taskless taskbarJohn Ankarström
This bug was introduced in bc236b7fbc4a2603dacb682926df64e2a70c48f1.
2021-07-25Convert remaining function definitionsJohn Ankarström
2021-07-19Include shaded windows when switching between windowsJohn 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-28Unshade window when middle-clicked in taskbarJohn Ankarström
2021-06-22Move cursor to window when middle-clicked in taskbarJohn Ankarström
2021-06-19Do not raise window on next/prevJohn Ankarström
Turns out that this was the default behavior and that my previous commit (trying to enable this behavior) was unnecessary. Anyway, I don't like it, so I'm disabling it now.
2021-06-10Focus window when hovered in taskbarJohn Ankarström
This may call FocusClient a thousand times per second, I don't know. But it works.
2021-05-29FocusPreviousStackedCircular: Fix typoJohn Ankarstr\xf6m
2021-05-29Implement 'prev' and 'prevstacked' actionsJohn Ankarstr\xf6m
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.