aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-22Move cursor to window when middle-clicked in taskbarJohn Ankarström
2021-06-19Move cursor to center of window on raiseJohn 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-06-09Change desktop on ATOM_NET_ACTIVE_WINDOW messageJohn Ankarström
This fixes ROX Files when used in its "Unique Windows" mode. Otherwise, double-clicking on a folder wouldn't do anything if the folder was already open in a window on another desktop. This may cause unexpected desktop switching. I'm not sure how often programs issue activation messages. Perhaps it would be good if the current desktop number was displayed in the center of the screen, similar to the message when resizing/moving windows.
2021-06-09Fix crash on next/prev if no window is activeJohn Ankarström
2021-06-07Fix formattingJohn Ankarström
2021-06-07Add 'put#' actionJohn Ankarström
I wanted to call it layer#, but it (rather silently, apart from the crashing...) conflicted with something else.
2021-06-06Raise window on next/prevJohn Ankarström
2021-06-01Double-click to shadeCharlie Root
I more often want to temporarily get rid of windows than maximize them.
2021-06-01Document 'sendto#' actionCharlie Root
2021-05-30Add 'sendto#' actionJohn Ankarstr\xf6m
2021-05-29jwm.1.in: Document new actionsJohn Ankarstr\xf6m
2021-05-29Update config.h.inJohn Ankarstr\xf6m
If I am not mistaken, this seems to have been done automatically by autoreconf -i.
2021-05-29Add 'raise' actionJohn Ankarstr\xf6m
2021-05-29FocusPreviousStackedCircular: Fix typoJohn Ankarstr\xf6m
2021-05-29Implement 'prev' and 'prevstacked' actionsJohn Ankarstr\xf6m
2021-05-29README: Add information about forkJohn Ankarstr\xf6m
2021-05-29Add .gitignoreJohn 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.